/*
    Document   : style.css
    Created on : 19.04.2013., 11:16:47
    Author     : nth-ict
    Description:
        Purpose of the stylesheet follows.
*/

@import url('reset.css');

body{
    background-color: #1b1b1b;
    color: #8f8f8e;
    font-family: Arial;
}

/* 4 AGB */


.page {
  padding: 15px 10px;
  text-align: center; }

.page h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff; }

.page p, .page ul {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
  color: #fff; }

.page p a {
  color: #fff; }

.page ul {
  margin-left: 20px;        
}

.page ul li {
    margin: 5px 0;
    list-style: disc outside none;
}

.page table {
    width: 100%;   
    border-collapse:collapse;
}

.page table, .page td {
    border: 1px solid #ffffff;   
}

strong { font-weight:bold; }
/* remember to define focus styles! */
:focus {
    outline: 0;
}

.banner { margin:5px 0; text-align:center; }
.bannerTop { text-align:center; }

.uppercase {text-transform: uppercase;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
.centered {
    margin: 0px auto;
    display: block;
}
.wrap {
    background: url('../pix/pattern-wrap.png') center repeat-x;
    padding: 11px 0px 0px 0px;
}
.round-edge-2 {
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;  
    -khtml-border-radius: 2px; 
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding-box;
	background-clip:         padding-box;
}
.round-edge-5 {
	-webkit-border-radius: 5px; 
	-moz-border-radius:5px; 
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding-box;
	background-clip:         padding-box;
}
.round-edge-10 {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding-box;
	background-clip:         padding-box;
}

.content {
	background: url('../pix/pattern-content.png') repeat;
    padding: 10px 0 25px;
}

.content .thumbnail-1 {
	position: relative;
	display: block;
	width:320px;
}
.content .thumbnail-1 img:nth-of-type(2) {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.content .banner {
	display: block;
	width: 320px;
	margin-bottom: 10px;
}


.content .msisdn {
    display: block;
	background: url('../pix/bkg-form.png') repeat-x;
	width: 275px;
	height: 176px;
	border: 2px solid #fff;
	border-bottom-color: rgba(255,255,255,0.3);
	position: relative;
	z-index: 10;
	margin-top: -195px;
	margin-bottom: 40px;
	box-shadow:				0px 2px 5px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 	0px 2px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow:		0px 2px 5px 1px rgba(0,0,0,0.6);
}
.content .msisdn p{
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
	margin: 0px 30px 0px 30px;
	font-size: 13px;
	line-height: 16px;
}
.content .msisdn p span{
	display: inline;
}
.content .msisdn input[type="tel"]{
	display:block;
	background: url('../pix/bkg-input-white.png') center repeat-x;
	width: 225px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
    padding: 0px 0px;
	margin-bottom: 5px;
	text-align: center;
	color: #8c8c8c;
	font-size: 15px;
	border-radius: 5px; 
	border: 0px;
}
.content form.msisdn a{
	display:block;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	text-decoration: none;
	vertical-align: baseline;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url('../pix/bkg-link-red.png') center repeat-x;
	border: 3px solid #8c0000;
}

.content .disclaimer p {
	display: block;
	padding: 10px 10px 25px 10px;
	color: #8f8f8e;
	text-align: justify;
	font-size: 11px;
	line-height: 12px;
}
.content .disclaimer p span{
	display: block;
	width: 220px;
	text-align: center;
}
.content .disclaimer p span a{
	color: #8f8f8e;
}
.content .disclaimer p span a:hover{
	text-decoration: none;
}

.footer {
	background-color: #111417;
	width: 260px;
}
.footer ul{
	display: block;
	padding: 9px 30px 15px 30px;
	box-shadow: 0px 0px 4px 1px rgb(0,0,0) inset;
	-webkit-box-shadow: 0px 0px 4px 0px rgb(0,0,0) inset;
	-moz-box-shadow: 0px 0px 4px 0px rgb(0,0,0) inset;
	border-bottom: 1px solid #2d2d2d;

}
.footer ul li{
	display: inline;
}
.footer ul li a{
	color: #fff;
	font-size: 9px;
	margin-left: 11px;	
}
.errors{
    text-align: center;
    margin-left: 10px; 
    margin-right: 10px;
    margin-top: -15px;
    background-color: #EE5555;
    border: 3px solid #990000;
    color: #FFFFFF;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    padding: 8px 8px 8px 15%;
    padding-left: 8px;
}

/*1 - enter msisdn*/

/* 2 - start  */
.content .thumbnail-2 {
	position: relative;
	display: block;
	width:320px;
}
.content .thumbnail-2 img:nth-of-type(2) {
	position: absolute;
	bottom: -20px;
}

.content .promo-text {
	background: url('../pix/bkg-red-text.png') center repeat-x;
	height: 54px;
	border-bottom: 1px solid #090909;
	box-shadow:				0px 2px 2px 0px rgb(0,0,0);
	-webkit-box-shadow:		0px 2px 2px 0px rgb(0,0,0);
	-moz-box-shadow:		0px 2px 2px 0px rgb(0,0,0);
}
.content .promo-text p{
	position:relative;
	display: block;
	width: 290px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 1px;
}
.content .promo-text p span{
	text-transform: none;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 290px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0px;
}
.content .promo-text p img:nth-of-type(1){
	position: absolute;
	top: -125px;
	left: 135px;
}
.content .promo-text img:nth-of-type(2){
	position: absolute;
	top: -68px;
	left: 15px;
}
.content .promo-text img:nth-of-type(3){
	position: absolute;
	top: 5px;
	left: 15px;
}

.content .price-list {
	display: block;
	width: 320px;
	overflow: hidden;
}
.content .price-list .buy {
	display: inline-table;
	width: 33%;
	width: 104px;
	padding: 12px 0px 15px 0px;
	float: left;
}
.content .price-list .buy img{
	margin: 0px 13px -10px 13px;
}
.content .price-list .buy img.price{
	margin: 0px 0px 0px 5px;
}
.content .price-list div img.price-border{
	margin: 0px;
	vertical-align: bottom;
	float: left;
}
.content .price-list-shadow {
	background: url('../pix/bkg-pricelist-border.png') center repeat-x;
	height: 12px;
}

.content .notice {
	margin: 17px 10px 20px 10px;
	display: block;
}
.content .notice p{
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	color: #f0eeee;
}
/*2 - start*/ 

/* 3 - confirm */
.content .confirm {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #333333;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	box-shadow:			0px 1px 1px 0px rgb(10,10,10);
	-webkit-box-shadow:		0px 1px 1px 0px rgb(10,10,10);
	-moz-box-shadow:		0px 1px 1px 0px rgb(10,10,10);
}
.content .confirm p {
	display:block;
	width: 280px;
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 18px;
}
.content .confirm a {
	position: relative;
	width: 264px;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.content .confirm a.yes {
	background: url('../pix/confirm.png') center no-repeat;
	color: #fff;
	height: 71px;
}

.content .confirm a span {
	position: absolute;
	top: 10px;
	left: 90px;
}

.content .thumbnail-3 {
	position: relative;
	display: block;
	width:320px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.content .thumbnail-3 img:nth-of-type(2) {
	position: absolute;
	bottom: -15px;
	left: 10px;
}
/* 3 - confirm */

/* 4 - work */
.content .select {
	display: block;
	width: 150px;
	margin-bottom: 18px;
	border-bottom: 1px solid #2A2A2A;
	padding-left: 2px;
}
.content .select a {
	position: relative;
	margin-right: -4px;
	text-decoration: none;
}
.content .select a:first-of-type {

}
.content .select a img {
	z-index: 250;
}
.content .select a span {
	position: absolute;
	top: -15px;
	left: 62px;
	z-index: 300;
	font-size: 16px;
	font-weight: bold;
}
.content .select a span.active {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.content .select a span.not-active {
	color: #303030;
	text-shadow: 1px 1px 1px #fff;
}

.content .person {
	margin: 0px 0px 12px 0px;
	position: relative;	
}
.content .person p.person-title{
	background: url('../pix/bkg-contact-title.png') center repeat-x;
	height: 41px;	
}
.content .person p.person-title span{
	display: block;
	font-size: 14px;
	width: 300px;
	padding: 12px 0px 0px 0px;
	color: #fff;
}
.content .person div {
	display: block;
	width: 320px;
}
.content .person div div:nth-of-type(1) {
	position: relative;
	padding-left: 0px;
}
.content .person div div img{
	display: block;
	margin: 5px 5px 10px 10px;
	position: relative;
	border: 0px solid #fff;
}
.content .person div div img:nth-of-type(2){
	position: absolute;
	top: -10px;
	left: 5px;
}
.content .person div div a {
    background: none repeat scroll 0 0 transparent;
	position: absolute;
	top: 186px;
	right: 25px;
}
.content .person div div a img{
	margin: 0px;
}
.content .person div div:nth-of-type(2) {
	background: url('../pix/bkg-info.png') center repeat-x;
	display:block;
	width: 287px;
	margin-left: 10px;
	position: absolute;
	bottom: 0px;
	padding: 5px 5px 5px 8px;
	color: #fff;
	z-index: 10;
	vertical-align: bottom;
	text-shadow: 1px 1px 1px #000;
}
.content .person div div p.person-info{
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 1.5px;
	margin: 0px 0px 0px 3px;;
}
.content .person div div p.person-text{
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	margin: 12px 0px 5px 3px;
}

.content .iterator{
	display: block;
	width: 300px;
	margin-bottom: 30px;
}
.content .iterator .counter{
	width: 290px;
	margin: 20px 20px 20px 10px;
}
.content .iterator .counter a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	margin-right: 7px;
}
.content .iterator .counter a img{
	height: 31px;
	padding: 0px;
	margin-bottom: -10px;
}
.content .iterator .counter a:last-of-type{
	margin-right: 0px;
}
.content .iterator .counter a.current{
	background: url('../pix/bkg-slider-current.png') center repeat-x;
	padding: 6px 11px;
	box-shadow:				0px 2px 3px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 	0px 2px 3px 1px rgba(0,0,0,0.6);
	-moz-box-shadow:		0px 2px 3px 1px rgba(0,0,0,0.6);
}
.content .iterator .counter a.normal{
	background: url('../pix/slider-normal.png') center repeat-x;
	padding: 6px 11px;
	color: #777777;
}
/* 4 - kontakten */

/* 5 - kontakt details*/
.content .back {
	display: block;
	width: 300px;
	margin-bottom: 20px;
}
.content .contact-form {
	display: block;
	width: 300px;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
}
.content .contact-form input[type="text"]{
	width: 292px;
	background: url('../pix/bkg-input-white.png') center repeat-x;
	padding: 10px 0px 10px 8px;
	color: #525252;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 0px;
}
.content .contact-form textarea{
	width: 292px;
	height: 56px;
	background: url('../pix/bkg-textarea.png') center repeat-x;
	padding: 10px 0px 0px 8px;
	color: #525252;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial;
	resize: none;
	color: #525252;
	font-size: 14px;
	border: 0px;
}
.content .contact-form .code {
	color: #fff;
	font-size: 14px;
	margin: 10px 0px 0px 5px;
}
.content .contact-form .code span {
	margin: 0px 0px 0px 10px;
	text-transform: none;
}
.content .contact-form .code input[type="text"] {
	width: 233px;
}
.content .contact-form .submit-button {
	background: url('../pix/button-send.png') center no-repeat;
	height: 52px;
	width: 101px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 10px -2px -15px 0px;
}
/* 5 - kontakt details*/

/* 6 - kontakt videos */
.content .person .thumbnail-4 {
	position: relative;
	display: block;
	width:320px;
}
.content .person .thumbnail-4 img:nth-of-type(2) {
	position: absolute;
	left: 0px;
	top: -12px;
}
.content .person .thumbnail-4 a {
	position: absolute;
	left: 123px;
	top: 83px;
	z-index: 100;
}
/* 6 - kontakt videos */

/* 7 - age verification */
.content .age {
	display: block;
	position: relative;
	background: url('../pix/bkg-form.png') repeat-x;
	width: 275px;
	height: 176px;
	border: 2px solid #fff;
	border-bottom-color: rgba(255,255,255,0.3);
	position: relative;
	z-index: 10;
	margin-top: -195px;
	margin-bottom: 40px;
	box-shadow:				0px 2px 5px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 	0px 2px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow:		0px 2px 5px 1px rgba(0,0,0,0.6);
}

.content .age img {
	position: absolute;
	top: 13px;
	left: 75px;
}

.content .age p {
	color: #fff;
	text-align: center;
	padding: 5px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.content .age p:first-of-type {
	padding: 15px 0px 15px 0px;
	margin: 0px 15px 0px 125px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0.7px;
}

.content .age a{
	display: inline;
	padding: 10px 0px 9px 0px;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	text-decoration: none;
	vertical-align: baseline;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.content .age a:nth-of-type(1){
	padding: 11px 42px 11px 42px;
	margin-left: 25px;
	text-align: center;
	text-shadow: 0px -1px 1px #fff;
	text-decoration: none;
	vertical-align: baseline;
	color: #000;
	background: url('../pix/bkg-link-grey.png') center repeat-x;
}

.content .age a:nth-of-type(2){
	padding: 9px 38px 9px 38px;
	margin-left: 21px;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	text-decoration: none;
	vertical-align: baseline;
	color: #fff;
	background: url('../pix/bkg-link-red.png') center repeat-x;
	border: 3px solid #8c0000;
}

/* 7 - age verification */

.round-edge-6 {
    background: url("../pix/bkg-link-red.png") repeat-x scroll center center transparent;
    border: 3px solid #8C0000;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
    vertical-align: baseline;
    width: 235px;
}

.content .contact-form input[type="email"]{
	width: 292px;
	background: url('../pix/bkg-input-white.png') center repeat-x;
	padding: 10px 0px 10px 8px;
	color: #525252;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 0px;
}
	
.content .contact-form input[type="submit"]{
	background: url('../pix/button-send.png') center no-repeat;
	height: 52px;
	width: 101px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 10px -2px -15px 0px;
	float: right;
}
.secondary {
display:inline-block;
padding:0 12px;
line-height:26px;
color:#fff;
background-image:-moz-linear-gradient(49% -14% -90deg,rgb(169,169,169) 0%,rgb(119,119,119) 100%); 
background-image:-webkit-gradient(linear,49% -14%,49% 86%,color-stop(0, rgb(169,169,169)),color-stop(1,   rgb(119,119,119)));
background-image:-webkit-linear-gradient(180deg,rgb(169,169,169) 0%,rgb(119,119,119) 100%);
background-image:linear-gradient(180deg,rgb(169,169,169) 0%,rgb(119,119,119) 100%);
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.35);
-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.35);
box-shadow:inset 0px 1px 0px rgba(255,255,255,0.35);
text-shadow:-1px 0px 0px rgba(0,0,0,0.3);
text-decoration:none;
margin:0 4px;
}
/*dodatak*/
.content .confirm {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #333333;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	box-shadow:			0px 1px 1px 0px rgb(10,10,10);
	-webkit-box-shadow:		0px 1px 1px 0px rgb(10,10,10);
	-moz-box-shadow:		0px 1px 1px 0px rgb(10,10,10);
}
.content .confirm p {
	display:block;
	width: 280px;
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 18px;
}
.content .confirm a {
	position: relative;
	width: 264px;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.content .confirm a.yes  {
	background: url('../pix/confirm.png') center no-repeat;
	color: #fff;
	height: 71px;
}

.content .confirm a.yes > span {
	position: absolute;
	top: 10px;
	left: 90px;
}

.content .confirm a.no{
	background: url('../pix/cancel-bkg.png') no-repeat scroll center center transparent;
    border-bottom: 1px solid #444444;
    color: #666666;
    height: 28px;
    padding: 6px 0 0 25px;
    width: 239px;
}

.content .confirm a.no > span {
	position: absolute;
	top: 8px;
	left: 22px;
	font-size: 14px;
}



.content .thumbnail-3 {
	position: relative;
	display: block;
	width:320px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.content .thumbnail-3 img:nth-of-type(2) {
	position: absolute;
	bottom: -15px;
	left: 10px;
    
}
.modal .modal_button_full {
    background: url("../pix/bkg-link-red.png") repeat-x scroll center center transparent;
    border: 3px solid #8C0000;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
    vertical-align: baseline;
    width: 235px;
}
.round-edge-msisdn { 
    background: url("../pix/bkg-link-red.png") repeat-x scroll center center transparent;
    border: 3px solid #8C0000;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
    vertical-align: baseline;
    background-clip: padding-box;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 22px;
}
.content .person div a {
    background: url("../pix/bkg-info.png") repeat-x scroll center center transparent;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    margin-left: 8px;
    padding: 5px 5px 5px 8px;
    position: absolute;
    text-shadow: 1px 1px 1px #000000;
    vertical-align: bottom;
    width: 287px;
    z-index: 10;
    text-decoration:none;
}
.modal { overflow: auto; height:auto; position:relative; padding:12px 10px;  display:block; width:265px; margin: 0 auto; background:rgba(0, 0, 0, 0); border:2px solid #808080; border-radius:15px; z-index:150; }

.no_bg { background:none; border:none;  } 
.free-text p{
 font-size:13px;
 margin: 0 0 10px; 
  text-align:center;
}
.overlay { display:none; position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; background:rgba(0, 0, 0, 0.4); z-index:140; }

.popupContainer { display:none; position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; background:rgba(0, 0, 0, 0.6); z-index:140; }
.popup { position:relative; width:265px; margin:50% auto 0; background:#333333; border:2px solid #ffffff; border-radius:7px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.7); z-index:150; }
.popup .inner { box-shadow:inset 0 0 35px rgba(0, 0, 0, 0.8); border-radius:7px; padding:6px 0 6px 0; }
.popup p { font-family: 'ArialBlackRegular', Arial, sans-serif; font-size:11px; text-align:center; }
.popup .button { position:relative; left:0; bottom:0; display:block; background:url(http://static.cuc-service.com/damensex-live/pix/buttonSmall.png) left top no-repeat; width:289px; height:63px; margin:3px 0 0 -12px; }
.popup .button p { font-size:20px; padding:20px 0; }
.popup p.large { font-size:13px; line-height:22px; }
.popup p.large span { color:#FFFF99; text-decoration:underline; }
.popup p.larger { font-size:14px; line-height:22px; }
.popup p.larger span { font-size:20px; }
.popup .view { position:absolute; top:0; left:0; width:100%; height:100%; z-index:100; }
.popup .close { position:absolute; top:-15px; right:-15px; width:27px; height:28px; background:url(http://static.cuc-service.com/damensex-live/pix/close.png) center no-repeat; z-index:160; }

.age_verificationContainer { display:none; position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; background:rgba(0, 0, 0, 0.6); z-index:140; }
.age_verification { position:relative;  display:block; width:265px; margin:50% auto 0; background:rgba(0, 0, 0, 0.4); border:2px solid #ffffff; border-radius:15px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.7); z-index:150; }

.age_verification p { position:relative; display:block; font-family: Arial, sans-serif; font-weight:bold; font-size:11px; text-align:center; }
.age_verification .buttons_wrapper{  position:relative;  display:block; width:100%; height:36px;   }
.age_verification .button {  float:left; position:relative;  display:block; width:100px; height:36px; margin-left:22px;  border-radius:7px; 
background: #e60000; /* Old browsers */
background: -moz-linear-gradient(top, #e60000 0%, #8f0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60000), color-stop(100%,#8f0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e60000 0%,#8f0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e60000 0%,#8f0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e60000 0%,#8f0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #e60000 0%,#8f0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#8f0000',GradientType=0 ); /* IE6-9 */
}
.age_verification .button p { font-size:13px; padding:10px 0; font-weight:bold;  width:100%; text-align:center;}
.age_verification p.large { font-size:13px; line-height:22px; }
.age_verification p.large span { color:#FFFF99; text-decoration:underline; }
.age_verification p.larger { font-size:14px; line-height:22px; }
.age_verification p.larger span { font-size:20px; }
.age_verification .view { position:absolute; top:0; left:0; width:100%; height:100%; z-index:100; }
.age_verification .close { position:absolute; top:-15px; right:-15px; width:27px; height:28px; background:url(http://static.cuc-service.com/damensex-live/pix/close.png) center no-repeat; z-index:160; }

.galleries {margin-top:20px;}
.gallery:first-child {margin-top:0px;}
.gallery {margin-top:50px;}

.blur { }
.blur_it { -webkit-filter: blur(3px);  filter: blur(3px); } 

.modal_container {      display:none; position:absolute; min-height:100%; overflow:auto; top:0; left:0; width:100%; height:100%; text-align:center; background:rgba(0, 0, 0, 0.83); z-index:140; }
@media 
(-webkit-min-device-pixel-ratio: 2){ 
 .modal_container {  background:rgba(0, 0, 0, 0.8) !important; }
}

.modal { overflow: auto; height:auto; position:relative; padding:12px 10px;  display:block; width:265px; margin: 0 auto; background:rgba(0, 0, 0, 0); border:2px solid #808080; border-radius:15px; z-index:150; }
.modal ol {float:left; color:#FFF; font-size:12px; list-style-type:decimal; padding-left:18px; text-align:left; line-height:16px; margin-bottom:10px;}
img.underage {margin:5px 0 2px 0;}
.modal .modal_button {  text-shadow: #000 0px -1px 1px;  cursor:pointer;  float:left; position:relative;  display:block; width:100px; height:36px;  margin:10px 0; margin-left:22px;   border-radius:5px; }
.modal .modal_button p {  text-decoration:none;  margin:0; font-size:13px; padding:10px 0; font-weight:bold;  width:100%; text-align:center;}
.modal .modal_button_full {  text-shadow: #000 0px -1px 1px;  cursor:pointer;  float:left; position:relative;  display:block; width:255px; height:36px;  margin:8px 0; margin-left:8px;   border-radius:5px; }
.modal .modal_button_full p { text-decoration:none; margin:0; font-size:14px; padding:10px 0; font-weight:bold;  width:100%; text-align:center;}
.button_active {background: #e60000; /* Old browsers */ color:#FFF; font-size:14px; font-weight:bold;
background: -moz-linear-gradient(top, #e60000 0%, #8f0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60000), color-stop(100%,#8f0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e60000 0%,#8f0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e60000 0%,#8f0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e60000 0%,#8f0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #e60000 0%,#8f0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#8f0000',GradientType=0 ); /* IE6-9 */  }

.button_inactive {background: #a5a4b3; /* Old browsers */
background: -moz-linear-gradient(top, #a5a4b3 0%, #6b6b7a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a4b3), color-stop(100%,#6b6b7a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a5a4b3 0%,#6b6b7a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a5a4b3 0%,#6b6b7a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a5a4b3 0%,#6b6b7a 100%); /* IE10+ */
background: linear-gradient(to bottom, #a5a4b3 0%,#6b6b7a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a4b3', endColorstr='#6b6b7a',GradientType=0 ); /* IE6-9 */  }


.modal_icons {margin:5px auto 5px auto;}
.modal span { color:#FFF; line-height:17px;float:left; margin:10px 0px 5px 0;  width:100%; text-align:center; position:relative; display:block; font-family: Arial, sans-serif; font-weight:bold; font-size:11px; text-align:center; }
.modal span.text {
 font-size:13px;
 margin: 0 0 10px; 
}
.modal span1 { color:#FFF; line-height:17px;float:left; margin:0px 0px 0px 0;  width:80%; text-align:center; position:relative; display:block; font-family: Arial, sans-serif; font-weight:bold; font-size:11px; text-align:center; }
.modal span1.text {
 font-size:13px;
 margin: 0 0 10px; 
}

.modal input {padding:8px; width:218px; margin-left:2px; border-radius:5px; text-align:center; border:none;  }
.ajaxLoader { display:none; width:100%; height:40px; background:url(http://static.cuc-service.com/damensex-live/pix/preloader.gif) center no-repeat; }


.agb_container {
    background-color: #1B1B1B;
    color: #8F8F8E;
    font-family: "Times New Roman",Times,serif;
    font-size: 9pt;
    height: auto;
    line-height: 13pt;
    margin: 150px auto;
    max-width: 980px;
    min-width: 320px;
    text-align: justify;
    width: 80%;
}
.bannerb { margin:5px 0; text-align:center; }
.bannerTop { text-align:center; }
.popupContainer { position:absolute; top:0; bottom:0; left:0; right:0; background:rgba(0, 0, 0, 0.9); z-index:100; display:none; }
.popup { width:265px; height:125px; margin:140px auto 0; padding:10px 5px; text-align:center; }
.buttonpopg {
    background: url("../pix/bkg-link-grey.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 41px;
	vertical-align: baseline;

}
.buttonpopr {
    background: url("../pix/bkg-link-red.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	padding: 8px 42px;
	vertical-align: baseline;
    border: 3px solid #8C0000;
    margin-left: 15px;
}