﻿/* 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;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
.ele-banner-outer {
	max-width: 1180px;
	height: auto;
	margin: 0px auto 0px auto;
	position: relative;
	overflow: hidden;
}
.web-banner, .mob-banner {
	width: 100;
	float: left;
}
.mob-banner {
	display: none;
}
.web-banner img, .mob-banner img {
	max-width: 100%;
	float: left;
}
.link-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 20%;
	height: 100%;
}
.link-banner {
	position: absolute;
	left: 20%;
	top: 0px;
	z-index: 10;
	width: 70%;
	height: 100%;
	cursor: pointer;
}
.link-logo-powered-by {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	width: 10.2%;
	height: 100%;
	cursor: pointer;
}
.count-timer-wrp {
    color: #fff;
    font-family: arial;
    text-align: center;
    position: absolute;
    right: 2%;
    top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.theme-white .count-timer-wrp {
	color: #333;
}
.theme-white .phsn1 {
    color: #1f91d9;
}
.count-timer-head {
    font-size: 10px;
    font-weight: bold;
	margin-bottom: 5px;
}
.count-timer-box {
    display: table;
    margin: 0 auto;
}
.count-item {
    display: table-cell;
    padding: 0 5px;
    min-width: 28px;
    max-width: 28px;
}
.count-number {
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #597fa4;
	font-size: 16px;
	font-weight: bold;
    line-height: 26px;
	background-color: #246cb3;
	margin: 0 auto;
	color: #FFFFFF;
	position: relative;
}
.count-number::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(255,255,255,0.2);
}
.coount-item-sub {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 4px;
}
.phsn1{
	color: #d7f352;
}


/* Responsive Media Queries */
@media only screen and (max-width:971px)
{
	
	.count-number {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
	.count-timer-head, .coount-item-sub {
    font-size: 8px;
	}
	.count-item{
		min-width: 22px;
		padding: 0 3px;
	}
	.count-timer-head{
	margin-bottom: 3px;
		}
}
@media only screen and (max-width:700px)
{
.count-number {
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 20px;
}	
	.count-timer-wrp{
		right: 1%;
	}	
}
@media only screen and (max-width:600px)
{
	.count-timer-wrp{
		top: auto;
		right: 0px;
		left: 0;
		bottom: 12px;
		-moz-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
	}

	
.mob-banner {
	display: block;
}
.web-banner {
	display: none;
}
.link-logo {
	width: 60%;
	height: 35%;
	z-index: 12;
	bottom: inherit;
	
}
.link-banner {
    width: 100%;
left: 0;
right: 0;
top: 32%;
height: 66%;
}
.link-logo-powered-by {
    position: absolute;
    z-index: 15;
    width: 25%;
    height: 33%;
	bottom: inherit;
	top: 0;
}
	.count-timer-head{
		font-size: 10px;
	}
	.count-number {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
}
	.coount-item-sub{
		font-size: 9px;
	}
}
 