﻿/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
   -ms-word-break: break-all;
	word-break: break-all;
}
h2 {
	-ms-word-break: normal;
	word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
* {
	outline: 0px;
}
/* Common CSS Ends */



/* Newsmaker Start */
body {
	background-image: url("../img/newsmaker-bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}
.main_container, .footer_container, .footer_wrapper, .voting_blk {
	overflow: hidden;
}
.header_container {
	background: #00020F url("../img/newsmaker-header-bg.jpg") center top no-repeat;
}
.header_wrapper, .description_wrapper, .footer_wrapper, .content_wrapper {
	width: 960px;
	padding: 20px;
	margin: 0px auto;
}
.content_wrapper {
	width: 980px !important;
	padding: 10px !important;
}
.description_wrapper {
	font-family: EGGIndulekhaUni;
	font-size: 22px;
	color: #FFCC00;
	line-height: 120%;
}
.description_container {
	background-color: #00020F;
}
.footer_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 33px;
	background-image: url("../img/newsmaker-footer-bg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}
.contestant_blk {
	width: 205px;
	height: 300px;
	background-color: #EAF4FF;
	padding: 10px;
	margin: 10px;
	float: left;
	animation: fadeout 1s ease-in-out;
}
@keyframes fadeout {
  0%   { background-color: #6DD1FF; }
  100% { background-color: #EFF3F8; }
}
.contestant_blk:hover {
	background-color: #6DD1FF;
	animation: fadein 1s ease-in-out; 
}
@keyframes fadein {
  0%   { background-color: #EFF3F8; }
  100% { background-color: #6DD1FF; }
}
.contestant_blk .contestant_img img {
	-webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-filter;
    -moz-transition-duration: 1s;
    -ms-transition-property: -ms-filter;
    -ms-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
}
.contestant_blk:hover .contestant_img img {
	-webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-filter;
    -moz-transition-duration: 1s;
    -ms-transition-property: -ms-filter;
    -ms-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
}
.contestant_img {
	overflow: hidden;
	position: relative;
}
.contestant_exp_icon {
	width: 20px;
	height: 20px;
	background: url("../img/contestant-exp-icon.gif") center top no-repeat;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.contestant_img img {
	max-width: 100%;
	height: auto;
	float: left;
}
.contestant_voting_name, .contestant_woking_field {
	width: 100%;
	font-family: PanchariUni;
	font-size: 18px;
	color: #4C4C4C;
	float: left;
	animation: fadeouttext 1s ease-in-out;
}
@keyframes fadeouttext {
  0%   { color: #FFFFFF; }
  100% { color: #4C4C4C; }
}
.contestant_voting_name {
	font-weight: bold;
	margin: 10px 0px;
}
.contestant_voting_name input[type=radio] {
	margin: 0px 2px 0px 0px;
}
.contestant_blk:hover .contestant_voting_name, .contestant_blk:hover .contestant_woking_field {
	color: #FFFFFF !important;
	animation: fadeintext 1s ease-in-out;
}
@keyframes fadeintext {
  0%   { color: #4C4C4C; }
  100% { color: #FFFFFF; }
}
.reset_submit_blk {
	width: 960px;
	text-align: center;
	padding: 20px 10px;
	overflow: hidden;
}
.reset_submit_blk input[type=reset], .reset_submit_blk input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 0px;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}
.reset_submit_blk input[type=submit] {
	background-color: #FF9900 !important;
}
.reset_submit_blk input[type=reset]:hover {
	background-color: #F90000;
}
.reset_submit_blk input[type=submit]:hover {
	background-color: #FFA928 !important;
}
.footer_wrapper img {
	margin-right: 10px;
	float: left;
}
/* Newsmaker Ends */



/* Social networks Start */
.social_networks {
	width: auto;
	height: 30px;
	text-align: center;
	padding: 406px 0px 106px 400px;
	margin: 0px;
}
.social_networks .facebook {
	width: 120px;
	height: 23px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	overflow: visible;
	display: inline;
	float: left;
}
/* Social networks End */



/* Responsive Media Queries */
@media screen and (max-width:800px)
{
	.header_container {
		background-size: 230% auto;
	}
	.header_wrapper, .description_wrapper, .footer_wrapper, .content_wrapper, .content_wrapper, .reset_submit_blk {
		width: auto !important;
	}
	.reset_submit_blk {
		clear: both;
	}
	.contestant_blk {
	    width: 25.3%;
	    padding: 2%;
	    margin: 2%;
	}
	.social_networks {
	    width: auto;
	    height: auto;
	    margin: 58% 0px 6px 0px;
	    padding: 6px 0px;
		background: -moz-linear-gradient(left,  rgba(0,148,218,0) 0%, rgba(0,148,218,1) 16%, rgba(0,148,218,1) 82%, rgba(0,148,218,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,148,218,0) 0%,rgba(0,148,218,1) 16%,rgba(0,148,218,1) 82%,rgba(0,148,218,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,148,218,0) 0%,rgba(0,148,218,1) 16%,rgba(0,148,218,1) 82%,rgba(0,148,218,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000094da', endColorstr='#000094da',GradientType=1 ); /* IE6-9 */
	}
	.social_networks .facebook {
		float: none;
	}
}

@media screen and (max-width:640px)
{
	.contestant_blk {
	    width: 33%;
	    padding: 2%;
	    margin: 6.5%;
	}
}

@media screen and (max-width:600px)
{
	
}

@media screen and (max-width:480px)
{
	.contestant_blk {
	    width: 205px;
	    padding: 10px;
	    margin: 20px auto;
	    float: none;
	}
}

@media screen and (max-width:360px)
{
	
}

@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
	
}