* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
	background: #eaeff5;
}
body {
    color: #543D3D;
	font: 15px/22px 'Lato', sans-serif;
	position: relative;
	min-height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-x: hidden;
}
.vi5 .fa {
    color: #AB8D8D;
}
a {
	color: #6B5454;
	outline: none;
	cursor: pointer;
	font-size: 15px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
a:hover {
 	text-decoration: none;
 	color: #ff0045;
}
ul, ol {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.wrap.no-padding {
	padding: 0 !important;
}
.wrap.no-margin {
	margin: 0 !important;
}
p {
	margin: 1em 0;
}
img {
	border: none;
}
address {
	font-style: normal;
}
textarea {
	overflow: auto;
}
/*input {
    -webkit-appearance: none;
}*/
.fll {
	float: left;
}
.flr {
	float: right;
}
.clearfix {
	position: relative;
	clear: both;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.related-videos {
	opacity: 1 !important;
}
.blockOverlay {
	display: none !important;
}
.btn-green {
	text-decoration: none;
	background: #8EB16E;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font: 300 24px/26px 'Lato';
	text-shadow: 1px 1px #397400;
	padding: 0 18px;
}
.btn-green b {
	font: bold 24px/26px 'Lato';
}
.btn-green:hover {
	background: #ff0045;
	color: #fff !important;
	text-shadow: 1px 1px #990029;
}
.box {
	clear: both;
}
.fancybox-close {
    width: 18px !important;
    height: 18px !important;
	background: url(../images/popup-close.png) no-repeat !important;
    right: 0 !important;
    top: -25px !important;
}
.fancybox-overlay {
	background: rgba(0,0,0,0.7) !important;
}
input#share_bb_code,
input#share_link {
	background: #fff;
}
/* Container ******************************************************************/

/*.container {
	width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}*/

/* header *********************************************************************/
.header {
	height: 60px;
	position: relative;
	z-index: 200;
	/*overflow: hidden;*/
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #2a2a2a 24%, #090909 78%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333333 0%,#2a2a2a 24%,#090909 78%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333333 0%,#2a2a2a 24%,#090909 78%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.warning-page .header {
	overflow: hidden;
}
.header:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1000px;
	background: url(../images/sp.png) no-repeat 50% 0;
	width: 100%;
	height: 224px;
}
.header .container {
	overflow: visible;
}
.logo {
	float: left;
	background: url(../images/logo-retina.png) no-repeat;
	width: 160px;
	height: 46px;
	-webkit-background-size: 160px 46px;
	background-size: 160px 46px;
	text-indent: -9999px;
	margin-top: 6px;
	position: relative;
	z-index: 100;
}
.logo a {
	display: block;
	width: 157px;
	height: 46px;
}
.join {
	float: right;
	font: bold 24px/60px 'Lato';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin-left: 20px;
	position: relative;
	z-index: 100;
}
.join span {
	border-bottom: 1px solid #ff0045;
}
.join:hover span {
	border-bottom: 1px solid #fff;
}
.join:hover {
	color: #ff0045;
}
.top-menu {
	float: right;
	position: relative;
	z-index: 100;
}
.top-menu > li {
	float: left;
	font: 900 16px/60px 'Lato';
	text-transform: uppercase;
	position: relative;
}
.top-menu > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: #3f3f43;
}
.top-menu > li:first-child {
	padding-left: 0;
}
.top-menu > li:first-child:after {
	display: none;
}
.top-menu > li > a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 30px 0 32px;
}
.top-menu > li.active a,
.top-menu > li:hover > a,
.top-menu > li > a:hover {
	color: #ff0045;
}
.top-menu li i {
	margin-left: 5px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.top-menu li:hover i {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu-icon {
	display: none;
	position: absolute;
	right: 10px;
	top: 16px;
	color: red;
	z-index: 100;
	cursor: pointer;
	width: 40px;
	height: 29px;
}
#menu-icon:before,
#menu-icon:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background: #ff0045;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #2a2a2a;
	-webkit-box-shadow: 1px 1px 3px #2a2a2a;
	box-shadow: 1px 1px 3px #2a2a2a;
}
#menu-icon.active:before,
#menu-icon.active:after {
	background: #fff;
}
#menu-icon:before {
	left: 0;
	top: 0;
}
#menu-icon:after {
	left: 0;
	bottom: 0;
}
#menu-icon span {
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #ff0045;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #2a2a2a;
	-webkit-box-shadow: 1px 1px 3px #2a2a2a;
	box-shadow: 1px 1px 3px #2a2a2a;
}
#menu-icon.active span {
	background: #fff;
}

