﻿/*  Guest Connect Theme Factory
 *
 *    Updates values on main.less
 *    
*/
/* Guest Connect Mixins*/
/*-- header styles --*/
#header #top-header {
  line-height: 20px;
  padding: 6px 0;
  font-size: 12px;
  background: #292e37;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  min-height: 20px;
}
#header #top-header a {
  color: rgba(255, 255, 255, 0.8);
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
#header #top-header a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
#header .nav > li > a:focus,
#header .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
#header .social-header a:focus,
#header .social-header a:hover {
  color: #379bff !important;
}
#header .navbar-default .navbar-toggle {
  border: 0 none;
  margin-top: 16px;
}
#header #nav-header {
  border-top: 3px solid #379bff;
  height: 80px;
  background: #ffffff;
}
#header #nav-header .navbar-nav a {
  height: 78px;
  line-height: 78px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #header #nav-header .navbar-nav a {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 16px;
  }
}
#header #nav-header .navbar-nav a:focus {
  background: transparent;
}
#header #nav-header .navbar-nav a:hover {
  background: transparent;
}
@media (max-width: 768px) {
  #header #nav-header .navbar-nav a:hover {
    background: #0084b4;
  }
}
#header #nav-header .navbar-nav .active > a {
  backgroud: rgba(255, 255, 255, 0.1);
}
#header .navbar {
  border-radius: 0;
}
#header .collapse.in,
#header .collapsing {
  display: block;
  position: initial;
  border: 0;
}
@media (max-width: 768px) {
  #header .collapse.in,
  #header .collapsing {
    border-bottom: #0084b4 6px solid;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  #header .collapse.in .navbar-nav,
  #header .collapsing .navbar-nav {
    background: #379bff;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#hero {
  height: 500px;
  margin-top: -20px;
  overflow: hidden;
  width: 100%;
}
#hero .background-image-cover {
  min-height: 550px;
  background-image: url(../../css/Images/ImageSlider/hero_2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero .hero-call-to-action {
  padding: 30px 30px 80px 30px;
  color: #ffffff;
}
#hero .hero-call-to-action h1,
#hero .hero-call-to-action h2,
#hero .hero-call-to-action h3,
#hero .hero-call-to-action h4 {
  color: #ffffff;
}
#hero .hero-call-to-action .hline:before {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
#hero .hero-call-to-action .hline span {
  background: none;
}
section#index {
  margin-top: -25px;
}
/*-- footer styles --*/
#footer {
  font-size: 12px;
}
#footer h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#footer .pre-footer .container .pb20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .footer {
  background: #434b5a;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 0;
}
#footer .footer a {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer a:hover {
  color: #ffffff;
}
#footer .post-footer {
  background: #292e37;
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  margin-top: 50px;
  line-height: 14px;
}
#footer .post-footer a {
  color: rgba(255, 255, 255, 0.4);
}
#footer a {
  text-decoration: none;
}
/*
*
* 	carrousel styles
*
*/
.carousel-homepage {
  height: 400px;
  overflow: hidden;
  margin-top: -20px;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
}
.carousel-homepage.expanded {
  height: 600px;
}
.carousel-homepage.expanded .cslide {
  min-height: 600px;
}
.carousel-homepage .slide1,
.carousel-homepage .slide2,
.carousel-homepage .slide3 {
  min-height: 400px;
  /* Must have a height or min-height set due to use of background images */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: min-height 0.6s;
  -moz-transition: min-height 0.6s;
  -ms-transition: min-height 0.6s;
  -o-transition: min-height 0.6s;
}
.carousel-homepage .slide1 {
  background-image: url(../../css/Images/ImageSlider/hero_1.jpg);
}
.carousel-homepage .slide2 {
  background-image: url(../../css/Images/ImageSlider/hero_2.jpg);
}
.carousel-homepage .slide3 {
  background-image: url(../../css/Images/ImageSlider/hero_3.jpg);
}
.carousel-homepage .carousel-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px 30px 80px 30px;
  background: #379bff;
  border-top: 3px solid #ffffff;
  color: #ffffff;
}
.carousel-homepage .carousel-overlay .hline:before {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.carousel-homepage .carousel-overlay .hline span {
  background: #379bff;
}
/*
*
* 	./ carrousel styles ends
*
*/
/*# sourceMappingURL=extras.css.map */