﻿/* 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;
}

img{
	max-width: 100%;
}
.eldaybannerwrp{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.eldayweb{
	width: 100%;
	text-align: center;
}
.eldaymob{
	display: none;
	width: 100%;
	text-align: center;
}
.banner-item {
	position: relative;
	display: none;
}
.banner-item:first-child, .slick-initialized .banner-item{
	display: block;
}

	.eldaybannerwrp{
		position: relative;
	}	
	.adslotlink{
    position: absolute;
    left: 0;
    width: 18%;
    top: 0;
    height: 100%;
}
.main-nav {
    position: absolute;
    left: 21%;
    top: 0;
    width: 60%;
    height: 100%;
}
.adslotlink-2 {
    position: absolute;
    right: 0;
    height: 100%;
    width: 17%;
    top: 0;
}
.popieslogo {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 11%;
}	



	@media only screen and (max-width:480px){
		.adslotlink{
    width: 43%;
    height: 45%;
}
	.main-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 55%;
    top: inherit;
}	
	.adslotlink-2 {
    height: 36%;
    width: 33%;
   
}	
	.popieslogo {
    
    right: 0;
    top: 76%;
    height: 20%;
    width: 23%;
    z-index: 3;
}	
	
	.eldaymob{
		display: block;
	}
	.eldayweb{
		display: none;
	}
}