*, *:before, *:after {
    padding: 0;
    margin: 0; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    line-height: 1.231;
    text-decoration: none;
}

html, body {
    color: black;
    margin: auto;
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    font-size: 10px;
    font-weight: normal;
    background-position: center center;
    background-repeat: no-repeat;
}
#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    opacity: 1;
}
#loader img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#banner-container:before,
#banner-container:after,
#banner-container,
body {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

/*----RIBBONS*/
.ribbon{
	display:block;
	position:absolute;
	top:0;
	left:0;
	overflow: visible;
}
.ribbon > div{
	position:relative;
}

/*----ribbons - radius*/
.ribbon.radius > div{
	width:100%;
	padding:50% 0;
	box-sizing:content-box;
	border-radius:100%;
}
.ribbon.radius .content{
	position:relative;
	margin: 0px 2px;
	line-height:0px;
	text-align:center;
	overflow: visible;
}

#banner-tracking {
    position: absolute;
    z-index: -10;
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
    top: -50px;
    left: -50px;
    visibility: hidden;
}

#banner-container {
    position: relative;
    margin:  0 auto;
    display: none;
    width: 100%;
    height: 100%;
}

#banner-container:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#optout-container {
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 2000;
    margin: 2px;
}
#optout-container:hover {
    width: auto;
}
.optout-image {
    padding: 2px;
}
#optout-container a {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
}
#optout-container:hover .optout-image.normal,
.optout-image {
    display: none;
}
#optout-container:hover .optout-image.enlarged,
#optout-container .optout-image.normal {
    display: block;
}

#logo-container {
    position: absolute;
    -webkit-transition: translate3d(0,0,0);
    overflow: visible;
	z-index:2;
}
#logo-container .logo-container-logos-wraper{
    overflow: visible;
    border-right-width: 1px;
    width: 100%;
    position: absolute;
    height: 100%;
    border: none;
    -webkit-transition: translate3d(0,0,0);
}
.horizontal #logo-container .logo-container-logos-wraper{
    width: 100% ;
    
}
.vertical #logo-container .logo-container-logos-wraper{
    height: 100% ;
    
}
.logo-img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    max-width: 95%;
    max-height: 95%
}
	
.logo-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#alloffers-container {
    border: 0px solid gray;
    position: absolute;
}

#alloffers-container-relative {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3px;
}

.banner-clickholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
}

.offer-container {
    position: absolute;
    float: left;
    padding: 2px;
    background-color:#fff;
}

.gallery-container {
    position: absolute;
    float: left;
    padding: 2px;
    background-color:#fff;
}

.ex .offer-continer{
    z-index:3
}
.offer-img-container{
    position: relative;
}


.offer-img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    margin:auto;
}
.offer-price-container, .offer-enlarger-price { 
    font-weight: bold;
}

.offer-oldprice-container, .offer-enlarger-oldprice {
    font-weight: bold;
}


.offer-name-container {
    padding: 4px;
    position: relative;
}
.offer-name-container, .offer-enlarger-name {
    font-weight: normal;
}

.offer-hover-container {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-decoration: none;
    background-color: rgba(255,255,255,0.9);
    z-index: 15;
}

.offer-container:hover .offer-hover-container{
    display: block;
}
.offer-enlarger-button{
    position: absolute;
    bottom:5%;
    right:0;
    left: 0;
    margin: auto;
    font-weight: bolder;
    text-align: center;
    z-index: 20;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}
.button-text-wrapper{
	position:absolute;
	width:95%;
	height:90%; 
	left:2.5%; 
	top:5%;
	overflow:visible;
}
.offer-enlarger-button .text-table-cell{
	transition-property:opacity, color!important;
	transition-duration:300ms!important;
}

.offer-enlarger-button-wrapper{
    overflow: visible;
}
.offer-enlarger-button {
    background-repeat: no-repeat;
    background-position: center center;
    font-size:15px;
	padding-top:1px;
	padding-bottom:1px;
}


.offer-enlarger-button {
    width: 110px;
    height: 35px;
}

.hover-btn, .bg-btn{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transition:opacity 300ms;
    background-repeat: no-repeat;
    background-position: center center;
}
.hover-btn{
	opacity:0;
	z-index:-1;
}
.bg-btn{
	opacity:1;
	z-index:-2;
}

.offer-ribbon-container {
    width: 85px;
    height: 88px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 10;
	position:absolute;
}

.offer-ribbon,
.offer-enlarger-ribbon  {
    color: #C00000;
    font-size: 10px;
    text-align: center;
    height: auto;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:relative;
    left: -44px;
    top: 8px;
    width: 120px;
    background: #fff;
}

.offer-ribbon-container .text-table-cell{
    display: table-cell;
}