/**/

.slider {
	clear: both;
	/*height: 550px;*/
	background: #320028; /* Old browsers */
	background: -moz-linear-gradient(top, #320028 0%, #3f002a 27%, #66002f 79%, #6f0030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #320028 0%,#3f002a 27%,#66002f 79%,#6f0030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #320028 0%,#3f002a 27%,#66002f 79%,#6f0030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#320028', endColorstr='#6f0030',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 18px 12px rgba(0, 0, 0, 0.15);
	position: relative;
	/*max-height: 550px;*/
	overflow: hidden;
}
.bx-wrapper {
	margin-bottom: 0;
	z-index: 100;
}
.slider ul li {
	opacity: 0;
}
.bx-wrapper ul li {
	opacity: 1 !important;
}
.slider:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/sperm.png) no-repeat 50% 0;
}
.bx-viewport li { min-height: 1px; min-width: 1px; }
.bx-viewport li:after,
.join-page-img:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ultrahd.png) no-repeat;
	width: 140px;
	height: 48px;
	-webkit-background-size: 140px 48px;
	background-size: 140px 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.join-page-img:before {
	right: auto;
	top: 10px;
	left: 50%;
	margin-left: -631px;
	z-index: 200;
}
.bx-wrapper .bx-controls-direction a {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: 0;
	text-align: center;
	line-height: 48px;
	text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a:hover {
	background: rgba(255,255,255,0.8);
}
.bx-prev i {
	background: url(../images/arrow-slider-left.png) no-repeat 12px 50%;
}
.bx-next i {
	background: url(../images/arrow-slider-right.png) no-repeat 16px 50%;
}
.bx-wrapper .bx-controls-direction a i {
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	display: block;
	width: 48px;
	height: 48px;
}
.text-line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px 8px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font: 16px/18px 'Lato';
	box-sizing: border-box;
}
.text-line span {
	color: #ff0045;
	text-transform: uppercase;
}
/* content *********************************************************************/
.info-line {
	overflow: hidden;
	border-bottom: 1px solid #d4d9df;
	padding: 10px 0;
}
.info-line span {
	float: left;
	color: #ff0044;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.info-line ul {
	float: right;
}
.info-line ul li {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #bdc1c6;
	padding: 0 35px;
	float: left;
}
.info-line ul li:first-child {
	border-left: none;
}
.info-line ul li a {
	/*color: #000;*/
	text-decoration: none;
}
.player-big {
	overflow: hidden;
	margin-bottom: 4px;
/*	width: 1280px;
    height: 720px;*/
}
.video-big .video-info {
	overflow: hidden;
	text-align: center;
}
.video-big .video-info strong {
	display: block;
}
.video-big .video-name {
	color: #C11B48;
	font: 19px/22px 'Lato';
	padding: 5px 0 8px;
}
.featuring {
	color: #000;
	font: 15px/18px 'Lato';
}
.video-big .btn-green {
	float: right;
	height: 47px;
	line-height: 50px;
	margin-top: 2px;
}
.item {
	position: relative;
}
.absolute {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.absolute .wrap {
	padding: 8px 10px 6px;
}
.item a {
	text-decoration: none;
}
.list-sponsors .item .title {
	font-size: 32px;
	line-height: 34px;
	height: auto;
	margin-bottom: 10px !important;
}
.item .btn-green {
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	float: right;
}
.item .btn-green b {
	font: bold 12px/26px 'Lato';
}
.item p {
	font-size: 14px;
	line-height: 16px;
	/*height: 85px;*/
	overflow: hidden;
	margin: 4px 0;
	color: #505050 !important;
}
.list-sponsors .item p {
	height: auto !important;
	font-size: 16px;
	line-height: 24px;
}
.list-videos .item p {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	height: 21px;
	overflow: hidden;
}

.duration {
	float: right !important;
	font: 300 14px/16px 'Lato';
	color: #000;
	font-weight: bold;
/*	position: absolute;
	right: 15px;
	top: 195px;
	display: block;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font: 14px/30px 'Avenir-Light';
	width: 66px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

.wrap3 {
	/*background: #F9F9F9;*/
	overflow: hidden;
	padding: 3px 10px;
}



.model-name {
	float: left;
	color: #fff;
	text-transform: uppercase;
}
.model-views {
	float: right;
	color: #fff;
}
/* model profile */
.bm-right {
	overflow: hidden;
}
.bm-right .headline {
	padding-bottom: 20px;
}
.bm-right .headline h2 {
	text-transform: none;
	font: 34px/36px "Lato";
}
.model-headline {
	overflow: hidden;
	border-bottom: 1px solid #d4d9df;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.model-headline strong {
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.model-headline div {
	float: right;
	color: #9C0000;
	font-size: 18px;
	line-height: 20px;
}
.headline .viewall {
	color: #ff0045;
	float: right;
	font-size: 18px;
	line-height: 26px;
}
.headline .viewall:hover {
	text-decoration: underline;
}

/* join *********************************************************************/

/*.join-page-img {
	height: 550px;
}*/
.join-page-img img {
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 100;
}
.join-left {
/*	float: left;
	width: 740px;*/
	overflow: hidden;
}
.signup {
	overflow: hidden;
	padding: 30px 20px 0;
	text-align: center;
	float: right;
	width: 400px;
	position: relative;
	z-index: 100;
}
.field_error {
	margin-left: 60px;
	text-align: left;
	color: #FF0045;
}
.join-holder {
	padding-bottom: 40px;
	overflow: hidden;
	background: #fff url(../images/join-bg.jpg) no-repeat 0 100%;
	position: relative;
}
.join-holder:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/join-girl.png) no-repeat 0 40px;
	width: 314px;
	height: 759px;
	z-index: 100;
}
/*.join-holder:after {
	content: "";
	position: absolute;
	left: 200px;
	bottom: 130px;
	background: url(../images/join-pics.png) no-repeat;
	width: 512px;
	height: 291px;
}*/
.join-left ul {
	padding: 45px 0 0 333px;
}
.join-left ul li {
	background: url(../images/circle.png) no-repeat 0 50%;
	overflow: hidden;
	padding-left: 44px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #ff0045;
	margin-bottom: 15px;
}
.join-left ol {
	position: absolute;
	left: 160px;
	bottom: 50px;
	z-index: 110;
}
.join-left ol li {
	float: left;
	margin: 0 5px;
}
.s-top {
	overflow: hidden;
	text-align: center;
}
.s-top span {
	font-weight: bold;
	display: block;
	color: #ff0045;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 13px;
}
.s-top strong {
	display: block;
	color: #000;
	font-size: 33px;
	line-height: 35px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.s-top b {
	display: block;
	color: #000;
	font: 300 26px/30px 'Lato', sans-serif;
	padding-bottom: 15px;
}
.join-holder .signup input[type=text],
.join-holder .signup input[type=password] {
	border: 1px solid #d1d1d1;
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	height: 45px;
	padding: 0 15px;
	color: #000;
}
.control_group div {
	margin-bottom: 5px;
	overflow: hidden;
}
#signup_form .control {
	margin-bottom: 10px;
	overflow: hidden;
}
.signup  .btn-submit {
	width: 100%;
}
.btn-submit {
	cursor: pointer;
	display: block;
	margin: 0 auto 0 auto;
	color: #fff;
	font: 18px/47px 'Lato', sans-serif;
	text-transform: uppercase;
	border: none;
}
.btn-submit-red {
	background: #ff0045;
	text-shadow: 1px 1px #990029;
}
.btn-submit-red:hover {
	background: #D03549;
	text-shadow: 1px 1px #397400;
}
.btn-submit-green {
	background: #5fc100;
	text-shadow: 1px 1px #397400;
}
.btn-submit-green:hover {
	background: #ff0045;
	text-shadow: 1px 1px #990029;
}
.tryme {
	text-align: center;
	font-size: 44px;
	line-height: 46px;
	color: #ff0045;
	font-weight: 900;
	margin: 0 0 15px 0;
}
#card {
	padding: 0 0 20px 0;
	overflow: hidden;
}
#card input[type=radio] {
	display: none;
}
#card input[type=radio] + label {
	display: block;
	background: #B3EA7C;
	height: 47px;
	color: #2F2F2F;
	font-size: 15px;
	line-height: 47px;
	cursor: pointer;
	padding: 0 20px 0 50px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}
