#backgroundPopup {
	z-index:10000;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background: #000000;
	top:0px;
	left:0px;
}

#toPopup {
	border-radius: 25px;
    display: none;
    left: 50%;
    top: 25%;
    position: fixed;
    z-index: 10020;
    margin-left: -395px;
	/*background-color: #FFF;*/
	max-width: 800px;
	/*border: 10px solid red;*/
}

#popup_content {
	font-family: "EtelkaText-Bold";
    /*font-size: 14px;*/
    /*color: #002855;*/
	/*padding: 20px;*/
}

#toPopup img {
    float: right;
    /*margin: 7px 0 7px 7px;*/
}


div.loader {
    background: url("/advertizing/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;

	position: absolute;
	margin-left: -10px;
}

div.close {
    background: url("/advertizing/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 20px;
	  /*top: -20px;*/
    position: relative;
    width: 30px;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

span.plus,strong.plus {
	font-size: 20px;
	font-weight: bold;
	/*-webkit-text-fill-color: #e24a4a;*/
	/*-webkit-text-stroke: 1px #e24a4a;*/
	vertical-align: middle !important;
	color: #FFF;
	text-shadow:
       0px 0px 0 #e24a4a,
     -1px -1px 0 #e24a4a,
      1px -1px 0 #e24a4a,
      -1px 1px 0 #e24a4a,
       1px 1px 0 #e24a4a;
}

table,td,tr.plus {
	vertical-align: middle !important;
}

span.countdowncontainer2 {
	font: bold italic 110% serif !important;
	color: #b57854 !important;
	font-size: 25pt !important;
}
img.responsive  {
    max-width: 100%;
    height: auto;
}

table.responsive {
    max-width: 100%;
    height: auto;
}
.minus {
	margin-top: -20px;
}


/* COUNTDOWN 2*/

#CDT {
    font-size: 60px;
    color: #eee;
    margin: 5px 0 10px;
    font-weight: bold;
}

#CDT .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}

#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.caption {
   font-size: 12px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #777;
}

.mult {
	cursor: pointer;
}


@media screen and (max-width: 820px) {
	#toPopup img {
		width: 25%;
	}

	#toPopup {
		left: 0%;
		margin-left: 0;
	}

	p, li  {
		font-size: 12px;
	}

	strong {
		font-size: 14px;
	}
}
