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

body {
	background: url(../images/bg_body.gif) left top repeat-x #fff;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px; 
	font-weight:normal;
	width: 100%;
	min-width: 980px;
	position:relative;
	border-top: 3px #fd9b01 solid;
	// border-top: 3px #fd9b01 solid;
}
	
div.wrapper {
	width : 100%;
	position:relative;
} 

div.content {
	background-color:#0e243b;
	width:100%;
	margin:0;
	padding-top:30px;
	border-top: 5px #d5d7da solid;
	color: #fff;
}

div.center {	
	background:none;
	width:1000px;
	margin:0 auto;
	padding: 0 20px;
}


div.wrapper_center {	
	background:none;
	width:920px;
	margin:0 auto;
}

h1{
	font-family: 'proxima_nova_rgregular';
	font-size:30px; 
	line-height:30px; 
	color:#fff; 
	font-weight:normal;
	padding-bottom:20px;
}

h2 {
	font-family: 'proxima_nova_rgregular';
	font-size:25px; 
	line-height:25px; 
	color:#fff; 
	font-weight:normal;
	text-transform: none;
	padding-bottom:20px;
}	

h3 {
	font-family: 'proxima_nova_rgregular';
	font-size:16px; 
	line-height:16px; 
	color:#a6bace; 
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom:8px;
}

h4 {
	font-family: 'proxima_nova_rgregular';
	font-size:22px; 
	line-height:22px; 
	color:#265974; 
	font-weight:normal;
	text-transform: none;
	padding-bottom:10px;
}

h4 {
	font-family: 'proxima_nova_rgregular';
	font-size:22px; 
	line-height:22px; 
	color:#265974; 
	font-weight:normal;
	text-transform: none;
	padding-bottom:10px;
}
div.line {
	background: none;
	border-top: 1px #181a1c solid;
	border-bottom: 1px #677382 solid;
	height: 2px;
	width:100%;
	margin:20px 0 15px;
}

a.button {
	display: block;
	float: left;
	background-color:  #fff;
	font-family: 'bebas_neueregular';
	font-size:20px; 
	line-height:20px;
	color: #303434;
	padding: 12px 14px;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 21px;
}

a.button:hover {
	background-color:  #ed1d0d;
	font-family: 'bebas_neueregular';
	font-size:20px; 
	line-height:20px;
	color: #fff;
	padding: 12px 14px;
	border-radius: 3px;
	text-decoration: none;
}


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

a.link {
	float: right;
	color: #22788d;
	font-family: 'proxima_nova_rgregular';
	font-size:18px; 
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
}	
	
a.link:hover {
	text-decoration:none;
	color: #ffae00;
}

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

