/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
  min-width: 992px;
  padding-top: 50px;
  overflow: hidden;
}
.body-slider{
  min-width: 992px;
  min-height: 610px;
}
/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}
a:hover, a:focus{
  text-decoration: none;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  min-width: 970px;
}

/* Demonstrate the grids */

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
  .box-header {
    position: absolute;
  }
/* Always float the navbar header */
.navbar-header {
  float: left;
}
.dropdown-menu{
  font-size: 12px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
  color: #D7CDCD;
  background: none;
}
.nav .dropdown:hover > .dropdown-menu {
  display: block;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
  background: none;
  font-size: 14px !important;
}
.navbar-right .dropdown-menu{
  left: 15px;
}
/* Redeclare since we override the float above */
/*.navbar-nav.navbar-right {
  float: right;
}*/

/* Undo custom dropdowns */
/*.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}*/
/*.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}*/
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
}
.col-lg-10 {
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
  width: 58.333333333333336%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
  width: 33.33333333333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.666666666666664%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}

/* contact page */
.contact-content{
  min-width: 580px;
}
.contact-form{
  min-width: 400px;
}
.facebook-icon:hover{
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* about content */
.about-content{
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  background: none;
}
.corner-about-content{
  padding: 20px;
  background: url(../images/left-top-corner.png) 0 0 no-repeat, url(../images/right-bottom-corner.png) right bottom no-repeat;
}
.flex-viewport{
  background: #000;
}
#carousel {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: all 2s; /* For Safari 3.1 to 6.0 */
  transition: bottom 0.3s;
  min-height: 185px;
}
.slide-info{
  position: initial;
   bottom: initial;
   width: initial;

}
#show-carousel{
  position: absolute;
  right: 100px;
  text-decoration: none;

}
#show-carousel:hover{
  text-decoration: none;

}
.hide-carousel {
  bottom: -140px !important;
}
.show-carousel-icons{
  display: none;
}
.hide-carousel .show-carousel-icons{
  display: inline-block;
}
.hide-carousel .hide-carousel-icons{
  display: none;
}
.show-carousel-icons{
  font-size: 10px;

}

.show-carousel-icons i{
  margin-left: 5px;
}

.hide-carousel-icons {
  font-size: 38px;
  letter-spacing: -5px;
  line-height: 40px;
}
.fa-square:before{
  content: ' ';
  background: url(../images/square-icon.jpg) no-repeat center;
  display: inline-block;
  width: 10px;
  height: 10px;
}

/*#carousel li {margin-right: 5px;}*/
#carousel img {display: block; opacity: .5; cursor: pointer;
  height: 140px;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
.flex-direction-nav .flex-disabled{
  opacity: 1 !important;
}
#carousel .flex-direction-nav a{
  display: none;
}
.facebook-icon{
    font-size: 80px;
    font-family:socialfont;
    margin-right: 50px;
}
.contact-strong-style{
    display:inline-block;width:110px;
}

.margin-top-negative{
    margin-top: -15px;
    margin-bottom: 0;
}


@media (max-width: 768px) {
  #main-slider img{
    width: auto;
    height: 100vh;
    min-height: 610px;
  }
}

/* col-sm */
@media(min-width: 768px) {
  #main-slider img{
    width: auto;
    height: 100vh;
    min-height: 610px;
  }
}
/* col-md */
@media(min-width: 992px) {
  #main-slider img{
    width: auto;
    height: 100vh;
    min-height: 610px;
  }

}

/* col-lg */
@media(min-width: 1200px) {
  #main-slider img{
    width: 100vw;
    height: auto;
  }
}

.icon-home img{
  max-width: 85%;
  max-height: 45px;
}
