body.site,html{
	margin: 0px;
	padding: 0px;
	border: none;
	background: white;
}
.nav.menu > li{
	margin-top: -20px;
	border-top: 20px solid rgba(255,255,255,0.4);
	height: 50px;
	width: 17%;
	text-align: center;
	display: inline-block;
	margin-left: 2%;
	position:relative;
	z-index: 10;
	transition:all 0.5s ease;
	vertical-align: top;
}
h1{
	font-weight: 200;
}
.nav.menu > li:first-child{
	
	margin-left:0px;
}
.nav.menu > li:first-child a, .nav.menu > li:first-child span.separator,.nav.menu > li:first-child a:hover, .nav.menu > li:first-child span.separator:hover{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25%;
}
.nav.menu > li:first-child a img, .nav.menu > li:first-child span.separator img{
	opacity: 0;
}
.nav.menu li a, .nav.menu li span.separator{
	background: rgb(60,60,60);
	display: block;
	height: 100%;
	width: 100%;
	color: white;
	padding-top: 35px;
	transition:all 0.5s ease;
}
.nav.menu > li:hover{
	border-top: 20px solid rgba(0,0,0,0.6);
}
.nav.menu li a:hover, .nav.menu li span.separator{
	background: rgb(80,80,80);
}
.nav.menu li ul{
	display: none;
}
.nav.menu li:hover ul{
	width: 100%;
	display: block;
	position: absolute;
}

.nav.menu li ul li{
	border:none;
	margin-top: 0px;
	height:auto;
	margin-left: 0px;
}
.nav.menu li ul li a{
	padding-top: 5px;
	padding-bottom: 10px;
	border-top:1px solid rgb(10,10,10);
}
.nav.menu li ul li a:hover{
	text-decoration: none;
}
.nav.menu li.parent .separator:after{
	content:'';
	display: inline-block;
	margin-left: 5px;
	height: 5px;
	border-top: 5px solid white;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	vertical-align: bottom;
}
.avislider ul{
	overflow: hidden;
}
.avislider li{
	position: relative;
	height: 500px;
}
.avislider li img{
	position: absolute;
	bottom: -25%;
}
.avislider ul,
.avislider li img,
.avislider li{
	overflow: hidden;
	width: 100%;
	margin:0px;
	padding: 0px;
	list-style-type: none;
}

#slider{
	height: 500px;
	overflow: hidden;
	
}
#logo img{
	padding-top: 10px;
	max-width: 90%;
	padding-left: 5%;
}
#logo{
	background: white;
	height: 200px;
	margin-top: -125px;
	position: relative;
	z-index: 3;
	box-shadow: 0px -5px 3px rgba(0,0,0,0.3);
}
#content{
	padding: 20px 0px;
}

.agent{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
.agent.men {
  background-color:rgb(240,240,240);
}
.agent.women {
  background-color:rgb(240,240,240);
}
.agent:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#googlemaps{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid rgb(200,200,200);
}

footer{
	min-height: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
	color:rgb(240,240,240);
	background: rgb(60,60,60);
}
footer hr{
	border:none;
	border-top: 1px dotted rgb(240,240,240);
}
footer a:hover{
	color: #7bcaf2;
	text-decoration: none;
}
footer .nav > li > a,footer .nav > li > a:hover{
	display: inline;
	background: transparent;
}
#sup-footer ul, #sup-footer li{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: square;
}

.lesbonsplans a{
	display: block;
	background: #2a6bbd;
	padding: 10px 5px;
	text-align: center;
	font-size: 21px;
	color: white;
}
.moduletableS4{
	background: rgb(80,80,80);
	color: white;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.moduletableS4 a{
	color: #659bde;
}
.moduletableS4 a:hover{
	color: #bfdbff;
}
@media (max-width: 1200px){
	.avislider li img{
		bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.avislider li,#slider{
		height: 300px;
	}
	.avislider li img{
		bottom:-25%;
	}
}

@media (max-width: 767px) {
	#menu-phone li{
		margin-left: 0px !important;
	}
	#toggle-menu{
		font-size: 18px;
		display: block;
		background: #bfdbff;
		text-align: left;
		padding: 10px 5px;
		box-sizing: border-box;
		color:rgb(240,240,240);
		background: rgb(60,60,60);
		cursor: pointer;
		border-bottom: 1px solid black;
	}
	#menu-phone .nav.menu{display: none;}
	.nav.menu > li:first-child a, .nav.menu > li:first-child span.separator, .nav.menu > li:first-child a:hover, .nav.menu > li:first-child span.separator:hover {
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 10%;
}
	.avislider li,#slider{
		height: 250px;
	}
	.avislider li img{
		bottom:0;
	}