.offer-enlarger-ribbon-container {
    width: 200px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -35px !important;
    z-index: 10;
}

.offer-enlarger-ribbon {
    font-family: Sans-Serif;
    font-size: 13px;
    height: 23px;
    left: 7px;
    top: 17px;
    width: 100px;
}

.offer-enlarger-ribbon-container .text-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.offer-ribbon, {
    font-weight: bold;
}
.ribbon.radius{
    font-size: 13px;
}
.offer-enlarger-ribbon {
    font-weight: bold;
}

.offer-loader {
    position: absolute;
    width: 0%;
    height: 2px;
    background: rgba(50,50,50,.4);
    z-index: 100;
    top: 0;
    left: 0
}

.offer-ribbon-container.normal {
    position: absolute;
    left: 0px;
    right: auto;
    min-width: auto;
    width: auto;
}
.offer-enlarger-ribbon-container.normal {
    position: absolute;
    min-width: 45px;
    width: auto;
    left: 0px !important;
    top: 0px;
    right: auto;
}
.offer-ribbon-container.normal,
.offer-enlarger-ribbon-container.normal {
    overflow: visible;
}
.offer-ribbon-container.normal .offer-ribbon{
	height:13px;
}
.offer-ribbon-container.normal .offer-ribbon,
.offer-enlarger-ribbon-container.normal .offer-enlarger-ribbon {
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 0px 1px;
}

.offer-hover-container:after,
.offer-hover-container:before,
.offer-hover-container,
.offer-container:after,
.offer-container:before,
.offer-container,
.offer-price-container,
.offer-loader {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.offer-price-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



#offer-enlarger {
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: black;
    text-decoration: none;
    display: none;
    border-radius: 0;
}

#offer-enlarger a:visited {
    color: black;
}
.offer-enlarger-relative {
    position: relative;
    width: 100%;
    height: 100%;
}
.offer-enlarger-close {
    position: absolute;
    top: 3px;
    right: 2px;
    z-index: 201;
    font-size: 20px;
    height: 19px;
    width: 19px;
    border-radius: 20px;
    background-color: #fff;
    font-weight: bolder;
    text-align: center;
    color: black;
    cursor: pointer;
}
.offer-enlarger-close img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.offer-enlarger-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.offer-enlarger-image img{
    padding:4px;
}

.offer-enlarger-image img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px;
}
.offer-enlarger-infobar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(244,244,244,0.9);
    padding: 5px;
    text-align: center;
}
.offer-enlarger-name {
    display: inline-block;
    margin: auto;
    position: relative;
}
.offer-enlarger-name span{
	overflow:visible;
}
.offer-enlarger-price-wrapper, 
.offer-enlarger-button-wrapper {
    width: 49%;
    position: relative;
    display: inline-block;
    height: 40%;
    overflow: visible;
}
.offer-enlarger-price, .offer-enlarger-oldprice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#legal-info {
    position: absolute;
     right: 0; 
     bottom: 0; 
    width: auto;
    height: auto;
    z-index: 200;
    background: rgba(0, 0, 0, 0.73);
    color: #fff;
    padding: 0px;
    font-size: 9px;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 999999;
}
#legal-info:hover #legal-info-title {
    display: none;
}
#legal-info:hover #legal-info-notes {
    display: block;
}
#legal-info-title {
    padding: 2px;
}
#legal-info-notes {
    display: none;
    padding: 5px;
}


#banner-planche {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100001;
    background-color: #fff;
    left: -20%;
    top: 0;
}
.ex #banner-planche,
.ex legal-info
{
    z-index:10000      
}
#banner-planche img {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.planche-close {
    font-family: impact;
    color: #fff;
    line-height: 22px;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    transition: all .5s ease;
    background-color: transparent;
}
.planche-close:hover {
    color: #ccc;
    text-shadow: 0 0 1px #000;
}


#b336x280 #offer-enlarger.boxing .offer-enlarger-image,
#b300x300 #offer-enlarger.boxing .offer-enlarger-image,
#b300x250 #offer-enlarger.boxing .offer-enlarger-image,
#b250x360 #offer-enlarger.boxing .offer-enlarger-image,
#b250x250 #offer-enlarger.boxing .offer-enlarger-image,
#b200x200 #offer-enlarger.boxing .offer-enlarger-image {
    width: 50%;
    height: 100%;
    left: 0;
}

