/* CSS Document */
/*-------------------------------- Global properties -------------------------------- */
html {width:100%; height:100%;}

body {
	background-color:#f6f6f6;
	color:#797979;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:18px; 
	min-width:1000px;
	height:100%; 
	padding-top:11px;
	}
	
.wrapper {
	width : 100%;
	} 
	
div.main {
	background:url(../images/bg_main.gif) left top repeat-x #bce996;
	margin:0 auto; 
	width:1000px; 
	}
	
div.center {
	margin:0 auto; 
	padding:9px;
	}
	
.left {float:left!important;}
.right {float:right!important;}
.clear {clear: both;}
.blok {display:block;}
.bold {font-weight:bold;
	color:#6e6e6e;}
.bold span {
	text-transform:uppercase;
	color:#000;}
.orange {color:#f58016!important;}
	
h1{
	font-family:'proxima_nova_ltregular';
	font-size:60px; 
	line-height:60px; 
	color:#fff; 
	font-weight:normal;
	}
	
h2{
	font-family:'proxima_nova_ltregular';
	font-size:42px; 
	line-height:42px; 
	color:#174e80; 
	font-weight:normal;
	padding-bottom:30px;
	}	
	
h2 span{
	font-family:'proxima_nova_ltregular';
	font-size:42px; 
	line-height:42px; 
	color:#719f57; 
	font-weight:normal;
	padding-bottom:30px;
	}	
	
h3{
	font-family:'proxima_nova_ltregular';
	font-size:24px; 
	line-height:24px; 
	color:#174e80; 
	font-weight:normal;
	padding-bottom:17px; 
	}	
	
h4{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	line-height:18px; 
	color:#fff; 
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
	}	
	
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#174e80;
	}

hr {
	border: none;
	background-color: #dbdbdb;
	height:3px;
	width: 100%;
	margin: 23px 0 26px;
	}	
/*

	
h2 span{
	color:#918880; 
	}
	
h3{
	font-family:'proxima_nova_rgregular';
	font-size:24px; 
	line-height:24px; 
	color:#000; 
	font-weight:normal;
	padding-bottom: 12px;
	}
	
h4{
	font-family:'proxima_nova_rgregular'; 
	font-size:21px; 
	line-height:21px; 
	color:#afafaf; 
	font-weight:normal;
	padding-bottom:5px;
	}
	

	
*/
/*==================== header ====================*/
.header {
	background:url(../images/bg_header.gif) left top repeat-x;
	position:relative; 
	}
	
#logo {
	float:left;
	padding-left:40px;
	}
	
#logo a {
	display:block;
	}	
.header-pay{
float:left; 
margin-top:20px;
margin-left:60px; 
display:block;
}	
ul.social{
	width:180px;
	padding-top: 62px;
	padding-right:40px;
	}		
	
ul.social li {
	float:right;
	width:32px;
	padding-left: 10px;
	}	
	
ul.social li a{
	display:block;
	}	
	
.bg_menu{
	border-top: 0px #1f578b solid;
	border-bottom: 0px #1f578b solid; 
	height:70px; 
	width:100%;
	}

ul.menu {
	float:right;
	right:50%;
	position:relative;
	}
	
.menu li {
	float:left; 
	left:50%;
	position:relative;
	}

.menu li.page {
	background:url(../images/bg_menu.gif) left top repeat-x;
	height:70px;
	}
	
.menu li.page:hover, .menu li.page:active {
	background:url(../images/bg_menu_active.gif) left top repeat-x;
	color:#fff; 
	text-decoration:none;
	}

.menu li a {
	display:inline-block;
	float:left;
	font-family:'bebas_neueregular'; 
	font-size:25px; 
	line-height:25px; 
	color:#c5e0ff; 
	font-weight:normal;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.4);
	text-decoration:none;
	padding:22px 0; 
	text-align:center;
	width: 161px;
	font-style:normal;
	}
.menu li a:hover {
	display:inline-block;
	float:left;
	font-family:'bebas_neueregular'; 
	font-size:25px; 
	line-height:25px; 
	color:#fff; 
	font-weight:normal;
	padding:22px 0; text-align:center;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.4);
	text-decoration:none;
	}

.menu li.first{
	width: 162px;
	}
	
.menu li.last{
	width: 162px;
	}
/*==================== slider ====================*/	
.slider {
	position: relative;
	
	}
	
.slider h1 {
	width:560px;
	font-size:60px; 
	line-height:60px; 
	font-family:'proxima_nova_ltregular';
	text-transform:uppercase;
	color:#8ed46a; 
	position:absolute; 
	top:97px; 
	left:73px; 
	z-index:1;
	}
	
.slider span{
	width:560px;
	font-size:80px; 
	line-height:80px; 
	font-family:'proxima_nova_rgbold';
	text-transform:uppercase;
	font-weight:normal;
	color:#174e80; 
	position:absolute; 
	top:149px; 
	left:73px; 
	z-index:1;	
	}
	
.slider p{
	width: 450px;
	display:block;
	font-family:'proxima_nova_ltregular';
	font-size:20px; 
	line-height:20px; 
	text-transform:uppercase;
	color:#727272; 
	font-weight:normal;
	top:235px; 
	left:73px;
	position:absolute; 
	z-index:1;
	//margin:0;
	}
	
.slidbutton {
	background:url(../images/bg_slidbutton.gif) left top repeat-x;
	width:158px;
	height:53px;
	border-radius: 3px;
	border:1px #acacac solid;
	position:absolute; 
	z-index:1;
	top:320px; 
	left:73px;
	}	
	
