body {
  min-height: 2000px;
  padding-top: 50px;
  background-color: #282828;
  background-image: url('../images/bgnoise/bgnoise4b.png');
  background-repeat: repeat;
  color:#666666; /*333333 is a nice disabled/sub text*/
  font-family: 'Droid Sans', sans-serif;
}



.container {
  padding-left: 15px;
  padding-right: 15px;
  /*max-width: none !important;
  width: 970px;*/
}

.mid {
  margin-bottom:80px;
}



.hasmax{
  min-height: 500px;
}

.navdark {
  /* visibility:hidden; */
  padding-top: 4px;
  padding-bottom: 2px;
  background-color: #1d1d1d;
  background-repeat: repeat-x;
  height: 55px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav > li {
  float:left;
  height:40px;
}
.navbar-nav {
    
    height: 55px;
    overflow: hidden;
    /*width:60%;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;*/
}
.navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    text-align:center;
    min-width: 70px;
    display:inline-block;
    /*text-shadow: 1px 1px 0px #000;*/
}

.navbar-fixed-top {
  /*letter-spacing: 1px;*/
  border-width: 0 0 3px; /* avanada - set higher to increase red border under navbar */
  border-color: #ffbb00;
  box-shadow: 0px 2px 3px #0e0e0e;
  height: 65px;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

.navbar-pull-top {
  position:fixed; /* SHOULD BE ABSOLUTE FOR page-relative NAVBAR. */
}

.menulink{
  cursor:pointer;
}
.menulink > a {
  display:inline-block;
}
.menulink > a >.glyphicon {
  padding-left: 8px;
  font-size: 12px;
  padding-top: 3px;
}
.menudown{
  color:#bbb;
  padding: 12px;
  float:right;
  cursor: pointer;
}
.menudown:hover{
  color:#d1d1d1;
}
.menudown>.glyphicon{
  padding-left:8px;
  font-size:16px;
}
.dropmenucontent{
  position: absolute;
  right: 15px;
  top: 59px; /*actual height 62 */
  min-width: 180px;
  width: 180px;
  overflow: hidden;
  background-color: #1d1d1d;
  margin: 0px;
  height: 0px;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropmenushadow{
  box-shadow: 0px 3px 4px #0f0f0f;
  border-bottom: 3px solid #ffbb00;
}
.dropmenucontent > li {
  text-align: right;
  float: right;
  list-style-type: none;
  min-width: 120px;
}

.dropmenucontent > li > a {
  color: #666666;
  text-decoration: none;
  line-height: 36px;
  padding: 0px 20px;
}

.dropmenucontent > li > a:hover {
  color:#cccccc;
}

.dropmenucontent>li>a.fa{
  padding-top:5px;
}

.dropmenucontent > hr {
  width: 100%;
  border-top: 1px solid #111; /*333 only border for simpler look */
  border-bottom: 1px solid #333;
  color: #333;
  background-color: #333;
  margin: 0px;
  margin-top: 10px;
  float: right;
}

.dropmenucontent>li.social{
  padding-right:10px;
}

.dropmenucontent>li.social.center{
  padding:0px;
  float:none;
}

.dropmenucontent>li.social>a{
  min-width:0px;
  padding:0px;
  padding-right:10px;
  padding-top:5px;
}

  .navbar-default .navbar-nav > li > a {
    /* color: #a0a0a0; */
    font-size: 14px;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF; /*avanada - selected nav text*/
    background-color: rgba(00,00,00,0.0);;
  }

  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }



.navbar-brand {
  padding: 13px 6px;
  padding-right: 20px;
  margin-left:0px;
  color: #ffffff;
}
.navbar > .container .navbar-brand {
    margin-left: 0px;
  }
.navbar-image {
  float: left;
  /* margin-left: -30px; */
  margin-top: -5px;
  padding-right: 5px;
  padding-bottom: 6px;
  overflow: overlay;
  background-image: url('../images/logos/balogosmshadow.png');
  height: 87px;
  width: 70px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.codeheading {
  color: #ffcc00;
  font-family:"Montserrat",sans-serif;
  font-size: 24px;
  /* font-weight: 600; */
  /* letter-spacing: 1px; */
  /* text-shadow: 2px 3px 0px #000; */
}

.codesubheading {
  color: #ADADAD;
  font-family:"Montserrat", sans-serif;
  font-size: 14px;
  /* font-weight: 600; */
  letter-spacing: 2px;
  line-height:18px;
  /* text-shadow: 2px 3px 0px #000; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Tahoma", Helvetica, Arial, sans-serif; */
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 500;
  line-height: 1.1;
}

.redtitle2{
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  /*font-weight: 900;*/
  border-width: 1px;
  border-color: #000000;
  color: #d1d1d1;
  padding: 3px 0px;
  margin-top: 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.container .redtitle2 {
  margin-top:5px;
}

.titlesubheading {
  color: #999; /* #666 */
  /* font-family: "Tahoma", Helvetica, Arial, sans-serif; */
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0px;
  padding-left: 5px;
  margin-bottom: 18px;
  /*text-shadow: 1px 1px 1px #0c0c0c;*/
  text-transform: none;
}

.row {
  margin-bottom: 20px;
  line-height: 1.5;
}

.row .row i {
  margin-top: 10px;
  margin-bottom: 0;
}

.row.tall{
  min-height:150px;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  /*background-color: rgba(00,00,00,.3);*/
  background-color: rgba(10,10,10,0.4);
  /*border: 1px solid rgba(00,00,00,.5);*/
}
.col-centered{
float: none;
margin: 0 auto;
}
.nobg {
  background-color: transparent;
}
.bg{
  background-color: rgba(10,10,10,0.4);
}
.solidbg{
  background-color: rgba(29,29,29,1.0);
}
.solidbg.light{
  background-color: rgba(29,29,29,1.0);
}
.borderbg{
  border: 1px solid rgba(10,10,10,.5);
  border-radius: 2px;
}

.visibleborder {
  background-color: rgba(00,00,00,.15);
  border: 1px solid rgba(00,00,00,.16);

}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.jumbotron {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #262626;
}

.container .jumbotron {
  border-radius: 3px;
  padding-right: 20px;
  padding-left: 20px;
}

/* .imgshift{
  
} */

.img-bg-first {
  margin-left:auto;
  margin-right:auto;
  /* width: 2000px; */
  /*height: 400px;*/
  overflow: hidden;
  box-shadow: 0px 4px 10px #141414;
  /*opacity: 0.8;*/
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.img-bg {
  float:none;

  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  /* width: 2000px; */
  /*height: 500px;*/
  overflow: hidden;
  box-shadow: 0px 4px 10px #141414;
  /*opacity: 0.8;*/
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.checker {
  padding:0px;
  margin:0px;
  background-image: url('../images/checker.png');
  background-repeat: repeat-x;
}

/*.img-bg-test {
  float:none;
  display:block;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  height:350px;
  overflow:hidden;
  box-shadow: 0px 2px 3px #141414;
  background-image:url("../images/hero/img_hero_1.png");
}*/

.img-bg-title{
  /* font-family: "Tahoma", Helvetica, Arial, sans-serif; */
  
  font-size: 32px;
  font-weight:600;
  position:relative;
  top:20px;
  color:#dcdcdc;
  text-shadow: 2px 3px 0px #000;
}

.img-inset {
  float:left;
  margin:5px;
  height:300px;
  overflow:hidden;
}

.thumbnail {
  padding: 3px;
  line-height: 1.428571429;
  background-color: rgba(10,10,10,0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.imgcredit{
  font-size: 10px;
  color: #484848;
  position: relative;
  line-height:0;
}
.imgcredit.below{
  top: -12px;
  left: 8px;
}
.imgcredit.dark{
  color: #000000;
}
.imgcredit.light{
  color: #BBB;
  text-shadow: 1px 2px 2px #000;
}

.smallimg {
  display: inline-block;
  margin: 5px;
  height:100px;
}
.medimg {
  display: inline-block;
  margin:5px;
  width:300px;
}

.footer {
  background-image: none;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 12px;
  color: #444;
  text-align: center;
  /* text-shadow: 1px 1px 1px #000; */
  visibility: visible;
}

.footer-icons{
  display: flex;
  justify-content: center;
}

.footer-icons > div{
  flex: 1;
  max-width: 60px;
}

.footer-icons a{
  color:#444;
}

.footer-icons a :hover{
  color:#888888;
}


.pagination {

  display: inline-block;
  padding-left: 0;
  margin: 0px -5px;
  border-radius: 2px;
}


.pagination > li > a,
.pagination > li > span {
  color:#333333;
  position: relative;
  /*float: left;*/
  padding: 3px 9px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #131313;
  border: 1px solid #0f0f0f;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #222222;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #CCCCCC;
  cursor: default;
  background-color: #222222;
  border-color: #111111;
}

.pager {
  padding-left: 0;
  margin: 10px -5px;
  text-align: center;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pager li > a,
.pager li > span {
  color: #333333;
  display: inline-block;
  /* padding: 3px 9px; */
  padding-top: 8px;
  background-color: rgba(29,29,29,1.0);
  border: 1px solid #0f0f0f;
  border-radius: 2px;
  font-size: 26px;
}

.pager li > a.disabled,
.pager li > a:hover.disabled{
  color:#181818;
  text-decoration: none;
  /*background-color: #212121;*/
  background-color: rgb(29, 29, 29);
  cursor: pointer;
}

.pager li > a:hover,
.pager li > a:focus {
  color:#CCCCCC;
  text-decoration: none;
  background-color: #222222;
  cursor: pointer;
}

a.thumbnail{
  color:#666666;
  font-size:12px;
  text-align:center;
  padding:5px;
  min-height:150px;
}

a.thumbnail:hover{
  border-color:#ff0000;
}

.articletitle{
  position: relative;
  top: 0px;
  font-size: 18px;
  color: #bbb;
  text-transform:none;
  margin-bottom:10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.articletitle.lg{
  font-size: 24px;
  margin-bottom:12px;
}
.articletitle.center{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:6px;
  text-align:center;
  max-width:500px;
}
.articletitle.leftalign>.glyphicon{
  display:none;
}
.articletitle.news>.glyphicon{
  /*vertical-align: text-bottom;*/
  font-size:24px;
  color:#444;
  padding: 0px 25px;
  /*top:6px;*/
}

.fbborder {
    border-right:1px solid;
}

.fbdate{
    position: relative;
    top: 0px;
    font-size: 14px;
    color: #bbb;
    text-transform:none;
    margin-bottom:10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fbdate.lg{
    font-size: 24px;
    margin-bottom:12px;
}
.fbdate.center{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:6px;
    text-align:center;
    max-width:500px;
}
.fbdate.leftalign>.glyphicon{
    display:none;
}
.fbdate.news>.glyphicon{
    /*vertical-align: text-bottom;*/
    font-size:24px;
    color:#444;
    padding: 0px 25px;
    /*top:6px;*/
}

.navleft{
  position:absolute;
  left: 20px;
  top: 20px;
  font-size: 24px;
  color:#444;
  line-height:1.2;
}
.navright{
  position:absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  color:#444;
  line-height:1.2;
}
.navleft:hover,
.navright:hover{
  color:#bbb;
}
.articletitle>.glyphicon {
  font-size: 24px;
  color: #bbb;
  padding-right: 15px;
  line-height:1.2;
}
.articletitle>.fa {
  font-size: 28px;
  color: #bbb;
  padding-right: 10px;
  line-height:1.2;
}
.articledate{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.articledate.center{
  position:relative;
  top: -5px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  margin-bottom:10px;
}

.fbdatetitle>.glyphicon {
    font-size: 24px;
    color: #bbb;
    padding-right: 15px;
    line-height:1.2;
}
.fbdatetitle>.fa {
    font-size: 28px;
    color: #bbb;
    padding-right: 10px;
    line-height:1.2;
}
.fbdatedate{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fbdatedate.center{
    position:relative;
    top: -5px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-align: center;
    margin-bottom:10px;
}
.readmore{
  overflow:hidden;
  min-height:100px;
}
.readmore>p>a>.img{
  padding: 3px;
  background-color: rgba(10,10,10,0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.readmore:after{
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 15px;
  left: 0;

  background-image: -webkit-linear-gradient(bottom, rgba(29,29,29,1), rgba(29,29,29,0));
  background-image: -moz-linear-gradient(bottom,    rgba(29,29,29,1), rgba(29,29,29,0));
  background-image: -ms-linear-gradient(bottom,     rgba(29,29,29,1), rgba(29,29,29,0));
  background-image: -o-linear-gradient(bottom,      rgba(29,29,29,1), rgba(29,29,29,0));
  background-image: linear-gradient(to top,         rgba(29,29,29,1), rgba(29,29,29,0));
}
.readmore:after:after{
  content:"test";
}
strong{
  color:#bbb;
  font-weight:normal;
}
p {
  margin: 0 0 21px;
}
.smooth{
  -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.label{
  /* margin-left:5px; */
  font-size: 10px;
  text-shadow: none;
  /*vertical-align:text-top;*/
  box-shadow: 1px 2px 3px #111111;
}


.list-group {
  padding-left: 0;
  margin-left:0px;
  margin-bottom: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: rgba(29,29,29,1.0);
  border: 1px solid rgb(22, 22, 2);
  overflow: hidden;
  line-height: 24px;
  height: 35px;
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color:#AAAAAA;
  text-decoration: none;
  background-color: rgb(34, 34, 34);
  cursor:pointer;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(38,38,38,1.0);
  border-color: rgb(22, 22, 22);
  /* text-shadow: 1px 1px 0px #000; */
  /*cursor:pointer;*/
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  position: relative;
  display: block;
  padding: 5px 10px;
  color:#222222;
  margin-bottom: -1px;
  background-color: rgba(24,24,24,1.0);
  border: 1px solid #111111;
  cursor:default;
}

.list-group-item > .badge {
  float: left;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background: none;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 15px;
  padding-left:0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background:none;
}
.titlebadge{
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgba(26,26,26,1);
  border-radius: 2px;
  padding: 8px 12px;
  margin-right: 8px;
  border: 1px solid rgba(20,20,20,1);
  width: 45px;
  height: 42px;
}
.titlebadge>.fa.fb{
  font-size:24px;
  color:#4862a3;
}
.titlebadge>.fa.wp{
  font-size:22px;
  color:#666;
}
.badge>.fa.fb{
  font-size:22px;
  line-height:1.0;
  padding:0;
  color:#4862a3;
}
.badge>.fa.wp{
  font-size:20px;
  line-height:1.0;
  padding:0;
  color:#666;
}

blockquote {
  padding: 0px;
  /* margin: 0px; */
  border-left: 4px solid #222222;
  text-align: justify;
  padding-left: 12px;
}

blockquote p {
  font-size: 16px;
  font-family: "Times New Roman", serif;
  font-style:italic;
  /* line-height: 1.5; */
}

.eventtitle{
position: relative;
top: -5px;
/* margin-bottom:8px; */
font-size: 24px;
/* line-height:24px; */
color: #bbb;
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/
/* text-shadow: 2px 2px 0px #111111; */
}
.eventbody{
  margin-top:5px;
  font-size:14px;
    background-color: rgba(00,00,00,.15);
    border: 1px solid rgba(00,00,00,.16);
  padding:4px;
}
.eventdate{
  color: #bbb;
  margin-left: 25px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
  vertical-align: text-top;
}

.eventtitledate{
  position: relative;
  float:right;
  font-size: 10px;
  font-weight:normal;
  overflow:hidden;
}

.rssHeader {
  display:none;
}

/* .teambg{
  background-color: rgba(10,10,10,0.4);
  width:100%;
} */

.teamlist {
  color: #777777;
  background-color: #232323;
  border-color: #111111;
}

.teamlist:hover,
.teamlist:focus {
  color: #666666;
  background-color: #232323;
  border-color: #111111;
}

.helmetbehind{
  position:absolute;
  left:20px;
}

.helmet_ex{
  margin: 0 auto;
  display: flex;
  width: 6em;
  padding-bottom: 10px;
  opacity: 80%;
}
.center{
  text-align:center;
}


.contact {
  margin-bottom:10px;
  margin: 3px;
}

.indent{
  margin-left:10px;
}
.contact .name{
  vertical-align:top;
  font-size: 18px;
  color: #bbb;
  text-transform:none;
  padding-left:90px;
  line-height:20px;
}
.contact img{
  padding: 2px;
  /* line-height: 1.428571429; */
  background-color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.contact .title{
  font-size: 12px;
  color: #999;
  position: relative;
}
.contact .info{
  padding-top:5px;
  font-size:14px;
  color:#666666;

}
.vert-spacer{
  min-height:20px;
}
.hor-spacer{
  min-width:20px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-default {
  color: #666666;
  background-color: #232323;
  border-color: #111111;
}

.btn-default.disabled{
  background-color: #151515;
  border-color: #0a0a0a;
  color:#333;
}
.btn-wide{
  min-width:300px;
}
.btn-thin{
  min-width:0px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #888888;
  background-color: #1f1f1f;
  border-color: #0a0a0a;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  color:#dddddd;
  background-color: #333333;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.popover-title {
  padding: 8px 14px;
  padding-bottom:0px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  background-color: #333333;
  border-bottom: none;
  color:#bbb;
}
.popover-content {
  padding: 9px 14px;
  font-size:12px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  /*border-top-color: #ffffff;*/
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #333333;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #333333;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #333333;
  border-right-width: 0;
  content: " ";
}



.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade {
  -webkit-transition: opacity .1s linear, none;
    -moz-transition: opacity .1s linear, none;
    -ms-transition: opacity .1s linear, none;
    -o-transition: opacity .1s linear, none;
    transition: opacity .1s linear, none;
}

.modal-content {
  position: relative;
  color:#888888;
  background-color: #333333;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  font-size: medium;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 10px 15px;
  border-bottom: 0px solid #252525;
}
.modal-title {
  color: #dddddd;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  padding: 10px 15px;
  min-height:120px;
}

.modal-info{
  color: #888888;
  padding-top: 5px;
  font-size: 14px;
  margin: 3px;
}


.modal-footer {
  padding: 10px 15px;
  margin-top: 10px;
  text-align: right;
  border-top: 1px solid #272727;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #666666;
  opacity: 0.7;
  filter: alpha(opacity=20);
}

.close:hover {
  color: white !important;
}




.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
right:inherit;
left: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
position: absolute;
top: 50%;
left:inherit;
right: 50%;
z-index: 5;
display: inline-block;
}



.multimedialink{
  /*background-color: rgba(10,10,10,0.4);*/
  /*min-height:300px;*/
  /*padding:5px;*/
  max-width:360px;
  margin-right:auto;
  margin-left:auto;
  padding: 10px 0px;
  cursor:pointer;
}

.multimedialink a{
  color: inherit;
  text-decoration: none;
}

.multimedialink.left{
  margin-right:0;
  margin-left:0;
}

.multimediatitle{
  font-family: 'Montserrat', sans-serif;
  color:#555;
  padding:4px;
  font-size:32px;
}

.multimedialink>.imgclipbox_open>img,
.multimedialink>.imgclipbox_closed>img{
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin: 0 auto;
}

.multimedialink>.imgclipbox_open>i,
.multimedialink>.imgclipbox_closed>i{
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin: 0 auto;
}


.multimedialink>.carousel{
  padding:4px;
  background-color: rgba(10,10,10,0.4);
}

.multimeida_icons{
  display: inline-block;
  width: 100%;
  text-align: center;
  top: calc(50% - 65px);
  position: relative;
}

.imgclipbox_closed {
  height: 75px;
  overflow: hidden;
  border: 4px solid rgba(29,29,29,1.0);
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
.imgclipbox_open {
  height: 185px;
  overflow: hidden;
  border: 4px solid rgba(29,29,29,1.0);
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}

.multimediatitle.active{
  color:#ddd;
  background-color: rgba(29,29,29,1.0);
}

.multimediatitle.current{
  color:#ddd;
  background-color: rgba(29,29,29,1.0);
}

.multimedia_images{
  width: 50%;
}


.mcontainerclosed{
  background-color: rgba(10,10,10,0.0);
  height: 0px;
  min-height: 0px;
  padding: 15px;
  padding-bottom:0px;
  margin: 0px;
  border: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.mcontaineropen{
  background-color: rgba(10,10,10,0.4);
  padding-bottom:15px;
  height:auto;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.youtubecontainerheight{
  height:505px;
}


.nopadding{
  padding:0px;
}
.note {
font-size: 14px;
color: #666;
vertical-align: text-bottom;
line-height: 1.3;
}
.centernote{
  max-width:360px;
  margin-right:auto;
  margin-left:auto;
  padding: 10px 0px;
}
.note>a{
  color:#416A8D;
}
.notebg{
  border-radius: 5px;
}
.notecenter{
  margin-left:auto;
  margin-right:auto;
}
.note.glyphicon {
font-size: 24px;
color: #444444;
margin-right: 15px;
padding: 8px;
padding-right: 15px;
border-right: 2px solid #3d3d3d;
top: -5px;
line-height: 1.2;
float: left;
}
.note.fa {
font-size: 36px;
color: #666;
margin-right: 15px;
padding: 0px;
padding-right: 15px;
border-right: 2px solid #3d3d3d;
top: -5px;
line-height: 1.2;
float: left;
}
.fa {
  text-decoration: none;
  font-size: 20px;
  color: #444444;
}

.fa-hg{
  font-size:36px;
}
a.fa:hover{
  text-decoration: none;
  color: #444444;
}
a.fa.fb:hover{
  color: #4862a3;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}
a.fa.yt:hover{
  color: #b31217;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}
a.fa.ts:hover{
  color: #465674;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

.input-group-addon {
  /*color:#416A8D;*/
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #222222;
  border: 1px solid #151515;
  min-width:150px;
}
.input-group-addon-thin {
  min-width:0px;
}
.right-inner-addon {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
  background-color: #444;
  background-image: none;
  border: 1px solid #181818;
  -webkit-text-fill-color:#ccc;
  /* -webkit-box-shadow: 0 0 0 50px #444444 inset; */
}

.form-control {
  background-color: #444;
  border: 1px solid #181818;
  color:#ccc;
}
.form-control:focus {
  border-color: #666;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 3px rgba(120, 120, 120, 0.6);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 3px rgba(120, 120, 120, 0.6);
}
.form-control:-moz-placeholder {
  color: #131313;
}
.form-control::-moz-placeholder {
  color: #131313;
}
.form-control:-ms-input-placeholder {
  color: #131313;
}
.form-control::-webkit-input-placeholder {
  color: #131313;
}
textarea{
  resize:vertical;
  max-height:250px;
  overflow:hidden;
}
.radio,
.checkbox {
  background-color:#555;
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul, ol {
  margin-bottom:21px;
}
.btn-submit{
  padding:20px 40px;
}
.feedback-ok{
  color:#57995C;
}
.feedback-remove{
  color:#C74545;
}
.feedback-hidden{
  visibility:hidden;
}

.well{
  background-color: #151515;
  border-color: #0f0f0f;
}




.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom:-200px;
    height: 0; 
    overflow: hidden;
    /*width:70%;*/
    display: inline-block;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 70%;
    background-color:#151515;

}

.twitch-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    /*margin-bottom:-200px;*/
    height: 0; 
    overflow: hidden;
    width:100%;
    display: inline-block;
}

.twitch-container iframe,
.twitch-container object,
.twitch-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#151515;

}

.video-list {
  padding-top:0px;
  cursor:pointer;
  /*padding-right:0px;*/
}
.video-list .contact .name{
  font-size:15px;
  color:#777;
  line-height:16px;
}
.video-list .contact :hover{
  color:#bbbbbb;
}
.video-list .contact .title{
  font-size:10px;
  color: #555555;
  line-height:24px;
}
.video-list-row{
  margin-bottom:0px;
}
.video-list-row a{
  text-decoration: none;
}
.video-list-item{
  display: inline-block;
  background-color: #232323;
  min-height:85px;
  margin-left:3px;
  border-top: solid 1px     rgba(40,40,40,1.0);
  border-left: solid 1px    rgba(23,23,23,1.0);
  border-bottom: solid 1px  rgba(15,15,15,1.0);
  border-right: solid 1px   rgba(15,15,15,1.0);
  border-radius: 3px;
  padding: 10px;
}

.video-list-item:hover,
.video-list-item:focus,
.video-list-item:active,
.video-list-item.active{
  background-color: #1f1f1f;
}


.video-list .pager li > a,
.screenshot-list .pager li > a{
  background-color: #232323;
  border: solid 1px   rgba(15,15,15,1.0);
}

.video-list .pager{
  margin-top:5px;
}

.gallerythumbnail{
  margin:0px 0px 3px 3px;
  cursor:pointer;
}

.gallerythumbnail > img{
  opacity:0.7;
}
.gallerythumbnail > img:hover{
  opacity:1.0;
}

/* .screenshot-list{

} */
.screenshot-list-spacer{
  height:3px;
}
.screenshot-main{
  margin-bottom:3px;
}
.screenshot-title{
  margin-top:3px;
  padding: 8px 10px;
  background-color: #191919;
  width:99%;
  color:#666;
  font-size:14px;
}
.screenshot-title .glyphicon{
  font-size:16px;
  line-height:1;
  cursor:pointer;
  color:#666;
}
.screenshot-date{
  margin-left:12px;
  font-size:12px;
  color:#454545;
}
.screenshot-pager{
  margin: 0px;
  margin-top:3px;
  margin-right:2px;
}

/* Medium devices (desktops, 768px and up) */
  @media screen and (max-width: 1200px)
  {
/*     .hidewide {
      position: absolute;
      visibility:hidden;
    } */
    .nav > li > a {
      text-align:left;
      min-width: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .codeheading{
      font-size:18px;
    }
    .disappear{
      width:auto;
      /* height:250px; */
      /*position:absolute;
      display:none;*/
    }
    .disappear .bannerimage{
      height:250px;
    }
    .img-bg-first.disappear{
      height:250px;
    }
    .img-bg.disappear{
      height:250px;
    }
    .row-offcanvas-left{
      left: -50%; /* 6 columns */
    }
    .navbar-nav > li > a {
      padding-top: 13px;
      padding-bottom: 13px;
      /*text-shadow: 1px 1px 0px #000;*/
    }
  }

  @media screen and (max-width: 992px)
  {
    .navbar-brand{
      display:none;
    }
    .multimedialink{
      margin:0px;
    }
    .multimediatitle{
      float: right !important;
      position: absolute;
      margin-right:auto;
      top:30%;
      left:400px;
      font-size:36px;
      padding:10px;
      -webkit-transition: top 0.4s ease-out;
          transition: top 0.4s ease-out;
    }
    .multimediatitle_shift{
      top:12%;
      -webkit-transition: top 0.4s ease-out;
          transition: top 0.4s ease-out;
    }
    .nav > li > a {
      text-align:left;
      min-width: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .video-container {
      width:100%;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        width: 100%;
        height: 100%;
    }
    .video-container {
      margin-bottom: 5px;
    }
    .twitch-container iframe,
    .twitch-container object,
    .twitch-container embed {
        width: 100%;
        height: 100%;
    }
    .twitch-container {
        margin-bottom: 5px;
    }
    .youtubecontainerheight{
      height:943px;
    }
    
  }
    
  @media screen and (max-width: 767px)
  {
      .fbborder {
          border-right:0px solid;
      }

      .fbborder {
          height:auto !important;
      }

    .hidemedium {
      position: absolute;
      visibility:hidden;
      /*-webbkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;*/
    }
    .navbar-nav {
      margin:0px;
    }
    .navbar-nav.dropmenu{
      display:none;
    }
    .disappear{
      position:absolute;
      display:none;
    }
    .nav > li > a {
      text-align:left;
      min-width: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .articletitle.news {
      margin-left:auto;
      margin-right:auto;
      margin-bottom:6px;
      text-align:center;
      max-width:80%;
    }

    .titlebadge{
      display: inline-block;
      font-weight: normal;
      line-height: 1.5;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      background-color: rgba(26,26,26,1);
      border-radius: 2px;
      padding: 6px 9px;
      margin-right: 8px;
      border: 1px solid rgba(20,20,20,1);
      width: 30px;
      height: 30px;
    }

    .titlebadge>.fa.fb{
      font-size:16px;
      color:#4862a3;
    }
    .titlebadge>.fa.wp{
      font-size:14px;
      color:#666;
    }

    .news{
      text-align:center;
    }

    .articledate{
      position:relative;
      top: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto;
      max-width: 300px;
      text-align: center;
      margin-bottom:6px;
    }
  }

  @media screen and (min-width: 767px)
  {
    .navleft,
    .navright{
      display:none;
    }
  }

  @media screen and (min-width: 725px) /* Hide dropmenu, switch to menu */
  {
    .navbar-nav {
      display:block;
    }
    .navbar-nav.dropmenu{
      display:none;
    }
  }
  @media screen and (max-width: 725px) /* Hide menu, switch to dropmenu */
  {
    .navbar-nav {
      display:none;
    }
    .navbar-nav.dropmenu{
      display:block;
    }
    .navbar-brand{
      display:block;
    }
    .disappear{
      position:absolute;
      display:none;
    }
    .nav > li > a {
      text-align:left;
      min-width: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  @media screen and (max-width: 680px)
  {
    .multimedialink{
      margin-left:auto;
      margin-right:auto;
    }
    .multimediatitle{
      font-size:24px;
      float: none !important;
      position:relative;
      left:0px;
      top:0px;
      margin:0px;
      padding: 3px 10px;
      background-color: rgba(10,10,10,0.4);
    }
  }

  @media screen and (max-width: 658px)
  {
    .showthin {
      position: static;
      visibility: visible;
    }
    
    .hidethin {
      position: absolute;
      visibility:hidden;
      /*-webbkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;*/
    }
    .redtitle2 {
      letter-spacing: 0px;
      line-height: 72px;
      font-size: 48px;
    }
  }

  @media screen and (max-width: 520px)
  {
    .img-bg{
     visibility:hidden;
    }
    .teambg{
      background-color: rgba(10,10,10,0.4);
    }

    .hidethin {
      position: absolute;
      visibility:hidden;
      /*-webbkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;*/
    }
    .disappear{
      position:absolute;
      display:none;
    }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 5px;
    }
    
    .navbar-brand{
      padding-right:0px;
    }
    .codeheading{
      font-size:18px;
    }
    .redtitle2 {
      letter-spacing: 0px;
      line-height: 48px;
      font-size: 48px;
      letter-spacing:-1px;
    }
    .titlesubheading {
      padding-top:4px;
      line-height: 14px;
      font-size: 12px;
      letter-spacing:1px;
    }
  }

  @media screen and (max-width: 440px)
  {
    .container .navdark{
      padding-left: 3px;
    }
    .navbar-image{
      margin-top:-1px;
      width:40px;
      height:48px;
    }
    .dropmenu{
      font-size:0px;
    }
    .menudown > .glyphicon{
      color:#ffcc00;
      font-size:14px;
    }
    .codeheading{
      font-size:16px;
      float:left;
    }
    .dropmenucontent{
      top:65px;
    }
    .articletitle.news {
      max-width:70%;
    }
  }

  @media screen and (max-width: 385px)
  {
    .img-bg-first{
      visibility:hidden;
      max-height:20px;
    }
    .redtitle2 {
      letter-spacing: 0px;
      line-height: 48px;
      font-size: 40px;
      letter-spacing:-1px;
      padding-top:15px;
      margin-bottom:3px;
    }
    .articletitle{
      font-size:16px;
    }
    .titlesubheading{
      display:none;
    }
  }
