@charset "UTF-8";

body{
	background-image:url(Assets/Images/site_background.jpg); 
	background-size:cover;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	}

div#container{
	background-color:#E6E7ED;
	box-shadow:0px 0px 30px #000; position:relative;
	margin-right:5%;
	margin-left:5%;
	float:left;
	}

p,h1,h2,h3,ul,ol{
	font-family:"Myriad Pro", "Avenir 65 Medium", Helvetica, Arial, sans-serif;
	}

nav#subnav a{
	font-family:"Myriad Pro Condensed", "Avenir 35 Light", "Helvetica Light", "Arial Narrow", sans-serif;
	}

header img#logo{
	height:auto; 
	width:37%; 
	line-height:0; 
	margin-top:0.5rem;
	margin-bottom:0.1rem;
	margin-left:0.7%;
	float:left;
	}

div#topcontact{
	float:left;
	width:40%;
	height:auto;
	margin-top:6%;
	margin-left:7%;
	margin-bottom:0;
	}

div#topcontact img{
	float:left;
	width:90%;
	height:auto;
	padding:0.7%;
	}

header img#maze{
	height:auto; 
	width:11%;
	float:right;
	margin-bottom:0.1rem;
	margin-top:0.7rem;
	margin-right:0.7%;
	}

/*MAIN MENU (START)*/

ul.nav, ul.nav ul{
	background:#1D407B; 
	z-index:1; 
	padding:0;
	margin:0;
	list-style-type:none; 
	}

ul.nav a{
	text-decoration:none; 
	color:#FFF; 
	background:#1D407B; 
	font-family:"Myriad Pro", "Avenir 65 Medium", Helvetica, Arial, sans-serif;
	font-size:18px; display:block; 
	padding:0.4em;
	}
	
ul.nav li.list a{
	font-family:"Myriad Pro Condensed", "Avenir 35 Light", "Helvetica Light", "Arial Narrow", sans-serif;
	}

ul.nav li a:hover{
	color: #D5952D;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	transition: all 0.75s ease;
	}
	
.currentlink{
	color:#D5952D;
	}
/*MAIN MENU (END)*/



ul.nav li a.currentlink{
	color:#D5952D;
	}


/*SLIDER (START)*/
div#slider{
	width:100%; 
	overflow: hidden;
	}

div#slider figure {
	position: relative; 
	width: 500%;
	margin: 0; 
	padding: 0; 
	font-size: 0; 
	left:0;
	animation: 30s slidy infinite;
	-webkit-animation: 30s slidy infinite;
	-moz-animation: 30s slidy infinite;
	-ms-animation: 30s slidy infinite;
	-o-animation: 30s slidy infinite;
	}

figure#imagestrip img { 
	width: 20%; 
	height: auto; 
	}
/*SLIDER (END)*/

p#phrase{text-align:center;
	font-size:21px;
	color:#1D407B;
	margin-top:0.7rem;
	margin-bottom:0.6rem;
	border-top: 2px solid #1D407B;
	border-bottom: 2px solid #1D407B;
	margin-right:4%;
	margin-left:4%;
	}

h1,h2,h3{
	color:#D5952D;
	}

div#footer{
	background-color:#1D407B;
	border-top:3px solid #D5952D;
	float:left;
	width:100%;
	height:2.5rem;
	text-align:center;
	font-size:12px;
	color:#FFF;
	}

div#footer p{
	display:inline;
	line-height:3.5;
	padding-right:1%;
	padding-left:1%;
	}

div#footer p#first{
	border-right:1px solid white;
	}

@media screen and (max-width:560px){	
body{
	background-image:none;
	}

div#container{
	height:auto; 
	width:100%;
	box-shadow:none;
	margin:0;
	float:left;
	}

header img#logo{
	float:none;
	width:50%;
	height:auto;
	}

div#topcontact{
	width:40%;
	height:auto;
	float:right;
	margin-top:5%;
	}

header img#maze{
	display:none;
	}

/*Mobile Menu Start*/	

ul.nav {
	position: fixed;
}

ul.nav a {
	display: block;
	color: #fff;
	font-size:18px;
	padding:0.25rem;
}

ul.nav{
	margin-left:0;
	margin-top:0;
	
	
	}
	
.nav-vertical a.shadow1{
	box-shadow:-2px 1.5px 2px #000; 
	position:relative;
	}

	
.nav-vertical a.shadow2{
	box-shadow:-2.5px 0px 8px #000; 
	position:relative;
	}
	
.nav-vertical a.shadow3{
	box-shadow:-2px -1.5px 2px #000; 
	position:relative;
	}

ul.nav li.list{
	list-style-type:none;
	}

ul.nav li.list a{
	font-size:14px;
	border:none;
	padding:0.25rem;
	background: #1D406B;
	}

/* Orientation-dependent styles for the content of the menu */

.nav-vertical {
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.nav-vertical a {
	border-bottom: 2px solid #D5952D;
}

.nav-vertical a.under {
	border-top: 2px solid #D5952D;
	}

/* Vertical menu that slides from the left */

.nav-left {
	left: -300px;
	}

.nav-left.nav-open {
	left: 0px;
	}

/* Transitioning Effect*/

.nav {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
/*Mobile Menu End*/

p#phrase{
	font-size:16px;
	}

div#footer{
	font-size:12px;
	}
}

@media screen and (min-width:560px){
div#topcontact{
	width:35%;
	margin-top:7.2%;
	margin-left:10%;
	margin-bottom:0;
	}

ul.nav{
	width:100%; 
	display:flex; 
	-webkit-display:flex;
	-moz-display:flex;
	-ms-display:flex;
	-o-display:flex;
	justify-content:space-around;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	-o-justify-content:space-around;
	border-top: 3px solid #D5952D;
	float:left;
	}	
		
ul.dropborder{
	border-right:1px solid #D5952D;
	border-left:1px solid #D5952D;
	}

ul.nav li.submenu{
	float:left; 
	position:relative;
	}
	

ul.nav li ul{
	position:absolute; 
	left:-999em;
	}

ul.nav li:hover ul{
	left:0;
	}


ul.nav a{
	font-size:14px;
	}

ul.nav li.list a{
	font-size:14px;
	}

p#phrase{
	font-size:18px;
	}
}

@media screen and (min-width:750px){
div#topcontact{
	width:35%;
	margin-top:7.2%;
	margin-left:10%;
	margin-bottom:0;
	}	


ul.nav a{
	font-size:18px;
	}

ul.nav li.list a{
	font-size:16px;
	}

p#phrase{
	font-size:21px;
	}
}

@media screen and (min-width:1000px){
	div#container{
	margin-right:10%;
	margin-left:10%;
	}
}

@media screen and (min-width:1300px){
div#container{
	margin-right:20%;
	margin-left:20%;
	}
}

@keyframes slidy {
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-webkit-keyframes slidy {
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-moz-keyframes slidy {
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-ms-keyframes slidy {
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-o-keyframes slidy {
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
