@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	}

#wrapper{
	width: 100%; 
	}

header{
	width: 100%;
	}
	
	
/* Show desktop navigation */
#desktop-nav {
	display: block;
}


	
/* Hide mobile navigation */
div#mobile-nav{
	display: none;
}


#mobile-nav-button{
	display: none;
	}
	
#desktop-nav{
	border-bottom: 1px solid #ccc;
	min-height: 116px;
}


#logo {
	float: left;
	padding-left:30px;
	
}

#logo img{
	width: 60px;
	height:auto;
	}

/* desktop navigation */

div.promotion{
	margin-left: 20px;
	margin-top: 15px;
	width: 340px;
	float: left;
	font-weight: 200;
	}
	
div.promotion p{
	line-height: 175%;
	color: rgb(102, 101, 107);
	}
	
div.promotion p a:link{
	text-decoration: none;
	color: #4A7BC8;
}

div.promotion p a:visited{
	text-decoration: none;
	color: #4A7BC8;
}

div.promotion p a:hover{
	text-decoration: none;
	color: #f26a0f;
}



#navlinks {
	float: right;
	margin-top: 15px;

}

#navlinks a{
	text-decoration: none;
	color:#7c7c7c;
	padding: 0px 17px;
}

#navlinks a:visited{
color:#7c7c7c;
}

#navlinks a:hover{
color:#4A7BC8;
}

#toggle{
	visibility: hidden;
	}

#toggle a{
	color: #b7b7b7;
    background-color: #fff;
    box-shadow: inset 0 0 0 transparent,0 1px 5px rgba(0,0,0,0.25);
	display: inline-block;
	}


#navlinks ul{
	float: right; 
}

#navlinks ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding: 20px 20px 20px 0px;
	letter-spacing: 1px;
}

#navlinks ul li:first-child {
	padding-left: 0;
}


#navlinks ul li ul {
	display: none;
	width: 300px;
	background-color: rgba(255,255,255,0.99);
	border-radius: 10px;
	padding: 10px 15px;
	box-shadow: 1px 1px 5px 1px rgba(120,120,120,0.33);
	margin-top: 20px;
	position: absolute;
	right: 20px;
}

#navlinks ul li:hover ul {
	display: block;
	
} 

#navlinks ul li ul li {
	display: block;
	list-style-type: none;
	padding-top: 10px;
	height: 35px;
	font-size: 12px;
}

#navlinks ul li ul li:first-child {
	padding-top: 10px;
}

/* desktop navigation end*/

/* start mobile navigation */

div.promotion2{
	margin-left: 20px;
	margin-top: 15px;
	width: 50%;
	float: left;
	font-weight: 200;
	}
	
div.promotion2 p{
	line-height: 175%;
	color: rgb(102, 101, 107);
	font-size: 13px;
	margin-bottom: 10px;
	}
	
div.promotion2 p a:link{
	text-decoration: none;
	color: #4A7BC8;
}

div.promotion2 p a:visited{
	text-decoration: none;
	color: #4A7BC8;
}

div.promotion2 p a:hover{
	text-decoration: none;
	color: #f26a0f;
}




#navlinks2{
	width: 100%;
	clear:both;
}

#navlinks2 a{
	text-decoration: none;
	color:#7c7c7c;
	padding: 0px 25px;
}

#navlinks2 a:visited{
color:#7c7c7c;
}

#navlinks2 a:hover{
color:#4A7BC8;
}

#navlinks2 ul {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
	
}	

#navlinks2 ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	
}

#navlinks2 ul li:first-child{
	border-top: 1px solid #ccc;
}

#navlinks2 ul li:hover ul {
	display: none;
} 

#navlinks2 ul li ul {
	width: 100%;
	display: none;
	background-color: rgba(255,255,255,0.99);
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	right: 0;
}


#navlinks2 ul li ul li {
	width: 100%;
	display: block;
	list-style-type: none;
	padding: 10px; 
	margin-left: 30px;
	height: 40px;
	font-size: 14px;
}

#navlinks2 ul li ul li a{
	padding-left: 0;
	text-decoration: none;
	}

#navlinks2 ul li ul li:first-child {

}

#navlinks2 ul li ul li:last-child {
	border-bottom: none;
}

