@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@font-face {
	font-family:'FrederickatheGreat-Regular';
	src: url('../fonts/FrederickatheGreat-Regular_gdi.eot');
	src: url('../fonts/FrederickatheGreat-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FrederickatheGreat-Regular_gdi.woff') format('woff'),
		url('../fonts/FrederickatheGreat-Regular_gdi.ttf') format('truetype'),
		url('../fonts/FrederickatheGreat-Regular_gdi.svg#FrederickatheGreat-Regular') format('svg');
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background:#eff2f8;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #aa2229;
}

::selection {
    color: #fff;
    background: #aa2229;
}
* {
    margin: 0;
    padding: 0;
    font-size-adjust:none;
        -moz-font-size-adjust:none;
            -webkit-font-size-adjust:none;
                -ms-font-size-adjust:none;
                    -o-font-size-adjust:none;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
}
*:after, *:before {
    box-sizing: border-box;
        -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
}
ul, ol, li {
    list-style-type: none;
    margin: 0;
}
a {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.subscribe_form input[type="submit"] {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.subscribe_form input[type="submit"]:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
button, .search_left input[type="submit"] {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: none;
}
*:focus {
    outline: none;
}
p{
	color:#858585;
	font-size: 14px;
	margin-bottom: 17px;
	font-weight: normal;
}
p:last-child{
	margin-bottom: 0;
}
/****************place-holder-part*************/

input[placeholder], [placeholder], *[placeholder] {
color: #828a91 !important;
opacity: 1 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #828a91 !important;
opacity: 1 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #828a91 !important;
opacity: 1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #828a91 !important;
opacity: 1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #828a91 !important;
opacity: 1 !important;
}

/****************place-holder-part*************/
/*header-start*/
.header_outer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.header_outer .container{
	position: relative;
}
.logo_outer {
    position: absolute;
    left: 3px;
    top: 0;
    width: 210px;
    height: 124px;
    background: url(../images/logo_bg.png) no-repeat;
    text-align: center;
    padding-top: 20px;
    background-size: 100% 100%;
}
.logo_outer a{
	display: inline-block;
	width:65%;
}
.top_menu li{
	float: left;
}
.top_menu li a{
	padding: 25px 15px;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color:rgba(255, 255, 255, 0.6);
	position: relative;
}
.top_menu li a:after{
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 4px;
	background: #c0d53b;
	content: '';
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.top_menu li:hover a, .top_menu li.active a{
	color:#fff;
}
.top_menu li:hover a:after, .top_menu li.active a:after{
	opacity: 1;
}
.social_links{
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	padding: 25px 0 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-collapse{
	padding-right: 165px;
	padding-left: 240px;
}
.social_links a{
	display: inline-block;
	margin: 0 9px 0 0; 
}
.social_links a:last-child{
	margin-right: 0;
}
.social_links a:hover{
	opacity: 0.6;
}
/*header-end*/
/*banner-start*/
.banner{
	min-height: 450px;
	text-align: center;
	padding: 140px 0;
	width: 100%;
	position: relative;
}
h1{
	font-size: 84px;
	text-transform: uppercase;
	color:#fff;
	margin: 0;
	font-weight: bold;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-o-text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-ms-text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.banner p{
	color:#fff;
	font-size: 18px;
	padding: 0 140px;
	margin: 0 0 58px 0;
}
.banner p:last-child{
	margin-bottom: 0;
}
.banner .now_btn{
	font-size: 18px;
	font-weight: bold;
	padding: 6px 25px;
}
.now_btn{
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	font-size: 16px;
	background: #8faf21;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.now_btn span{
	display: inline-block;
	vertical-align: middle;	
}
.btn_arrow{
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.2);
	margin-left: 7px;
	border-radius: 30px;
	padding-left: 1px;
}
.now_btn:hover{
	background: #66810b;
}
/*banner-end*/

/*slider-part-start*/
.slider_part{
	min-height:370px;
	background: #fff;
	padding: 25px 0 25px 0;
	position: relative;
	margin-top: -115px;
	margin-bottom: 25px;
}
.slider_part:after{
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background: url(../images/panel_bottom.png) repeat-x left;
	content: '';
}
.slider_left{
	float: left;
	width: 30%;
	padding: 0 35px 0 30px;
}
.slider_right{
	float: left;
	width: 70%;
}
h2{
	color:#838383;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 21px 0;
}
.slider_part h2{
	font-size: 32px;
	margin: 0 0 25px 0;
}
h2 span{
	color:#000;
}
h2 b{
	color:#356caa;
}
.green_text{
	color:#8faf21;
}
.content_list{
	margin-left:-30px;
}
.content_list li a{
	padding: 12px 12px 12px 30px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color:#9b9b9b;
	position: relative;
}
.content_list li:hover a, .content_list li.active a{
	background: #f4c24c;
	color:#fff;
	text-decoration: none;
}
.content_list li a:after{
	position: absolute;
	content: '';
	left: -15px;
	top: -11px;
	bottom: 0;
	background: url(../images/side_icon.png) no-repeat;
	background-size:100% 100%;
	width: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.content_list li:hover a:after, .content_list li.active a:after{
	opacity: 1;
	visibility: visible;
}
.content_list li.big_btn a{
	padding-top:5px;
	padding-bottom: 5px; 
}
.content_list li.big_btn a:after{
	top: -13px;
}
.about_slider{
	height: 310px;
}
.about_slider .slider .item{
	width: 370px;
	padding: 0 5px 0 0;
}
.cell_slider_img{
	overflow: hidden;
	height: 237px;
	border-radius: 3px;
	position: relative;
}
.cell_slider_img > img{
	border-radius: 3px;
	width: 100%;
}
.details_cell{
	position: relative;
	padding: 0 17px;
	margin-top: -40px;
}
.user_image_cell{
	display: block;
	width: 56px;
	height: 68px;
	border:3px solid #fff;
	overflow: hidden;
	margin-bottom: 5px;
	overflow: hidden;
}
.user_image_cell > img{
	width: 100%;
}
.about_slider h3, .winner_row h3{
	font-size: 14px;
	color:#185190;
	font-weight: normal;
	margin: 0 0 3px 0;
}
.about_slider h3:last-child, .winner_row h3:last-child{
	margin-bottom: 0;
}
.about_slider h3 span, .winner_row h3 span{
	color:#858585;
}
.slider_part:before{
	position: absolute;
	top: 0;
	bottom: 15px;
	right: 0;
	width: 82px;
	content: '';
	z-index: 5;
	background: url(../images/gradient.png) right;
	background-size: 100% 100%;
	pointer-events:none;
}

/*slider-part-end*/
.ip_col{
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
.ip_col:last-child{
	margin-bottom: 0;
}
.video_cell img{
	width: 100%;
	border-radius: 3px;
}
.video_cell iframe{
	width: 100%;
	height: 288px;
}
.row_body{
	margin-bottom: 30px;
}
.video_cell{
	width: 74%;
	float: left;
}
.participet_btn{
	box-shadow: none;
}
.watch_text{
	float: left;
	width: 26%;
	padding-left: 13px;
}
.watch_img{
	max-height: 70px;
	width: 118px;
	display: block;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 8px;
}
h4{
	color:#383838;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 3px 0;
}
.date_cell > span{
	color:#858585;
	font-size: 12px;
	display: inline-block;
	margin-right: 3px;
	font-weight: 600;
}
.watch_link{
	color:#185190;
	font-size: 12px;
	font-weight: 600;
}
.watch_link > span{
	display: inline-block;
}
.watch_link > span:first-child{
	margin-right: 2px;
}
.watch_text{
	padding-bottom: 28px;
	position: relative;
}
.view_link{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 0;
}
.watch_list li{
	padding: 9px 0 8px 0;
	border-bottom: 1px solid #e5e5e5;
}
.watch_list li:first-child{
	padding-top: 0;
}
.watch_list li:last-child{
	padding-bottom: 0;
	border:none;
}
.view_btn{
	font-size: 14px;
}
.cam_text{
	padding:60px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.less_padding{
	padding: 0;
}
.cam_img_outer img{
	width: 100%;
}
.cam_text h2{
	margin-bottom: 23px;
}
.cam_text p{
	margin-bottom: 23px;
}
.cam_text p:last-child{
	margin: 0;
}
.cam_text h2 b {
    color: #8faf21;
}
.cam_img_outer{
	max-height: 491px;
	overflow: hidden;
}
.film_outer{
	position: relative;
}
.film_roll{
	position: absolute;
	bottom: 0;
	right: 100%;
	margin-right: -50px;
	z-index: 1;
	margin-bottom: -30px;
	width: 200px;
}
.prize_cell{
	padding: 30px;
	background: #fff;
	position: relative;
}
.prize_cell:after{
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background: url(../images/panel_bottom.png) repeat-x left;
	content: '';
}
h5{
	color:#356caa;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 0 23px 0;
}
.prize_list{
	padding: 0;
	margin: 0;
	text-align: left;
}
.prize_list li{
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color:#858585;
	font-weight: 600;
	text-transform: uppercase;
	background: url(../images/bullet.png) no-repeat left 8px;
}
.prize_list li:last-child{
	margin-bottom: 0;
}
.make_links{
	margin: 0 -15px;
}
.post_links{
	float: left;
	width: 33.3%;
	text-align: center;
}
.post_links span{
	display: block;
	font-size: 16px;
	color:#373737;
	text-transform: uppercase;
	font-weight: 600;
}
.make_links{
	background: url(../images/splash1.png) no-repeat left top;
	background-size: 100%;
	margin-bottom: 25px;
}
.make_icon{
	height: 108px;
    line-height: 82px;
    margin-bottom: 7px;
}
.post1{
	padding: 36px 26px 0 36px;
}
.post2{
	padding: 36px 26px 0 12px;
}
.post3{
	padding: 36px 35px 0 0px;
}
.upload_btn{
	background: #185190;
	box-shadow: none;
}
.upload_btn:hover{
	background: #0c407a;
}

.ready_label{
	float: left;
	color:#858585;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
}
.upload_outer{
	float: right;
}
.ready_cell{
	margin: 0 0 0 -10px;
}
h6{
	font-size: 16px;
	color:#aeaeae;
	font-weight: normal;
	margin: 0 0 25px 0;
}
h6 span{
	font-weight: bold;
	color:#a7b5cc;
}
.special_cell{
	padding: 30px;
}
.sponsor_table{
	display: table;
	width: 100%;
}
.sponsor_cols{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	text-align: center;
	padding:0 10px;
}


/*footer-start*/
.footer_outer{
	padding: 66px 0 70px 0;
	background: #33383c;
}
.footer_logo{
	display: inline-block;
	margin-bottom: 12px;
}
.footer_outer p{
	margin-bottom: 30px;
}
.footer_outer p:last-child{
	margin-bottom: 0;
}
.footer_nav{
	margin: 0;
}
.footer_nav li{
	display: block;
	margin-bottom: 12px;
}
.footer_nav li:last-child{
	margin-bottom: 0;
}
.footer_nav li a{
	color:#858585;
	font-size: 16px;
	font-weight: 600;
}
.footer_nav li:hover a{
	color:#fff;
}
.foundation_nav li a{
	color:#929292;
}

.address_cell{
	margin-bottom: 19px;
}
.address_cell:last-child{
	margin: 0;
}
.address_cell p{
	margin-bottom: 3px;
}
.address_cell p:last-child{
	margin-bottom: 0;
}
.address_cell p a{
	color:#858585;
}
.address_cell p a:hover{
	color:#fff;
}
.footer_outer h3{
	font-size: 16px;
	font-weight: bold;
	color:#c5c5c5;
	margin: 0 0 15px 0;
}
.footer_outer .social_links{
	position: static;
	border:none;
	padding: 0;
}
.footer_outer .social_links a{
	opacity: 0.5;
}
.footer_outer .social_links a:hover{
	opacity: 1;
}



.subpage_banner{
	padding: 145px 0 85px 0;
	min-height: 450px;
}
.subpage_banner h1{
	font-size: 40px;
	margin-bottom: 5px;
	text-transform: none;
}
.subpage_body{
	padding: 65px 0;
}
.subpage_row{
	padding: 20px 0 40px 0;
	border-bottom: 1px solid #d7d9df;
}
.subpage_row:first-child{
	padding-top: 0;
}
.subpage_row:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.subpage_body h5{
	color:#2b2b2b;
	font-weight: 800;
	letter-spacing: 2px;
}
.vot_btn{
	display: inline-block;
}
.vot_head{
	margin-bottom: 20px;
}
.vot_btn{
	font-style: italic;
	padding: 5px 12px;
	color:#fff;
	background: #185190;
	font-size: 13px;
}
.vot_btn:hover{
	background: #0a3b70;
}
.video_img_cell{
	margin-bottom: 15px;
	height: 158px;
	overflow: hidden;
	position: relative;
}
.video_text{
	font-size: 16px;
	font-weight: bold;
	color:#414141;
	margin-bottom: 5px;
}
.posted_text{
	font-size: 14px;
	font-weight: normal;
	color:#818181;
}
.posted_text span{
	color:#185190;
}
.posted_text b{
	color:#555555;
}
.play_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	opacity: 0.5;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 67px;
	border:1px solid transparent;
	border-radius: 50px;
	padding-left: 9px;
}
.play_btn:hover{
	border:1px solid #fff;
	opacity: 1;
}
.play_row{
	margin-bottom: 30px;
}
.vot_rate_cell{
	padding: 15px;
	background: #fff;
}
.sub_rate_cell{
	padding:20px 25px;
	border:1px solid #e1e1e1;
	background: #eff2f8;
	border-radius: 4px;
}
.vot_left{
	float: left;
	margin-top: 3px;
}
.vot_left b{
	color:#414141;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
.vot_left span{
	color:#818181;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	font-style: italic;
}

.vot_right{
	float: right;
}
.vot_right label{
	color:#414141;
	font-size: 16px;
	font-weight: normal;
	margin-left: 35px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.vot_right label:first-child{
	margin-left: 0;
}
.vot_right label input{
	margin-right: 7px;
}
.rate_btn{
	padding: 3px 23px;
	border:1px solid #999999;
	color:#464646;
	border-radius: 20px;
	font-weight: bold;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.rate_btn:hover{
	background: #185190;
	border-color:#185190;
	color:#fff;
}
.vot_banner_head{
	font-size: 118px;
	font-family:'FrederickatheGreat-Regular';
	text-transform: uppercase;
	color:#fff;
	line-height: 150px;
}






.subpage_banner h1 span{
	display: block;
	text-transform: uppercase;
}
.winner_banner{
	padding-top: 170px;
}
.winner_banner h1{
	font-size: 50px;
}
.winner_panel{
	padding: 18px 0 50px 0;
}
.winner_subpanel{
	padding: 20px 20px 50px 20px;
}
.winner_head{
	background: #f4c24c;
	padding:10px 24px;
	margin-right: -20px;
	position: relative;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.winner_head:after{
	width: 15px;
	top: -13px;
	right: -15px;
	bottom: 0;
	position: absolute;
	content: '';
	background: url(../images/winner_header_side.png) no-repeat;
	background-size: 100% 100%;
}

.winner_headleft{
	float: left;
	margin-top: 2px;
}
.winner_headright{
	float: right;
	letter-spacing: 1px;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	text-transform: none;
}
.winner_headright span{
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	vertical-align: super;
	display: inline-block;
	line-height: 20px;
}
.winner_row{
	margin-bottom: 25px;
}
.winner_row:last-child{
	margin-bottom: 0;
}
.head2{
	margin-left: -20px;
	margin-right: 0;
	background: #b5cb5f;
}
.head2:after{
	left: -15px;
	right:auto;
	background: url(../images/winner_header_side2.png) no-repeat;
	background-size: 100% 100%;
}
.head3{
	background: #74cdd5;
}
.head3:after{
	background: url(../images/winner_header_side3.png) no-repeat;
	background-size: 100% 100%;
}
.head4{
	background: #fa9900;
}
.head4:after{
	background: url(../images/winner_header_side4.png) no-repeat;
	background-size: 100% 100%;
}

.winner_cols{
	background: #f4f4f4;
	padding-bottom: 20px;
	border-radius: 0 0 0 2px;
	margin-right: 20px;
	position: relative;
	min-height: 470px;
	margin-bottom: 10px;
}
.winner_cols:after{
	background: #f4f4f4;
	border-radius: 0 2px 2px 0;
	top: 25px;
	bottom: 0;
	right: -20px;
	width: 20px;
	position: absolute;
	content: '';
}
.black_head{
	color:#000;
	font-size: 18px;
	font-weight: 600;
	margin:6px 0;
	display: block;
}
.youtube_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.winner_row .cell_slider_img{
	height: 207px
}

.winner_second_row .cell_slider_img{
	height: 250px;
}
.winner_second_row .winner_cols{
	min-height: 443px;
}

.teacher_row .winner_headright{
	font-weight: normal;
}
.teacher_row .winner_cols{
	margin-right: 0;
	padding: 15px;
	min-height: inherit;
	margin-bottom: 0;
}
.teacher_row .winner_cols:after{
	display: none;
}
.teacher_row .details_cell{
	margin: 0;
	padding: 0;
}
.teacher_left{
	float: left;
}
.teacher_right{
	margin-left: 150px;
}
.teacher_row .black_head{
	margin-top: 0;
}
.teacher_row .user_image_cell{
	width: 127px;
	height: 130px;
}
.winner_banner p{
	margin: 0 0 24px;
}
.winner_part_header{
	margin-bottom: 25px;
}
.winner_part_header h2{
	color:#30639c;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 9px;
}
.winner_part_header h3{
	color:#383838;
	font-size: 24px;
	font-weight: normal;
	margin:0 0 12px 0;
}
.winner_part_header h3 span{
	font-weight: 600;
	color:#8faf21;
}
.winner_part_header p{
	font-size: 13px;
	color:#a5a5a5;
}
.select_sub > span{
	font-size: 13px;
	font-weight:600;
	color:#000;
	display: inline-block;
	vertical-align: middle;
}
.select_sub > span:first-child{
	margin-right: 13px;
}
.year_select{
	width: 120px;
}
.select_sub{
	margin-bottom: 7px;
}
.entry_banner{
	padding: 190px 0 105px 0;
}
.entry_banner{
	text-align: left;	
}
.entry_banner h1{
	font-size: 68px;
	margin: 0 0 15px 0;;
}
.entry_banner h1:last-child{
	margin-bottom: 0;
}
.entry_cont{
	padding: 45px 39px;
	box-shadow: none;
	position: relative;
	margin-top: 8px;
	border:1px solid #ebebeb;
	border-top:0;
}
.entry_cont:after{
	position: absolute;
	content: '';
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background: url(../images/top_side.png) repeat-x;
}
.sub_headings{
	color: #30639c;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sub_cont{
	font-size: 18px;
	color:#4b4b4b;
	font-weight: 600;
}
.subtitle_section{
	margin-bottom: 30px;
}
label{
	font-size: 13px;
	color:#464646;
	font-weight: normal;
	margin-bottom: 7px;
}
input[type="text"], input[type="email"], input[type="password"], textarea{
	width: 100%;
	padding: 0 11px;
	font-size: 13px;
	color:#898989;
	font-weight: normal;
	height: 35px;
	border:1px solid #ebebeb;
}
.form_cols{
	margin-bottom: 10px;
}
textarea{
	height: 106px;
	padding: 11px;
	resize: none;
}
.entry_row{
	padding: 25px 40px 20px 40px;
	margin: 0 -40px;
	border-bottom: 2px solid #e6e9ee;
}
.entry_row:first-child{
	padding-top: 0;
}
.entry_row:last-child{
	border:none;
	padding-bottom: 0;
}
.number_select{
	margin: 11px 0 44px 0;
}
.number_select label{
	font-size: 13px;
	color:#898989;
	font-weight: normal;
	display: block;
}
.number_select input{
	margin: 0 9px 2px 0;
	display: inline-block;
	vertical-align: middle;
}
.location_input input{
	padding-right: 30px;
	background: url(../images/location_icon.png) right no-repeat;
	background-size: 22px;
}
.openbtn_outer{
	text-align: right;
}
.side_btn{
	padding:8px 10px;
	width: 45px;
	border:1px solid #4b4b4b;
	background: none;
}
.openbtn_outer{
	display: none;
}
.side_btn span{
	display: block;
	background: #4b4b4b;
	height: 3px;
	margin: 3px 0;
}
.side_btn:hover{
	border:1px solid #185190;
}
.side_btn:hover span{
	background: #185190;
}
.left_panel{
	background: url(../images/left_bg.png) no-repeat;
	padding: 25px;
	position: relative;
}
.left_panel:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom:0;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,25313e+90&0+1,1+90 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,1,1,0) 1%, rgba(37,49,62,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,1,1,0) 1%,rgba(37,49,62,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,1,1,0) 1%,rgba(37,49,62,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#25313e',GradientType=0 ); /* IE6-9 */
}
.left_panel:after{
	position: absolute;
	content: '';
	bottom: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background: url(../images/left_side.png) repeat-x;
}
.left_panel .vot_banner_head{
	font-size: 40px;
	line-height: 45px;
	text-transform: none;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.close_cell{
	position: absolute;
	right: 8px;
    top: 4px;
    display: none;
    cursor: pointer;
    z-index: 1;
}
.guideline_list{
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.guideline_list li{
	padding-left: 19px;
	margin-bottom: 20px;
	font-size: 14px;
	color:#fff;
	font-weight: 600;
	background: url(../images/green_star.png) no-repeat left 3px;
}
.guideline_list li:last-child{
	margin-bottom: 0;
}
.audio_listing li{
	background: none;
	position: relative;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 12px 0 12px 45px;
	border-bottom:1px solid #6c757f;
}
.guide_icon{
	position: absolute;
	left: 3px;
	top: 10px;
}
.audio_listing{
	margin: 0;
}
.audio_listing li:last-child{
	border:none;
}
.uploading_left{
	float: left;
}
.uploading_right{
	float: right;
	margin-top: 2%;
	padding-left: 35px;
	position: relative;
}
.uploading_left h3{
	color:#000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0;
}
.uploading_row{
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.uploading_row:last-child{
	border:none;
	padding-bottom: 0;
}
.uploading_row:first-child{
	padding-top: 0;
}
.uploading_left p{
	color:#898989;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}
.uploading_left p:last-child{
	margin-bottom: 0;
}
.download_link{
	color:#185190;
	font-size: 13px;
	font-weight: normal;
}
.download_link:hover{
	color:#000;
}
.loader_icon{
	position: absolute;
	left:0;
	top: 10px;
	display:none;
	-webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.uploading_right p{
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
	/*display: none;*/
}
.upload_button{
	position: relative;
	padding: 10px 43px;
	border-radius: 3px;
	background: #8faf21;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden;
	line-height: 16px;
	font-size: 16px;
}
.upload_button span{
	display: inline-block;
	vertical-align:text-bottom;
}
.upload_button span:first-child{
	margin-right: 7px;
}
.upload_button input{
	position: absolute;left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.blue_btn{
	background: #74ccd4;
}
.yellow_btn{
	background: #f4c24c;
}
.uploading_row  h4{
	font-size: 14px;
	color:#4b4b4b;
	font-weight: 600;
	margin-bottom: 23px;
}
.uploading_row  h4:last-child{
	margin-bottom: 60px;
}
.submit_btn{
	border:none;
	text-transform: uppercase;
	color:#fff;
	border-radius: 3px;
	background: #185190;
	padding: 7px 25px;
	font-size: 16px;
	font-weight: 600;
	margin: 0 3px;
}
.submit_btn.gray_btn{
	background: #ebebeb;
	color:#7d7d7d;
}
.submit_btn:hover{
	color:#fff;
	background: #5b5b5b;
}
.upload_button:hover{
	background: #ccc;
}
.creat_list{
	background: #fff;
	margin-bottom: 31px;
	position: relative;
}
.creat_list:after{
	background: rgba(0, 0, 0, 0) url("../images/panel_bottom.png") repeat-x scroll left center;
    bottom: -8px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
}
.creat_list li{
	padding: 12px 25px;
	border-bottom: 1px solid #e6e9ee;
	font-size: 14px;
	color:#545454;
	font-weight: 600;
}
.creat_list li:last-child{
	border:none;
}

.creat_listing_head{
	background: #fa8100;
	padding: 35px;
	margin: -47px -15px 0 -15px;
	position: relative;
}
.creat_listing_head .vot_banner_head{
	font-size: 28px;
	line-height: 30px;
	text-transform: none;
}
.bottom_arrow{
	position: absolute;
	bottom:20px;
	right: 20px;
}
.system_listing{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e17400;
}
.system_listing li{
	margin-bottom: 14px;
	color:#fff;
	font-size: 14px;
	line-height:17px;
	font-weight: normal;
}
.system_listing li:last-child{
	margin-bottom: 0;
}
.start_head{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.system_listing li i{
	font-size: 12px;
	line-height:14px;
}
.rules_banner{
	padding: 85px 0;
	min-height: 300px;
}
.rules_banner h1{
	font-size: 68px;
	margin-bottom: 24px;
}
.guidelines_links{
	background: url(../images/guideline_bg.png) no-repeat;
	background-size: 100% 100%;	
	margin: 0 -15px;
	min-height: 170px;
	position: relative;
}
.guidelines_links li{
	position: absolute;
}
.guidelines_links li:after{
	position: absolute;
	top: 50%;
	margin-top:-1px;
	right: -73px;
	content: '';
	width: 22px;
	height: 1px;
	background: #158bb9;
}
.guidelines_links li:nth-child(2):after{
	background: #da6b5c;
}
.guidelines_links li:last-child:after{
	display: none;
}
.guidelines_links li a{
	display: block;
}
.cam_class{
	left: 17%;
    top: 45%;
}
.mail_class{
	left: 45.5%;
    top: 45%;
}
.hand_class{
	left: 77%;
    top: 44%;
}
p b{
	font-weight: 600;
}
p span{
	font-weight: 600;
	color:#4b4b4b;
}
.small_text{
	font-size: 13px;
	color:#a5a5a5;
}
.rule_img{
	width: 431px;
	height: 431px;
	border-radius: 300px;
	overflow: hidden;
	border:5px solid #fff;
	position: relative;
}
.rule_first_img{
	margin-top: -15px;
}
.rule_second_img{
	width: 378px;
	height: 378px;
	margin-left: -60px;
}
.rule_row{
	padding: 50px 0;
	position: relative;
}
.rule_row:first-child{
	padding-top: 0;
}
.rule_row:last-child{
	padding-bottom: 0;
}
.rule_row:after{
	background: #ededed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: '';
	position: absolute;
}
.rule_row:before{
	background: #ffffff;
	bottom: -14px;
	left: 50%;
	content: 'or';
	font-size:13px;
	color:#a5a5a5;
	font-weight:normal;
	position: absolute;
	padding: 7px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	z-index: 1;
}
.rule_row:last-child:after, .rule_row:last-child:before{
	display: none;
}
.rule_content_box:after{
	display: none;
}
.rule_content_box:before{
	height: 6px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	background: #f2f2f2;
	content: '';
}
.information_btn{
	text-transform: none;
	font-size: 14px;
	line-height: 15px;
	padding:11px 15px;
}
.information_btn span:first-child{
	margin-right: 10px;
}















