article, aside, figure, footer, header, hgroup, nav, section {display: block;}
*{margin:0; padding:0;font-family: 'Open Sans', sans-serif;}
header{background:#fff;}
nav img{
	    width: 50%;
    height: auto;
    
    vertical-align: bottom;
}
.row1{
	width: 98%;
    padding: 5% 1% 2% 1%;
    text-align: center;
	
}
.white{
	
	background:#fff;
	padding:5% 1%;
}
.white p {
	    width: 80%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
}
.white_bt{
	
	background:#fff;
	padding:5% 1%;
}
.row21{
	width:45%;
	display: inline-block;
	vertical-align: middle;}
	.black .gr_t {
		text-align: right;
    font-size: 150%;
    color: #676565;
	}

.row21 span{
	font-size:180%;
	color:#09254e;
}
.book-bt{
    color: white;
	text-decoration:none;
	border:none;
	padding-top: 10% !important;
    padding-bottom: 10% !important;
    background-color: #3e66a2;
    height: 100%;
}

.promo{background: url(../img/pic1.jpg) no-repeat 70% 5%;
    background-size: cover;
    height: auto;
	position:relative;
	z-index:101;
	padding: 10% 5%;}
	.promo span {
		    font-size: 150%;
			font-weight: 300;
	}
.promo p {
	    text-align: left;
    font-size: 150%;
    color: white;
    font-weight: bold;
    width: 50%;
    display: block;
    margin-bottom: 20px;
	
}

.promo p a{
	    font-size: 70%;
    color: white;
    text-decoration: none;
    font-weight: 100;
    background: rgba(155,155,255,0.9);
    padding: 1% 5%;
}	
.promo p a:hover{
	    font-size: 70%;
    color: white;
    text-decoration: none;
    font-weight: 100;
    background: rgba(155,155,215,0.9);
    padding: 1% 5%;
}	
body{
	background: url(../img/pic2.jpg) no-repeat 10% 0%;
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
}	
	
section:{padding:5% 0;}
	h1,h2{font-weight:300; font-size: 180%;margin-bottom: 15px;}
	h2{margin-bottom:20px;}
	form{width:100%;}
	input{width:60%; margin-bottom:15px;}
	textarea{width:60%;height: 80px;}
	button{
		    margin-left: 40%;
    width: 20%;
    background: black;
    color: white;
	}
	.kont{vertical-align:top;}
	.opacity{
		    background: rgba(0,0,0,0.5);
    color: white;
	padding:5% 1%;
	}
	.dec{
		text-align: left;
    padding-left: 5%;
    width: 20%;
    vertical-align: top;
    font-size: 20px;
	}
	.dec li {
		background: url(../img/marker.png) no-repeat left center;
		list-style:none;
		padding-left: 20px;
		margin-top:15px;
	}
	.sim {
		height: 425px;
        position: relative;
    margin-bottom: 25px;
	}
	.sim ul {
		list-style-position: inside;
	}
 #ex2 .post {
    width: 35%;
    display: inline-block;
    text-align: left;
    padding: 1% 5%;
	vertical-align: middle;
}
#ex2 .post img {
width: 100%;
    height: auto;
    
    vertical-align: bottom;
    position: absolute;
    bottom: 0;}
#ex2 {
	background-color: white;
    padding: 20px 0;
    text-align: center;
	width: 100%;
}
h3 {
	font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}	
.black {
	background-color: white;
    border-top: solid 1px #eae4e4;
}




	footer{
		background: #a6adb7;
    text-align: center;
    color: white;
    padding: 20px 0;
	}
	.copy span {    font-size: 11px; }
	.copy span  a{ color:white;}
@media (min-width: 761px) and (max-width: 1600px) {
header .row1 {    padding:80px 0 50px 0;
    width: 100%;}
}
	@media (min-width: 300px) and (max-width: 760px) {
	    .black .gr_t {
    text-align: right;
    font-size: 120%;
    color: #676565;
}
	  .black .row1 {
	      padding-top: 10px !important;
    width: 98%;
	  }
		.black img {
			width:95%;
			height:auto;
		}
		.sim {height: auto;}
		#ex2 .post img {
			
			position: relative;
		}
		#ex2 .post {
    width: 90%;
    display: inline-block;
    text-align: left;
    margin-top: 15px;
}
		.row21 {
    width: 90%;
    margin-top: 2%;
}
   header	.row1 {    padding-top: 100px;
    width: 98%;}
	.promo> p {
    width: 100%;}
	button{
		    margin-left: 20%;
    width: 40%;
    background: black;
    color: white;
	}
	.white{
	background: white;
	    padding: 5% 0;
    width: 100%;
}
.white_bt{
	
	background:#fff;
	padding:10% 0;
}
	.opacity{padding:10% 0;}
	
	}
	
	/*menu*/
nav{display:block;
background:#a6adb7;
width:100%;
line-height:1.5em;
    text-align: center;
	position: fixed;
    z-index: 1000;
    top: 0;
}

.menu{display:block;}

.menu li{display: inline-block;
position: relative;
z-index:100;
    margin-left: 5%;}

.menu li:first-child{margin-left:0;}

.menu li a {font-weight:600;
text-decoration:none;
padding:11px;
display:block;
color:white;

-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a{color:#ffffff;
background:#7380a7;}

.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 43px;
left: 0px;
background: #ffffff;
}

.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
.menu ul li a {font-size:12px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#ffffff;}

.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #9CA3DA;
color:#797979;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:11px 0;
background:none;
color:#1f70e8;
text-transform:uppercase;
font-weight:600;
text-align:center;
}
.mobile-menu:hover{background:none;
color:#1f70e8;
text-decoration:none;
}


@media (max-width: 979px) {

.mainWrap{width:768px;}
.menu ul {top:37px;}
.menu li a{font-size:12px;
padding:8px;}
}
/*
@media (max-width: 767px) {

.mainWrap{width:auto;padding:50px 20px;}

.menu{display:none;}

.mobile-menu{display:block;}

nav{margin:0;
background:#1f70e8;}

.menu li{display:block;
margin:0;}

.menu li a {background:#ffffff;
color:#797979;
border-top:1px solid #e0e0e0;
border-left:3px solid #ffffff;}

.menu li a:hover, .menu li:hover > a{
background:#f0f0f0;
color:#797979;
border-left:3px solid #9CA3DA;}

.menu ul {display:block;
position:relative;
top:0;
left:0;
width:100%;}

.menu ul ul {left:0;}

}
 
end media queries*/