/* mobile navigation end*/

footer {
	clear: both;
}

.footertop{
max-width: 70em;
margin: 0 auto;
} 

#footer1{
	width: 100%;
	background-color: #16283d;
	height: 180px;
}

footer a {
	text-decoration: none;
}



#footer1 .footer1left{
	width: 55%;
	float: left;
	padding-top: 20px;
}

#footer1 .footer1left ul{
	list-style-type: none;
	text-decoration: none;
	text-shadow: none;
	color:#b9bfc5;
	float: left;
	font-weight: 300;
	font-size: 0.8em;
	font-weight: 200;
	padding-right: 50px;
		
}

#footer1 .footer1left ul:last-child{
	padding-right: 5px;
		
}


#footer1 .footer1left ul li{
	text-shadow: none;
	color:#b9bfc5;
	text-decoration: none;
	letter-spacing: 0.5px;
}

#footer1 .footer1left ul a li{
	color:#b9bfc5;
	height:20px;
}

#footer1 .footer1left ul a:hover li {
	color:#f26a0f;
}


#footer1 .footer1right{
	width: 35%;
	float: right;
	padding-top:20px;
	margin-right: 20px;
	padding-left: 10px;
}

#footer1 .footer1right p{
	text-shadow: none;
	line-height: 20px;
	text-shadow: none;
	color:#969799;
	font-size: 12px;
}


#footer2{
	width: 100%;
	height: auto;
}

#footer2 .footernav{
	width: 100%;
	margin: 20px 0;
}

#footer2 ul {
	text-align: center;
}

#footer2 ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
}

.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 4px;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
}

 

#footer2 a {
color:#1e73be  !important;
}

#footer2 a:visited {
color:#1e73be !important;
}  

#footer2 a:hover{
color: #f26a0f !important;
}

@media only screen 
and (min-width : 951px) and (max-width : 1024px)  {
	
	/* Show desktop navigation */
	#desktop-nav {
		display: block;
	}
	
	/* Hide mobile navigation */
	#mobile-nav, #mobile-nav-button {
		display: none;
	}
	
	
	
	
	.footertop{
	max-width: 55em;
	margin: 0 auto;
	} 
	
	#footer1{
	width: 100%;
	height: 285px;
}

#footer1 .footer1left{
	width: 100%;
	float: left;
	padding: 20px;
}

#footer1 .footer1left ul{
	padding-right: 50px;
		
}

#footer1 .footer1right{
	width: 100%;
	float: right;
	padding:20px;
	margin-right: 0;
	
}
	
	
}




@media only screen 
and (min-width : 531px) and (max-width : 980px)  {

	/* Show mobile navigation */
	div#mobile-nav{
		display: block !important;
		position: relative;
	}
	
	#mobile-nav-button{
		display: block !important;
	}
	

	/* Hide desktop navigation */
	#desktop-nav {
		display: none;
	}

/* Hide desktop navigation 
 #mobile-nav-button {
	visibility: visible;
	display: block;
	float: right;
	position: absolute;
	right: 30px;
	top: 30px;
	height: 50px;
  	width: 50px;
}


	
#mobile-nav-button a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px #8b8b8b;
	-moz-box-shadow: 0px 1px 3px #8b8b8b;
 	box-shadow: 0px 1px 3px #8b8b8b;
	color: #b3b3b3;
	font-size: 20px;
	background: #ffffff;
	padding: 10px;
	text-decoration: none;
	margin-top: 0px;
	}
	
div#mobile-nav-button a:hover{
	background: #f2f2f2;
	text-decoration: none;
	}
	
*/


#mobile-nav-button span, #mobile-nav-button span:before,#mobile-nav-button span:after{
	border-radius: 1px;
  	height: 5px;
  	width: 35px;
  	background: #b3b3b3;
  	position: absolute;
  	display: block;
  	content: '';
	right: 30px;
	top: 40px;
	} 
	
#mobile-nav-button span:before {
  top: -10px; 
  right: 0px;
  
}

#mobile-nav-button span:after {
  top: 10px;
  right: 0px;
}



