@charset "utf-8";

@font-face {
  font-family: 'GothamBold';
  src: url('../font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/GothamPro-Bold.otf')  format('opentype'),
	     url('../font/GothamPro-Bold.woff') format('woff'), url('../font/GothamPro-Bold.ttf')  format('truetype'), url('GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/GothamPro.otf')  format('opentype'),
	     url('../font/GothamPro.woff') format('woff'), url('../font/GothamPro.ttf')  format('truetype'), url('GothamPro.svg#GothamPro') format('svg');
  font-weight: normal;
  font-style: normal;
}


body{
	background:url(../images/bg.jpg) no-repeat top center fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family:Gotham, Arial;
  color:#152765 !important;
  font-size:16px !important;
	}
a { color:#152765 !important;}
.bold{font-family:GothamBold, Arial; }
.fblue{ color: #01bcf3;}
.fwhite{ color:#ffffff !important;}
.c{ width:100%;
min-width:800px;
position:absolute;}
.f12{ font-size:14px;}
.inp{ padding:4px; font-size:14px; border:1px solid #cccccc; margin:2px; width:350px;}

hr{ border:none!important; border-bottom:3px solid #152765!important}
	
	
	.logo{ 
	position: relative;
	float:right;
	right:0;
	width:266px;}
.main{background:rgba(255,255,255,0.78);
border-radius:0 0 30px 0;
padding:30px;
}