/*
site.css - Combined CSS: custom.css, sidebar.css
*/
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #333;
  font-size: 17px;  
  line-height: 1.5em;
}
a:hover {
  text-decoration: none;
}
h1,
h2 {
  line-height: 1.25em;
  padding: .75em 0em;
  color: #d6941e;  
  font-size: 2em;
}
h1 .section-title,
h2 .section-title {
  margin-top: 1em;
}
h3 {
  color: #d6941e;  
  line-height: 1.25em;
  padding: .5em 0em;
  margin-top: 1em;
}
h3.headline {
  margin-bottom: 1.5em;
}
h3.tagline {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  color: #c0851b;
}
h4 {
  color: #d6941e;
  line-height: 2em;  
  margin-top: .75em;
}
p,
blockquote {
  line-height: 1.5em;
}
.label.large {
  font-size: .8em;
  line-height: 1.5em;
}
.well {
  background-color: #f9f9fa;
  border: 1px solid #eeeef1;
  -webkit-box-shadow: inset 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 1px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.well.banner {
  margin-top: 1em;
  margin-bottom: 1em;
}
.well.banner h3 {
  margin-top: 0em;
  line-height: 1em;
  padding: 0em;
}
.well.banner p {
  margin-bottom: 0px;
}
.well .well-btn {
  margin-top: .5em;
  margin-left: 1em;
}
.well .well-btn.visible-xs {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .well .well-btn.visible-xs {
    display: none !important;
  }
}
h2 span.info {
  margin-top: -1em;
  font-size: .75em;
  display: block;
  font-weight: normal;
  color: #333;
}
hr {
  border-top: 1px solid #dddde2;
}
.navbar-brand,
.navbar .navbar-brand {
  color: #333;
  font-size: 1.25em;
  text-shadow: none;
  color: white;
}
body.index .navbar {
  background: white;
}
body.index .navbar .navbar-toggle {
  color: #003655;
}
body.index .navbar-brand,
body.index .navbar .navbar-brand {
  color: #003655;
}
body.index .nav .nav > li > a:hover,
body.index .nav .nav > li > a:focus {
  background-color: #fff;
}
body.index .nav  > li.active a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  text-shadow: none;
}
body.index .nav  > li > a,
body.index .nav  > li > a:hover,
body.index .nav li.dropdown > .dropdown-toggle,
body.index .nav li.dropdown:hover > .dropdown-toggle,
body.index .nav li.dropdown.open > .dropdown-toggle {
  color: #003655;
  
}
body.index .nav li.dropdown > .dropdown-toggle .caret,
body.index .nav li.dropdown.open > .dropdown-toggle .caret,
body.index .nav li.dropdown > .dropdown-toggle .caret,
body.index .nav li.dropdown:hover > .dropdown-toggle .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar {
  position: relative;
  z-index: 10000;
  margin: 0px;
  padding: 10px 0;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #005879;
}
.navbar .navbar-toggle {
  padding-top: 12px;
  margin-right: 4px;
  margin-top: 0px;
  border: 0px;
  margin-bottom: 0px;
  color: white;
}
@media (min-width: 768px) {
  .navbar .nav {
    float: right;
  }
}
.navbar .nav  > li.active a,
.navbar .nav  > li.active a:hover {
  background: #046285;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  text-shadow: none;
}
.navbar .nav  > li > a {
  color: white;
  text-shadow: none;  
}

