@font-face {
    font-family: 'news_gothic_mtregular';
    src: url('fonts/6855.eot');
    src: url('fonts/6855.eot?#iefix') format('embedded-opentype'),
         url('fonts/6855.woff') format('woff'),
         url('fonts/6855.ttf') format('truetype'),
         url('fonts/6855.svg#news_gothic_mtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	margin:0;
	padding:0;
}
body {
	margin:0px;
	padding:27px 0 0 0;
	font-family: 'news_gothic_mtregular';
	color:#e1e1e1;
	font-size:18px;
	letter-spacing:1px;
	background-color:#000;
}
a{
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
	color:#e1e1e1;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
#logo-section{
	width:95%;
	margin:0 auto;
	clear:both;
	padding:0 0 10px 17px;
	text-align:center;
}
#video-section{
	width:95%;
	height:200px;
	margin:0 auto 26px auto;
	text-align:center;
	clear:both;
}
#collection-section{
	width:100%;
	background-image:url(../images/collection-line.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 0 34px 0;
	padding:0 0 3px 0;
}
#collection-info{
	width:95%;
	margin:0 auto;
	clear:both;
	text-align:center;
	position:relative;
}
#collectiontxt{
	position:relative;
	top:0;
	left:0;
	width:100%;
	text-transform:uppercase;
}
#collectiontxt p{
	margin:0 0 10px 0;
	padding:0;
}
#collection-info img{
	width:100%;
}
#collection-info #collectiontxt img{
	width:auto;
}
#formtitle{
	width:100%;
	height:46px;
	clear:both;
	background-image:url(../images/form-title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#000;
	letter-spacing:0;
	padding:25px 0 0 0;
}
#catalog-form{
	width:96%;
	margin:0 auto 0 auto;
	background-image:none;
	background-color:#545454;
	min-height:auto;
	padding:10px 2% 10px 2%;
}
#catalog-form label{
	float:none;
	width:90%;
	font-size:14px;
	line-height:16px;
	text-align:center;
	margin:0 auto 3px auto;
}
.inputtxt{
	width:94%;
	float:none;
	border:solid 1px #c5c5c5;
	background-color:#ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:9px 10px;
	margin:0 auto 5px auto;
	-moz-box-shadow:inset 1px 1px 2px #c3c3c3;
    box-shadow:inset 1px 1px 1px #c3c3c3;
}
.inputtxt:focus{
	box-shadow: 0 0 5px rgba(137, 186, 219, 1);
  border: 1px solid rgba(137, 186, 219, 1);
}
select.inputtxt{
	width:99%;
}
.cleardiv{
	width:100%;
	clear:both;
	display:table;
}
.input-submit{
	background: #dbeaf4; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbeaf4 0%, #93bddb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeaf4), color-stop(100%,#93bddb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbeaf4 0%,#93bddb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbeaf4 0%,#93bddb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbeaf4 0%,#93bddb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbeaf4 0%,#93bddb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeaf4', endColorstr='#93bddb',GradientType=0 ); /* IE6-9 */
	width:97%;
	border:solid 0;
	padding:10px 0;
	margin:10px auto 0 auto;
	text-align:center;
	font-size:19px;
	color:#000;
	font-family: 'news_gothic_mtregular';
	text-transform:uppercase;
	letter-spacing:0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius: 30px;
	clear:both;
	float:none;
	-webkit-box-shadow: 3px 3px 7px 1px #000000;
	box-shadow: 3px 3px 7px 1px #000000;
}
.input-submit:hover{
	background: #b4df5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4df5b 0%, #b4df5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4df5b), color-stop(100%,#b4df5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4df5b 0%,#b4df5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5b', endColorstr='#b4df5b',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
#footer-section{
	width:100%;
	clear:both;
	text-align:center;
	padding:35px 0 30px 0;
}
.social{
	width:100%;
	clear:both;
	margin:60px 0 10px 0;
	text-align:center;
}
.social img{
	margin:0 10px 0 0;
	width:79px;
	height:79px;
	transition: opacity 0.3s ease-out 0s;
}
.social img:hover{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
}
.social img.last{
	margin:0;
}
.social img.last:hover{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.copyright{
	width:100%;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0;
	color:#ece8e2;
}
@media (max-width:400px) {
#formtitle{
	font-size:16px;
}
}
@media (min-width:800px) {
#logo-section{
	width:925px;
	margin:0 auto;
	clear:both;
	padding:0 0 40px 17px;
	text-align:left;
}
#video-section{
	width:853px;
	height:507px;
	margin:0 auto 26px auto;
	text-align:center;
	clear:both;
}
#collection-info{
	width:942px;
	margin:0 auto;
	clear:both;
	text-align:center;
}
#collectiontxt{
	position:absolute;
	top:41px;
	left:81px;
	width:345px;
}
#collection-info img{
	width:auto;
}
#slider-section{
	width:942px;
	margin:0 auto;
	clear:both;
}
#formtitle{
	width:100%;
	height:46px;
	clear:both;
	background-image:url(../images/form-title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	font-size:22px;
	color:#000;
	letter-spacing:0;
	padding:25px 0 0 0;
}
#catalog-form{
	width:634px;
	margin:0 auto;
	background-image:url(../images/catalog-form-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:431px;
	padding:23px 72px 0 33px;
	background-color:transparent;
}
#catalog-form label{
	float:left;
	width:139px;
	font-size:14px;
	line-height:39px;
	text-align:right;
}
.inputtxt{
	width:464px;
	float:right;
	border:solid 1px #c5c5c5;
	background-color:#ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:8px 10px;
	margin:0 0 0px 0;
	    -moz-box-shadow:inset 1px 1px 2px #c3c3c3;
    box-shadow:inset 1px 1px 1px #c3c3c3;
}
.inputtxt:focus{
	box-shadow: 0 0 5px rgba(137, 186, 219, 1);
  border: 1px solid rgba(137, 186, 219, 1);
}
select.inputtxt{
	width:487px;
}
.input-submit{
	background: #dbeaf4; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbeaf4 0%, #93bddb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeaf4), color-stop(100%,#93bddb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbeaf4 0%,#93bddb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbeaf4 0%,#93bddb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbeaf4 0%,#93bddb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbeaf4 0%,#93bddb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeaf4', endColorstr='#93bddb',GradientType=0 ); /* IE6-9 */
	width:571px;
	border:solid 0;
	padding:10px 0;
	margin:10px auto 0 auto;
	text-align:center;
	font-size:27px;
	color:#000;
	font-family: 'news_gothic_mtregular';
	text-transform:uppercase;
	letter-spacing:0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius: 30px;
	clear:both;
	float:right;
	-webkit-box-shadow: 3px 3px 7px 1px #000000;
	box-shadow: 3px 3px 7px 1px #000000;
}
.input-submit:hover{
	background: #b4df5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4df5b 0%, #b4df5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4df5b), color-stop(100%,#b4df5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4df5b 0%,#b4df5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5b', endColorstr='#b4df5b',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
.social img{
	margin:0 30px 0 0;
	width:auto;
	height:auto;
}
}