#b200x200 #offer-enlarger.boxing .offer-enlarger-infobar,
#b250x250 #offer-enlarger.boxing .offer-enlarger-infobar,
#b250x360 #offer-enlarger.boxing .offer-enlarger-infobar,
#b300x250 #offer-enlarger.boxing .offer-enlarger-infobar,
#b300x300 #offer-enlarger.boxing .offer-enlarger-infobar,
#b336x280 #offer-enlarger.boxing .offer-enlarger-infobar {
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0!important;
}
#b200x200 #offer-enlarger.boxing .offer-enlarger-ribbon-container,
#b250x250 #offer-enlarger.boxing .offer-enlarger-ribbon-container,
#b250x360 #offer-enlarger.boxing .offer-enlarger-ribbon-container,
#b300x250 #offer-enlarger.boxing .offer-enlarger-ribbon-container,
#b300x300 #offer-enlarger.boxing .offer-enlarger-ribbon-container,
#b336x280 #offer-enlarger.boxing .offer-enlarger-ribbon-container {
    left: 0;
}
#b200x200 #offer-enlarger.boxing .offer-enlarger-name,
#b250x250 #offer-enlarger.boxing .offer-enlarger-name,
#b250x360 #offer-enlarger.boxing .offer-enlarger-name,
#b300x250 #offer-enlarger.boxing .offer-enlarger-name,
#b300x300 #offer-enlarger.boxing .offer-enlarger-name,
#b336x280 #offer-enlarger.boxing .offer-enlarger-name {
    z-index: 10;
    width: 95%;
}
#b200x200 #offer-enlarger.boxing .offer-enlarger-price-wrapper,
#b250x250 #offer-enlarger.boxing .offer-enlarger-price-wrapper,
#b250x360 #offer-enlarger.boxing .offer-enlarger-price-wrapper,
#b300x250 #offer-enlarger.boxing .offer-enlarger-price-wrapper,
#b300x300 #offer-enlarger.boxing .offer-enlarger-price-wrapper,
#b336x280 #offer-enlarger.boxing .offer-enlarger-price-wrapper {
    width: 100%;
    height: 20%;
	bottom:25%;
}
#b200x200 #offer-enlarger.boxing .offer-enlarger-button-wrapper,
#b250x250 #offer-enlarger.boxing .offer-enlarger-button-wrapper,
#b250x360 #offer-enlarger.boxing .offer-enlarger-button-wrapper,
#b300x250 #offer-enlarger.boxing .offer-enlarger-button-wrapper,
#b300x300 #offer-enlarger.boxing .offer-enlarger-button-wrapper,
#b336x280 #offer-enlarger.boxing .offer-enlarger-button-wrapper {
    width: 100%;
    height: 25%;
}


.dynamic-slogan {
    padding: 4px;
    background: rgb(255,255,255);background: linear-gradient(to left, rgb(255,255,255) 0%, rgb(255,255,255) 100%);background: -moz-linear-gradient(to left, rgb(255,255,255) 0%, rgb(255,255,255) 100%);background: -webkit-linear-gradient(to left, rgb(255,255,255) 0%, rgb(255,255,255) 100%);background: -o-linear-gradient(to left, rgb(255,255,255) 0%, rgb(255,255,255) 100%);background: -ms-linear-gradient(to left, rgb(255,255,255) 0%, rgb(255,255,255) 100%)
}

.dynamic-slogan .text-table-cell{ 
    font-size: 15px; 
    line-height: 15px

}
.dynamic-slogan span {
    color: #d62020;
    font-family: Tahoma, Geneva, sans-serif;
    text-shadow: none;
    font-weight: normal;
    text-transform: normal;
}



#arrows-container{
	position:absolute;
	border-radius: 3px 0px 0px 0px;
	bottom:0;
	right:0;
    cursor:pointer;
	width:28px;
	height:38px;
	z-index:9999999;
	background-color:#fff;
	opacity:0.777;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.4);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav{
	margin-left:2px;
	margin-top:3px;
	margin-bottom:6px;
	transition-duration: 0.3s;
}
.nav :hover{
	opacity:1;
}
.nav.up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #000;
}

.nav.down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid #000;
}


