@import url('https://fonts.googleapis.com/css?family=Oswald');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	background-color: #000;
}
a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active, a:focus, a:visited {
	outline: none;
}
img {
	max-width: 100%;
	height: auto !important;
	display: block;
}
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.mycontainer {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
/* HEADER START */
header .mycontainer {
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: solid 1px #323131;
}
.header-left {
	float: left;
	width: 50%;
	animation-delay: 0.2s;
}
.header-right {
	padding: 34px 20px 0 0;
	float: right;
	width: 50%;
	animation-delay: 0.8s;
}
.buttn {
	display: inline-block;
	margin-left: 13px;
	text-transform: uppercase;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.buttn p {
  	display: inline-block;
	-webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
#login, #signup  {
	float: right;
	padding: 0 30px;
	height: 56px;
	font-size: 28px;
	line-height: 54px;
}
a.red-bg  {
	color: #fff;
	background-color: #b00e0f;
}
a.red-bg:hover  {
	color: #000;
	background-color: #fbf1e1;
}
a.white-bg  {
	color: #000;
	background-color: #fbf1e1;
}
a.white-bg:hover {
	color: #fff;
	background-color: #b00e0f;
}
@media only screen and (max-width: 992px) {
.header-right {
	padding: 30px 20px 0 0;
}
#login, #signup  {
	padding: 0 20px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
}
}
@media only screen and (max-width: 800px) {
	header .mycontainer {
	background-image: none;
}
}
@media only screen and (max-width: 734px) {
.header-right {
	padding: 24px 12px 0 0;
}
#login, #signup  {
	padding: 0 20px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
}
}
@media only screen and (max-width: 650px) {
	header .mycontainer {
	background-image: url(header-bg.png);
	background-position: top right;
}
.header-left {
	width: 100%;
}
.header-right {
	display: none;
}
}
@media only screen and (max-width: 560px) {
	header .mycontainer {
	background-image: none;
}
}
/* HEADER END */

/* SLIDER START */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 2s;
	display: block;
	width: 100%;
	z-index: 1;
}
.carousel.fade .item.active {
	position: relative;
	opacity: 1;
	z-index: 2;
}
.carousel-control {
	z-index: 10;
}
.carousel-control {
	opacity: .7;
}
/* SLIDER END */

/* UNDERSLIDER START */
.underslider {
	margin: 14px 0 0;
	animation-delay: 1.2s;
}
.underslider .join1 {
	display: block;
}
.underslider .join2 {
	display: none;
}
@media only screen and (max-width: 400px) {
.underslider .join1 {
	display: none;
}
.underslider .join2 {
	display: block;
}
}
/* UNDERSLIDER END */

/* PREVIEW START */
.preview .mycontainer {
	padding: 0 7px;
}
.preview ul {
	padding: 0;
	margin: 7px 0 14px;
}
.preview li.ani {
	display: block;
	float: left;
	padding: 7px;
	width: 25%;
}
.preview li.ani img {
	display: block;
	width: 100%;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.preview li.ani a {
	display: block;
	position: relative;
}
.preview li.ani a:hover .play {
	display: block;
}
.preview .pullup {
	display: block;
	width: 0;
	height: 100%;
	overflow: hidden;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.70);
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hideout {
	display: block;
	overflow: hidden;
}
.textlist {
	display: block;
	position: absolute;
	left: -100px;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.textlist span {
	color: #cb1514;
}
.preview ul a:hover .pullup li {
	color: #fff;
}
.preview ul a:hover .textlist {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px); 
	transform: translateX(100px);
}
.preview .pullup li {
	color: #000;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	margin-left: 14px;
	-moz-transition: all 1.3s ease-in-out;
	-ms-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	-webkit-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
}
.preview li.ani a:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.preview ul a:hover .pullup {
	width: 60%;
}
.preview li.ani a:focus, .preview li.ani a:hover {
	color: #fff;
}
.preview .play {
	display: block;
	position: absolute;
	right: -70px;
	top: 50%;
	width: 60px;
	height: 68px;
	margin-left: -30px;
	margin-top: -34px;
	background-image: url(play.png);
	background-repeat: no-repeat;
	opacity: 0.9;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.preview ul a:hover .play {
	-webkit-transform: translateX(-95px);
	-ms-transform: translateX(-95px); 
	transform: translateX(-95px);
}
.preview .play:hover {
	background-image: url(play-hover.png);
}
.preview .duration {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 2px 5px;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.50);
}
.preview .likes {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	padding: 2px 5px;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.50);
	text-indent: 15px;
}
.preview .likes::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 5px;
	background-image: url(like.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}
