@import url(reset.css);
@import url(bootstrap.min.css);
@import url(font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,400italic|Playfair+Display:400,400italic,700);

/* 
	font-family: 'Open Sans', sans-serif;
	font-family: 'Playfair Display', serif;
*/


body{	
	background:#fff;
	color:#292929;
	font-size:14px; 
	font-family:'Open Sans', serif;
	line-height:22px; 	
}
.container{position:relative;z-index:1;margin:0 auto;width:940px;}
a{color:#56ba05;text-decoration:underline;}
a:focus{color:#56ba05;text-decoration:none;}
a:hover{text-decoration:none;color:#fff}
p{margin:0;padding:0;line-height:26px; font-size: 16px; font-family:'Open Sans', serif;}

/* TOP */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#header {
	background: #f8f8f8;
	overflow: hidden;
}

.phone {
	text-align: right;
	font-size: 18px;
	color: #165391;
	font-weight: 300;
	padding-top: 12px;
	padding-bottom: 12px;
}
.phone a {
	font-weight: 700;
	font-size: 24px;
	color: #165391;
	text-decoration: none;
	cursor: default;
	padding-left: 10px;
}

/* slider */
#slider, div#sub-slider {
	position: relative;
	overflow: hidden;	
}
#slider .wrap, 
div#sub-slider .wrap {
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
}
#slider p {
	position: absolute;
	top: 150px;
	left: 45%;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	z-index: 101;
	font-family: 'Playfair Display', serif;
}
#slider p span {
	font-size: 35px;
	display: block;
}
#slider p a {
	display: block;
	background: #165391;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	float: left;
	margin-top: 20px;
	text-decoration: none;
	padding: 10px 20px;
	-webkit-border-radius:  3px;
	-moz-border-radius:  3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#slider p a i {	padding-top: 4px;	padding-left: 10px;}
#slider p a:hover {	background: #347cc6;}

#slider, #sub-slider {
	background: #165391;
}

/* S U B   H E A D E R */
div#sub-slider .wrap .container {
	position: relative;	
}
div#sub-slider .wrap p {
	position: absolute;
	top: 210px;
	left: 15px;
	color: #fff;
	font-size: 60px;
	line-height: 80px;
	z-index: 101;
	font-family: 'Playfair Display', serif;	
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* Nav */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#nav {
	position: relative;
	z-index: 11;
	background: #165391;
	border-top: 5px #0f447a solid;
}
#nav::after {
	display: block;
	position: absolute;
	background: #165391;
	left: 100%;
	top:-5px;
	content: '';
	z-index: 100;
	width: 150%;
	height: 54px;
	border-top: 5px #0f447a solid;
}
a.menu {
	display: none;
}
.sf-menu  {
	margin: 0;
	padding: 0;
	float: right;
	background:  url("../images/bg-nav.jpg") 0 0 no-repeat;
	padding-left: 22px;
	margin-top: -5px;
	background-size: auto 100%;
}
.sf-menu > li {
	float: left;
	position: relative;
	padding: 0px  0px  0px 58px 
}
.sf-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding-top:4px; 
}
.sf-menu > li > a:hover {
	color: #a8c5e2;
}
#nav .sf-menu li.active a {
	color: #a8c5e2;
}