#card input[type=radio]:checked + label {
	background: #FBD3DE;
}
#card input[type=radio] + label:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#card input[type=radio]:checked + label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #ff0045;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.payments {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	height: auto;
}
#top-solo-sites .item {
	/*width: 242px;*/
	width: 20%;
}
/* video page *********************************************************************/
.photos-holder {
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	background: #ADADAD;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #6D6D6D;
	padding: 10px;
}
.photos-holder-inner {
	border: 2px solid #BFBEBE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 0px;
	background:#D4D9DF;
}
.photos-holder a {
	color: #AD3434;
	display: inline-block;
	background: #CCCCCC;
	padding: 6px 20px;
	font-weight: bold;
	font-size: 22px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.photos-holder a:hover {
	color: #ff0045;
}
.photos-holder .wrap {
	/*margin-bottom: 15px;*/
	/*border: 3px solid #333333;*/
	/*box-sizing: border-box;*/
	font-size: 0;
	margin-bottom: 20px;
	height: 210px;
}
.photos-holder img {
	/*display: none;*/
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
/*	border: 3px solid #333333;
	box-sizing: border-box;
	float: left;
	display: none;
	width: 25%;
	height: auto;*/
}
/*.photos-holder img:first-child,
.photos-holder img:nth-child(2),
.photos-holder img:nth-child(3),
.photos-holder img:nth-child(4) {
	display: inline-block;
}*/
.photos-holder .hl {
	clear: both;
}
/* bottom banner *********************************************************************/

.bottom-blocks {
	margin-top: 20px;
	/*overflow: hidden;*/
	margin-left: -15px;
}
.bottom-blocks li {
	float: left;
	width: 33.3333333333%;
	box-sizing: border-box;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
}
/*.bottom-blocks li:nth-child(1) {
	padding-left: 0;
}
.bottom-blocks li:nth-child(3) {
	padding-right: 0;
}*/
/*.bottom-blocks li:nth-child(2) {
	padding: 0 20px;
}*/
.bottom-blocks li div {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,1);
	background: url(../images/bottom-banner2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 20px;
}
.bottom-blocks li img {
/*	height: 90px;
	width: auto;*/
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.join-bottom-big img {
	display: none !important;
}
.join-bottom-big img:first-child {
	display: block !important;
}
.join-bottom-big:hover img {
	display: block !important;
}
.join-bottom-big:hover img:first-child {
	display: none !important;
}
/*.join-bottom-big {
	display: block;
	position: relative;
	width: 380px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/join-big-red.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.join-bottom-big:hover {
	background: url(../images/join-big-green.png) no-repeat;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
}*/
/*.bottom-blocks li a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/join-big-green.png) no-repeat;
	opacity: 0;
}
.bottom-blocks li:hover a:after {
	opacity: 1;
}*/
.bottom-blocks li strong {
	display: block;
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
	padding: 12px 0 6px;
	position: relative;
	z-index: 100;
}
.bottom-blocks li span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	position: relative;
	z-index: 100;
}
/*.banner-bottom ul li img {
	display: block;
	margin: 0 auto 0 auto;
	height: 92px;
	width: auto;
}
.banner-bottom ul li a {
	position: relative;
	width: 382px;
	height: 92px;
	display: block;
}
.banner-bottom ul li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.banner-bottom ul li a img:first-child {
	opacity: 1;
}
.banner-bottom ul li a:hover img {
	opacity: 1;
}
.banner-bottom ul li a:hover img:first-child {
	opacity: 0;
}*/

/* заглушка видео *********************************************************************/
span.message strong {
	display: block;
	color: #AFAFAF;
}
.st1 {
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 10px;
}
.st2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
.st3 a {
	position: relative;
	display: inline-block;
	height: 90px;
	padding: 0 120px 0 30px;
	font-size: 35px;
	line-height: 90px;
	/*background: #cb3445 url(../images/enter2.png) 100% 50% no-repeat;*/
	background: #cb3445;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.st3 a:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -30px;
	background: url(../images/enter2.png) no-repeat;
	width: 60px;
	height: 60px;
}
/* warning *********************************************************************/
.warning-page {
	background: #eaeff5 !important;
}
.warning-page .logo {
	float: none;
	display: block;
	margin: 5px auto 0;
}
.warning {
	/*min-height: 546px;*/
	padding-bottom: 30px;
}
.warning .container .wrap {
	background: rgba(0,0,0,0.4);
	padding: 20px 30px;
	box-sizing: border-box;
}
.w1 strong {
	display: block;
	color: #a60037;
	font-size: 40px;
	line-height: 43px;
	font-weight: normal;
	text-align: center;
	padding: 20px 0 10px;
}
.w1 span {
	display: block;
	color: #887481;
	font-size: 33px;
	line-height: 36px;
	text-align: center;
	font-weight: 300;
	padding: 10px 0 20px;
}
.w2, .w3 {
	text-align: center;
}
.w2 {
	border-top: 1px solid #d4d9df;
	border-bottom: 1px solid #d4d9df;
	padding: 40px 0;
	margin-top: 40px;
	margin-bottom: 20px;
}
.agree {
	display: inline-block;
	vertical-align: top;
	background: #ff0045;
	padding: 10px 20px;
	margin-bottom: 4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 20px;
	line-height: 30px;
	text-shadow: 1px 1px #990029;
}
.agree:hover {
	background: #6c0030;
}
.w2 i {
	color: #3b3b3b;
	display: block;
	font-style: normal;
	font-size: 12px;
}
.w2 i a {
	color: #ff0045;
	text-decoration: underline;
}
.w3 {
	padding-bottom: 50px;
}
.w3 strong {
	display: block;
	font-size: 40px;
	line-height: 43px;
	color: #ff0045;
	text-transform: uppercase;
	padding: 5px 0;
}
.w3 strong em {
	font-style: normal;
	font-weight: 300;
}
.w3 span {
	display: block;
	padding: 5px 0;
	color: #474747;
	font-size: 30px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 300;
}
.dateformat {
	font-size: 12px;
}
.featuring {
	overflow: hidden;
}
.featuring a {
	margin: 0 1px;
}
.featuring div {
	display: inline;
}
/*.featuring div a:after {
	content: ",";
}
.featuring div a:last-child:after {
	display: none;
}*/
.vi3 {
	padding: 0 10px;
}
.vi4 {
	padding-right: 10px;
}
.vi5 {
	padding-right: 5px;
}
.big-text {
	overflow: hidden;
	clear: both;
	font-size: 35px;
	line-height: 40px;
	padding: 20px 0;
	text-align: center;
	color: #de1f1f;
}
.big-text a {
	color: #de1f1f;
    font-size: 35px;
	line-height: 40px;
	padding: 20px 0;
}
.big-text a:hover {
	color: red;
}
/*********************************************************************/
#form-upgrade, #form-upgrading, #form-upgrade-success, #form-upgrade-fail {
	text-align: center;
}
#form-upgrade .btn, #form-upgrading .btn, #form-upgrade-success .btn, #form-upgrade-fail .btn {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 15px;
}
/* footer *********************************************************************/
.footer {
	background: #1b1b1b url(../images/bg-footer.jpg);
	overflow: hidden;
	margin-top: 30px;
	left: 0;
	bottom: 0;
}
.company-name {
	display: block;
	margin: 0 auto 0 auto;
	clear: both;
}
#fab {
	overflow: visible;
}
.footer .container {
	padding: 10px 5px;
}
.footer-blocks {
	/*overflow: hidden;*/
	margin: 20px 0;
}
.footer-blocks ul > li {
	float: left;
	width: 33.33333333333%;
	box-sizing: border-box;
	padding: 0 10px;
}
.footer-blocks ul > li:nth-child(1) {
	padding-left: 0;
}
.footer-blocks ul > li:nth-child(3) {
	padding-right: 0;
}
/*.footer-blocks ul > li:first-child {
	padding-left: 0;
}
.footer-blocks ul > li:last-child {
	padding-right: 0;
}*/
.footer-blocks ul > li div {
	border: 1px solid #555;
	background: #000;
	overflow: hidden;
	padding: 20px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,1);
}
.footer-blocks ul li a {
	color: #9a9797;
}
.footer-blocks ul li a:hover {
	color: #fff;
}
.footer-blocks ul li strong {
	display: block;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 15px;
}
.footer-blocks ul li p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: 300;
	text-align: justify;
}
.footer-blocks ul li ol li {
	height: auto !important;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding-left: 15px;
}
.footer-blocks ul li ol li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background: #ff0045;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/*.footer ul {
	font-size: 0;
	text-align: center;
	padding-bottom: 25px;
	overflow: hidden;
}
.footer ul li {
	display: inline-block;
	vertical-align: top;
	font: 20px/20px 'Avenir-Medium';
	text-transform: uppercase;
	border-left: 1px solid #404044;
	padding: 0 20px;
}
.footer ul li:first-child {
	border-left: none;
}
.footer ul li a {
	color: #646464;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #fff;
}
.footer ul li:last-child a {
	color: #ff0045;
}
.fu2 {
	padding: 0 !important;
}
.fu2 li {
	font-size: 12px !important;
	line-height: 14px !important;
	padding: 0 10px !important;
}
.fu2 li a {
	color: #646464 !important;
}
.fu2 li a:hover {
	color: #fff !important;
}*/
@media screen and (max-width: 1400px) {

	/* join */

	.join-page-img img {
		width: 100%;
		height: auto;
	}
	.join-page-img::before {
		display: none;
	}
/*	#top-solo-sites {
		font-size: 0;
		margin: -5px -5px 0 -5px;
	}
	#top-solo-sites .item {
		width: 20%;
		box-sizing: border-box;
		border: 5px solid #eaeff5;
		margin: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
*/	#top-solo-sites .item span {
		font-size: 15px;
		line-height: 22px;
	}
}
@media screen and (max-width: 1100px) {

	/* join */

	.join-left {
		display: none;
	}
	.top-menu > li > a {
		padding: 0 25px 0 27px;
	}
}
@media screen and (min-width: 1001px) {
	.top-menu {
		display: block !important;
	}
}
@media screen and (max-width: 1000px) {

	#menu-icon {
		display: block;
	}
	a.join {
		margin: 0 60px 0 0;
	}
	.top-menu {
		display: none;
		position: absolute;
		top: 60px;
		right: 0;
		padding: 10px 0 15px;
		background: #333333;
		-moz-box-shadow: 0 0 20px rgba(0,0,0,1);
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
		box-shadow: 0 0 20px rgba(0,0,0,1);
		background: -moz-linear-gradient(top, #333333 0%, #2a2a2a 24%, #090909 78%, #000000 100%);
		background: -webkit-linear-gradient(top, #333333 0%,#2a2a2a 24%,#090909 78%,#000000 100%);
		background: linear-gradient(to bottom, #333333 0%,#2a2a2a 24%,#090909 78%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
	}
	.top-menu > li {
		float: none;
		line-height: 18px;
	}
	.top-menu > li > a {
		padding: 10px 20px;
		display: block;
	}

	#fab {
		padding-bottom: 0 !important;
	}
	.footer {
		position: relative;
		left: auto;
		bottom: auto;
	}

	/* join */

	.payments {
		max-width: 452px;
	}
	#top-solo-sites .item {
		width: 25%;
	}
	#top-solo-sites .item:last-child {
		display: none;
	}
	/* 404 */
	.page-error {
		margin-bottom: 20px;
	}
	.page-error img {
		margin: 0 auto 0 auto;
	}
	.error-text {
		position: relative;
		right: auto;
		top: auto;
		background: none;
		width: auto;
		min-height: 0;
		padding: 0;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.join-page-img {
		display: none;
	}
	.join-holder:before {
		display: none;
	}
	.signup {
		float: none;
		width: auto;
	}	
	#top-solo-sites .item {
		width: 33.33333333333%;
	}
	#top-solo-sites .item:nth-child(4) {
		display: none;
	}
	.page-error img {
		width: 100%;
		height: auto;
	}
	.bottom-blocks li div {
		padding: 10px;
	}
}
@media screen and (max-width: 600px) {
	.info-line	{
		display: none;
	}
	.bottom-blocks li {
		width: 50%;
	}
	.bottom-blocks li:nth-child(2) {
		display: none;
	}
}
@media screen and (max-width: 567px) {
	#top-solo-sites .item {
		width: 50%;
	}
	#top-solo-sites .item:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width: 479px) {
/*	.container {
		padding: 0 10px;
	}*/
	.signup {
		padding: 20px 10px 0;
	}
	.s-top span {
		font-size: 20px;
	}
	.s-top strong {
		font-size: 26px;
		line-height: 30px;
	}
	.s-top b {
		font-size: 22px;
	}
	.btn-submit {
		text-transform: none;
		font-size: 17px;
	}
	.company-name {
		width: 100%;
		height: auto;
	}
	.bx-viewport li::after,
	.text-line {
		display: none;
	}
	.bottom-blocks {
		padding: 0 5px;
	}
	.bottom-blocks li div {
		padding: 20px;
	}
	.bottom-blocks li {
		width: 100%;
	}
	.bottom-blocks li:nth-child(2) {
		display: block;
	}
}
.form-upgrade {
	font-family: Lato !important;
	font-size: 15px !important;
	width: 250px;
}