@media only screen and (max-width: 1100px) {
	.preview ul a:hover .play {
	-webkit-transform: translateX(-83px);
	-ms-transform: translateX(-83px); 
	transform: translateX(-83px);
}
}
@media only screen and (max-width: 992px) {
	.preview li.ani {
	width: 33.33333333333333%;
}
	.preview li.ani:nth-child(7) {
	display: none;
}
	.preview li.ani:last-child {
	display: none;
}
	.preview ul a:hover .play {
	-webkit-transform: translateX(-95px);
	-ms-transform: translateX(-95px); 
	transform: translateX(-95px);
}
}
@media only screen and (max-width: 830px) {
	.preview ul a:hover .play {
	-webkit-transform: translateX(-85px);
	-ms-transform: translateX(-85px); 
	transform: translateX(-85px);
}
}
@media only screen and (max-width: 730px) {
	.preview .pullup li {
		font-size: 13px;
	}
	.preview .play {
	width: 44px;
	height: 50px;
	margin-left: -22px;
	margin-top: -25px;
	background-image: url(play2.png);
}
.preview .play:hover {
	background-image: url(play2-hover.png);
}
}
@media only screen and (max-width: 600px) {
	.preview .pullup li {
		font-size: 14px;
	}
	.preview .play {
	width: 60px;
	height: 68px;
	margin-left: -30px;
	margin-top: -34px;
	background-image: url(play.png);
}
.preview .play:hover {
	background-image: url(play-hover.png);
}
.preview ul a:hover .play {
	-webkit-transform: translateX(-95px);
	-ms-transform: translateX(-95px); 
	transform: translateX(-95px);
}
	.preview li.ani {
	width: 50%;
}
	.preview li.ani:nth-child(7) {
	display: block;
}
	.preview li.ani:last-child {
	display: block;
}
}
@media only screen and (max-width: 520px) {
	.preview .pullup li {
	font-size: 13px;
	}
	.preview .play {
	width: 44px;
	height: 50px;
	margin-left: -22px;
	margin-top: -25px;
	background-image: url(play2.png);
}
	.preview .play:hover {
	background-image: url(play2-hover.png);
}
}
@media only screen and (max-width: 450px) {
	.preview ul a:hover .play {
	-webkit-transform: translateX(-80px);
	-ms-transform: translateX(-80px); 
	transform: translateX(-80px);
}
}
@media only screen and (max-width: 400px) {
	.preview ul a:hover .play {
	-webkit-transform: translateX(-85px);
	-ms-transform: translateX(-85px); 
	transform: translateX(-85px);
}
}
@media only screen and (max-width: 370px) {
	.preview .pullup li {
		font-size: 11px;
	}
	.preview .pullup li {
	line-height: 1.6em;
}
}
@media only screen and (max-width: 340px) {
	.preview li.ani {
	width: 100%;
}
.preview .pullup li {
		font-size: 18px;
	}
	.preview .play {
	width: 60px;
	height: 68px;
	margin-left: -30px;
	margin-top: -34px;
	background-image: url(play.png);
}
	.preview .play:hover {
	background-image: url(play-hover.png);
}
	.preview ul a:hover .play {
	-webkit-transform: translateX(-110px);
	-ms-transform: translateX(-110px); 
	transform: translateX(-110px);
}
}
@media only screen and (max-width: 300px) {
	.preview .pullup li {
		font-size: 16px;
	}
	.preview ul a:hover .play {
	-webkit-transform: translateX(-95px);
	-ms-transform: translateX(-95px); 
	transform: translateX(-95px);
}
}
@media only screen and (max-width: 270px) {
	.preview .pullup li {
		font-size: 15px;
	}
	.preview ul a:hover .play {
	-webkit-transform: translateX(-85px);
	-ms-transform: translateX(-85px); 
	transform: translateX(-85px);
}
}
@media only screen and (max-width: 240px) {
		.preview .play {
	width: 44px;
	height: 50px;
	margin-left: -22px;
	margin-top: -25px;
	background-image: url(play2.png);
}
.preview .play:hover {
	background-image: url(play2-hover.png);
}
}
@media only screen and (max-width: 200px) {
	.preview .pullup li {
		font-size: 13px;
		margin-left: 8px;
	}
	.preview ul a:hover .play {
	-webkit-transform: translateX(-75px);
	-ms-transform: translateX(-75px); 
	transform: translateX(-75px);
}
}
/* PREVIEW END */