.absolut-position{
    position: absolute;
}
.text-table{
    display:table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.text-table-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-top {
    vertical-align: top;
}
.text-bottom {
    vertical-align: bottom;
}
.left{
    left: 0;   
}
.right{
    right: 0;
}
.top{
    top: 0;
}
.bottom{
    bottom: 0;
}
.show {
    display: inline-block!important
}
.hide {
    display: none!important;
}
.ZOOMIN.ON .offer-container {
    cursor: cell;
    cursor: zoom-in;
}
.offer-stars-position{
	top:0px; 
	right:0px;
	background-color:rgba(255,255,255,0.9); 
	border-radius:0px 0px 0px 4px; 
	box-shadow: -1px 1px 7px rgba(0,0,0,0.2);
    display: block;
    z-index: 2;
    padding: 0;
	padding-left:1px
}

.offer-stars-position .stars-inside, 
.enlarger-stars-position .stars-inside{
    display:inline-table;
    width:100%; 
    height:100%;
}

.offer-region-position{
	left:0px;
	background-color:rgba(255,255,255,0.9); 
	border-radius: 0px 4px 0px 0px; 
	box-shadow: -1px 1px 7px rgba(0,0,0,0.2);
    display: block;
	z-index:0;
    padding:0;
    font-size:10px !important;
	color:#000000;
    font-weight: bold;
	padding: 1px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:4px;
}

.enlarger-stars-position{
    bottom:0px; 
    left:0px;
    background-color:rgba(255,255,255,0.9); 
    border-radius:0px 8px 0px 0px; 
    box-shadow: 1px -1px 7px rgba(0,0,0,0.2);
    display:block;
}
.enlarger-stars-position {
    padding:8px;
    padding:{STARS_PADDING}px;
}
.stars-inside {
	display:inline-table;
}

.stars-inside img {
    margin: 0;
    padding: 0;
}

.enlarger-region-position{
    bottom:0px; 
    right:0px;
    background-color:rgba(255,255,255,0.9); 
    border-radius:8px 0px 0px 0px; 
    box-shadow: -1px -1px 7px rgba(0,0,0,0.2);
	padding:8px;
    display: block;
}

.offer-enlarger-region {
    font-weight: bold;
    font-size: 12px;
	color:#000000;
}


.vertical .enlarger-stars-position{
    bottom: 50%;
}

.vertical .enlarger-region-position{
    bottom: 50%;
}


.horizontal .enlarger-region-position{
    right: 50%;
}
.enlarger-stars-position-left{
    bottom: 50%;
	height: 57px;
}
.enlarger-region-position-left{
    bottom: 50%;
    left:0px;
    right: auto;
    border-radius:0px 8px 0px 0px; 
}
#b480x300.horizontal .enlarger-region-position {
	right:0px; 
	bottom:50%
}
#navs .nav {
    position: absolute;
    z-index: 9999;
    margin: auto;
    top: -40px;
    bottom: 0;
    width: 16px;
    height: 85px;
    background: #FE0000;
    transition: background .2s ease-in;
}

#navs .nav:hover {
    background: rgba(254,0,0,0.8);
}

#navs .nav.left {
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 1px #666;
}

#navs .nav.right {
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px 1px #666;
}

.ico {
    position: absolute;
    margin: auto;
    bottom: 0;
    top: -5px;
    border: solid #fff;
}

.ico.left {
    width: 10px;
    height: 10px;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 4px;
}

.ico.right {
    width: 10px;
    height: 10px;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4px;
}


.ob a.offer-container, .ob0 a.offer-container{
    border: 1px solid #fff;
}


.jumpingframe a.offer-container:hover, .mobile a.offer-container:hover, .gallery a.offer-container:hover{
    border: 1px solid #fff;
    border-color: #F00700;
}
.jumpingframe.ob0 a.offer-container:hover, .mobile.ob0 a.offer-container:hover, .gallery.ob0 a.offer-container:hover{
    border-width: 1px; 
}
.jumpingframe a.offer-container:hover::before, .mobile a.offer-container:hover::before, .gallery a.offer-container:hover::before{
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    left: 0px;
    top: 0px;
    border: 1px solid #F00700;
    z-index:10001;

}


.fast-back-on .offer-name-container {
            margin-top: -50px;
}
.fast-back-on .offer-hover-container:hover .offer-name-container{
            margin-top: 0px;
}

.fast-back-on .offer-name-container,
.fast-back-on .offer-hover-container,
.fast-back-on .offer-enlarger-button-wrapper {
            transition: all .5s ease;
}

.offer-enlarger-price p span{
	font-size:1.07em;}
.DETECTRATIO.boxing .offer-enlarger-name{
	width:95% !important;
}
.DETECTRATIO .offer-enlarger-name{
	width:49% !important;
}
#b300x100 .dynamic-slogan .text-table-cell,#b320x100 .dynamic-slogan .text-table-cell,#b300x50 .dynamic-slogan .text-table-cell, #b320x50 .dynamic-slogan .text-table-cell {font-size: 10px; line-height: 10px;}

#banner-planche:hover #audio-button{opacity:1}

#audio-button{
	position:absolute;
	width:40px!important;
	height:40px!important;
	top:auto;
	left:auto;
	bottom:15px;
	right:15px;
	z-index:99999999;
	opacity:0;
	transition-property:opacity;
	transition-duration:0.25s;
	cursor:pointer;
	display:none;
}
#audio-button div{
	top:0!important;
	left:0!important;
	margin:0!important;
	width:40px!important;
	height:40px!important;
	position:absolute;
	display:block;
	background-position:center;
	background-size:contain;
	transition-property:opacity;
	transition-duration:0.25s;
}