.slidbutton	a {
	display:block;
	font-family:'proxima_nova_rgbold';
	font-size:18px; 
	line-height:18px; 
	text-transform:uppercase;
	color:#595959;
	padding: 18px 27px;
	text-decoration:none;
	font-style:normal;
	}

.slidbutton	a:hover {
	display:block;
	font-family:'proxima_nova_rgbold';
	font-size:18px; 
	line-height:18px; 
	text-transform:uppercase;
	color:#595959;
	padding: 18px 27px;
	text-decoration:none;
	}	

/*==================== footer ====================*/
.footer {
	background:#bce996;
	padding: 51px 20px 25px;
 	} 

.footer .center{ 
	background: none!important;
	}
	
.foot_ul{ 
	width:235px;
	float:left;
	}

ul.foot li a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin-top: 7px;
	color:#1c568a;
	text-decoration:none;
	font-style:normal;
	}
	
ul.foot li a:hover{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin-top: 7px;
	color:#1c568a;
	text-decoration:underline;
	}

.policy {
	background:#fff;
	border-top:5px #dee0e4 solid;
	padding: 30px 37px 25px;
	
	}
	
.policy p {
	display:block;
	float:left;
	color:#646464;
	}
.policy a {
	display:inline;
	float:none;
	font-style:normal;
	} 

a.foot_logo	{
	display:block;
	float:left;
	padding-right:5px;
	padding-top:3px;}
/*==================== home page ====================*/
.news {
	width:100%;
	height: 120px;}
	
.news p{
	background: url(../images/bg_news.png) center left no-repeat;
	font-family:'proxima_nova_rgregular';
	height:31px;
	font-size:14px; 
	line-height:31px; 
	color:#fff; 
	padding-left: 4px;
	padding-top: 7px;
	// padding-top: 24px;
	}

.news p > span {
	font-family:'proxima_nova_rgregular';
	height:31px;
	font-size:14px; 
	line-height:31px; 
	color:#000; 
	padding-left:10px;
	padding-top: 7px;
	text-transform:uppercase;
	}
		
.news a{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:13px; 
	color:#174e80; 
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0;
	text-decoration: none;
	font-style:normal;
	}
		
.news a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:13px; 
	color:#174e80; 
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0;
	text-decoration: underline;
	}		
	
a.location {
	display:block;
	position:absolute;
	z-index:1;
	top: 635px;
	left: 810px;
	}
/*==================== services page ====================*/		
ul.servic a {
	display:block;
	width: 260px;
	background:url(../images/pinn_blue.png) center left no-repeat;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#242424;
	margin-bottom: 19px;
	font-style:normal;
	}	
	
ul.servic a:hover {	
	color:#174e80;
	text-decoration:underline;
	}

/*==================== contact page ====================*/		
.map {
	width:100%;
	padding-bottom:30px;
	}

.adress {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	width:160px; 
	text-decoration:none; 
	}
.adress span{	
	font-weight:bold;
	text-transform:uppercase;}

.adress tr {width:400px;}

.adress, table td {
	border:none; 
	font-size:12px;
	line-height:23px;
	text-align:left;
	font-weight:normal;
	color:#797979;
	}
	
.second {
	width:240px;
	color:#000;}
	
.adress, table td > a {
	font-style:normal;
	}
	
.grid_6 a {
	display:block;
	}
	
/*==================== contact form ====================*/	
.box1_contact {width: 600px;}
.notification_error{ height: auto;width: 96%;padding: 4px;background: #2e2e2e; text-align: left; color:#f00; margin-bottom:5px; border: 1px solid #000; }
.notification_ok{ border: 0px #879295 solid; height: auto; width: 96%; padding: 8px; background: #2e2e2e; text-align: center; color:#fff} 
.info_fieldset { border: 0px #879295 solid; }
.info_fieldset legend { border: 0px #879295 solid;  color: black;   font: 13px Verdana;  padding: 2px 5px 2px 5px; -moz-border-radius: 3px; }

input.button { 
	background: url(../images/bg_menu_span.png) left 80% no-repeat;
	display:block; 
	width:80px; 
	height:22px; 
	text-decoration:none; 
	text-align:center; 
	font-size:16px; 
	color:#fff; 
	text-transform:uppercase; 
	margin-top:14px; 
	line-height:18px; 
	font-weight:bold;
	}
	
input.button:hover{ 
	text-decoration: underline;
	}

/* Label */
label  {
	color:#174e80;
	font-family: 'proxima_nova_rgregular';
	font-size:18px;
	line-height:42px;
	width: 138px;
	margin: 0px;
	float: left;
	text-align: left center;
	}

/* Input, Textarea */
input{ 
	float: right;
	background-color:#f7f7f7;
	width:290px;                          
	height:44px;
	border: 1px #c9c9c9 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	padding: 0 5px;
	margin-bottom:18px;
	}

textarea{
	float: right;
	background-color:#f7f7f7;
	width:290px;
	height:103px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	margin-bottom:18px; 
	line-height:22px;
	border: 1px #c9c9c9 solid;; 
	padding:5px;
	}	

#sub {
	background: #b6e09d;
    color: #0d3153;
    display: block;
	width: 108px;
    float: left;
    font-family: 'bebas_neueregular';
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
   }
	
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*==================== font-face ====================*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'proxima_nova_ltregular';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype'),
         url('proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}