/* DUNGEON START */
.welcome {
	display: block;
	height: 182px;
	margin: 7px auto 13px;
	padding: 28px 0 0;
	font-family: 'Oswald', sans-serif;
	font-size: 58px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
	animation-duration: 2s;
	background-image: url(danger.jpg);
	background-position: center top;
}
.welcome span {
	color: #cb1514;
}
.dungeon .mycontainer {
	height: 526px;
	position: relative;
	overflow: hidden;
	background-image: url(dungeon.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    box-shadow:inset 0 4px 20px 3px rgba(0,0,0,0.5);
}
.dungeon .keep-out {
	position: absolute;
	top: 306px;
}
.dungeon ul {
	padding: 0;
	margin: 0;
}
.dungeon li {
	display: block;
	float: left;
	position: relative;
	top: 100px;
	width: 25%;
}
.dungeon li img {
	display: block;
	width: 100%;
}
.dungeon li a {
	display: block;
	position: relative;
	border: solid 1px #8a0304;
	margin: 0 30px;
	box-shadow: 0 0 40px 3px rgba(250,3,5,0.8);
}
.dungeon li:hover a {
	animation-name: tada;
}
.dungeon li:first-child{
	animation-duration: 2.5s;
}
.dungeon li:nth-child(2){
	animation-delay: 0.3s;
	animation-duration: 2.5s;
}
.dungeon li:nth-child(3){
	animation-delay: 0.6s;
	animation-duration: 2.5s;
}
.dungeon li:nth-child(4){
	animation-delay: 0.9s;
	animation-duration: 2.5s;
}
@media only screen and (min-width: 1200px) {
.dungeon .mycontainer {
	background-size: cover;
	background-attachment: fixed;
	}
}
@media only screen and (max-width: 992px) {
.welcome {
	height: 117px;
	padding: 8px 0 0;
	font-size: 46px;
}
	.dungeon li {
	top: 130px;
}
	.dungeon li a {
	margin: 0 20px;
}
}
@media only screen and (max-width: 760px) {
	.dungeon li a {
	margin: 0 10px;
}
}
@media only screen and (max-width: 730px) {
.dungeon .keep-out {
	min-width: 150%;
	top: 300px;
}
}
@media only screen and (max-width: 670px) {
.dungeon .mycontainer {
	padding: 0 30px;
}
.dungeon .keep-out {
	top: 270px;
	left: -4px;
}
.dungeon li {
	top: 40px;
	width: 50%;
}
.dungeon li a {
	margin: 0 60px 30px;
}
}
@media only screen and (max-width: 620px) {
	.dungeon .keep-out {
	top: 250px;
}
}
@media only screen and (max-width: 600px) {
	.dungeon .keep-out {
	top: 220px;
}
.dungeon li a {
	margin: 0 50px 30px;
}
}
@media only screen and (max-width: 540px) {
	.dungeon li a {
	margin: 0 40px 30px;
}
}
@media only screen and (max-width: 500px) {
.dungeon li a {
	margin: 0 30px 30px;
}
}
@media only screen and (max-width: 440px) {
.dungeon .mycontainer {
	padding: 0 10px;
}
.dungeon li {
	top: 60px;
}
.dungeon .keep-out {
	min-width: 200%;
	top: 240px;
}
}
@media only screen and (max-width: 400px) {
.dungeon .keep-out {
	min-width: 240%;
}
.dungeon li {
	top: 30px;
}
.dungeon li a {
	margin: 0 10px 30px;
}
}
@media only screen and (max-width: 340px) {
.dungeon li {
	top: 50px;
}
	.dungeon li a {
	margin: 0 4px 30px;
}
}
@media only screen and (max-width: 300px) {
.dungeon li {
	top: 80px;
}
}
@media only screen and (max-width: 260px) {
	.welcome {
	padding: 18px 0 0;
	font-size: 38px;
}
}
@media only screen and (max-width: 240px) {
	.dungeon li {
	top: 100px;
}
}
@media only screen and (max-width: 240px) {
	.dungeon li {
	top: 120px;
}
}
@media only screen and (max-width: 204px) {
	.welcome {
	padding: 18px 5px 0;
	font-size: 28px;
}
}
/* DUNGEON END */

/* DARKEST DREAMS START */
.dare {
	display: block;
	height: 182px;
	margin: 14px 0 14px;
	padding: 56px 0 0;
	font-family: 'Oswald', sans-serif;
	font-size: 58px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
	background-image: url(dare.jpg);
	background-position: center top;
}
.darkest-dreams .mycontainer {
	display: block;
	position: relative;
	height: 661px;
	background-image: url(blue-bg.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 4px 20px 3px rgba(0,0,0,0.8);
}
.darkest-dreams .dream-1, .darkest-dreams .dream-2, .darkest-dreams .dream-3 {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 1.2em;
}
.darkest-dreams .dream-1 {
	position: absolute;
	top: 160px;
	font-size: 68px;
	color: #fff;
}
.darkest-dreams .dream-2 {
	position: relative;
	top: 240px;
	font-size: 78px;
	color: #000;
	text-shadow: 0 0 18px #fff;
}
.darkest-dreams .dream-3 {
	position: relative;
	top: 240px;
	font-size: 98px;
	color: #fff;
}
@media only screen and (max-width: 992px) {
.dare {
	height: 117px;
	padding: 36px 0 0;
	font-size: 46px;
	background-position: center bottom;
}
}
@media only screen and (max-width: 440px) {
.darkest-dreams .dream-1 {
	top: 80px;
	font-size: 64px;
}
.darkest-dreams .dream-2 {
	top: 160px;
	font-size: 74px;
}
.darkest-dreams .dream-3 {
	top: 160px;
	font-size: 94px;
}
}
@media only screen and (max-width: 400px) {
.darkest-dreams .dream-1 {
	top: 60px;
	font-size: 64px;
}
.darkest-dreams .dream-2 {
	top: 140px;
	font-size: 74px;
}
.darkest-dreams .dream-3 {
	top: 140px;
	font-size: 94px;
}
}
@media only screen and (max-width: 300px) {
	.darkest-dreams .dream-1 {
	top: 50px;
	font-size: 54px;
}
.darkest-dreams .dream-2 {
	top: 130px;
	font-size: 64px;
}
.darkest-dreams .dream-3 {
	top: 130px;
	font-size: 84px;
}
}
@media only screen and (max-width: 260px) {
	.dare {
	padding: 40px 0 0;
	font-size: 36px;
}
	.darkest-dreams .dream-1 {
	top: 50px;
	font-size: 44px;
}
.darkest-dreams .dream-2 {
	top: 130px;
	font-size: 54px;
}
.darkest-dreams .dream-3 {
	top: 130px;
	font-size: 74px;
}
}
@media only screen and (max-width: 210px) {
		.dare {
	padding: 44px 0 0;
	font-size: 30px;
}
}
/* DARKEST DREAMS END */

/* JOIN START */
.join {
	padding: 14px 0 0;
	animation-delay: 0.8s;
}
.join .join3 {
	display: block;
}
.join .join4 {
	display: none;
}
@media only screen and (max-width: 400px) {
.join .join3 {
	display: none;
}
.join .join4 {
	display: block;
}
}
/* JOIN END */

/* All FETISHES START */
.kink {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	color: #710802;
	text-align: center;
	line-height: 1em;
	animation-duration: 2s;
}
.allfet {
	margin-bottom: 7px;
}
.allfet .mycontainer {
	height: 794px;
	position: relative;
	overflow: hidden;
}
.allfetishes {
	display: block;
	width: 100%;
	height: 794px;
	background-image: url(girl.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.all-fetishes {
	position: absolute;
	width: 794px;
	height: 794px;
	top: 50%;
	left: 50%;
	margin-top: -397px;
	margin-left: -397px;
	-webkit-animation:spin 60s linear infinite;
    -moz-animation:spin 60s linear infinite;
    animation:spin 60s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.allfet .explore, .allfet .explore2 {
	display: block;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1em;
	/*animation-delay: 1s;*/
	animation-duration: 2s;
	z-index: 3;
}
.allfet .explore {
	float: left;
	top: 345px;
	left: 290px;
	font-size: 68px;
}
.allfet .explore2 {
	float: right;
	top: 352px;
	right: 232px;
	font-size: 58px;
}
@media only screen and (max-width: 1200px) {
.allfet .explore {
	left: 196px;
}
.allfet .explore2 {
	right: 138px;
}
}
@media only screen and (max-width: 992px) {
.allfet .explore {
	left: 80px;
	font-size: 58px;
}
.allfet .explore2 {
	right: 30px;
	font-size: 48px;
}
}
@media only screen and (max-width: 650px) {
.allfet .explore {
	top: 200px;
	left: 50%;
	margin-left: -94px;
	font-size: 58px;
}
.allfet .explore2 {
	float: none;
	top: 500px;
	width: 85%;
	text-align: center;
}
}
@media only screen and (max-width: 500px) {
	.kink {
	font-size: 46px;
	padding: 24px 24px 30px;
}
}
@media only screen and (max-width: 380px) {
.allfet .explore2 {
	width: 80%;
	font-size: 40px;
}
}
@media only screen and (max-width: 290px) {
	.allfet .explore {
	margin-left: -80px;
	font-size: 48px;
}
.allfet .explore2 {
	width: 75%;
	font-size: 38px;
}
}
/* All FETISHES END */

/* ULTIMATE START */
.ultimate {
	margin-top: 7px;
}
.ultimate .mycontainer {
	position: relative;
	height: 694px;
	background-image: url(ultimate.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ultimate .master-slave {
	margin-top: 120px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 68px;
	line-height: 1em;
	text-transform: uppercase;
	/*text-shadow: 0 0 2px #000;*/
}
.ultimate .master-slave span {
	color: #f10707;
}
.ultimate .desc {
	margin: 50px 300px 0;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
}
.ultimate .banner {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	text-align: center;
	margin-left: -30px;
	text-transform: uppercase;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.ultimate .banner p {
  	display: inline-block;
	-webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
.ultimate a.clickhere {
	display: block;
	padding: 0 0 0 130px;
	height: 74px;
	width: 94%;
	font-size: 40px;
	line-height: 74px;
	color: #000;
	background-color: #fbf1e1;
}
.ultimate a.clickhere:hover, .ultimate a.clickhere2:hover {
	color: #fff;
	background-color: #921111;
}
.ultimate a.clickhere2 {
	display: none;
	padding: 0 0 0 40px;
	height: 64px;
	width: 98%;
	font-size: 30px;
	line-height: 64px;
	color: #000;
	background-color: #fbf1e1;
}
@media only screen and (max-width: 1200px) {
.ultimate .desc {
	margin: 50px 200px 0;
}
}
@media only screen and (max-width: 992px) {
.ultimate .master-slave {
	margin-top: 100px;
	font-size: 58px;
}
.ultimate .desc {
	margin: 60px 100px 0;
	font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.ultimate a.clickhere {
	height: 64px;
	font-size: 30px;
	line-height: 64px;
}
}
@media only screen and (max-width: 620px) {
.ultimate .mycontainer {
	background-position: left top;
}
.ultimate .master-slave {
	font-size: 48px;
}
.ultimate .desc {
	margin: 60px 90px 0;
	font-size: 22px;
}
.ultimate a.clickhere {
	padding: 0 0 0 100px;
	height: 64px;
	font-size: 30px;
	line-height: 64px;
}
}
@media only screen and (max-width: 590px) {
.ultimate a.clickhere {
	width: 96%;
	padding: 0 0 0 60px;
	height: 64px;
	font-size: 28px;
	line-height: 64px;
}
}
@media only screen and (max-width: 518px) {
.ultimate .mycontainer {
	background-position: right top;
}
.ultimate .master-slave {
	margin-top: 40px;
}
.ultimate .desc {
	margin: 50px 60px 0;
	font-size: 21px;
}
.ultimate a.clickhere {
	width: 98%;
	padding: 0 0 0 40px;
	height: 64px;
	font-size: 26px;
	line-height: 64px;
}
}
@media only screen and (max-width: 450px) {
.ultimate a.clickhere {
	display: none;
}
.ultimate a.clickhere2 {
	display: block;
	padding: 0 0 0 40px;
	height: 64px;
	width: 98%;
	font-size: 30px;
	line-height: 64px;
}
}
@media only screen and (max-width: 360px) {
.ultimate .desc {
	margin: 40px 50px 0;
	font-size: 19px;
}
}
@media only screen and (max-width: 280px) {
.ultimate .master-slave {
	font-size: 40px;
}
.ultimate .desc {
	margin: 40px 30px 0;
	font-size: 19px;
}
}
@media only screen and (max-width: 270px) {
.ultimate .master-slave {
	font-size: 36px;
}
.ultimate .desc {
	margin: 40px 20px 0;
}
.ultimate a.clickhere2 {
	padding: 0 0 0 40px;
	height: 58px;
	font-size: 26px;
	line-height: 58px;
	color: #fff;
	background-color: #921111;
}
}
/* ULTIMATE END */

/* RESPONSIVE START */
.responsive {
	margin-top: 7px;
}
.responsive .mycontainer {
	position: relative;
	height: 694px;
	background-image: url(responsive.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.responsive .master-slave {
	margin-top: 120px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 68px;
	line-height: 1em;
	text-transform: uppercase;
}
.responsive .master-slave span {
	color: #f10707;
}
.responsive .desc {
	margin: 60px 300px 0;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
}
.responsive .banner {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	text-align: center;
	margin-left: -30px;
	text-transform: uppercase;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.responsive .banner p {
  	display: inline-block;
	-webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
.responsive a.clickhere {
	display: block;
	padding: 0 0 0 130px;
	height: 74px;
	width: 94%;
	font-size: 40px;
	line-height: 74px;
	color: #fff;
	background-color: #921111;
}
.responsive a.clickhere:hover, .responsive a.clickhere2:hover {
	color: #000;
	background-color: #fbf1e1;
}
.responsive a.clickhere2 {
	display: none;
	padding: 0 0 0 40px;
	height: 64px;
	width: 98%;
	font-size: 30px;
	line-height: 64px;
	color: #fff;
	background-color: #921111;
}
@media only screen and (max-width: 1200px) {
.responsive .desc {
	margin: 50px 200px 0;
}
}
@media only screen and (max-width: 992px) {
.responsive .master-slave {
	margin-top: 100px;
	font-size: 58px;
}
.responsive .desc {
	margin: 60px 100px 0;
	font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.responsive a.clickhere {
	height: 64px;
	font-size: 30px;
	line-height: 64px;
}
}
@media only screen and (max-width: 620px) {
.responsive .master-slave {
	font-size: 48px;
}
.responsive .desc {
	margin: 60px 90px 0;
	font-size: 22px;
}
.responsive a.clickhere {
	padding: 0 0 0 100px;
	height: 64px;
	font-size: 30px;
	line-height: 64px;
}
}
@media only screen and (max-width: 590px) {
.responsive a.clickhere {
	width: 96%;
	padding: 0 0 0 60px;
	height: 64px;
	font-size: 28px;
	line-height: 64px;
}
}
@media only screen and (max-width: 518px) {
.responsive .master-slave {
	padding: 0 40px;
	margin-top: 80px;
}
.responsive .desc {
	margin: 60px 60px 0;
	font-size: 21px;
}
.responsive a.clickhere {
	width: 98%;
	padding: 0 0 0 40px;
	height: 64px;
	font-size: 26px;
	line-height: 64px;
}
}
@media only screen and (max-width: 450px) {
.responsive .master-slave {
	margin-top: 60px;
}
.responsive a.clickhere {
	display: none;
}
.responsive a.clickhere2 {
	display: block;
	padding: 0 0 0 40px;
	height: 64px;
	width: 98%;
	font-size: 30px;
	line-height: 64px;
	color: #fff;
	background-color: #921111;
}
}
@media only screen and (max-width: 420px) {
.responsive .master-slave {
	margin-top: 60px;
	padding: 0 20px;
}
.responsive .desc {
	margin: 40px 50px 0;
}
}
@media only screen and (max-width: 360px) {
.responsive .master-slave {
	margin-top: 50px;
}
.responsive .desc {
	margin: 50px 30px 0;
	font-size: 19px;
}
}
@media only screen and (max-width: 292px) {
.responsive .master-slave {
	font-size: 40px;
}
}
@media only screen and (max-width: 270px) {
.responsive .master-slave {
	font-size: 36px;
}
.responsive .desc {
	margin: 40px 20px 0;
}
.responsive a.clickhere2 {
	padding: 0 0 0 40px;
	height: 58px;
	font-size: 26px;
	line-height: 58px;
	color: #fff;
	background-color: #921111;
}
}
/* RESPONSIVE END */

/* FINAL START */
.final {
	margin-top: 14px;
}
.final .mycontainer {
	position: relative;
	height: 935px;
	background-image: url(final.jpg);
	background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.final .final-left {
	width: 57%;
	float: left;
}
.final .final-right {
	width: 43%;
	float: left;
}
.final .convinced {
	margin: 53px 53px 0 0;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1em;
}
.final .what {
	margin: 0 53px 20px 0;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 1.2em;
}
.final .convinced span {
	color: #cb1514;
}
.final .fon {
	display: inline-block;
	margin-left: -30px;
	margin-bottom: 22px;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.final .fon p {
  	display: inline-block;
	-webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
.final a.advantage {
	display: block;
	text-align: left;
	padding: 0 0 0 50px;
	height: 45px;
	width: 94%;
	font-size: 28px;
	line-height: 40px;
	color: #000;
	background-color: #fbf1e1;
}
.final a.advantage:hover {
	color: #fff;
	background-color: #921111;
}
.final-right li {
	float: left;
	width: 50%;
}
.final-right a {
	font-size: 26px;
	line-height: 1.2em;
}
.final-right a:hover {
	color: #fc0101;
}
.last-btn {
	display: block;
	bottom: 146px;
	left: 50%;
	margin-left: -167px;
	position: absolute;
	text-align: center;
}
.knopka {
	display: inline-block;
	text-transform: uppercase;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.knopka p {
  	display: inline-block;
	-webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
a.get-access  {
	padding: 0 60px;
	height: 70px;
	font-size: 48px;
	line-height: 64px;
	color: #000;
	background-color: #fbf1e1;
}
a.get-access:hover  {
	color: #fff;
	background-color: #b00e0f;
}

@media only screen and (max-width: 992px) {
.final .final-left {
	width: 58%;
}
.final .final-right {
	width: 42%;
}
.final a.advantage {
	width: 100%;
	font-size: 20px;
}
.final-right a {
	font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.final-right a {
	font-size: 20px;
}
}
@media only screen and (max-width: 670px) {
	.last-btn {
	display: none;
}
.final .convinced {
	margin: 33px 53px 0 0;
	font-size: 46px;
}
.final .what {
	font-size: 46px;
}
.final a.advantage {
	width: 96%;
	font-size: 28px;
}
.final .final-left, .final .final-right {
	width: 100%;
	float: none;
}
.final-right {
	margin-left: 20px;
}
.final-right li {
	width: 25%;
}
.final-right a {
	font-size: 21px;
}
}
@media only screen and (max-width: 600px) {
.final .convinced {
	margin: 18px 53px 0 0;
	font-size: 44px;
}
.final .what {
	font-size: 44px;
}
}
@media only screen and (max-width: 540px) {
.final a.advantage {
	width: 98%;
	font-size: 22px;
}
.final-right li {
	width: 33.33333333333333%;
}
.final-right li:nth-child(22), .final-right li:nth-child(23), .final-right li:nth-child(24), .final-right li:nth-child(25), .final-right li:nth-child(26), .final-right li:nth-child(27), .final-right li:nth-child(28) {
	display: none;
}
}
@media only screen and (max-width: 430px) {
.final a.advantage {
	width: 98%;
	font-size: 22px;
}
}
@media only screen and (max-width: 410px) {
	.final-right li:nth-child(19), .final-right li:nth-child(20), .final-right li:nth-child(21) {
	display: none;
}
.final a.advantage {
	font-size: 20px;
}
}
@media only screen and (max-width: 380px) {
.final-right {
	display: none;
}
	.final a.advantage {
	padding: 6px 20px 10px 50px;
	font-size: 24px;
	height: auto;
	line-height: 1em;
}
	.final .convinced {
	margin: 58px 30px 0 0;
	font-size: 44px;
}
.final .what {
	margin: 10px 30px 40px 0;
}	
}
@media only screen and (max-width: 350px) {
	.final .convinced {
	margin: 30px 14px 0 0;
}
	.final .what {
	margin: 0 14px 30px 0;
}
}
@media only screen and (max-width: 302px) {
	.final .convinced {
	margin: 30px 6px 0;
	text-align: center;
}
	.final .what {
	margin: 0 6px 30px;
	text-align: center;
}
	.final a.advantage {
	font-size: 22px;
}
}
@media only screen and (max-width: 248px) {
	.final .convinced {
	font-size: 36px;
}
	.final .what {
	font-size: 36px;
}
	.final a.advantage {
	font-size: 20px;
}
}
/* FINAL END */

/* FOOTER START */
footer .mycontainer {
	position: relative;
	height: 547px;
	background-image: url(footer.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
footer ul {
	display: block;
	margin: 60px auto;
	padding: 0;
	width: 400px;
}
footer ul li {
	width: 50%;
	float: left;
	text-align: center;
}
footer ul li a {
	margin: 0 20px;
	font-size: 40px;
	text-transform: uppercase;
}
footer ul li a:hover {
	color: #fc0208;
}
footer .desclimer {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #abaaaa;
	font-size: 16px;
}
footer .desclimer p {
	margin-bottom: 30px;
}
footer .footer-logo {
	width: 344px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -172px;
}
footer a.webmasters {
	display: block;
	width: 120px;
	margin: 70px auto 0;
	text-align: center;
	font-size: 18px;
}
footer a.webmasters:hover {
	color: #fc0208;
}
@media only screen and (max-width: 1200px) {
	footer .desclimer {
	width: 70%;
}
}
@media only screen and (max-width: 992px) {
	footer .desclimer {
	width: 85%;
}
}
@media only screen and (max-width: 768px) {
	footer ul {
	margin: 50px auto;
}
	footer .desclimer {
	width: 90%;
}
}
@media only screen and (max-width: 630px) {
footer a.webmasters {
	margin: 40px auto 0;
}
}
@media only screen and (max-width: 430px) {
	footer ul {
	width: 100%;
	margin: 40px auto;
}
footer a.webmasters {
	margin: 60px auto 0;
}
footer .footer-logo {
	width: 244px;
	margin-left: -122px;
}
}
@media only screen and (max-width: 370px) {
footer ul li a {
	font-size: 30px;
}
}
@media only screen and (max-width: 290px) {
	footer ul {
	margin: 30px auto;
}
	footer ul li {
	width: 100%;
	float: none;
}
	footer ul li a {
	margin: 0;
	line-height: 1.6em;
}
footer .desclimer p {
	margin-bottom: 20px;
	font-size: 14px;
}
footer a.webmasters {
	margin: 40px auto 0;
}
}
/* FOOTER END */

/* JOIN START */
.join-page {
	display: block;
}
.join-page .join-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 694px;
	background-image: url(responsive.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
}
.join-page .join-desc {
	padding: 30px 60px 60px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #abaaaa;
	font-size: 16px;
	line-height: 1.2em;
}
.join-desc a {
	display: block;
	margin: 30px auto 60px;
	font-size: 48px;
	text-decoration: none;
}
.join-desc a:hover {
	color: #E60303;
}
@media only screen and (max-width: 400px) {
.join-page .join-desc {
	padding: 30px;
	width: 96%;
}
}
/* JOIN END */

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {

}