@font-face {
	font-family: 'ralewaysemibold';
	src: url('../fonts/raleway-semibold-webfont.eot');
	src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/raleway-semibold-webfont.woff') format('woff'),
	 url('../fonts/raleway-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaymedium';
	src: url('../fonts/raleway-medium-webfont.eot');
	src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/raleway-medium-webfont.woff') format('woff'),
	 url('../fonts/raleway-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light-webfont.eot');
	src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/raleway-light-webfont.woff') format('woff'),
	 url('../fonts/raleway-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* General Reset */
body,html{min-width:1000px;height:100%}
body {
	margin:0;
	color:#333;
	font-family: 'raleway';
	font-size: 12px;
	line-height: 16px;
}
img{border-style:none;}
input,
textarea,
select{
	color:#333;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}

blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#333;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
/* General settings */
.wrapper {
	min-height:100%;
	color: #000;
}
.page {padding:74px 0 0;}
/*header*/
header {
	background:#000 repeat-x 0 100%;
	border-top:1px solid #AA7F00;
	position:fixed;
	top:0;
	width:100%;
	z-index: 1000;
	box-shadow: 0 0 2px #222;
	-webkit-box-shadow: 0 0 2px #222;
	-moz-box-shadow: 0 0 2px #222;
	color: #AA7F00;
}
.header-holder {
	margin:0 auto;
	width:926px;
	padding:5px 51px 8px 49px;
	/* [disabled]background:url(../images/bg-box.gif) no-repeat 100% 19px; */
	background-color: #000;
}
.header-holder:after{
	clear:both;
	content:'';
	display:block;
}
header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	width:322px;
	height:61px;
}
header .logo a{
	display:block;
	height:100%;
}
header .box {
	float:right;
	width:389px;
	position:relative;
}
header .box .link {
	float:left;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	color:#fff;
	font:12px/14px 'Trebuchet MS', Arial, sans-serif;
	padding:7px 10px;
	margin-top:26px;
	background-color: #AA7F00;
}
header .box .link:hover {text-decoration:none;}
header .box .nav-holder {
	float:left;
	width:225px;
}
header .box .social {
	margin:0;
	float:right;
	clear:both;
	padding:0 0 11px 0;
	list-style:none;
	overflow:hidden;
}
header .box .social li {
	float:left;
	width:89px;
	height:40px;
	text-indent:-9999px;
	margin-left:19px;
}
header .box .social li:first-child{margin-left:0;}
header .box .social li a {
	width:89px;
	height:40px;
	display:block;
}
header .box .social .twitter {
	background-image: url(../images/youtubrlogo.png);
	background-repeat: no-repeat;
}
header .box .social .facebook {background:url(../images/sprite-social.gif) no-repeat 0 -80px;}
header .box .row{
	width:100%;
	clear:both;
}
header .box .row:after{
	clear:both;
	content:'';
	display:block;
}
header .box .add-nav{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	font:12px/17px 'Trebuchet MS', Arial, sans-serif;
}
header .box .add-nav li {
	float:left;
	background:url(../images/sep-addnav.gif) no-repeat 4px 3px;
	padding:3px 0 10px 8px;
	position:relative;
}
header .box .add-nav li:first-child{background:none;}
header .box .add-nav li a {
	color:#196cb0;
	white-space:nowrap;
}
header .box .add-nav li ul {
	width:100px;
	background:#fff;
	position:absolute;
	top:25px;
	left:0;
	padding:5px 10px;
	text-align:left;
	display:none;
	margin:0;
	list-style:none;
}
header .box .add-nav li ul li {
	background:none;
	padding:0 0 5px;
	display:block;
	float:none;
}
header .box .add-nav li:hover > ul {display:block;}
/*visual*/
.visual {
	background-image:url(../images/camera.gif);
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA7F00;
	
	
}
.visual-holder {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.visual-holder h1 {
	margin:0 0 47px;
	text-align:center;
	color:#fff;
	font-family: ralewaylight;
	font-size: 37px;
	line-height: 35px;
}
.visual-holder .columns {
	overflow:hidden;
	font:14px/17px 'ralewaylight';
	color:#eee;
	margin:0 0 0 5px;
}
.visual-holder .columns .arrow {
	/* [disabled]background:url(../images/arrow.png) no-repeat 2px 110px; */
	width:24px;
	height:300px;
	float:left;
}
.visual-holder .columns .item {
	width:180px;
	height:230px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #d4d4d4;
	float:left;
	padding:0 13px 0 22px;
	background-color: rgba(0, 0, 0, 0.6)
}
.visual-holder .columns .heading {
	padding:12px 0 0;
	margin:0 -5px 0;
	overflow:hidden;
}
.visual-holder .columns .heading span {
	float:left;
	height:53px;
	width:40px;
	background:#00adee;
	font:39px/43px 'Trebuchet MS', Arial, sans-serif;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	border:1px solid #fcfeff;
	padding:6px 0 0 19px;
	margin:0 32px 0 0;
	color:#fff;
}
.visual-holder .columns .heading img {vertical-align:top;}
.visual-holder .columns .item strong {
	font:26px/27px 'ralewaylight';
	color:#AA7F00;
}
.visual-holder .columns .color2 .heading span{background:#97ea1a;}
.visual-holder .columns .color2 strong {
	color:#AA7F00;
}
.visual-holder .columns .color3 .heading span{background:#ff9900;}
.visual-holder .columns .color3 strong {
	color:#AA7F00;
}
.visual-holder .columns .item p {margin:0;}
/*gallery*/
.gallery {
	background:#e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA7F00;
}
.carousel {
	width:960px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 25;
}
.carousel h2 {
	margin:0;
	font:30px/34px 'ralewaylight';
	text-align:center;
	color:#333;
	padding-bottom:9px;
}
.wrap {
	width:960px;
	overflow:hidden;
	position:relative;
	background:url(../images/bg-slide.png) repeat-y;
}
.gallery .list {
	margin:0;
	padding:0;
	list-style:none;
}
.gallery .disable {display:none;}
.vertical .wrap {height:177px;}
.vertical .list > li {
	float:none;
	margin:0 0 0px;
	height:177px;
}
.vertical .list li a{height:auto}
.carousel .info {
	width:284px;
	float:left;
	padding:0 0 0 6px;
	margin:0 19px 0 0;
	font-family:'Trebuchet MS', Arial, sans-serif;
	color:#333;
}
.carousel .info:first-child{border:0;}
.carousel .info .name {overflow:hidden;}
.carousel .info .name img {
	float:left;
	padding:4px;
	border:1px solid #8e8e8e;
	margin:0 9px 0 0;
}
.carousel .info .name a {
	font:16px/24px 'Trebuchet MS', Arial, sans-serif;
	color:#ff9900;
	text-decoration:underline;
	display:block;
}
.carousel .info .name a:hover {text-decoration:none;}
.carousel .info .name span {
	display:block;
	color:#999;
	padding:0 0 2px;
}
.carousel .info .name p {margin:0;}
.carousel .info .rait {margin-top:-2px;}
.carousel .info .rait .block {
	overflow:hidden;
	border-top:1px solid #ccc;
	background:url(../images/bg-list.gif) repeat-y 82px 0;
}
.carousel .info .rait .block ul{
	margin:0 6px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:82px;
	min-height:82px;
	font-size:12px;
	line-height:15px;
}
.carousel .info .rait .block ul li {
	padding:0;
	margin:0;
	vertical-align:top;
}
.carousel .info .rait .block ul li a {color:#333;}
.carousel .info .rait .block ul li span {
	color:#1fb7f0;
	display:block;
	padding:2px 0;
}
.carousel .info .rait .block .list1 {
	width:98px;
	margin:0;
}
.carousel .info .rait .vote {
	float:left;
	width:89px;
	border:1px solid #545652;
	margin:10px 7px 0 0;
	padding-bottom:2px;
	font:11px/15px Tahoma, Geneva, sans-serif;
	color:#666;
}
.carousel .info .rait .vote .mark {
	display:block;
	color:#ededed;
	background:#535551;
	word-spacing:1px;
	padding:0 1px;
	margin-bottom:3px;
}
.carousel .info .rait .vote .mark span {
	background: url(../images/sep-vote.gif) no-repeat 0 1px;
	padding:0 0 0 6px;
}
.carousel .info .rait .vote img {vertical-align:top;}
.carousel .info .rait .vote .count {
	color:#ff6600;
	font-size:12px;
	line-height:16px;
	float:left;
	margin:0 0 0 3px;
}
.carousel .info .rait .vote p {
	margin:0 8px 0 0;
	text-align:right;
}
.carousel .next {
	position:absolute;
	top:177px;
	right:2px;
	display:block;
	background:url(../images/button-next.png) no-repeat;
	width:62px;
	height:32px;
	text-indent:-9999px;
}
.carousel .prev {
	position:absolute;
	top:55px;
	right:-1px;
	display:block;
	background:url(../images/button-prev.png) no-repeat;
	width:62px;
	height:32px;
	text-indent:-9999px;
}
/*content*/
#content{
	background:#ededed;
	border-bottom:1px solid #AA7F00;
}
.content-holder{
	width:960px;
	margin:0 auto;
	padding:8px 0 47px;
}
.content-holder h2{
	margin:0 0 18px;
	color:#A70;
	font:30px/36px 'ralewaylight';
	text-align:center;
}
.content-holder .block{overflow:hidden;}
.content-holder .box{
	width:220px;
	padding:0 0 0 20px;
	float:left;
	color:#999;
	font:12px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.content-holder .box h2{
	margin:0 0 22px -6px;
	color:#6a6b69;
	font:16px/18px 'ralewaylight';
	text-align:left;
	overflow:hidden;
	padding:0 0 0 44px;
}
.content-holder .block h2 img{
	float:left;
	margin:0 5px 0 -44px;
}
.content-holder .box p{margin:0;}
/*form*/
.form-holder{
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
}
.form-holder h2{
	margin:0 0 55px;
	color:#333;
	font:30px/36px 'ralewaylight';
	text-align:center;
}
.info-form{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
.info-form .row{
	overflow:hidden;
	margin:0 0 36px;
}
.info-form .row .col {
	float:left;
	margin:0 24px 0 0;
}
.info-form label{
	color:#333;
	font:14px/16px 'Trebuchet MS', Arial, sans-serif;
	padding:0 0 1px 4px;
	display:block;
}
.info-form .txt{
	width:256px;
	color:#999;
	font:14px/18px 'Trebuchet MS', Arial, sans-serif;
	height:18px;
	border:1px solid #cdcdcd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:10px 5px;
	-webkit-box-shadow:-1px 0 0 #f3f3f3 inset,0 1px 0 #f3f3f3;
	-moz-box-shadow:-1px 0 0 #f3f3f3 inset,0 1px 0 #f3f3f3;
	box-shadow:-1px 0 0 #f3f3f3 inset,0 1px 0 #f3f3f3;
}
.info-form .size{
	width:126px;
	float:left;
	margin-right:37px;
}
.info-form .row2 {margin:0 0 14px;}
.info-form .row2 label{padding:0 0 9px 4px;}
.info-form .sel{width: 140px;}
.info-form .lblsel {padding:0 0 9px 6px;}
.info-form .checks{
	overflow:hidden;
	float:right;
	width:456px;
	padding:12px 0 0;
}
.info-form .checks .line{
	overflow:hidden;
	padding:0 0 10px;
}
.info-form .checks label{
	float:left;
	padding:0 0 0 12px;
}
.info-form .checks span {
	padding:0 0 9px;
	display:block;
}
.info-form .chk{
	float:left;
	margin:0;
	padding:0;
	width:16px;
	height:15px;
}
.info-form .submit-row{
	width:484px;
	margin:0 0 16px auto;
	padding-bottom:1px;
}
.info-form .submit-row label {
	margin-bottom:16px;
	float:left;
	padding:1px 0 0;
}
.info-form .submit-row .row{
	margin:0;
	padding:0 0 15px;
}
.info-form .btn{
	background:#ff4d00;
	border:1px solid #e54104;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 0 1px #e5a390;
	-moz-box-shadow:0 0 1px #e5a390;
	box-shadow:0 0 1px #e5a390;
	color: #fff;
	font:18px/35px 'Trebuchet MS', Arial, sans-serif;
	text-align:center;
	text-decoration: none;
	width:255px;
	cursor:pointer;
	height:40px;
	padding:0 0 1px;
	float:left;
}
/*footer*/
footer{
	/* [disabled]background:url(../images/bg-footer.gif); */
	/* [disabled]-webkit-box-shadow:0 3px 2px #414143 inset; */
	/* [disabled]-moz-box-shadow:0 3px 2px #414143 inset; */
	/* [disabled]box-shadow:0 3px 2px #414143 inset; */
	height:100px;
	margin:-100px 0 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3F00;
	border-bottom-color: #fff;
}
.footer-holder{
	width:780px;
	overflow:hidden;
	color: #A0A0A4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 160px;
	font-size: 14px;
	line-height: 18px;
	border-top-color: #FF3F00;
}
footer .footer-logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/img-05.png) no-repeat;
	width:106px;
	height:79px;
}
footer .footer-logo a{
	display:block;
	height:100%;
}
.footer-holder .block{overflow:hidden;}
.footer-holder .links{
	margin:0;
	padding:0 0 34px;
	list-style:none;
	overflow:hidden;
}
.footer-holder .links li{
	float:left;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 0;
}
.footer-holder .links li a{
	color:#2A1F55;
	text-decoration:none;
}
.footer-holder .links li a:hover{
	text-decoration:  underline;
	color: #808080;
}
.footer-holder .copy{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
.footer-holder .copy a{color:#fff;}
/*NewForm*/
/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
.row .chk-area {
	margin:0 18px 0 0;
	float: left;
	overflow: hidden;
	height: 19px;
	width: 19px;
}
.row .chk-area span {
	background: url(../images/bg-checkbox.gif) no-repeat;
	display: block;
	width: 19px;
	height: 38px;
}
.row .chk .chk-area span {
	background: url(../images/img-02.png) no-repeat;
	width:19px;
	height:19px;
	display: block;
}
.row .chk-checked span {
	margin-top: -19px;
}
/* custom select styles */
.select-area {
	background: url(../images/bg-select.gif) repeat-x 0 -38px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 38px;
	font:14px/18px 'Trebuchet MS', Arial, sans-serif;
	color:#999;
	margin:0;
}
.select-area .select-opener {
	background: url(../images/bg-select.gif) no-repeat 100% -76px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 27px;
	height: 38px;
}
.select-area .left {
	background: url(../images/bg-select.gif) no-repeat;
	position: absolute;
	width: 10px;
	height: 38px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	line-height:38px;
	cursor: default;
	display: block;
	padding:0 5px;
	z-index: 2;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {overflow: auto;}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fafafa;
	position: absolute;
}
.select-options .drop-holder {
	border:1px solid #eaeaea;
	height: 1%;
}
.select-options-flipped .drop-holder {border-width:1px;}
.select-options div.drop-list {width: 100%;}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #666;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 5px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}
.select-options ul a:hover {text-decoration: none;}
.select-options ul a:focus {outline: none;}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}
