/* CSS Document */
/*-------------------------------- Global properties -------------------------------- */
html {width:100%; height:100%;}
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 240px;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.1;
}
#cssmenu > ul > li:first-child {
  background: #131313;
  background: -moz-linear-gradient(#131313 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#131313 0%, #000000 100%);
  background: linear-gradient(#131313 0%, #000000 100%);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  border: none;
  border-top: 1px solid #ffffff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #131313;
  background: -moz-linear-gradient(#131313 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#131313 0%, #000000 100%);
  background: linear-gradient(#131313 0%, #000000 100%);
}
#cssmenu > ul > li {

  background: #489cdf;
  background: -moz-linear-gradient(#489cdf 0%, #2089E0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489cdf), color-stop(100%, #2089E0));
  background: -webkit-linear-gradient(#489cdf 0%, #2089E0 100%);
  background: linear-gradient(#489cdf 0%, #2089E0 100%);
}
#cssmenu > ul > li:hover {
  background: #131313;
  background: -moz-linear-gradient(#131313 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#131313 0%, #000000 100%);
  background: linear-gradient(#131313 0%, #000000 100%);
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #ffffff;                                             /* text */
  border: 1px solid #000000;                                /* border */
  border-top: none;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}


#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #33CFFF;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}

body {
	background:url(../images/main.jpg) ;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px; 
	font-weight:normal;
	width: 100%;
	min-width: 980px;
	position:relative;
}
.highlightme { background-color:#FFFF00; }	
div.wrapper {
	width : 100%;
	position:relative;
	margin-bottom: 15px;
} 

div.content {
	background:url(../images/main.jpg) ;

	width:960px;
	margin:0 auto;
	
	padding: 0 20px 20px;
}

div.center {	
	background-color:#fbfbfb;
}

h1{
	font-family: Arial, sans-serif, Helvetica;
	font-size:34px; 
	line-height:34px; 
	color:#161616; 
	font-weight:normal;
	padding-bottom:20px;
}

h2 {
	font-family: Arial, sans-serif, Helvetica;
	font-size:24px; 
	line-height:24px; 
	color:#161616; 
	font-weight:normal;
	text-transform: uppercase;
	padding:9px 0 25px;
}	

h3 {
	font-family: Arial, sans-serif, Helvetica;
	font-size:18px; 
	line-height:18px; 
	color:#292929; 
	font-weight:normal;
	text-transform: none;
	padding-bottom:18px;
}

div.line {
	background: url(../images/bg_line.png) left top repeat-x;
	height: 1px;
	width:100%;
	margin:20px 0 18px;
}


a.button {
	float:left;
background:#489cdf;
 font-size:14px;
 line-height:20px;
 color:#fff;
 display:block;
 	text-decoration:none;

 padding:6px 20px 5px 20px;
 border-radius:5px; 
 box-shadow:0 1px 1px #fff}
a.button:hover {	text-decoration:none;
background:#131313;}

a.more {
	color:#2f8fc6;
	text-decoration:none;
	font-weight: bold;
}
	
a.more:hover {
	text-decoration:underline;
}

a.link {
	color: #161616;
	font-weight:normal;
	text-decoration:underline;
	font-style: none;
	font-weight: bold;
	text-transform: inherit;
}	
	
a.link:hover {
	text-decoration:none;
}

a.link_1 {
	color:#2f8fc6;
	font-weight:bold;
	text-decoration:underline;
}	
	
a.link_1:hover {
	color:#2f8fc6;
	text-decoration:none;
}	

a.read_more {
	display:block;
	float:right;
	color:#2f8fc6;
	font-family:'bebas_neueregular';
	font-size:24px; 
	line-height:24px;
	text-decoration:none;
}

a.read_more:hover {
	text-decoration:none;
	color:#809c37;
	font-style:normal;
}

.relative {position:relative;}

.absolute {position:absolute;}

.left {float:left!important;}

.right {float:right!important;}

.clear {clear: both;}	

.blok {display:block;}

.upper {text-transform: uppercase;}

.bold {
	font-weight:bold;
	text-transform: uppercase;
}

.paragraph {margin-top: 6px;
}
/*==================== header1 ====================*/
.header1 {
	margin-bottom: 20px;
}

#logo {
	float:left;
}
	
#logo a {
	display:block;
}	

ul.menu {
	background-color:#194660; 
	padding: 0 20px;
	// height:84px;
}
	
.menu li {
	float:left; 
	text-align:center;
}

.menu li a {
	background-color:none; 
	display:block;
	float:left;
	font-family:'bebas_neueregular'; 
	font-size:34px; 
	line-height:34px; 
	color:#fbfbfb; 
	text-decoration:none;
	padding:25px 29px;  
	font-style:normal;
}

.menu li a:hover, .menu li a:active{
	background-color:#ffcc00; 
	color:#202020; 
	text-align:center;
	padding:25px 29px; 
	font-style:normal;
}	

ul.social{
	background:url(../images/social.png) left top no-repeat;
	height:66px;
	float:right;
	width: 177px;
	text-indent: -9999px;
}		
	
ul.social li {
	float: left;
}

ul.social li a{
	display:block;
	width: 33px;
	height: 33px;
	margin: 30px 8px 0 2px;
}
/*==================== slider ====================*/
.slider_box {
	padding: 30px;
}

.big_slider {
	border: 5px #2d9cf2 solid;
	float: left;
	position: relative;
	z-index: 0;
	box-shadow: 0 3px 6px #000000;
}

 .slogan {
	position: absolute;
	z-index: 1;
	background: url(../images/bg_slogan.png) left top repeat-x;
	bottom: 0; left: 0;
	height: 96px;
	width: 100%;
	color: #fbfbfb;
}

 .slogan p {
 	font-family: 'proxima_nova_rgbold';
	font-size:32px;
	line-height:32px;
	text-transform: none;
	padding: 20px 16px 10px; 
 }

.slogan span {
 	font-family: 'proxima_nova_rgbold';
	font-size:18px;
	line-height:18px;
	text-transform: uppercase;
	padding: 20px 16px 10px; 
 }

.right_slider {
	background-color: #194660;
	box-shadow: 0 3px 6px #000000;
	float: right;
	width: 310px;
	height: 353px;
	padding-left: 40px;
}

.right_slider p {
	color:#fbfbfb; 
	font-family: Helvetica, sans-serif, Arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size:30px;
	line-height:30px;
	padding: 20px 0 10px; 
}

.right_slider li {
	margin-bottom: 10px;
}

.right_slider li a {
	background:url(../images/r_slider_pinn.png) left 7px no-repeat;
	display:block;
	width: 200px;
	color:#fbfbfb;
	font-family: Arial, sans-serif, Helvetica;
	font-size:18px; 
	line-height:18px;
	text-decoration:none;
	padding-left:28px; 
}

.right_slider li a:hover {
	background:url(../images/r_slider_pinn.png) left -21px no-repeat;
	color:#ffcc00;
	width: 200px;
	text-decoration:none;
	padding-left:28px; 
}

img.img {
	background: #2ECCFA;
	border: 1px #ccc solid;
	padding: 2px;
	float: left;
	margin: 0 16px 18px 0;
}
img.img:hover {
	background-color: #2f8fc6;

}

.gallery img.img:hover {
	background-color: #2f8fc6;
}

img.r_img {
	background: #fff;
	border: 1px #ccc solid;
	padding: 5px;
	float: right;
	margin: 0 0 18px 16px;
}

.footer > .grid_16 {
	padding-top: 35px;
	padding-bottom: 50px;
}

ul.footer_menu {
	width:581px;
	height: 34px;
	float:right;
}

ul.footer_menu li {
	float:left;
}

 ul.footer_menu li img {
	width:2px;
	// width:2px;
	height: 34px;
 }

 ul.footer_menu li a {
 	display: block;
  	font-family: 'bebas_neueregular';
	font-size:20px;
	line-height:20px;
	color:#000000;
	text-decoration: none;
	padding: 7px 20px;
	
  }

ul.footer_menu li a:hover {
	color:#ffcc00;
	text-decoration: none;
  }

.policy {
	font-family: Arial,sans-serif, Helvetica;
	font-size: 12px;
	line-height: 12px;
	color:#000000;
	float:left;
	padding: 0 0 10px;
	text-transform: uppercase;
	padding-top: 10px;
	}
	
.policy a {
	text-transform: none;
	color:#000000;
	text-decoration:none;
}	

.policy	a:hover {
	text-decoration:underline;
}

.news {
	display:block;
	width:100%;
	position: relative;
}

.news span {
	display:block;
	color:#2f8fc6;	
	background: none;
	font-family:Arial, sans-serif, Helvetica;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	font-weight: bold;
	margin-bottom:2px;
}

.news span:hover {
	color:#000;
}

ul.services li a{
	display:block;
	width: 250px;
	color:#2f8fc6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	text-transform:none;
	padding:4px 0 4px 5px;
}
	
ul.services li a:hover{
	display:block;
	width: 250px;
	background-color: #194660;
	color:#fbfbfb;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	text-transform:none;
	padding:4px 0 4px 5px;
}

a.location {
	display: block;
	width: 27px;
	height: 27px;
	background:url(../images/pinn_location.png) left top no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 65px;
	right: 105px;
	text-indent: -9999px;
}

.adress {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	text-decoration:none; 
}
	
.adress tr {width:400px;}

.adress, table td {
	border:none; 
	font-size:12px;
	line-height:23px;
	text-align:left;
	font-weight:normal;
}

table.inform {
	display: block;
	padding-top: 20px;
}

table.inform tr td{
	line-height: 26px;
}
/*==================== contact form ====================*/	
/* Label */
label  {
	color:#363636;
	font-family:Arial, sans-serif, Helvetica;
	font-size:14px;
	line-height:14px;
	width: 170px;
	float: left;
	text-transform:uppercase;
	text-align: left;
	}

/* Input, Textarea */
input{ 
	float: left;
	background-color:#f7f7f7;
	width:270px;                          
	height:37px;
	border: 1px #ccc solid;
	font-family: Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#888;
	padding: 0 5px;
	margin:6px 0;
	}

textarea{
	float: left;
	background-color:#f7f7f7;
	width:270px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	margin:6px 0;
	line-height:22px;
	border: 1px #c9c9c9 solid; 
	padding:5px;
}	


#submit  {
	float:center;
background:#489cdf;
 font-size:14px;
 line-height:20px;
 color:#fff;
	display: inline-block;
 	text-decoration:none;

	margin:6px 0;
	line-height:22px;
	padding:5px; 
	border-radius:5px; 
 box-shadow:0 1px 1px #fff}
#submit:hover {	text-decoration:none;
background:#131313;}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0!important;
}

.omega {
  margin-right: 0!important;
}

/* Grid >> (margin, padding)
----------------------------------------------------------------------------------------------------*/

.p_top_20 {
  padding-top: 20px;
}

.p_bottom_10 {
  padding-bottom: 10px;
}

.p_30 {
	padding: 30px;
}

.m_top_10 {
  margin-top: 10px;
}

.m_top_20 {
  margin-top: 20px;
}

.m_bottom_10 {
  margin-bottom: 10px;
}

.m_bottom_15 {
  margin-bottom: 15px;
}

.m_bottom_20 {
  margin-bottom: 20px;
}

.m_bottom_30 {
  margin-bottom: 30px;
}

.m_bottom_50 {
  margin-bottom: 50px;
}

.m_bottom_60 {
  margin-bottom: 60px;
}

.m_top_m5 {
  margin-top: -5px;	
}

.m_top_m10 {
  margin-top: -10px;	
}

/*----------------------------------------------------------------------------------------------------*/
.grid_12 {
	padding:30px 40px 50px;
}

.grid_1 {
	float:right;
	width:550px;
}

.grid_2 {
	float:left;
	width:240px;
	margin-left: -40px
}

.grid_3 {
	float:left;
	width:181px;
	margin-right: 1px;
}
.grid_4 {
	float:left;
	width:181px;
	margin-right: 20px;
	margin-left: 19px;
}

.grid_5 {
	float:left;
	width:215px;
	margin-right: 3px;
}

.grid_6 {
	float:left;
	width:280px;
	margin-right: 20px;
}

.grid_16 {
width:960px;
margin:0 auto;
}

/* 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_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;
}

/* nav {z-index:100; border-radius:12px; background:#ebebec; margin:22px 0px 20px 0px; padding:4px}
nav>div {background:url(../images/nav.jpg) 0 0 repeat-x #55b7c8;text-decoration:none; border-radius:12px 8px 8px 12px}
ul.menu1 {margin:0 1px 0 0;  border-right:#7acad7 1px solid; display:inline-block; float:left;text-decoration:none}
ul.menu1 li {float:left; line-height:17px; margin:0 0 0 0; background:url(../images/transp.png) 0 0 repeat; border-right:#53b2c3 1px solid; border-left:#82ceda 1px solid}
ul.menu1 li a {font-size:13px; line-height:17px; color:#fff; font-weight:bold; display:block; padding:23px 28px 24px 28px}
ul.menu1 li.home-page {display:inline-block; background:url(../images/transp.png) 0 0 repeat; border-radius:8px 0 0 8px;text-decoration:none; border:none !important}
ul.menu1 li:hover , ul.menu1 li.current {background:url(../images/current.jpg) 0 0 repeat-x #000000; border-right:#000000 1px solid; border-left:#000000 1px solid}
ul.menu1 li.home-page a {padding:21px 22px 24px 23px !important}
ul.menu1 li.home-page span {background:url(../images/home-page-img.png) 0 0 no-repeat; width:19px; height:19px; display:block}

.social-icons {overflow:hidden; text-align:right; padding:20px 30px 13px 0}
.social-icons span {display:inline-block; font-size:13px; line-height:17px; color:#fff; font-weight:bold; margin:3px 14px 0 0}
.social-icons a {display:inline-block; width:23px; height:23px; float:right}
.icon-1 {background:url(../images/icon-1.png) 0 0 no-repeat}
.icon-2 {background:url(../images/icon-2.png) 0 0 no-repeat; margin-left:7px}
.icon-3 {background:url(../images/icon-3.png) 0 0 no-repeat; margin-left:7px}
.social-icons a:hover {background-color:#000} */

.box-shadow {box-shadow:0 1px 1px #fff} 

header {width:960px; margin:0 auto; z-index:101}
h5 {margin:27px 0 0 10px; display:inline-block; z-index:100}
.form-search {float:right; margin:60px 15px 0 0;   border-radius:4px}
#form-search input {width:186px; height:18px; font-family:Arial, Helvetica, sans-serif; font-size:13px; background:transparent; border:none; color:#d2d2d2;  vertical-align:top; padding:5px 10px 5px 13px; display:inline-block; float:left; margin-right:4px}
.search_button {background:url(../images/search-button.png) 0 0 no-repeat; display:inline-block; vertical-align:top; float:left; width:26px; height:29px; margin:0 0 0 0}
.search_button:hover {background:url(../images/search-button.png) right 0 no-repeat}

.social-icons {overflow:hidden; text-align:right; padding:20px 30px 13px 0}
.social-icons span {display:inline-block; font-size:13px; line-height:17px; color:#fff; font-weight:bold; margin:3px 14px 0 0}
.social-icons a {display:inline-block; width:23px; height:23px; float:right}
.icon-1 {background:url(../images/icon-1.png) 0 0 no-repeat}
.icon-2 {background:url(../images/icon-2.png) 0 0 no-repeat; margin-left:7px}
.icon-3 {background:url(../images/icon-3.png) 0 0 no-repeat; margin-left:7px}
.social-icons a:hover {background-color:#000}

a.action_link {
text-decoration: none;
}
nav {z-index:100; border-radius:12px; background:#A9F5F2; margin:22px 0px 20px 0px; padding:4px}
nav>div {background:url(../images/nav.jpg) 0 0 repeat-x #55b7c8; border-radius:12px 8px 8px 12px}
ul.menu1 {margin:0 1px 0 0;  border-right:#7acad7 1px solid; display:inline-block;text-decoration:none ; float:left}
ul.menu1 li {float:left; line-height:17px; text-decoration:none ; margin:0 0 0 0; background:url(../images/transp.png) 0 0 repeat; border-right:#53b2c3 1px solid; border-left:#82ceda 1px solid}
ul.menu1 li a {font-size:13px; line-height:17px; color:#fff; font-weight:bold; display:block; padding:23px 28px 24px 28px}
ul.menu1 li.home-page {display:inline-block; background:url(../images/transp.png) 0 0 repeat; border-radius:8px 0 0 8px; border:none !important}
ul.menu1 li:hover , ul.menu1 li.current {background:url(../images/current.jpg) 0 0 repeat-x #000000; border-right:#000000 1px solid; border-left:#000000 1px solid}
ul.menu1 li.home-page a {padding:21px 22px 24px 23px !important}
ul.menu1 li.home-page span {background:url(../images/home-page-img.png) 0 0 no-repeat; width:19px; height:19px; display:block}