/* Contact */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.notification_error {
	color: #f00;
	clear: both;
}
#note {
	clear: both;
}
 

 /* A  M  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#am {
	background: #f8f8f8 url("../images/bg-am.png") right bottom no-repeat;
	border-bottom: 1px #e0e0e0 solid;
	padding-top: 75px;
	padding-bottom: 75px;
}
h2 {
	color: #165391;
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-family: 'Playfair Display', serif;
	line-height: 40px;
	background: url("../images/bg-h2.jpg") 0 bottom no-repeat;	
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#am p {
	padding-right: 30px;
}



/* C O N T E N T  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#content {
	padding-top: 50px;
	padding-bottom: 30px;
}

.introtext .inner {
	border-bottom: 1px #e0e0e0 solid;
	padding-bottom: 20px;
	min-height: 205px;
	margin-bottom: 45px;
}
.introtext .inner:hover {
	border-bottom-color: #adadad;
	cursor: default;
}
.introtext .inner p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.introtext .inner p.sub {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #165391;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	padding-bottom: 15px;
}

h5 {
	margin: 0;
	padding: 0;
	color: #292929;
	font-size: 22px;
	line-height: 24px;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.list {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
ul.list > li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 22px;
	background: url("../images/bg-list.png") 3px 8px no-repeat;
	padding-bottom: 5px;
	font-size: 15px;
	margin-bottom: 2px;
}


a.more {
	color: #7398bd;
	display: block;
	
}
a.more i {
	padding-top: 4px;
	margin-left: 10px;
}
a.more:hover {
	color: #165391;
}


.form-block {
	background: #165391;
	padding: 24px 36px;
}
h4 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 25px;
}
h4 b {
	display: block;
	padding-bottom: 10px;
}

.form-block textarea,
.form-block input {
	background: #1c5894;
	color: #e6e9ea;
	border: 1px #5c87b2 solid;
	-webkit-border-radius:  4px;
	-moz-border-radius:  4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding-left: 5px;
	width: 100%;
	line-height: 36px;
	height: 36px;
}

.form-block input.capthca {
	float: left;
	width: 132px;
}
#captcha {
	float: right;
	width: 150px;
	margin-bottom: 15px;
}
.form-block textarea {
	height: 120px;
}
.form-block p {
	color: #798cb1;
	font-size: 12px;
	text-align: center;	
}

.form-block input.submit {
	background: #fff url("../images/bg-submit.jpg") 0 0 repeat;
	line-height: 48px;
	height: 48px;
	color: #132c62;
	padding: 0;
	margin: 0;
	position: relative;
	float: none;
	text-align: center;
	margin-bottom: 10px;
	width: 240px;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Roboto', serif;
	margin-left: auto;
	margin-right: auto;
	display: block;	
	-webkit-border-radius:  8px;
	-moz-border-radius:  8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border:none;
}

.notification_ok {
	padding-bottom: 15px;
	color: #fff;
}
.ovh {
	display: table;
}



/* ============================= parallax ====================== */
#parallax1 {
	z-index: 1;
	background: #604942;
}
.parallax {width: 100%; position: relative; overflow: hidden; background: none;}
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}

.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute;  background-size: cover;background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; background: none;}
.parallax-content {
 padding-top: 100px; 
 padding-bottom: 100px;
 position: relative;
 z-index: 100;
}
.bg1 { background-image: url(../images/paralax-1.jpg); }
.bg2 { background-image: url(../images/paralax-2.jpg); }

#parallax1 p {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}
#parallax1 p span {
	font-size: 40px;
	display: block;	
	line-height: 60px;
	padding-bottom: 10px;
}
#parallax1 p a{
	font-size: 60px;
	display: block;	
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}


/* FOOTER NAV	 */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#footer {
	background: #165391;
	padding: 80px 0 50px;
	color: #fff;
}
#footer b {
	display: block;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
#footer p {
	line-height: 24px;
	font-size: 14px;
}
#footer p a {
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 5px;
}

/* COPYRIGHT */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#copyright {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 25px;
}
#copyright p {
	color: #b7b7b7;
	font-size: 14px;
}
#copyright p a {
	color: #b6b6b6;
}




/* ______________________________________________________________________________________________________________________________________________________________________ */
img {
	max-width: 100%;
}
img.center {
	margin:0 auto;
	display: block;
	  
}

.map {
	position: relative;
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 290px;
}
.contacts span {
	display: block;
	font-size: 16px;
	color: #292929;
	padding-bottom: 10px;
}

.contacts p {
	display: block;
	font-size: 24px;
	color: #292929;
	padding-bottom: 20px;
	line-height: 36px;
}

