/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Basic');
@import url('https://fonts.googleapis.com/css?family=Raleway');

/*
	GENERAL
*/
body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 31px;
	color: #ffffff;
}
table{
	border-collapse: collapse;
}
a{
	color: #ceba80;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid transparent;
	position: relative;
}
a:after{
	content: '\2588';
    font-size: 999em;
    color: inherit;
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 150ms ease;
	transform: scaleX(0);
}
a.active:after,
a:hover:after{
    transform: scaleX(1);
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	display: inline-block;
}
p{
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	padding: 40px 0;
	margin: 0;
	font-family: 'Basic', sans-serif;
	font-size: 50px;
	line-height: 58px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
#mainBox{
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
	background: #333;
}
#mainBox > div{
	position: relative;
	padding-bottom: 50px;
}
#mainBox > div .content{
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
	z-index: 1;
	text-align: center;
}

#mainBox .content p{
	padding: 10px 0;
}

div.img{
	margin-top: 10px;
	text-align: center;
	position: relative;
	white-space: nowrap;
	border: none;
}
div.img div{
	vertical-align: bottom;
	width: 32%;
	margin-left: 0.5%;
	display: inline-block;
}
div.img div:first-child{
	margin-left: 0;
}
div.img img{
	width: 100%;
}

#mainBox div.withBg{
	padding-top: 30px;
	padding-bottom: 50px;
	color: #fff;
}
div.withBg:before,
div.withBg:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}
div.withBg:before{
	/*transform: skewY(-2deg);*/
	height: 520px;
	top: 0;
}
div.withBg:after{
    background: #fff;
	height: 70px;
	top: 505px;
}

/*
	HEADER
*/
div#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	padding: 0;
	background: #323653;
}
div#header.sticky{
	position: fixed;
	/*background: #fff;*/
	border-bottom: 1px solid #202020;
	box-shadow: 0 0 5px #ccc;
	animation: sticky 500ms linear;
}
div#header.sticky .content{
	padding: 5px 20px;
}
@keyframes sticky{
	from { top: -100px; }
	to { top: 0; }
}

#header a{
	font-size: 14px;
}
#header .content{
	padding: 12px 0;
	display: table;
    width: 100%;
	transition: all 500ms linear;
}
#header .content > *{
	display: table-cell;
    vertical-align: middle;
	font-size: 0;
}

#logo *{
	display: block;
	border: 0;
}
#logo a{
	width: 290px;
	transition: width 500ms linear;
}
#logo a:after{
	content: none;
}
#logo img{
	width: 100%;
}
div#header.sticky #logo a{
    image-rendering: -webkit-optimize-contrast;
	width: 196px;
}

#btnMenu{
	display: none;
	padding: 2px 6px;
    border: 1px solid #ceba80;
}
#btnMenu a{
	height: 24px;
	width: 24px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}
#btnMenu a:before{
	content: 'Ξ';
	position: absolute;
	transform: scaleX(4);
	line-height: 24px;
    font-size: 24px;
	left: 0;
    top: 0;
	width: 100%;
}
#btnMenu a:after{
	content: none;
}
#menu{
	text-align: right;
}
#menu li a{
	color: #ffffff;
	margin: 0 8px;
	font-family: 'Raleway', sans-serif;
}
#menu li a.active{
	/*color: #7bc272;*/
}
#menu li.mobile{
	display: none;
}
#account{
	text-align: right;
	/*width: 190px;*/
	/*padding-left: 30px;*/
}
#account a,
button{
	padding: 2px 14px;
	border: 2px solid #fff;
	background: #323653;
	transition: all 200ms linear;
	border-radius: 5px;
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
	margin: 4px;
	color: #ffffff;
}
#account a.register,
#intro a.register,
#brands a.register,
button{
	color: #fff;
	background: #323653;
    border: 2px solid #8FADC5;
}
#account a.login:hover{
	background: #ceba80;
	color: #fff;
}
#account a.register:hover,
button:hover{
	background: #565c89;
}

/*
	INTRO
*/
div#intro{
	margin-top: 84px;
	background: url(img/intro_bg.webp) no-repeat center top;
	/*background-attachment: fixed;*/
	padding: 0;
}
#intro ul{
	padding: 140px 0 40px;
	min-height: 300px;
	max-width: 470px;
}
#intro li{
	font-size: 45px;
	line-height: 65px;
	font-family: 'Basic', sans-serif;
	display: block;
	color: #fff;
	text-align: left;
}
#intro li:nth-child(even){
	color: #ceba80;
    font-size: 24px;
    line-height: 32px;
}
#intro a.register,
#brands a.register{
	padding: 0px 45px;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin: 40px 0 0;
	line-height: 65px;
	border-radius: 10px;
}
#intro a.register:hover,
#brands a.register:hover{
	background: #565c89;
	transition: all 200ms linear;
}

#intro .extra{
	text-align: center;
	padding: 60px 0;
}
#intro div.img div{
	vertical-align: middle;
	transform: scale3d(0, 0, 0);
}
#intro div.img div.animate{
	transform: scale3d(1, 1, 1);
	transition: transform 500ms linear;
}
#intro div.img img{
	max-height: 130px;
	max-width: 100%;
	width: auto;
	display: block;
}

/*
	ABOUT
*/
#mainBox #about{
	background: #8FADC5;
}
#about.withBg:before{
	/*background: url(img/about_bg.jpg) no-repeat center top;*/
	background:#323653;
	transform: skewY(-2deg);
}
#about.withBg:after,
#commisions.withBg:after{
	bottom: 40px;
    top: auto;
    height: 100px;
    transform: skewY(2deg);
}
#about div.content{
	overflow: visible;
}
#about table{
	font-size: 14px;
    line-height: 24px;
	margin-top: 10px;
}
#about table td{
	padding: 10px;
	width: 33.3%;
    vertical-align: top;
}
#about table b,
#commisions b,
#faq b{
	color:#ceba80;
	display: block;
	font-size: 16px;
}

