/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#home-slider item {
  width: 100%;
  height: 100%;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption a {
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-inner .item {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-position:center;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

#home-slider .promo {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

/*************************
*******Search CSS*********
**************************/
.ui-autocomplete {
    z-index: 10000;
}

.ui-autocomplete .ui-state-focus {
    background: #dadada;
    color: #2d47af;
    border:none;
}

/*************************
********About CSS*******
**************************/

#about-us-content {
    background-image:url(../images/contact-bg.jpg);
    padding: 45px 0;
}

#about-us h2 {
  margin-top: 0;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

#about-us h2 {
  float:left;
}

#about-us .social-icons {
  margin-top: 0px;
  margin-left: 20px;
  float: left;
}

#about-us .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#about-us .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#about-us .social-icons ul li a:hover {
  color: #fff
}

#about-us .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#about-us .social-icons ul li a.google:hover {
  background-color: #dd4f43;
}
#about-us  .social-icons ul li a.instagram:hover {
    background-color: #c535a4;
}
#about-us  .social-icons ul li a.youtube:hover {
    background-color: #c71a1e;
}
#about-us  .social-icons ul li a.linkedin:hover {
    background-color: #0274b3;
}
/*
#about-us .catalog a {
    color:white;
}
*/
#about-us .catalog a i {
    float: left;
    font-size: 50px;
}
#about-us .catalog a div {
    float: left;
    width: 82%;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 20px;
}


/***************************
******* Promo CSS **********
****************************/
#promo {
    background-color:#24398c;
    padding:10px 0px 20px 0px;
    margin:0;
}

.our-promos .col-sm-12 {
    padding-bottom: 15px;
}



.our-promos .promo-content {
    display: inline-block;
    width: 100%;
    max-height: 420px;
    padding: 0;
    cursor: pointer;
}

.our-promos .promo-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    padding: 10px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.our-promos .promo-icon:hover {
    background-color:white;
}

.our-promos .promo-content:hover h3 {
    color:#c40000;
}

.our-promos .promo-content img {
    max-height: 400px;
    background-color:white;
}

.our-promos .promo-tag {
    position: absolute;
    display: inline-block;
    top: -10px;
    width: 80px !important;
    height: 80px !important;
    right: 5px;
    background-color: transparent !important;
}

.our-promos .overlay {
   position:absolute;
   top:0;
   left:0;
   background-color:rgba(0,0,0,0.0);
   width:100%;
   height:100%;
   max-height:400px;
   text-align: center;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   opacity:0;
}

.our-promos .overlay:hover {
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  opacity:1;
}

.our-promos .overlay span {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 15%;
  cursor:pointer;
}

.our-promos .overlay span:hover {
  background-color: #c40000;
  color: #fff;
}


.our-promos .col-sm-4:nth-child(4), 
.our-promos .col-sm-4:nth-child(5), 
.our-promos .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-promos .col-sm-4:nth-child(3), 
.our-promos .col-sm-4:nth-child(6) {
  border-right:0;
}

.our-promos .promo-info {
    text-align: center;
}

.our-promos .promo-info h3 {
    margin-top: 20px;
    padding-bottom: 10px;
}

/*************************
*******Documentation CSS**
**************************/
#documentation {
  text-align: center;
  background-image: url(../images/documentation-bg.jpg);
  margin-top: 0px; 
}

#documentation i {
  font-size: 48px;
}

#documentation h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#documentation .slider-overlay {
  opacity: 0.8;
}

#documentation a {
    color:white;
}

/*************************
*******Services CSS*******
**************************/
#services {
  text-align: center;
  padding: 40px 0;
}
#services .img-responsive {
    margin:0 auto;
}

/*************************
*******Blok CSS*******
**************************/
#customersOpinions {
    background-color:#24398c;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 0;
  padding-bottom: 0;
}

#google-map {
  height: 475px;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 90px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6);
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

.messageConges {
    background-color: #0000FF33;
}

#messageClientNonConnecte a {
    color: #FFFFFF;
    font-weight: bold;
}