.contacts a {
	display: block;
	font-size: 36px;
	color: #292929;
	padding-bottom: 20px;
	line-height: 42px;
	font-weight: 700;
	text-decoration: none;
	
}
img.adam {
	margin-right: 20px;
	margin-bottom: -65px;
}
h2.adam {
	overflow: hidden;
}



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 8 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1800px){
	div#slider img,
	div#sub-slider img  {
		width: 100%;		
		max-width: 100%;		
		height: auto;		
		left: 0;
		margin-left: 0!important
	}

}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 3 5 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1350px){
	div.container {
		width: 1269px;
	}	
	p.phone {
		padding-top: 16px;
		padding-bottom: 14px;
	}
	.sf-menu {
		padding-left: 24px;
	}
	.sf-menu > li {
		padding-left: 70px;
	}
	#slider p {
		top: 200px;
	}
	.introtext .inner {
		min-height: 215px;
	}
	h4 {
		font-size: 28px;
	}
	div img.adam {
		margin-right: 120px;
	}


}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 2 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1200px){
	.container {
		width: 1170px;
	}	

	#slider img {
		width: 1800px;		
		min-width: 1800px;		
		max-width: 1800px;		
		height: 546px;		
	}
	#sub-slider img {
		width: 1800px;		
		min-width: 1800px;		
		max-width: 1800px;		
		height: 354px;		
	}
	.sf-menu  {
		float: none;
	}

}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  1 1 9 9   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:1199px){
	#sub-slider img , #slider img {
		margin-left: 0!important
	}
	div#sub-slider .wrap p {
		top: 90px;
		font-size: 40px;
	}


	#nav .sf-menu {
		padding-left: 24px;
	}
	#nav .sf-menu > li {
		padding-left: 35px;
	}
	#nav .sf-menu > li > a {
		font-size: 14px;		
	}
	#slider p {
		top:80px;
		font-size: 60px;
		line-height: 60px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
	#am {
		background-position: 400px bottom;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#am p {
	    padding-right: 0px;
	}
	h3 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.introtext .inner p {
		font-size: 13px;
	}
	.sf-menu  {
		float: none;
	}
	.parallax-content {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	#parallax1 p span {
		font-size: 28px;
		line-height: 42px;
	}
	#parallax1 p a {
		font-size: 40px;
	}

	#footer {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.contacts p {
		font-size: 18px;
		line-height: 24px;
	}
	.contacts a {
		font-size: 30px;
	}
	img.adam {
		max-width: 35%;
		margin-right: 45px;
		margin-bottom: -5px;
	}


}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   9 7 9  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:979px){
	.container {
		width: 760px;
	}	
	.sf-menu {
		background: none;
		float: none;
	}
	#nav::before {
		display: block;
		position: absolute;
		background: #165391;
		right: 100%;
		top:-5px;
		content: '';
		z-index: 100;
		width: 100%;
		height: 54px;
		border-top: 5px #0f447a solid;
	}

	.logo {
		width: 40%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;		
	}
	p.phone {
		text-align: center;		
	}
	#nav .sf-menu {
		text-align: center;
		margin: 0;
		padding: 0		
	}
	#nav .sf-menu > li {
		padding-left: 0;
		display: inline;
		float: none;
		padding-left: 28px;
		padding-right: 28px;
	}
	#nav .sf-menu > li a {
		display: inline;		
		line-height: 48px;
	}
	#slider p {
		top: 40px;
		font-size: 40px;
	}
	#slider p span {
		font-size: 24px;
		line-height: 28px;
	}

	div#sub-slider .wrap p {
		top: 60px;
		font-size: 30px;
	}
	.contacts p {
		font-size: 14px;
		line-height: 20px;
	}
	.contacts a {
		font-size: 24px;
	}
	.map iframe {
		height: 350px;
	}
	img.adam {
		max-width: 35%;
		margin-right: 15px;
		margin-bottom: 45px;
	}
	.introtext .inner {
		min-height: auto;
	}

	h2 {
	    font-size: 24px;
	    line-height: 28px;
	    padding-bottom: 10px;
	    margin-bottom: 15px;
	    padding-top: 5px;
	}


}

 /* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  7 6 7   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:767px){
	.container{
			padding-left:20px;
			padding-right:20px;
			width:auto;
	}
	#am h2 {
		font-size: 24px;
		line-height: 28px;
		background: none;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	#am h2 br {
		display: none;		
	}
	#content {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.introtext .inner {
		margin-bottom: 15px;
	}
	#footer {
		padding-top: 20px;
		padding-bottom: 25px;
		text-align: center;		
	}
	#footer img {
		display: block;
		margin-left: auto;
		margin-right: auto;		
		padding-left: 5px;
	}
	#footer b {
		padding-top: 10px;
		padding-bottom: 0;
	}
	#copyright p {
		text-align: center;
		float: none!important;
	}
	#slider p {
		font-size: 24px;	
		top: 25px;	
		line-height: 36px;
	}
	#slider p span {
		font-size: 18px;
		line-height: 24px;		
	}
	#slider p a {
		margin-top: 10px;
		font-size: 14px;
	}
	.form-block {
		padding: 20px 20px;
	}
	div#sub-slider .wrap p {
		top: 40px;
		font-size: 22px;
		left: 20px;
	}
	.contacts a {
		line-height: 24px;
	}
	.map iframe {
		margin-bottom: 25px;
	}

	img.adam {
		max-width: 35%;
		margin-right: 25px;
		margin-bottom: 30px;
	}
	.ovh {
		overflow: hidden;
		margin-bottom: 15px;		
	}
	ul.list li {
		font-size: 14px;
	}
	h5 {
		font-size: 18px;
	}


}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  6 2 5  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:625px){


	#nav::before,
	#nav::after {
		height: 300px;
	}
	a.menu:hover {
		color: #fff;
	}
	#nav .sf-menu > li {
		display: block;
	}
	#slider p {
		font-size: 16px;
		line-height: 24px;
	}
	#slider p span {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0;		
	}
	#slider p a:hover,
	#slider p a {
		margin-top: 10px;
	}
	#am h2 {
		font-size: 20px;
	}
	p {
		font-size: 13px;
		line-height: 18px;
	}
	#slider p a i {
		display: none;		
	}
	div#sub-slider .wrap p {
		top: 20px;
		font-size: 18px;
		text-align: center;
		left: 0;
		width: 100%;
	}
	#slider p  {
		top: 20px;
	}

	img.adam {
		max-width: 35%;
		margin-right: 15px;
		margin-bottom: 10px;
	}


	.sf-menu{float:none}
	.collapse{height:0}
	#nav .nav-collapse.collapse{height:0;}
	a.menu{display:block; color: #fff;}
	.btn-navbar{display:block;}
	.nav-collapse,
	.nav-collapse.collapse{overflow:hidden;clear:both;}

  .nav-collapse {
    float: none;
    z-index: 120;
    clear: both;
    -webkit-transition: height .01s linear;
    -moz-transition: height .01s linear;
    -o-transition: height .01s linear;
  }


	.btn-navbar{
		font-size:18px;
		color:#959595;
		line-height:50px;
		text-transform:uppercase;
		float:none;
		text-decoration:none;
		font-weight:400;
		
		padding:0 20px;
		text-align:center;
		cursor:pointer;
	}
	.btn-navbar:hover{
		color: #56ba05
	}

	.sf-menu ul.dd_menu {
		margin-left: 0
	}	
	.sf-menu > li > a {
		display: block;
		text-align: center;
		font-size: 18px;
	}
	.sf-menu > li {
		float: none;
		width: 100%
	}
	.sf-menu > li + li {
		padding-left: 0;
	}
	.sf-menu {
		overflow: hidden;
	}
	.sf-menu ul.dd_menu {
		position: relative;
		width: 100%;
	}
	.dd_menu li a {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}




}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  4 8 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width:481px){
	p.phone {
		font-size: 14px;
		line-height: 30px;
	}
	p.phone a {
		display: block;
		font-size: 16px;		
	}
	.logo {
		width: 80%;
	}
	#slider p {
		font-size: 14px;
		line-height: 18px;
	}
	#slider p span,
	#slider p a {
		font-size: 11px;
		line-height: 18px;
	}
	#am h2, h3 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	#parallax1 {
		text-align: center;
		
	}
	#parallax1 p span {
		font-size: 20px;
	}
	#parallax1 p a {
		font-size: 32px;
	}
	#copyright p {
		font-size: 12px;
	}
	.form-block {
		padding: 10px 15px;
	}
	h4 {
		font-size: 18px;
	}
	h2 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.introtext .inner p.sub {
		font-size: 14px;
	}

	div#sub-slider .wrap p {
		top: 20px;
		font-size: 16px;
		line-height: 40px;
	}

	#slider p  {
		top: 18px;
	}
	#slider p a {
		padding: 5px 10px;
	}


}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  3 2 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width:320px){
	body, html, #main{min-width:320px;padding-left:0;padding-right:0;margin-left:0;margin-right:0;}
	body.sub-page img#captcha {
		margin-left: 0
	}
	div#slider p  {
		top: 8px;
	}


}

a[href*="callto"]{text-decoration:none;}
p.text a[href*="callto"]{text-decoration:none;}
::selection{background:#0f447a!important;color:#fff}
::-moz-selection{background:#0f447a!important;color:#fff}