a.bold {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

a.bold:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


.blue {
	color:#8dc2e4; 
}

.yelow {
	color:#ffae00; 
}
.left {float:left!important;}

.right {float:right!important;}

.clear {clear: both;}	

.bold {
	font-weight:bold;
	text-decoration: underline;
}
.bg_banner {
	background:url(../images/bg_banner.png) left top no-repeat;
}

.paragraph {margin-top: 6px;}
/*==================== header ====================*/
.header {
	padding: 0 15px 0;
	background:none;
}

a.logo {	
	display:block;
	background:url(../images/logo.png) left top no-repeat;
	width: 223px;
	height: 105px;
	float: left;
	text-indent: -9999px;
	font-size: 2px;
}
	
ul.menu {
	float: right;
	padding-right: 30px;
}
	
.menu li {
	float:left; 
	text-align: center;
}

.menu li a {
	background-color:none; 
	display:block;
	float:left;
	font-family:'bebas_neueregular'; 
	font-size:26px; 
	line-height:26px; 
	color:#fff; 
	text-decoration:none;
	padding: 33px 20px 24px;  
	font-style:normal;
}

.menu li a:hover, .menu li a:active{
	background:#fd9b01;
	color:#fff; 
	padding: 33px 20px 24px;    
	font-style:normal;
}	

img.img {
	background: #fff;
	border: 1px #ccc transparent;
	padding: 4px;
	float: left;
	margin: 0 22px 18px 0;
}

img.right_img {
	background: #d0d0d0;
	border: 1px #ccc transparent;
	padding: 5px;
	float: right;
	margin: 0 0 18px 16px;
}

/*==================== content ====================*/
.banner {
	padding: 0 30px 30px;
}

.box {
	width: 220px;
	background: #fff;
	float: left;
	margin-right: 40px;
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 30px 30px 20px;
}

.box span{
	color: #fff;
	font-family: 'proxima_nova_rgbold';
	font-size:24px; 
	line-height:24px;
	padding: 15px 0;
	text-align: center;
}

.box p{
	display: inline-block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:14px;
	padding: 15px 0 0;
	text-align: center;
	text-transform: none;
}

.box a {
	margin-left: 60px;
}

.box.bg1 {
	background:#5177a7;
}

.box.bg2{
	background:#fd6001;
}

.box.bg3{
	background:#fd9b01;
}

.news {
	display:block;
	width:100%;
	position: relative;
	padding-bottom: 20px;
}

.news span {
	display:block;
	width: 180px;
	background-color:#91ba47; 
	color:#fdfdfd;	
	font-family: 'proxima_nova_rgregular';
	font-size:16px;
	line-height:16px;
	padding: 10px;
	text-transform:none;
	margin-bottom:7px;
}

.news span:hover {
	background-color:#48484c; 
	color:#fff;	
}

.footer {
	background: #0a1a2b;
	padding: 30px 0;
}

ul.footer_menu  {
	background: none;
	border: none;
	width: 650px;
	float: right;
	padding: 0;
}
	
.footer_menu li {
	float:left; 
	text-align: center;
	width: 90px;

}

.footer_menu li a {
	width: 100%;
	background-color:none; 
	display:block;
	float:left;
	font-family:'bebas_neueregular'; 
	font-size:18px; 
	line-height:18px; 
	color:#c6ea84; 
	text-decoration:none;
	padding: 40px 0 20px;  
	font-style:normal;
}

.footer_menu li a:hover, .footer_menu  li a:active{
	background: url(../images/bg_li_footer_menu.png) left top no-repeat;
	color:#fff; 
	padding: 35px 0 25px;  
	font-style:normal;
}	

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

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

ul.social {
	float:right;
	width: 200px;
}

ul.social li {
	float: left;
	width: 22px;
	height: 22px;
	font-size:2px;
	line-height:2px;
	text-indent: -9999px;
	text-decoration: none;
	margin-right: 6px;
}

ul.social li a{
 	display: block;
	float:left;
	width: 100%;
	height: 100%;
	font-size:2px;
	line-height:2px;
	text-indent: -9999px;
	text-decoration: none;
  }

 a.social1 {
 	background: url(../images/picture.png) -293px -10px no-repeat;
 }

 a.social2 {
 	background: url(../images/picture.png) -326px -10px no-repeat;
 }

 a.social3 {
 	background: url(../images/picture.png) -359px -10px no-repeat;
 }

  a.social4 {
 	background: url(../images/picture.png) -395px -10px no-repeat;
 }

.footer li img:hover {
	text-decoration: none;
	cursor: pointer;
  }
/*==================== pages ====================*/	
img.pinn {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

ul.services li a{
	display:block;
	background: url(../images/services_bullet.png) left top no-repeat;
	color:#fff;
	font-family:'proxima_nova_rgregular';
	font-weight:normal;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	text-transform:none;
	padding:0  0 0 25px;
	margin-bottom: 10px;
}
	
ul.services li a:hover{
	display:block;
	background: url(../images/services_bullet.png) left bottom no-repeat;
	color:#fd6001;
	text-decoration:none;
	text-transform:none;
	padding:0  0 0 25px;
	margin-bottom: 10px;
}

.grid_4 img:hover {
	background: #fd6001;
}

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

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

table.inform tr td{
	line-height: 26px;
}
/*==================== contact form ====================*/	
/* Label */
label  {
	color:#a6bace;
	font-family:'proxima_nova_rgregular';
	font-size:16px;
	line-height:16px;
	width: 140px;
	float: left;
	text-transform:uppercase;
	text-align: left;
	padding: 0 0 8px;
	}

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

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

#submit {
	width: 100px;
	display: block;
	float: left;
	background-color:  #fff;
	font-family: 'bebas_neueregular';
	font-size:20px; 
	line-height:20px;
	color: #303434;
	padding: 6px 14px;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 21px;
 }
   
#submit:hover {
	background-color:  #ed1d0d;
	font-family: 'bebas_neueregular';
	font-size:20px; 
	line-height:20px;
	color: #fff;
	padding: 6px 14px;
	border-radius: 3px;
	text-decoration: none;
}


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

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

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

/* Grid >> (margin, padding)
----------------------------------------------------------------------------------------------------*/
.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pt_50 {
  padding-top: 50px;
}








.mb_40 {
  margin-bottom: 40px;
}

.pt_10 {
  padding-top: 10px;
}



.pt_40 {
  padding-top: 40px;
}

/*----------------------------------------------------------------------------------------------------*/
.grid_1 {
	float:left;
	width:600px;
}

.grid_2 {
	float:right;
	width:270px;
	padding-top: 8px;
}

.grid_3 {
	float:left;
	width:180px;
	margin-right: 30px;
}

.grid_4 {
	float:left;
	width:210px;
	margin-right: 26px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*==================== spiner ====================*/

#bgStretch {overflow:hidden;z-index:1; position:fixed}

#oldies-bar span { 	font-family:Arial, Helvetica, sans-serif; font-size:22px!important; line-height:18px; color:#ff0!important;}

.spinner{ position:absolute; z-index:99; background:url(../images/loader.gif) 50% 30% no-repeat #fff; width:100%; height:100%; top:0; left:0}

/*==================== font-face ====================*/
@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;
}

@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: '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;
}
