﻿/* 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;
}
/* Common CSS Ends */



/* Start */
.wrapper {
	width: 980px;
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.wrapper-week {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.wrapper-mmtv {
	width: 1180px;
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.inside-main {
	width: 100%;
	height: auto;
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-size: 100%;
	float: left;
	background-color: #3793E0;
}

.header {
	width: 100%;
	height: auto;
	float: left;
	position:relative;
}
.header-mob {
	width: 100%;
	height: auto;
	float: left;
	display:none;
	position:relative;
}
.header img {
	max-width: 100%;
	height: auto;
	float: left;
}
.header-mob img {
	width: 100%;
	height: auto;
	float: left;
}

.poll-result-main-box {
	margin: 10px;
	width: 97.95918367346939%;
	height: auto;
	float: left;
}
.poll-result-box {
	width: 32.2%;
	height: auto;
	float: left;
}
.poll-result-box-tri {
	width: 32.2%;
	height: auto;
	float: left;
}
.marg15 {
	margin-right: 15px;
}
.sldie-box-last {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;

}
.last-col {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 7px;
}
.social-media-box {
	width: 140px;
	height: 30px;
	float: left;
}
.soc-box {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.soc-box img {
	filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .3s ease-in-out;
      opacity: 0.4;
    filter: alpha(opacity=50);
          }

.soc-box img:hover {
	 filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
        opacity: 1;
      }
      
      
      .links-main {
	width: 370px;
	height: 30px;
	float: right;
}
.links-main-eng {
	width: 420px;
	height: 30px;
	float: right;
}

.links {
	width: auto;
	height: 30px;
	float: left;
}
.links-1 {
	width: 133px;
	height: 30px;
	float: left;
}

/* Ends */



/* Responsive Media Queries */
@media screen and (max-width:1440px)
{
	
}

@media screen and (max-width:1280px)
{
	
}

@media screen and (max-width:1180px)
{
	.wrapper-mmtv {width: 100%;}
}

@media screen and (max-width:980px)
{
	
}

@media screen and (max-width:800px)
{
	.wrapper {width: 100%;}
	
	.poll-result-box-tri {
	    width: 85%;
	    float: none;
	    margin: 0 auto;
	    margin-bottom: 13px;
	}
	.poll-result-box {
    width: 48.5%;
    height: auto;
    float: left;
}

}

@media screen and (max-width:768px)
{
	
}

@media screen and (max-width:700px)
{
	
}

@media screen and (max-width:667px) /* iphone 6*/
{
	
}


@media screen and (max-width:640px)
{
	
}

@media screen and (max-width:600px)
{
	.poll-result-box {
    width: 85%;
    float: none;
    margin: 0 auto;
    margin-bottom: 13px;
}

.header {
	display:none;
}
.header-mob {
	display:block;
}
.poll-result-main-box {
	    margin: 0px;
	    width: 100%;
	    float: left;
	}
	.last-col{
	display:none;
}

}

@media screen and (max-width:540px)
{
	.social-media-box {
    float: none;
    margin: 0 auto;
}
.links-main {
    float: none;
    margin: 0 auto;
    width:100%;
}
}

@media screen and (max-width:480px)
{
	
}
@media screen and (max-width:416px)
{
	.poll-result-box {
    width: 93%;}
    .poll-result-box-tri {
    width: 93%;}

}

@media screen and (max-width:375px)/* iphone 6*/
{
	
}

@media screen and (max-width:360px)
{
.inside-main {
    background-size: 420%;
}
}

@media screen and (min-width:1025px) and (max-width:1280px)
{
	
}

@media screen and (min-width:981px) and (max-width:1024px)
{
	
}

@media screen and (min-width:801px) and (max-width:980px)
{
	
}

@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:701px) and (max-width:768px)
{
	
}

@media screen and (min-width:641px) and (max-width:700px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:541px) and (max-width:600px)
{
	
}

@media screen and (min-width:481px) and (max-width:540px)
{
	
}

@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)
{
	.poll-result-box {
    width: 96%;}
    .poll-result-box-tri {
    width: 96%;}
    	.poll-result-box {
    width: 100%;}
    .poll-result-box-tri {
    width: 100%;}
    
.poll-result-box-tri iframe{
	height:280px;
	
}
.poll-result-box iframe{
	height:280px;
	
}


}
@media screen and (max-width:300px)
{

}