/*
	COMMISSIONS
*/
#mainBox #commisions {
	padding-bottom: 90px;
}
#commisions.withBg:after{
	bottom: -50px;
    background: #8FADC5;
}
#commisions div.img img{
	max-width: 990px;
}
#commisions div.img img{
	max-width: 420px;
}
#commisions p,
#brands p,
#faq p{
	text-align: left;
	font-size: 16px;
}

/*
	OUR BRANDS
*/
#brands{
	overflow: hidden;
}
#brands.withBg:before{
	background: url(img/office_bg.jpg) no-repeat center top;
	/*background-attachment: fixed;*/
}
#brands.withBg:after{
	transform: skewY(-2deg);
	top: -60px;
}
#brands{
	padding-top: 30px;
}
#brands a.register{
	margin: 20px;
}

/*
	TESTIMONIALS
*/
#testimonials{
	background: #323653;
}
#testimonials ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	max-height: 656px;
    overflow: auto;
	padding: 0 10px;
}
#testimonials li{
	display: inline-block;
	width: 32%;
    margin: 1.5% 0 0 1.5%;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	padding: 1%;
	border: 2px solid #f2f2f2;
	flex: 32%;
	top: 0;
	/*transform: scale3d(0, 0, 0);*/
}
#testimonials li.animate{
	transform: scale3d(1, 1, 1);
	transition: transform 500ms linear;
}
#testimonials li div{
	height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.2);
}
#testimonials li img {
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    max-height: 80%;
    max-width: 60%;
}
/*#testimonials li img {
    display: block;
    margin: 0 auto;
    max-height: 100%; 
    max-width: 60%; 
}*/
#testimonials li:nth-child(3n+1){
	margin-left: 0;
}
#testimonials .content li p{
	font-size: 13px;
	margin-bottom: 15px;
	padding: 14px 6px 10px;
	max-height: 154px;
    overflow: auto;
	line-height: 18px;
}
/*
#testimonials li a{
	position: absolute;
    bottom: 0%;
    left: 5%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
	cursor: pointer;
}
*/
/*
	SUPPORT
*/
div#support.withBg{
	background: #ffffff;
    padding-bottom: 0;
    color: #202020;
	overflow: hidden;
}
div#support.withBg:before{
	background: #333;
    height: 100px;
    transform: skewY(2deg);
    top: -90px;
}
div#support.withBg:after{
	top: -55px;
    background: #8FADC5;
    transform: skewY(-2deg);
}
#support img{
	max-width: 320px;
	display: block;
	margin: auto;
}

form label{
	width: 30%;
    display: inline-block;
    margin: 1%;
}
form input,
form textarea{
	width: 100%;
    box-sizing: border-box;
    padding: 4px 8px;
    line-height: 24px;
    font-size: 16px;
}
form label#message{
	width: 62.5%;
	vertical-align: middle;
}
form #message textarea{
	min-height: 120px;
}
form button{
	cursor: pointer;
    border: none;
    margin: 4%;
    width: 24%;
	padding: 10px;
}
form button:disabled{
	background-color: #cccccc;
}
#sendInfo{
	font-size: 24px;
    line-height: 32px;
    text-align: center;
    border: 4px solid #7bc272;
    padding: 20px;
    margin: 20px;
}
#sendInfo.error{
    border: 4px solid #f44d70;
}

div#faq.withBg{
	background: #8FADC5;
}
div#faq.withBg:before{
	background: #323653;
    height: 100px;
    transform: skewY(2deg);
    top: 46px;
}
div#faq.withBg:after{
	top: -70px;
    transform: skewY(-2deg);
}
#faq p{
	line-height: 24px;
	color: #202020;
}
#faq b{
	color: #ffffff;
	text-shadow: 0 0 3px #202020;
	font-weight: normal;
    font-size: 18px;
}

/*
	FOOTER
*/
#footer{
	font-size: 14px;
	z-index: 10;
	text-align: center;
	background: #202020;
}
#footer.withBg:before{
	background: #323653;
}
#footer.withBg:after{
	content: none;
}
#footer a{
	color: #fff;
}
#mainBox div#footer p{
	padding: 0;
}
#footer .content div{
	margin: 15px 0;
}
#footer .content div *{
	/*
	display: inline-block;
	*/
	vertical-align: middle;
	margin: 12px;
}
#footer #icons a{
	margin: 0;
	padding: 0;
}
#icons i{
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(img/icons.png) no-repeat 0 0;
}
#icons i.twt{
	background-position: -60px 0;
}
#icons i.y18{
	background-position: -120px 0;
}
#icons i.ico{
	background-position: -180px 0;
}
#icons i.ssl{
	background-position: -240px 0;
}
#icons i.cam{
	background-position: -300px 0;
}
#footer span{
	display: inline-block;
	white-space: nowrap;
}
#footer #paymentLogos img{
	margin: 12px 25px;
}

/*
	TERMS
*/
#terms{
	padding-top: 160px;
	font-size: 15px;
}
#terms p{
	text-align: left;
}
#terms h3{
	text-align: left;
}
#terms pre{
	white-space: pre-wrap;
	font-family: inherit;
	text-align: left;
	line-height: 28px;
}
#terms pre b{
	text-transform: uppercase;
}

/*
	override
*/
#account a.login:after,
#account a.register:after,
#intro a.register:after,
#brands a.register:after,
div.img a:after{
	content: "";
}