@font-face {
font-family: 'Gilroy';
src: url("../fonts/Gilroy-Light.otf") format("opentype");
}

@font-face {
font-family: 'Gilroy';
font-weight: bold;
src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
}

* {
    margin: 0;
}

html{
	background-color: #656469;
}		

body{		
	font-family: 'Gilroy';
	font-size: 18px;	
	color: #d5d5d5;	
	
	background-image: url(../img/bg_element_1.png),
					  linear-gradient(to bottom left, #241521, #18101b);

	background-image: url(../img/bg_element_1.png),
					  -moz-linear-gradient(bottom left, #241521, #18101b);

	background-image: url(../img/bg_element_1.png),					  
					  -o-linear-gradient(bottom left, #241521, #18101b);

	background-image: url(../img/bg_element_1.png),					  
					  -webkit-linear-gradient(left bottom, #241521, #18101b);

	background-repeat: no-repeat, no-repeat;
	background-position: center, center center;	
	background-size: 100%, auto;			  
	
 	background-color: #201320;
 	overflow-x: hidden;
}

header{
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

#page-wrap{		
	min-height: 950px;
	padding-top: 185px;
	padding-bottom: 50px;		
}

a{	
	color: inherit;
}

a:link, a:hover, a:visited, a:active {
	color: inherit;		
	text-decoration: none;
	outline:none;	
}

a:hover{
	color: #c84468;
}

*:focus {
    outline: none;
}

.nav-item span{
	position: relative;
	color: #5b2d7b;		
}

.nav-item span:after{
	content: "";
	position: absolute;	
	top: 0;
	left: 50%;
	width: 0;
	height: 110%;	
	opacity: 0;
	border-bottom: currentColor solid 2px;	
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.nav-item:hover span{
	color: #c84468;
}

.nav-item:hover span:after{	
	left: 0;
	width: 100%;	
	opacity: 1;			
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

.button:after{
	content: "";
	position: absolute;
	top: -24%;
	left: -7%;
	width: 114%;
	height: 148%;
	border: currentColor solid 2px;	
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;	
}

.button:hover:after{	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	opacity: 1;
	z-index: 0;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

.bg-element-5{
	position: absolute;
	display: block;	
	height: 1000px;
	width: 568px;
	bottom: 100px;
	left: 30px;	
	background-image: url(../img/bg_element_5.png);	
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-element-7{
	position: absolute;
	display: block;	
	height: 1000px;
	width: 700px;
	bottom: 100px;
	right: 0px;	
	background-image: url(../img/bg_element_7.png);	
	background-repeat: no-repeat;
	background-size: contain;
}

header {
    width: 100%;
    height: 185px;    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #f0f0f0;    
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header.shrink{
	height: 80px;
}

.navbar-header{	
	width: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.shrink .navbar-header{
	width: 280px;	
}

.container > .navbar-header{
	margin: 0;
}

.navbar-header button{	
	position: absolute;
	bottom: 10px;
	right: 0px;	
	background-color: #f0f0f0;	
	border: #552d7b solid 2px;
}

.navbar-header button span{
	background-color: #552d7b;	
}

.navbar-logo{
	display: block;
	width: 363px;
	height: 87px;	
	margin: 15px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	  
}

header.shrink .navbar-logo{
	width: 250px;
	height: 60px;
	margin: 10px;		
}

nav{	
	background-color: none;
}

nav.navbar-collapse {	
	padding: 0;
}

nav .flex-container{	
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;	
  	justify-content: space-between;   	    	   	   	
   	min-width: 30%;	
   	height: 60px;
   	margin-top: 15px;	
	overflow: hidden;	
}

nav .flex-container a{
	position: relative;
	color: #552d7b;	
	text-align: center;	
	margin: 10px;
	vertical-align: center;	
	white-space: nowrap;
}

nav .flex-container a:hover{
	color: #c84468;
}

nav .flex-container .nav-login{
	display: inline-block;		
	color: #552d7b;
	border: #5b2d7b solid thin;
	height: 38px;
	width: 120px;		
	padding: 2px 0;		
}

nav .flex-container .nav-login:hover{
	color: #552d7b;
}

nav .flex-container > div{
	text-align:center; 
	overflow: hidden;	
}

header.shrink .nav-login{
	width: auto;
	padding: 2px 5px 0 5px;		
}

nav .flex-container .nav-join{
	display: inline-block;	
	color: #c84468;
	border: #c84468 solid thin;
	height: 38px;
	width: 120px;	
	padding: 2px 0;
}

header.shrink .nav-join{	
	width: auto;
	padding: 2px 5px 0 5px;				
}

#navbar_username{	
	margin: 0 10px 0 0;
	padding: 0;	
	color: #5b2d7b;		
	cursor: pointer;
	font-size: 20px;
	white-space: nowrap;	
}

#navbar_username:hover{
	color: #c84468;
}

#navbar_username .profile_icon{
	display: inline-block;
	vertical-align: bottom;	
	width: 28px;
	height: 28px;
	margin-top: 12px;
	background-image: url(../img/profile_nav_icon.png);	
	background-position: left top;
	background-repeat: no-repeat;
}

#navbar_username:hover > .profile_icon{
	background-position: left -28px;
}

#account_menu{
	position: relative;
	width: 100%;
	height: 102px;	
	opacity: 0;	
}

#account_menu > div{
	position: absolute;
	display: block;	
	right: 0;
	top: 0;	
	width: 150px;
	height: 100px;	
	padding: 15px;
	text-align: right;
	background: #f0f0f0;
	border: #68348c solid 1px;		
}

#account_menu a{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;	
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;	
}

#mainCarousel .carousel-inner .item{
	background: none;
}

.carousel-caption {
	z-index: 10;  
}

.red-color{
	color: #c84468;
}

.pink-color{
	color: #ef7fff;
}

.green-color{
	color: #00ed00;
}

.no-padding{
	padding: 0;
}  

.site-notice{
	font-size: 24px; 
	line-height: 34px;
	margin-bottom: 20px;
}

.recomended_devices{
	position: relative;
	margin: 55px auto 50px auto;	
	z-index: 1;	
}

.recomended_devices .bg{
	position: absolute;
	display: block;	
	height: 500px;
	width: 100%;
	top: -35px;	
	background-image: url(../img/bg_element_3.png);	
	background-repeat: no-repeat;
	background-size: contain;
}

	
.recomended_devices img{
	margin: 20px auto;		
}

.recomended_devices .header{	
	position: absolute;
	font-size: 25px;
	letter-spacing: 2px;
	width: 100%;
	top: -17px;
	margin: 0; 			
}

.recomended_devices .borders{
	position: absolute;
	width: 100%;		
	margin: 0 auto;
}

.recomended_devices .borders div{
	position: relative;
	height: 230px;	
}
	                   
.recomended_devices .borders .b-1{
	border-left: white solid thin;
	border-top: white solid thin;
	border-bottom: white solid thin;
}

.recomended_devices .borders .b-2{
	border-bottom: white solid thin;
}	                        	                        	

.recomended_devices .borders .b-3{
	border-bottom: white solid thin;
	border-right: white solid thin;
	border-top: white solid thin;
}	                        	                        	

.recomended_devices .devices{	
	width: 100%;
	margin: 0 auto;	
}

.recomended_devices .learn-more{
	position: relative;
	display: block;
	width: 160px;
	height: 50px;
	margin: 50px auto;		
	border: white solid thin;
	color: white;
	text-align: center;	
}

.recomended_devices .learn-more:hover{	
	color: white;	
}

.recomended_devices .button span{
	width: 160px;
	height: 50px;	
	display: table-cell; 
	vertical-align: middle;
}

article{						
	margin-bottom: 90px;
}

article .header{			
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-size: 20px;	
}

article .header img{
	display: inline-block;
}

article .header a{	
	letter-spacing: 1px;	
	-webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;	
}

article .header a h1{
	display: inline-block;
	margin: 0 20px 5px 0;
}

article .header .featuring{
	display: inline-block;
	margin: 0 20px 5px 0;								
}

article .header .featuring span{
	color: gray;	
}

article .header .duration{
	display: inline-block;
	margin-right: 20px;		
}

article .header .duration span{
	/*color: gray;*/
}

article .header .date{
	display: inline-block;
}

article .header .date span{
	/*color: gray;*/
}

article .header .rate{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;	
}

article .header .comments{
	color: gray;	
	text-align: right;
	font-size: 16px;
}

article .header .comments.active{
	color: #d5d5d5;
}

article .header .comments img{
	opacity: 0.4;
}

article .header .comments.active img{
	opacity: 1;
}

article .panorama{
	position: relative;
    width: 100%;
    height: 600px;

    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,1);
}

article dl8-video{
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
}

article .features{	    
    position: absolute;
    width: 100%;
	bottom: 10px;
	pointer-events: none;		
	z-index: 2;	
}

article .features img{
	margin:0 auto;	
}

article .exclusive{
	position: absolute;
	width: 20%;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: 2;	
}

article .desc{
	margin-top: 7px;
	font-size: 16px;
	color: gray;
	letter-spacing: 1px;	
}	    

article .tags{
	position: relative;
	width: 100%;
	height: 30px;
	/*border-top: white solid thin;*/
	margin-top: 15px;	
	/*padding-top: 5px;*/
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 30px;
}	

article .tags span{	
	padding: 3px 8px 3px 0px;
	opacity: 0.5;	
}

article .tags a{	
	padding: 1px 6px 3px 6px;
	background-color: rgba(150, 37, 70, 0.7);	
	

	border-radius: 5px;  
	-webkit-border-radius: 5px;  
  	-moz-border-radius: 5px;

  	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

article .tags a:hover{
	color: white;
	background-color: rgba(175, 50, 80, 1);
}	

article .links{	
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 3px;	
}

article .links .choice{	
	position: relative;
	float:left;
	width: 20%;
	font-size: 24px;
	padding-top: 10px;	
}

article .links .tabs{
	position: relative;	
	float: left;			
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;	
  	justify-content: space-between;
	list-style-type: none;	
    padding: 0;
    margin: 0;    
}

article .links .tabs li{
	cursor: pointer;
	position: relative;	
	display: block;
	width: 24%;	
	height: 65px;			
	font-size: 22px;	
	border: #c84468 solid thin;	
	padding-top: 5px;

	-webkit-transition: background-color 0.3s, border-color .3s;
    -moz-transition: background-color 0.3s, border-color .3s;
    -ms-transition: background-color 0.3s, border-color .3s;
    -o-transition: background-color 0.3s, border-color .3s;
    transition: background-color 0.3s, border-color .3s; 	
}

article .links .tabs li:hover{
	border: white solid 1px;
	padding-top: 5px;
	background-color: #351b3f;
    background-image: -webkit-linear-gradient(bottom, #592d79, #341c43);
    background-image: -o-linear-gradient(bottom, #592d79, #341c43);
    background-image: linear-gradient(to top, #592d79, #341c43);
}

article .links .tabs li img{
	margin: 0 auto;					
}

article .links .tabs .active{
	display: block;
	width: 24%;
	height: 75px;	
	padding-top: 5px;
	border: white solid thin;
	border-bottom: none;	
	background-image: -webkit-linear-gradient(bottom, #592d79, #341c43);
	background-image: -o-linear-gradient(bottom, #592d79, #341c43);
	background-image: linear-gradient(to top, #592d79, #341c43);
}

article .links .tabs .active:hover{
	border: white solid thin;
	padding-top: 5px;
}

article .links .tabs .active .connector{
	position: absolute;
	right: 0;
	bottom: -5px;		
	background-color: #592d79;
	height: 5px;
	width: 100%;
	z-index: 1;		
}

article .links .get_access a{
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	width: 20%;	
	height: 64px;
	padding-top: 10px;	
	text-align: center;
	border: white solid 2px;
	font-size: 32px;
	font-weight: bold;
	
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

article .links .get_access a:hover{
	border-color: #c84468;
}

article .links .downloads:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_element_4.png);
	background-repeat: no-repeat;
	background-position: 165% 110%;			
}

article .links .downloads .wave{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	/*width: 0;*/
	width: 100%;
	height: 100%;	
	background-image: url(../img/wave.png);
	background-repeat: repeat-y;
	background-position: right top;
	z-index: 2;					
}

article .links .downloads{
	position: relative;	
	float: left;
	width: 100%;
	/*height: 0;*/	
	height: 185px;
	border: white solid thin;	
	background-color: #341c43;
	overflow: hidden;
	font-size: 20px;
	background-image: -webkit-linear-gradient(bottom, #982444, #592d79);
	background-image: -o-linear-gradient(bottom, #982444, #592d79);
	background-image: linear-gradient(to top, #982444, #592d79);
}

article .links .downloads .wrapper{	
	position: relative;
	padding: 20px;
	z-index: 1;	
}

article .links .downloads .wrapper .row{
	margin-bottom: 7px;
}

article .links .downloads .wrapper img{
	margin: 1px 20px 2px 2px;
}

article .links .downloads .wrapper a{
	display: block;
	background-color: rgba(200, 68, 104, 0);
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;    
}

article .links .downloads .wrapper a:hover{	
	color: white;
	background-color: rgba(200, 68, 104, 0.6);	
}

article .links .downloads .wrapper strong{
	margin-left: 15px;
	color: #00ff00;
}

article .scene-previews-container{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	justify-content: space-between;	
	margin: 0;
	margin-top: 15px;	
}

article .scene-previews-container a{		
	position: relative;
	outline: none;	
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;    	
}

article .scene-previews-container a:hover{	
	-ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);      
    z-index: 1;
}

article .scene-previews-container a:after{	
	content: "";			
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
    height: 100%;	
	border: white solid 7px;
	opacity: 0;	
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;    

   	mix-blend-mode: soft-light;
}	

article .scene-previews-container a:hover:after{
	opacity: 1;	
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

article .scene-previews-container img{
	width: 184px;
	height: auto;
}

.movies-list{
	position: relative;	
	margin-top: 50px;	
}

.movies-list .hat{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 35px;	
}

.movies-list .title{
	position: relative;
	display: block;
	float: left;
	width: 70%;
	height: 28px;
	overflow: hidden;
	font-size: 20px;
	margin: 0;
	margin-top: 3px;	
}

.movies-list .duration{
	display: block;
	float: right;	
	font-size: 14px;
	width: 30%;
	height: 22px;
	margin-top: 8px;	
	text-align: right;
	overflow: hidden;
}

.movies-list .duration img{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 0.5;
	margin-top: -3px;
}


.movies-list .cicle-images{	
	position: relative;
	float: left;
	width: 100%;
	height: 210px;
	margin-bottom: 30px;	
}

.movies-list a{
	position: relative;
	display: block;
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 25px;
	z-index: 0;

    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.movies-list a:hover{
	color: white;
	z-index: 1;
	-ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);    
}

.movies-list img{	
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.movies-list span{
	display: block;
	font-size: 22px;
	margin-bottom: 5px;		
}

.actors{
	text-align: center;
}

.actors .actor{
	cursor: pointer;
	display:inline-block;
	margin-bottom: 30px;	
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.actors .actor:hover{
	color: white;
	z-index: 1;
	-ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.actors .actor h2{
	display: block;
	padding-top: 8px;		
	font-size: 22px;
	margin: 0;	
}

.actor-info{	
	margin-top: 50px;
	margin-bottom: 50px;	
}

.actor-info img{		
	margin: 0 auto;
	margin-bottom: 30px;
}

.actor-info .info{
	padding-left: 40px;
}

.actor-info .info div{
	margin-bottom: 7px;
}

.actor-info .name{
	color: #ff5180;
	font-size: 36px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.actor-info a{
	border-bottom: 1px solid currentColor;
	letter-spacing: 1px;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.bordered{
	border: red solid thin;
}

.actor-info + h2{	
	font-size: 28px;
	margin-bottom: -20px;

}

.actor-info span{
	color: #b4b4b4;
	margin-right: 20px;
}

.bg_3girls{
	position: absolute;
	display: block;		
	width: 100%;
	height: 1000px;
	left: 0;	
	background-image: url(../img/3girls.png);
	background-repeat: no-repeat;	
	background-position: center;	
}

.form-message{
	width: 90%;
	min-height: 40px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 20px;
	border-radius: 12px;  
	-webkit-border-radius: 12px;  
  	-moz-border-radius: 12px;	
}

.form-message.error{
  	background: rgba(200, 0, 0, 0.6);   
}

.form-message.success{
  	background: rgba(0, 200, 0, 0.6);   	
}

form .errorlist{
	color: red;
}

form label{
	width: 100%;
	font-size: 24px;
	font-weight: normal;
}

form textarea,
form input{
	width: 100%;		
	border: #c84468 solid thin;
	margin-bottom: 10px;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	border-radius: 12px;
	-webkit-border-radius: 12px;  
  	-moz-border-radius: 12px;
  	background: rgba(30, 20, 30, 0.6);   
}

form input{
	height: 46px;
}

form textarea{
	resize: none;
}

form textarea,
form input[type=text],
form input[type=email],
form input[type=password]{
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;	
}

form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus{	
	border-color: #ff5e8a;	
	-webkit-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	-moz-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

form input[type=submit]{
	background-color: #c84468;
	margin-top: 25px;	
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

form input[type=submit]:hover{
	background-color: #ff4276;
	border-color: #ff5e8a;
	border-width: 1px;
	color: white;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	-moz-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);

	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

form input[type=radio]:checked + label{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

form label:hover {
	border-color: white;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px #62182c inset;
   -webkit-text-fill-color: white !important;
}

.captcha{
	margin-bottom: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;  
  	-moz-border-radius: 12px;
}

.login{	
	position: relative;
	margin: 120px auto;	
	max-width: 400px;
	height: 500px;				
}

.login h1{
	margin-bottom: 30px;
}

.login form{
	margin-top: 20px;
	margin-bottom: 20px;
}

.login form input{
	margin-bottom: 20px;
}

.login form input[type=submit]{	
	margin-top: 20px;	
}

.login a{
	text-align: center;
	margin-bottom: 10px;
	
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

.join{
	width: 100%;
	margin-top: 100px;	
} 

.join form{			
	width: 100%;	
	float: left;
} 

.join form input{
	margin-bottom: 10px;
}

.join form input[type=submit]{
	margin-top: 20px;
}

.join form input[type=radio]:not(old){
	display: none;
}

.join form input[type=radio]:checked + .plan{	
	border: #c84468 solid thin;	
	color: white;
}

.join form input[type=radio]:checked + .method{
	border: hidden solid thin;
	height: 48px;
	background-color: #c84468;
	border-color: #7f263e;	
}

.join form input[type=radio]:checked + .method:after{
	opacity: 1;

	-ms-transform: scale(1, 1); 
    -webkit-transform: scale(1, 1); 
    transform: scale(1, 1);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}


.join form input[type=radio]:checked + .plan > .title{	
	border-bottom: #c84468 solid thin;
	background-color: #c84468;

	border-radius: 11px;
	-webkit-border-radius: 11px;  
  	-moz-border-radius: 11px;  
  	
  	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;		
}

.join form input[type=radio]:checked + .plan:before{		
	opacity: 1;
	border-width: 2px;		
  	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.join form input[type=radio]:checked:hover + .plan,
.join form input[type=radio]:checked:hover + .plan:before {	
	border-color: #ff4276;	
}

.join form input[type=radio]:checked:hover + .plan > .title{	
	background-color: #ff4276;	
}

.join form input[type=radio]:checked:hover + .method {	
	background-color: #ff4276;
}

.join .plan{
	position: relative;	
	cursor: pointer;	
	margin: 40px 15px 15px 15px;	
	max-width: 200px;
	height: 233px;
	text-align: center;
	letter-spacing: 3px;
	background-color: rgba(30, 20, 30, 0.6);
	color: #e2e2e2;			
	border: #7f263e solid thin;
	border-radius: 12px;
	-webkit-border-radius: 12px;  
  	-moz-border-radius: 12px;

  	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;	
}

.join .plan:hover{
	border-color: #ff4276;		
	-webkit-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	-moz-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
}

.join .plan:hover > .title{
	border-color: #ff4276;	
}

.join .plan:before{
	content: "";
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #c84468 solid thin;
	border-radius: 11px;
	-webkit-border-radius: 11px;  
  	-moz-border-radius: 11px;

  	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


.join .plan .title{
	position: relative;
	font-size: 30px;
	text-shadow: 0 0 40px #ff6a93;
	letter-spacing: 0;
	height: 45px;
	z-index: 1;
	border-bottom: #7f263e solid thin;
	border-radius: 12px;
	-webkit-border-radius: 12px;  
  	-moz-border-radius: 12px;
  	
  	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;		
}

.join .plan .old_price{	
	margin-top: 25px;
	text-decoration: line-through;
	color: gray;
	font-size: 20px;	
}

.join .plan .price{	
	font-size: 40px;
	text-shadow: 0 0 40px #ff6a93;
}

.join .plan .price span{
	font-size: 26px;
}

.join .plan .discount{
	margin-top: 20px;	
	font-size: 20px;	
}

.join .method{
	position: relative;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
	margin: 15px;
	max-width: 200px;
	height: 48px;
	background-color: rgba(30, 20, 30, 0.6);
	/*background: rgba(30, 20, 30, 0.6) url(../img/unchecked_icon.png) 8px 8px no-repeat;*/	
	color: #e2e2e2;			
	border: #7f263e solid thin;
	border-radius: 12px;
	-webkit-border-radius: 12px;  
  	-moz-border-radius: 12px;

  	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;	
}

.join .method:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 8px;
	left: 8px;	
	border: #7f263e solid thin;
	border-radius: 8px;
	-webkit-border-radius: 8px;  
  	-moz-border-radius: 8px;
}

.join .method:hover:before{
	border-color: #ff4276;
	
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(250,90,130,0.63);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(250,90,130,0.63);
	box-shadow: inset 0px 0px 5px 1px rgba(250,90,130,0.63);

	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.join .method:after{	
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background-image: url(../img/checked_icon.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	opacity: 0;
	-ms-transform: scale(1.7, 1.7); 
    -webkit-transform: scale(1.7, 1.7); 
    transform: scale(1.7, 1.7);
}

.join .method:hover{
	border-color: #ff4276;	
	color: white;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	-moz-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
}

.features{
	position: relative;		
	width: 100%;		
	padding-top: 30px;
	letter-spacing: 1px;
	z-index: 1;
	
}

.features span{	
	display: inline-block;		
	margin: 10px 20px;
	font-size: 20px;
	text-align: center;	
}

#join-bottom{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	min-height: 190px;		
	background-color: rgba(200, 68, 104, 0.5);
	z-index: 1;	
}

.unselectable{
  	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

.page{	
	margin-bottom: 50px;	
}

.page-title{
	margin: 45px 0 45px 0;
	font-size: 36px;
	text-align: center;	
	color: #ff5180;
}

.page a{
	border-bottom: 1px solid currentColor;
	letter-spacing: 1px;
	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.page ul{
	margin: 30px 0 30px 0;	
}

.page ol li{
	margin-bottom: 40px;
}

.page h3{
	color: #ff5180;	
	font-size: 22px;	
}

.marker{
	color: #d18fff;	
}

.account-info{
	border-bottom: #999999 solid thin;	
}

.account-info p{
	font-size: 24px;	
}

.account-info p span{
	font-size: 20px;
	color: #999999;
}

.account-adjust{
	margin-top: 20px;
	min-height: 500px;
}

.account-adjust .panel{	
	background: none;
}

.account-adjust .panel-heading{
	padding: 0;
}

.account-adjust .panel-button{
	font-size: 20px;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	background-color: #c84468;
	border-radius: 5px;  
	-webkit-border-radius: 5px;  
  	-moz-border-radius: 5px;		
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.account-adjust .panel-button:hover{
	background-color: #ff4276;
	border-color: #ff5e8a;
	border-width: 2px;
	color: white;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	-moz-box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
	box-shadow: 0px 0px 10px 1px rgba(250,90,130,0.63);
}

.account-adjust input{
	margin-bottom: 10px;
} 

.account-adjust input[type=submit]{
	margin-top: 20px;
}

.account-adjust #collapseOne{	
	max-width: 500px;
}

.account-adjust #collapseTwo ul{
	margin-bottom: 0;
}

.account-adjust #collapseTwo li{
	margin-bottom: 30px;
}

.account-adjust #collapseTwo a{
	margin: 0;
	margin-left: 10px;
	border-bottom: 1px solid currentColor;
	letter-spacing: 1px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.contact{
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 50px;
}

footer{	
	position: relative;
	bottom: 0;
	height: 340px; 	
	z-index: 10;		
	padding-top: 30px;
	color: white;
	text-align: center;
	background: #656467 url(../img/footer_bg.jpg) no-repeat center;
	letter-spacing: 1px;          
}

footer .copyright{
	padding: 0;		
}

footer .copyright div {
	display: block;
	margin-bottom: 30px;			
	vertical-align: middle;	
}

footer .copyright div img{
	display: inline-block;
}

footer .copyright div span{
	white-space: nowrap;	
}

footer .statements{
}

footer .statements .links{
	margin: 5px 0 5px 0;	
}

footer .statements a{
	display: inline-block;	
	margin: 0 10px 5px 10px;	
	color: #ff5180;
	font-size: 15px;
	-webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;    
}

footer .statements a:hover{
	color: #ff8ead;
}

footer .payments{	
	padding: 0;
}

footer .payments div{
	margin: 0 auto; 
}

footer .payments img{
	margin: 5px;
	margin-bottom: 10px;			
}

.age_verify{	
	position: fixed;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	background-color: #252525;
	z-index: 2000;	    	
}

.age_verify .box{
	position: relative;
	margin: 50px auto;
	max-width: 1800px;
	background-image: url(../img/18.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.age_verify .box:before{
	content: "";
	display: block;
	padding-top: 42%; 	
}

.age_verify .content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
}

.age_verify .content form input[type=submit]{
	position: absolute;
	margin: 0;
	bottom: 19.8%;
	right: 28.1%;	
	width: 10.3%;
	height: 7.3%;		
	background: none;
	border: none;
}

.age_verify .content a{	
	position: absolute;
	bottom: 19%;
	right: 19%;	
	width: 6%;
	height: 9%;
	color: #b1adae;		
	background: none;
}

.age_verify .content a:hover:after{
	content: "";
	position: absolute;
	display: block;	
	width: 80%;
	height: 90%;	
	margin-left: 10%;
	border-bottom: #aaaaaa solid 3px;	
}

#pagination{		
	text-align: center;
	min-height: 100px;
	padding-top: 20px;
}

#pagination ul{	
	display: inline-block;	
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

#pagination li{
	display: inline-block;		
}

#pagination li a{
	display: block;
	float: left;
	width: auto;
	height: 40px;
	min-width: 40px;
	max-width: none;	
	margin: 0;
	padding: 5px;
	font-size: 20px;
	border: #c84468 solid 1px;
	border-radius: 5px;  
	-webkit-border-radius: 5px;  
  	-moz-border-radius: 5px;
  	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;	
}

#pagination li a.active{
	background-color: #c84468;
	color: white;
	pointer-events: none;
   	cursor: default;		
}

#pagination li a.prev{
	border-top-left-radius: 30px;  
	-webkit-border-top-left-radius: 30px;  
  	-moz-border-top-left-radius: 30px;
  	border-bottom-left-radius: 30px;  
	-webkit-border-bottom-left-radius: 30px;  
  	-moz-border-bottom-left-radius: 30px;  	
  	border: none;
  	font-size: 16px;
  	padding: 8px 10px 0 15px;
}

#pagination li a.next{
	border-top-right-radius: 30px;  
	-webkit-border-top-right-radius: 30px;  
  	-moz-border-top-right-radius: 30px;
  	border-bottom-right-radius: 30px;  
	-webkit-border-bottom-right-radius: 30px;  
  	-moz-border-bottom-right-radius: 30px; 
  	border: none;
  	font-size: 16px;
  	padding: 8px 15px 0 10px;
}

#pagination li a:hover{
	color: white;	
	background-color: #c84468;	
	z-index: 1;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
