html {
	background: #efefef url(../../images/body-bg.png) 0 0 repeat fixed;
}
.head {
	border-bottom: 0;
}
.head .Logo {
	margin-right: 9px;
}
.head .Logo img {
	display: block;
}
.head h1 {
    max-width: 705px;
    display: block;
    float: left;
    color: #fff;
    font-family: 'PT Sans Narrow Bold','Trebuchet MS', Arial, sans-serif;
    font-size: 29px;
    font-weight: normal;
    line-height: 1.1;
    padding: 0 0 0 28px;
    margin: 5px 0 0 0;
}
.main-container {
	/*padding-top: 40px;*/
	margin-bottom: 10px;
}
.lead {
	font-family: 'PT Sans Narrow Bold','Trebuchet MS', Arial, sans-serif;
	font-size: 24px;
	line-height: 27px;
	/*text-transform: uppercase;
	text-align: center;*/
	margin-bottom: 5px;
}
.red {
	color: #ff0001;
}
.bold {
	font-weight: bold;
}

.inner {
	width: 990px;
	margin: 0 auto;
}

.about-container {
	width: 100%;
	margin-bottom: 20px;
	display: table;
}
.about-container .about-content {
	background: #efefef url(../../images/main_pattern.png) 0 0 repeat fixed;
	/*background-color: rgba(95,96,97,0.08);*/
	font-size: 16px;
	line-height: 1.5;
	padding: 19px 20px 15px 20px;
}
.btn-link{
	display: inline-block;
    padding: 0 10px;
    border: 2px solid #ff0000;
    font: italic 18px/33px 'PT Serif',"Arial Narrow",Arial,Helvetica,sans-serif;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    color: #000 !important;
}
.btn-link:hover {
    background: #ff0000;
    color: #fff !important;
    border: none;
    padding: 2px 12px;
    box-shadow: 0 1px 2px 0 #444;
    -webkit-box-shadow: 0 1px 2px 0 #444;
    -moz-box-shadow: 0 1px 2px 0 #444;
}
.about-container .about-content p {
	padding-bottom: 10px;
}

.video-container {
	float: left;
	width: 654px;
}
.video {
}
.video-img {
	display: block;
	width: 100%;
	height: auto;
}
.video-text {
	padding-top: 5px;
	padding-left: 15px;
}
.form-container {
	float: right;
	width: 336px;
}
.form-container form {
	background: #363636 url(../../images/bg-10.png) 0 0 repeat;
}
.form-new {
	padding: 0 20px 0px;
}
.form-new .Title {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 25px;
	font-family: 'PT Sans Narrow Bold','Trebuchet MS', Arial, sans-serif;
	color: #00;
}
.form-new .Line.N1 table {
	width: 100%;
}
.PeopleCount {
	/*text-align: center;*/
	font-family: 'PT Sans Narrow','Trebuchet MS', Arial,sans-serif;
	line-height: 48px;
	font-size: 30px;
	margin-bottom: 5px;
}
.PeopleCount b {
    font-weight: normal;
    color: #ff0001;
    font-size: 48px;
    padding: 0 10px;
    font-family: 'PT Sans Narrow Bold','Trebuchet MS', Arial,sans-serif;
    display: inline-block;
    vertical-align: middle;
}
.form-new .Protected {
    background: url(../../images/protected_data.png) 0 0 no-repeat;
    min-height: 25px;
    padding: 0 0 10px 43px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.form-new .inputText {
	margin-bottom: 10px;
}
.transmission-container:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.mobInput{
	height: 48px !important;
    line-height: 44px;
    font-size: 24px;
	
}
.mobDivI{
	margin-bottom: 12px;
}
.body form {
	margin-top: -15px;
}

.contest {
	background: #363636 url(../../images/bg.png) 0 0 repeat;
	padding: 30px 0px 30px;
}
.contest .title {
	/*text-align: center;*/
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	text-shadow: 0 1px 1px #000;
	padding-bottom: 10px;
	font-family: 'PT Sans Narrow Bold','Trebuchet MS', Arial,sans-serif;
}
.contest .subtitle {
	color: #fff;
	/*text-align: center;*/
	text-transform: uppercase;
	padding-bottom: 20px;
}
.contest .content {
	color: #e6e6e6;
	font-size: 17px;
	padding: 10px 40px;
}
.contest .content img {
	display: block;
}
.contest .content .c-left {
	float: left;
	width: 26%;
}
.contest .content .c-right {
	float: right;
	width: 74%;
	padding-top: 25px;
}
.contest .content:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}