.navbar .nav  > li > a:hover{
	text-shadow: none;
	color: white;  
        background: #046285;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}

.navbar .nav > li > a.active {
    background: #046285;
}

.nav>li>a:focus {
    background-color: transparent;
}    

@media (min-width: 768px) {
  .navbar .nav .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav .navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle,
.navbar .nav li.dropdown > .dropdown-toggle:hover {
  background: none;
  color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown:hover > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
  text-shadow: none;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover {
  border-bottom: none;
	text-shadow: none;
	color: white;  
        background: #046285;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;  
}
.navbar .nav .dropdown-menu {
  background: #fafafa;
  margin-bottom: -10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #ccc;
}
.navbar .nav .dropdown-menu li a:hover,
.navbar .nav .dropdown-menu .active a {
  color: #fff;
  background: #005688;

}
.navbar .nav .dropdown-menu li a {
  font-weight: 300;
  color: #003655;
}
.header {
  padding: 1em 1.25em;
  margin: 0px;
}
footer {
  background-color: #f9f9fa;
  border-top: 1px solid #eeeef1;
  -webkit-box-shadow: inset 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 1px #ffffff;
  box-shadow: inset 0px 1px #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 1em;  
}
footer .copyright {
    line-height: 3em; 
    font-size: .7em; 
    margin: 0px;
    float: right;    
}
footer span {
    font-size: .7em;
    margin-right: 10px;
    line-height: 3em;
}
footer .foot-links {
    margin-left: 10px; 
}
footer .foot-links a {
    margin-right: 10px; 
}
footer .bottom-footer {
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 729px) {
    footer .copyright {
        float: none;
    }    
}
@media screen and (max-width: 472px) {
    footer .foot-links {
        display: block;
        margin: 0px;
    }    
    footer {
        text-align: center;
        
    }
}
@media screen and (max-width: 326px) {
    footer .copyright {        
        font-size: 12px;        
        line-height: 1.5em; 
    }    
    footer .follow-links {
        line-height: 1em;        
    }
}
/*Buttons*/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f0f0f2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f0f0f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f0f0f2);
  background-image: -o-linear-gradient(top, #fefefe, #f0f0f2);
  background-image: linear-gradient(to bottom, #fefefe, #f0f0f2);
  background-image: -moz-linear-gradient(top, #fefefe, #f0f0f2);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #d5d5db;
}
.btn:hover {
  background-color: #f0f0f2;
}
.btn-link {
  border: 0px;
  background-color: transparent;
  background-image: none;
}
.btn-primary {
  background-color: #54a0f6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84bbf9), to(#54a0f6));
  background-image: -webkit-linear-gradient(top, #84bbf9, #54a0f6);
  background-image: -o-linear-gradient(top, #84bbf9, #54a0f6);
  background-image: linear-gradient(to bottom, #84bbf9, #54a0f6);
  background-image: -moz-linear-gradient(top, #84bbf9, #54a0f6);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #3c93f5;
}
.btn-primary:hover {
  background-color: #54a0f6;
}
.btn-danger {
  background-color: #a93018;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d63d1e), to(#a93018));
  background-image: -webkit-linear-gradient(top, #d63d1e, #a93018);
  background-image: -o-linear-gradient(top, #d63d1e, #a93018);
  background-image: linear-gradient(to bottom, #d63d1e, #a93018);
  background-image: -moz-linear-gradient(top, #d63d1e, #a93018);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #932a15;
}
.btn-danger:hover {
  background-color: #a93018;
}
.btn-success {
  background-color: #77ad3a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90c654), to(#77ad3a));
  background-image: -webkit-linear-gradient(top, #90c654, #77ad3a);
  background-image: -o-linear-gradient(top, #90c654, #77ad3a);
  background-image: linear-gradient(to bottom, #90c654, #77ad3a);
  background-image: -moz-linear-gradient(top, #90c654, #77ad3a);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #699a33;
}
.btn-success:hover {
  background-color: #77ad3a;
}
.btn-warning {
  background-color: #a97518;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6941e), to(#a97518));
  background-image: -webkit-linear-gradient(top, #d6941e, #a97518);
  background-image: -o-linear-gradient(top, #d6941e, #a97518);
  background-image: linear-gradient(to bottom, #d6941e, #a97518);
  background-image: -moz-linear-gradient(top, #d6941e, #a97518);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #936615;
}
.btn-warning:hover {
  background-color: #a97518;
}
.btn-info {
  background-color: #41b3df;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6dc4e6), to(#41b3df));
  background-image: -webkit-linear-gradient(top, #6dc4e6, #41b3df);
  background-image: -o-linear-gradient(top, #6dc4e6, #41b3df);
  background-image: linear-gradient(to bottom, #6dc4e6, #41b3df);
  background-image: -moz-linear-gradient(top, #6dc4e6, #41b3df);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #2baadb;
}
.btn-info:hover {
  background-color: #41b3df;
}
.btn-inverse {
  background-color: #333333;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d4d4d), to(#333333));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #333333);
  background-image: -o-linear-gradient(top, #4d4d4d, #333333);
  background-image: linear-gradient(to bottom, #4d4d4d, #333333);
  background-image: -moz-linear-gradient(top, #4d4d4d, #333333);
  text-transform: uppercase;
  border: 1px solid #bfbfbf;
  border: 1px solid #262626;
  color: #fff;
}
.btn-inverse:hover {
  background-color: #333333;
}
.btn-inverse:hover {
  color: #fff;
}
.grid.btn {
  width: 115px;
  text-transform: none;
}
.jumbotron {
  background-size: 100% auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 100;
  font-size: 1.5em;
  padding: 0em;
}
@media (min-width: 768px) {
  
}
.jumbotron .mobile-jumbotron {
  padding: .5em 0em;
  background-color: #003655;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  text-align: center;
  background: transparent;
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 42px;
  line-height: 60px;
  padding: 0px;
  padding-top: .25em;
  font-weight: 400;
  clear: none;
  color: white;
}
@media (min-width: 768px) {
  .jumbotron h1,
  .jumbotron h2,
  .jumbotron h3 {
    font-size: 60px;
    text-align: none;
    padding-top: 0em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .jumbotron h1 {
    letter-spacing: 4px;
  }
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron h3 {
  font-size: 32px;
}
.jumbotron p {
  margin-top: 1em;
}
.jumbotron img.main-image {
  float: right;
}
.customer-comments {
  margin-bottom: 2.5em;
}
.customer-comments blockquote {
  border-left-color: #dbf0f7;
}
.customer-comments .quote {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .customer-comments .quote {
    margin-bottom: 0em;
  }
}
.customer-comments .name {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.customer-comments .title {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.btn .dropdown-toggle {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group.open .btn.dropdown-toggle {
  background: #d5d5db;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background: #2485f3;
}
.btn-group.open .btn-success.dropdown-toggle,
.label.label-success,
.badge.badge-success {
  background: #6fa236;
}
.btn-group.open .btn-warning.dropdown-toggle,
.label.label-warning,
.badge.badge-warning {
  background: #9c6c16;
}
.btn-group.open .btn-info.dropdown-toggle,
.label.label-info,
.badge.badge-info {
  background: #428bca;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.label.label-inverse,
.badge.badge-inverse {
  background: #2e2e2e;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background: #a02d17;
}
.label.label-important,
.badge.badge-important {
  background: #a93018;
}
.customers .logo {
  margin-bottom: 1em;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .customers .logo {
    margin-left: 0em;
  }
}
.customers img {
  border: 1px solid #ccc;
  max-width: none;
}
.faq-content ul .top,
.faq-content ol .top {
  float: right;
  line-height: 1.25em;
  padding: .75em 0em;
}
.filter {
  margin-bottom: .25em;
}
/*Portfolio*/
.gallery {
  margin-bottom: 4em;
}
.gallery .element {
  background: #fff;
  padding-bottom: 1em;
  font-size: 1em;
}
.gallery.two .element {
  margin-bottom: 1em;
}
.gallery .crop {
  overflow: hidden;
}
.gallery.two .crop {
  height: 205px;
}
@media (min-width: 1100px) {
  .gallery.four .crop {
    height: 175px;
  }
}
.gallery.six .crop {
  height: 105px;
}
.gallery img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.gallery img:hover {
  opacity: 0.8;
}
.filter {
  text-align: center;
  margin: 1em;
}
.filter li {
  float: none;
  display: inline-block;
}
.filter li a {
  color: #333;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: .25em;
  margin-left: .25em;
}
.filter li a:hover {
  border-bottom: 2px solid #999;
}
.filter li.active a {
  border-bottom: 2px solid #999;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
}
.filter li a,
.filter li a:hover,
.filter li.active a,
.filter li.active a:hover {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
}
input[type="text"],
input[type="password"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #b4b4bf;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #b4b4bf;
  -webkit-box-shadow: 0px 0px 5px #b4b4bf;
  -moz-box-shadow: 0px 0px 5px #b4b4bf;
  box-shadow: 0px 0px 5px #b4b4bf;
}
form label {
  font-weight: normal;
  color: #333;
}
form.large label {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 200;
  color: #666;
}
form.large input[type="text"],
form.large input[type="password"] {
  font-size: 1.5em;
  height: 1.5em;
  margin-bottom: 1em;
}
form.large textarea {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: .5em 1em;
  margin-top: 1em;
  border: 1px solid #edd459;
  border-bottom: 1px solid #ebd047;
  background: #f2e087;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2e087), color-stop(1, #fcf8e3));
  background: -ms-linear-gradient(bottom, #f2e087, #fcf8e3);
  background: -moz-linear-gradient(center bottom, #f2e087 0%, #fcf8e3 100%);
  background: -o-linear-gradient(bottom, #f2e087, #fcf8e3);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  color: #6e5e0c;
}
.alert .close {
  right: -0.25em;
}
.alert.alert-error {
  border: 1px solid #661d0e;
  border-bottom: 1px solid #54180c;
  background: #932a15;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #932a15), color-stop(1, #e14a2c));
  background: -ms-linear-gradient(bottom, #932a15, #e14a2c);
  background: -moz-linear-gradient(center bottom, #932a15 0%, #e14a2c 100%);
  background: -o-linear-gradient(bottom, #932a15, #e14a2c);
  color: white;
  text-shadow: 1px 1px 1px #7c2312;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.alert.alert-info {
  border: 1px solid #1b7a9f;
  border-bottom: 1px solid #186d8e;
  background: #229ccb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #229ccb), color-stop(1, #6dc4e6));
  background: -ms-linear-gradient(bottom, #229ccb, #6dc4e6);
  background: -moz-linear-gradient(center bottom, #229ccb 0%, #6dc4e6 100%);
  background: -o-linear-gradient(bottom, #229ccb, #6dc4e6);
  color: #0c3748;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.alert.alert-success {
  border: 1px solid #77ad3a;
  border-bottom: 1px solid #6c9e35;
  background: #90c654;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #90c654), color-stop(1, #c2e0a1));
  background: -ms-linear-gradient(bottom, #90c654, #c2e0a1);
  background: -moz-linear-gradient(center bottom, #90c654 0%, #c2e0a1 100%);
  background: -o-linear-gradient(bottom, #90c654, #c2e0a1);
  color: #283b14;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.toc {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.toc h3 {
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
}
.toc h4 {
  color: #555;
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
ul.icons {
  list-style: none;
  margin-left: 0em;
  padding-left: 0em;
}
ul.icons i {
  margin-right: .5em;
  color: #aaa;
}
ul.icons time {
  color: #ccc;
}
.tab-pages h3,
.tab-pages h4 {
  margin-top: 0px;
}
.tab-pages .nav-tabs li a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.label {
  font-weight: normal;
}
.muted {
  color: #8a8a9c;
}
.feature {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .feature {
    padding-bottom: 0em;
  }
}
.feature p {
  padding-right: 2em;
}
.feature .img-responsive {
  width: 100%;
  max-width: 360px;
}

.social i:first-child {
  padding-left: 0px;
}
.social i {
  font-size: 1em;
  padding: .25em .5em;
}
blockquote.large {
  color: #727171;
  padding: 30px;
  text-align: center;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 100;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
}
blockquote.large.plain {
  font-style: normal;
}
.footer-spacer {
  height: 4em;
}
#blog-posts {
  padding-bottom: 1.75em;
}
#blog-posts h3 {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0em;
  padding-top: 0em;
}
#blog-posts .date {
  font-size: 1em;
  padding-top: .75em;
}
@media (min-width: 768px) {
  #blog-posts .date {
    font-size: .75em;
    padding-top: 0em;
  }
}
#blog-posts .post-summary {
  padding-right: 2em;
}
#blog-posts .blog-post {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  #blog-posts .blog-post {
    margin-bottom: 1em;
  }
}
#blog-posts .blog-post .comments img {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
#blog-posts .blog-post .media-body h4 {
  line-height: 1em;
}
.category.label {
  margin: 0px 4px 4px 0px;
}
.sidebar {
  margin-top: 2em;
  background: none;
  box-shadow: none;
  border: none;
}
.inline-img {
  margin-bottom: .5em;
  margin-top: .5em;
}
.inline-img.pull-left {
  margin-right: 3em;
}
.inline-img.pull-right {
  margin-left: 3em;
}
.big-list {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.big-list i {
  font-size: 36px;
  padding-right: .25em;
  float: left;
  padding-top: .25em;
  margin-right: .25em;
}
.big-list li {
  margin-bottom: 1em;
  padding-left: 0px;
}

.nav .search-link {
    display: none;
}
.search-box {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
  .login {
    margin-top: 4em;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin: 0px;
  padding: 0px;
}
.person {
  margin-bottom: 4em;
}
.inner-tagline {
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  margin-top: 1em;
  margin-bottom: 1.5em;
  color: #929e0d;
}
@media (min-width: 768px) {
  .inner-tagline {
    font-size: 48px;
  }
}
.small {
  font-size: .9em;
}
@media (min-width: 768px) {
  .small {
    font-size: .75em;
  }
}
.toggle-button * {
  box-sizing: content-box;
}
.wysihtml5-toolbar a {
  color: #333;
}
.nav-pills > li.active > a:focus {
  background: #fff;
  color: #333;
}
.slider {
  background: url('../images/more/bg2.jpg');
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.slider {
  height: 488px;
}

@media (max-width: 1199px) {
    .form-search .search-query {
        width: 160px;
    }
}


.navbar-brand img {
    float: left;
    margin-top: -10px;
    width: 40px;
}
.site-name{
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    
}

@media screen and (max-width : 300px) {
    .site-name{
        display: none;        
    }
}    


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .search-link {
        display: block;
    }    
    .navbar-nav .explore-link {
        display: none;
    }        
    .search-box {
        display: none;
    }
}

#noscript-warning {
    font-family: sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: #FFF;
    background-color: #AE0000;
    padding: 5px 0px;
    opacity: .9;
}    
#noscript-padding {
    padding-top: 36px;
}
.lazy {
    display: none;
}
/*
 *  Start sidebar.css
 */
.sidebar h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.sidebar aside, .sidebar .sidebar-box {
    margin: 5px 0px 20px 0px;
}


.form-search input{
    height: 34px;
    padding-left: 7px;
    font-size: 14px;
    width: 198px;
}
.form-search button{
    margin-top: -2px;
}


.top-users span{
    display: block;
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
}

.sidebar .user {
    margin-top: 15px;
}

.sidebar .topic-item small , .topic-item time{
    font-size: 13px;
}
.sidebar-post-item, .sidebar-bonus-item {
    margin-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px dotted #ddd;
    font-size: 15px;
}

.sidebar-post-item:hover, .sidebar-bonus-item:hover {
    background-color: #F3F3F3;
    cursor: pointer;
}

.sidebar-post-item span, .sidebar-bonus-item span {
    display: block;
}

.sidebar-post-item small, .sidebar-bonus-item small {
    margin-right: 5px;
    color: gray;
    font-size: 13px;
}


.sidebar-tags .label {
    display: inline-block;
}

.sidebar .sidebar-random-games {
    padding: 0;
    list-style-type: none;    
}

.sidebar .sidebar-random-games li{
    padding: 3px;    
}

.sidebar .sidebar-random-games li:hover{
    background-color: #F3F3F3;
    cursor: pointer;
}


.sidebar-ads {
    margin-bottom: 15px;
}

.sidebar .ad-550x120 {
   display: none; 
}

.sidebar .ad-Alt_300x600 {
   display: none; 
}


@media screen and (max-width : 1280px) {
        
    .alt-board, alt-board iframe{
        width: 728px;
        height: 90px;
    }
}

@media screen and (max-width : 1199px) {
    
    .sidebar .sidebar-random-games li{
        font-size: 15px;
    }   
    
}

@media screen and (max-width : 991px) {

    .sidebar .user {
        display: inline-block;
        margin-left: 10px;
        width: 200px;
    }
    .sidebar .sidebar-random-games li{
        display: inline-block;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;         
        background-color: #F3F3F3;
        margin-top: 3px;
        padding: 5px 10px 5px 10px;
        font-size: 15px;
    }    
    
    .sidebar .ad-160x600 {
       display: none; 
    }    
    
    .sidebar .ad-550x120 {
       display: block; 
    }    
    
    
}

.content-desktop-intent {display: block;}
.content-mobile-intent {display: none; margin: auto; width: 50%;  padding-top: 10px; }

@media screen and (max-width : 768px) {

    .content-desktop-intent {display: none;}
    .content-mobile-intent {display: block;}

}


@media screen and (max-width : 580px) {

    .sidebar .ad-550x120 {
       display: none; 
    } 
    
    .sidebar .ad-Alt_300x600 {
       display: block; 
    }

    
}



.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 124px;
}

.tg-container {
    position: relative;        
    height: 90px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tg-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