/* 	#menu-phone ul{display: none;} */
	.nav.menu li{
		width: 100%;
		display: block;
		clear: both;
		font-size: 14px;
		height: auto;
		max-height: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		border: none;
		text-align: left;
		
		
	}
	.nav.menu li > span.separator{
		color: grey;
	}
	.nav.menu li > span.separator,.nav.menu li > a{
		line-height: 53px;
		margin: 0px;
		padding-top: 0px;
	}
	.nav.menu li ul li a{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nav.menu li.parent .separator:after{
		display: none;
	}
	.nav.menu li a, .nav.menu li span{
		box-sizing: border-box;
		padding-left: 20px;
		
	}
	.nav.menu > li > a{
		background: rgb(80,80,80);
		border-bottom: 1px solid black;
	}
 	.nav.menu li ul{
		display: block;
		position: relative;
	}
	.nav.menu li ul li{
		margin: 0px;
		max-width: 100%;
		box-sizing: border-box;
		
	}
	.nav.menu li ul li a{
		padding-left: 40px;
	}
	.nav.menu li:hover ul {
    	width: 100%;
    	display: block;
    	position: relative;
	}
	.nav.menu li:hover{
		border:none;
	}
}

@media (max-width: 480px) {#slider{display: none;} #logo{margin-top:0px; height: auto;}}

#inscr-newl input[type="submit"], #inscr-newl input[type="reset"]{
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	
}
.ajax-fc-container{background: white;}
img.ajax-fc-border#ajax-fc-right {
  margin-left: 149px;
}
img.ajax-fc-border#ajax-fc-left {
  margin-left: -156px;
}
.ajax-fc-rtop *, .ajax-fc-rbottom *{background-color: transparent;}
#inscr-newl input[type="submit"]:hover, #inscr-newl input[type="reset"]:hover{
	border:1px solid rgb(60,60,60);
}
div#ajax-fc-content div#ajax-fc-right{
	position: relative;
}
#ajax-fc-backlink{right: 0;}

.home-page-nav a{position: relative; display: block; overflow: hidden;}
.home-page-nav .label-home-page-nav{
	position: absolute;
	display: block;
	background: rgba(0,0,0,0.6);
	color: white;
	width: 100%;
	bottom:-50px;
	padding: 10px;
	box-sizing: border-box;
	transition:all 0.5s ease;
	font-size: 15px;
}

.home-page-nav a:hover .label-home-page-nav{
	bottom:0;
}
#logotop{  background-color: transparent;
  position: absolute;
  z-index: 3;
  text-align: center;
  line-height: 8;}
#logotop img{height: 65px; border: 10px solid #2a6bbd; }
#topbar{
	padding-top: 5px;
	padding-bottom: 5px; 
}
#topbar .nav{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#topbar  .nav.menu  li{
	margin: 0px;
	border:0px;	
	height: 45px;
	width: auto;
}
#topbar .nav.menu li.active a {
  background: white;
}
#topbar .nav.menu li ul li a{
	white-space: nowrap;
}
#topbar .nav.menu li ul li {
	min-width: 110px;
}
#topbar .nav.menu li a, #topbar .nav.menu li span.separator{padding-top:12px; margin-left:10px;  box-sizing: border-box; padding-left: 5px; padding-right: 5px;}
#topbar .custom{
	color: #2a6bbd;
	padding-top: 15px;
}
#topbar .custom a{
	color: #2a6bbd;
}

.overlay-slideshow{  
	position: absolute;
  width: 100%;
  bottom: 35px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
  }
   .overlay-slideshow-links{
/* 	   padding-top: 100px; */
   }
 .overlay-slideshow-links a{
	 display: block;
	 border-radius: 3px;
	 box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.52);
	 text-shadow: none;
	 font-size: 18px;
	 text-align: center;
	 background: red;
	 margin-bottom: 15px;
	 padding: 4px;
 }
.link-icon{float: left; color: white;}
.show_disney img{
	position: relative !important;
	bottom: 0 !important;
	 width:100px !important;
	 display: inline-block !important;
 }
 
 .overlay-slideshow-content{
	padding: 5px;
	box-sizing: border-box;
}
#basic-slideshow.well{
	margin-top: 20px;
	background-color: #f5f5f5;
	box-shadow: inherit;
	-moz-box-shadow: inherit;
	-webkit-box-shadow: inherit;
}

.succ_infoagencemod:last-child h4{
	display: none;
}
.orange{
	background: #F57D05;
}
.avislider > .bxslider{position: relative;}
#slideshow-container{padding: 0px;}


#logo-small {
	width: 294px;
  margin-left: 20px;
  padding-top: 20px;
  background-color: #2a6cbd;
  position: absolute;
  margin-top: -20px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.ugly-border{
	  border: 3px solid #2a6bbd;
  padding: 3px 5px;
  border-radius: 5px;
}
.slogan p{
	font-size: 20px;
	margin-top: 5px;
	font-weight: 100;
	letter-spacing: 1px;
}
.iframen-container iframe{border: 0;}

.moduletableS4 h4{
	font-size: 14px;
	line-height: 25px;
	font-family: 'Rock Salt', cursive;
}
#menu-phone {
	margin-top: 25px;
}
#menu-phone li{
	margin-left:1px;
}