/*
custom stylesheet

galben  - #f3cc2f
albastru - #0e1572
gri - #5e5e5e
*/

@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

body{
  color: #5e5e5e;
  font-family: 'Montserrat', sans-serif!important;
  min-width:320px;
}

.container{
  max-width: 840px!important;
}

img{
  max-width: 100%;
}
a{text-decoration:none;}
.header{
  background:  #0e1572;
  max-height: 45px;
}
.header a{color:#fff}
.header .container{
  max-height: 45px;
}

.header span{
  font-size: 14px;
  font-weight: bold;
  float: right;
  padding: 13px 0;
  color: #ffffff;
}

.logo a{
  display: inline-block;
  position: absolute;
  z-index: 100;

}

.logo img{
  max-height: 150px;
}

.slide{
  max-height: 320px;
  overflow: hidden;
  /*max-width: 890px;*/
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.slide_bg{
  background: #E1E1E1;
}

.slide ul{
  padding: 0;
}

.slide ul li{
  max-height: 320px;
  position: relative;

}


.flex-control-nav , .flex-direction-nav{
  display: none;
}

.slide img{
  width: 100%;
  height: auto;
  position:relative;
  top:-100px;
}

.slide_title{
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.slide_title h2{
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  max-width: 570px;
  font-weight: bold;
   text-shadow: 2px 2px #333;
}

.slogan h3{
  font-weight: bold;
  padding: 30px 0;
  margin: 0;
  font-size: 21px;
}

.yellow{
  padding: 40px 0;
  background: #f3cc2f;
}

.thumb{
  background: #ffffff;
  padding: 30px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
}

.thumb img{
  max-height: 60px;
}

h4{
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.column{
  text-align: center;
}

.map .col-xs-7{text-align:right; padding-left:0;}
.contactInfo a{
  color: #0e1572;
}

.contactInfo a:hover{
  text-decoration: none;
  color: #f3cc2f;
}


footer{
  background: #0e1572;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 0;
}
/*
#slide_11, #slide_21{
  display: none;
}
*/

@media screen and (min-width: 980px){
  .assistance{
    padding-top: 40px;
  }

  .map{
    background: #ffffff;
    margin-top: -30px;
    border-radius: 20px 20px 0 0;
    padding-top: 70px;
    padding-bottom: 20px;
    -webkit-box-shadow: -10px -4px 20px 1px rgba(143,143,143,1);
    -moz-box-shadow: -10px -4px 20px 1px rgba(143,143,143,1);
    box-shadow: -10px -4px 20px 1px rgba(143,143,143,1);
  }

  .map img{
    margin-top: -60px;
  }
}

@media screen and (max-width: 980px){
	.contactInfo{
		padding:10px 0;
	}
	/*
  #slide_11, #slide_21{
    display: block;
  }
  #slide_1, #slide_2{
    display: none;
  }
  */
}
@media screen and (max-width: 800px){
	.slide img{
	width:auto;
	min-height: 320px;
	top:0;
  }
  .contactInfo .col{
		width:100%;
		text-align:center;
	}
	.map, .map .col-xs-7{padding:0;}
	.contactDetails{line-height:1.8em; font-size:1.2em;}
}
@media screen and (min-width: 768px){
	.container{width:auto;}
}

@media screen and (max-width: 590px){
  .header, .header .container{
    max-height: 90px;
  }
  .header span{
    max-width: 250px;
  }
  
  .container-fluid .column{
	width:100%;
  }
  
}

@media screen and (max-width: 550px){
  .header span{
    max-width: 100%;
    display:inline-block;
  }
  .logo a{
    top: 47px;
  }
  .slide h2{
    font-size: 24px;
  }
   .slide img{
	max-width:700px;
  }
}

@media screen and (max-width: 460px){
  .logo a{
    top: 67px;
  }

  .slide ul li{
    max-height: 280px;
    width: auto;
  }
  .slide img{
	min-height:280px;
	max-height:280px;
  }

  .slide h2{
    font-size: 24px;
  }
}