#mobile-nav-button, #mobile-nav-button span:before, #mobile-nav-button span:after {
  transition: all 500ms ease-in-out;
}
#mobile-nav-button.active span {
  background-color: transparent;
}
#mobile-nav-button.active span:before, #mobile-nav-button.active span:after {
  top: 0;
}
#mobile-nav-button.active span:before {
  transform: rotate(45deg);
}
#mobile-nav-button.active span:after {
  transform: rotate(-45deg);
}




footer {
	clear: both;
}

.footertop{
max-width: 60em;
margin: 0 auto;
} 

#footer1{
	width: 100%;
	background-color: #16283d;
	height: 300px;
}

footer a {
	text-decoration: none;
}



#footer1 .footer1left{
	width: 100%;
	float: left;
	padding: 20px;
}

#footer1 .footer1left ul{
	padding-right: 50px;
		
}

#footer1 .footer1left ul:last-child{
	padding-right: 5px;
		
}


#footer1 .footer1left ul li{
	text-shadow: none;
	color:#b9bfc5;
	text-decoration: none;
	letter-spacing: 0.5px;
}

#footer1 .footer1left ul a li{
	color:#b9bfc5;
	height:20px;
}

#footer1 .footer1left ul a:hover li {
	color:#f26a0f;
}


#footer1 .footer1right{
	width: 100%;
	float: right;
	padding:20px;
	margin-right: 0;
	
}

#footer1 .footer1right p{
	text-shadow: none;
	line-height: 20px;
	text-shadow: none;
	color:#969799;
	font-size: 12px;
}


#footer2{
	width: 100%;
	height: auto;
}

#footer2 .footernav{
	width: 100%;
	margin: 20px 0;
}

#footer2 ul {
	text-align: center;
}

#footer2 ul li {
} 




#footer2 a {
color:#1e73be !important;
}

#footer2 a:visited {
color:#1e73be  !important;
}  

#footer2 a:hover{
color: #f26a0f !important;
}	

div.fbhover {
    display: inline-block;
    width: 25px;
    height: auto;
    background-image: url('images/icons_fb.png') no-repeat 0 0;
}

.fbhover:hover {
    background-image: url('images/icons_fb-hover.png');
}


}


@media only screen 
and (min-width : 320px) and (max-width : 530px)  {
/* Show mobile navigation */
	div#mobile-nav{
		display: block !important;
	}
	
	div#mobile-nav-button{
		display: block !important;
	}



	/* Hide desktop navigation */
	#desktop-nav{
		display: none;
	}

	
	
	#mobile-nav{
		position: relative;
	}
	
	
	
	
	
	/* Hide desktop navigation 
 #mobile-nav-button {
	visibility: visible;
	display: block;
	float: right;
	position: absolute;
	right: 30px;
	top: 30px;
	height: 50px;
  	width: 50px;
}


	
#mobile-nav-button a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px #8b8b8b;
	-moz-box-shadow: 0px 1px 3px #8b8b8b;
 	box-shadow: 0px 1px 3px #8b8b8b;
	color: #b3b3b3;
	font-size: 20px;
	background: #ffffff;
	padding: 10px;
	text-decoration: none;
	margin-top: 0px;
	}
	
div#mobile-nav-button a:hover{
	background: #f2f2f2;
	text-decoration: none;
	}
	
*/


#mobile-nav-button span, #mobile-nav-button span:before,#mobile-nav-button span:after{
	border-radius: 1px;
  	height: 5px;
  	width: 35px;
  	background: #b3b3b3;
  	position: absolute;
  	display: block;
  	content: '';
	right: 30px;
	top: 40px;
	} 
	
#mobile-nav-button span:before {
  top: -10px; 
  right: 0px;
  
}

#mobile-nav-button span:after {
  top: 10px;
  right: 0px;
}


#mobile-nav-button span:hover{
  	background: #f2f2f2;
}

.footertop{
	max-width: 34em;
	margin: 0 auto;
} 

footer {
	clear: both;
}

#footer1{
	width: 100%;
	background-color: #16283d;
	height: 550px;
}

#footer1 .footer1right{
	width: 100%;
	float: right;
	padding-top:20px;
	padding-left:40px;
}

#footer1 .footer1left{
	width: 100%;
	float: left;
	padding-top: 20px;
}

#footer1 .footer1left ul{
	padding: 10px;
	padding-left: 20px;
	width: 100%;
}
	
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
