* {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-decoration: none;
}


html {
	width:100%;
	height:100%;
}


body {
	background-color:#333;
	color:#FFF;
	font-size: 1em;
	width:100%;
	height:100%;
	position:relative;
	font: normal 1em/1.3em Lato;
	font-weight:300;
}



h1 {
	font-size: 1.8em;
	line-height: 1.2;
	text-transform:uppercase;
	font-weight:300;
}


h2 {
	font-size:1.4em;
	line-height: 1.2;
	text-transform:uppercase;
	font-weight:300;
	padding-top:1em;
}


p {
	padding:0.5em 0;
}

a {
	color:#FFF;
}

a.btn {
	display:inline-block;
	padding:6px 20px;
	background: linear-gradient(#ffc600, #ff8a00);
	color: #333333;
	border-radius:3px;
	font-weight:bold;
}

.head {
	padding-bottom:1em;
}

.header {
	width:100%;
	background-color:#900;
	position:fixed;
	top:0;
	z-index:999;
	color:#FFF;
	box-shadow: 0px 0px 12px #000;
	user-select: none;
}


.header .int {
	padding:5px;
	margin:0 auto;
	width:100%;
}

.header .logo {
	display:inline-block;
}

.header .logo img {
	max-width:160px;
	vertical-align:top;
}


.footer {
	width:100%;
	background:#900;
	position:fixed;
	z-index:998;
	bottom:0px;
	left:0;
	color:#999;
	box-shadow: 0px 0px 12px #000;
}


.footer .int {
	padding:3px;
	margin:0 auto;
	text-align:center;
	user-select: none;
}


.header .logo img {
	/*width:130px;*/
}

.menu {
	float:right;
	margin-right:15px;
	margin-top:6px;
}


.menu li {
	display:inline-block;
	position:relative;
}


.menu li a {
	font-size:1.1em;
	display:block;
	color:#FFF;
	padding:4px 15px 4px 15px;
}

.menu li a.signup {
	display:inline-block;
	padding:6px 20px;
	background: linear-gradient(#ffc600, #ff8a00);
	color: #600;
	border-radius:3px;
	font-weight:bold;
}

.menu li a.signup:hover {
	background: #FFF;
}


.menu li a.lang svg {
	width:20px;
	height:20px;
	stroke:#FFF;
	vertical-align:bottom;
}

.menu li a.lang:hover svg {
	stroke:#fC6;
}

.menu li a img {
	width:30px;
}

.menu li a:hover {
	font-weight:bold;
}


.menu li a.selected {
	font-weight:bold;

}

.menu li .smenu {
	background:#000;
	display:none;
	position:absolute;
	top:45px;
	width:280px;
	padding-top:3px;
	box-shadow: 0px 0px 8px #555;
	z-index:997;
}

.menu li .smenu a {
	font-size:13px;
	display:block;
	color:#CCC;
	padding:4px 10px 4px 10px;
	text-transform:uppercase;
	border-bottom:solid 1px #999;
}


.menu li .smenu a:hover {
	color:#900;
}


.menu li:hover .smenu {
	display:block;
}

.menu-smart {
	display:none;
}

.container {
	display: inline-block;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #FFF;
	margin: 7px 0;
	transition: 0.4s;
}

.menu-bg {
	display:none;
}

.menuFooter {
	padding:0px;
}

.menuFooter li {
	display:inline-block;
}

.menuFooter li a {
	font-size:0.7em;
	display:block;
	color:#FFF;
	padding:2px 10px 4px 10px;
}

.menuFooter li a:hover {
	color:#FFF;
}

.menuFooter li a.selected {
	color:#FFF;
}

.content {
	padding: 75px 10px;
	margin:0 auto;
	max-width:1400px;
}

.commitmentList > div {
	padding-bottom:1em;
	position:relative;
}

.commitmentList > div img {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	vertical-align:top;
	padding-right:10px;
	max-width:120px;
}

.commitmentList > div > div {
	padding-left:150px;
}

.commitmentList > div .url {
	padding-top:7px;
	display:block;
	font-size:0.9em;
}

.commitmentList > div .url a {
	color:#AAA;
}

.commitmentList > div .url a:hover {
	color:#FFF;
}

.commitmentList > div h2 {
	padding-bottom:10px;
}



.awardList .award {
	padding:1em;
	display:inline-block;
	max-width:180px;
	vertical-align: top;
}

.awardList .award img {
	width:100%;
	vertical-align:top;
}

.awardList .award span {
	display:block;
	text-align:center;
	font-size:0.85em;
	line-height: 1.2;
}

.awardList .nominated {
	padding-top:1.5em;
}

.homeAwards img {
	width:100px;
	padding:10px;
}

.homeCommitments img {
	width:100px;
	padding:10px;
}

.logoList a {
	display:inline-block;
	padding:15px;
}

.logoList img {
	width:150px;
}

ul {
	padding-left:2em;
}

ul li {
	padding-left:7px;
}

.press a span {
	display:inline-block;
	font-size:0.9em;
	padding-left:7px;
	color:#999;
}

.zoneList {

}

.zoneList a {
	display:inline-block;
	padding:3px 10px;
}

.zoneList a:hover {
	color:#FFC600;
}

.chatLive {
	margin-top:20px;
	width:100%;
	padding-bottom:65%;
	position:relative;
	overflow:hidden;
	bottom:0;
}

.chatLiveInner {
	width:100%;
	max-width:calc(100% - 100px);
	position:absolute;
	padding:0px 50px;
	bottom:10%;
}

.chatLive .arrowLeft {
	fill:#FFF;
	width:40px;
	position:absolute;
	top:45%;
	left:0;
	cursor:pointer;
	z-index:100;
}

.chatLive .arrowLeft:hover {
	fill:#FFC600;
}

.chatLive .arrowRight {
	fill:#FFF;
	width:40px;
	position:absolute;
	top:45%;
	right:0;
	cursor:pointer;
	z-index:101;
}

.chatLive .arrowRight:hover {
	fill:#FFC600;
}


.widgetLc2cLayoutModelSuggestion {
	display:none;
}

.widgetLc2cContainer .widgetLc2cChatContainer .widgetLc2cChatConversation ul {
	max-height:100% !important;
}



#layer {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:105;
	overflow-y:auto;
	padding-bottom: 70px
}

#layer .inner {
	position: relative;
	top:80px;
	margin:0 auto;
	padding:15px;
	background:#333;
	width:90%;
	max-width:500px;
	height: auto !important;
	margin-bottom:100px;
}

.layerLang .title {
	font-size:1.4em;
	line-height: 1.2;
	text-transform:uppercase;
	font-weight:300;
	padding-bottom:1em;
	text-align:center;
}

.layerLang .langList a {
	display:inline-block;
	width:32%;
	max-width:200px;
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}

.layerLang .langList a.selected {
	color:#FC6;
}

.layerLang .langList a:hover {
	color:#FC6;
}


.layerLang .langList a .lang {
	display:block;
	font-weight:bold;
}

.layerLang .langList a .country {
	display:block;
	font-size:0.9em;
}



#modelList {
	width:100%;
	font-size:0px;
}


#modelList .model {
	display:inline-block;
	width:calc(25% - 1px);
	text-decoration:none;
	border:solid 2px #000;
	position:relative;
	vertical-align: top;
	box-sizing: border-box;
}

#modelList .model .profile img {
	width:100%;
	vertical-align:top;
	position:absolute;
	top:0;
}

#modelList .model .top {
	position:absolute;
	top:0px;
	padding:5px 0px;
	width:100%;
}

#modelList .model .bottom {
	position:absolute;
	bottom:0px;
	padding:15px 0px 5px;
	background:rgba(0,0,0,0.5);
	background:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.0));
	width:100%;
	font-size:0.9rem;
	line-height:1;
	color:#FFF;
}

#modelList .model .nickname {
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	letter-spacing:0.08em;
	margin-left:5px;
}

#modelList .model .online {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50px;
	border:solid 1px #000;
	background:#00CC00;
	margin-left:5px;
}

#modelList .model .profile {
	height:0;
	padding-top:55%;
	overflow:hidden;
	position:relative;
}

#modelList .model .flag {
	vertical-align:bottom;
	margin-left:5px;
}

#modelList .model:hover {
	border:solid 2px #FFF;
}

#modelList .model:hover .nickname {
	color:#FFC600;
}

#modelList .model:hover .online {
	border-color:#FFC600;
	border-width:2px;
}






#photoList {
	width:100%;
	font-size:0px;
}

#photoList .photo {
	display:inline-block;
	width:calc(25% - 1px);
	text-decoration:none;
	border:solid 2px #000;
	position:relative;
	vertical-align: top;
	box-sizing: border-box;
}


#photoList.min .photo {
	width:calc(100% / 7 - 1px);
}


#photoList .photo img {
	width:100%;
	vertical-align: top;
}

#photoList .photo .bottom {
	position:absolute;
	bottom:0px;
	padding:15px 0px 5px;
	background:rgba(0,0,0,0.5);
	background:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.0));
	width:100%;
	font-size:0.9rem;
	line-height:1;
	color:#FFF;
}

#photoList .photo .nickname {
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	letter-spacing:0.08em;
	margin-left:5px;
}

#photoList .photo:hover {
	border:solid 2px #FFF;
}

#photoList .photo:hover .nickname {
	color:#FFC600;
}

#photoList h3 {
	font-size:15px;
	margin:25px 0px;
	line-height: 1.2;
	text-transform:uppercase;
	font-weight:300;
}



.tagList {

}

.tagList a {
	display:inline-block;
	padding:3px 10px;
}

.tagList a:hover {
	color:#FFC600;
}




.questionList {

}

.questionList a {
	display:block;
	padding:7px 5px;
}

.questionList a:hover {
	color:#FFC600;
}

.questionList a::before {
	content:"•";
	padding-right:10px;
}

.translationList {
	padding:50px 0px;
}

.translationList .translation {
	margin-top:20px;
}

.translationList .translation .title {
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
}

.translationList .translation .content {
	padding:0;
	margin:0;
	max-width:100%;
}

.translationList .translation .content div {
	display:inline-block;
	width:46%;
	max-width:800px;
	min-width:300px;
	padding:5px 5px 5px 25px;
	position:relative;
}

.translationList .translation .content div .lang {
	position:absolute;
	left:5px;
	top:5px;
}

.translationList .translation .content .form-admin {
	border: 1px solid #ccd0d4;
	box-shadow: none;
	font-size: 13px;
	border-radius: 3px;
	background: #fff;
	width:95%;
	padding:5px 7px;
}


@media screen and (min-width: 890px) {
	.menu {
		display:block !important;
	}
}


@media screen and (max-width: 890px) {
	body {
		font-size: 1.2em;
	}

	.menu-smart {
		display:block;
		position:absolute;
		right:10px;
		top:8px;
		cursor:pointer;
	}

	.menu {
		position:absolute;
		display:none;
		z-index:10000;
		margin:0;
		right:0px;
		top:60px;
		background:#000;
		padding:10px;
		box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}

	.menu li {
		display:block;
	}

	.menu li a {
		padding: 8px 5px;
		font-size: 0.8em;
	}

	.menu li a.signup {
		margin-top:10px;
	}

	.menu li a.lang {
		display:none;
	}

	.menu-bg {
		position:absolute;
		width:110%;
		height:2000px;
		top:55px;
		left:-10px;
		background:rgba(0,0,0,0.7);
		z-index:9000;
	}

	.menu li .smenu {
		display:block;
		position:relative;
		top:0;
		box-shadow:none;
		padding-top:0;
		padding-left:15px;
	}

	.menu li .smenu a {
		border:none;
		font-size:0.9em;
	}


	.commitmentList > div img {
		display:inline-block;
		position:relative;
		top:auto;
		left:auto;
		vertical-align:top;
		max-width:120px;
	}

	.commitmentList > div > div {
		padding-left:0px;
		padding-bottom:15px;
	}

	.commitmentList > div > div h2 {
		padding-top:0px;
	}

	.awardList .award {
		display:inline-block;
		max-width:200px;
		width:47%;
		vertical-align: top;
		padding:0px;
	}

	.awardList .award img {
		width:80%;
		padding:10%;
		vertical-align:top;
	}

	.awardList .award span {
		display:block;
		text-align:center;
		font-size:0.75em;
		line-height: 1.2;
	}

	.chatLiveInner {
		padding:0;
		width:100%;
		max-width:100%;
	}

	.chatLive .arrowLeft {
	    width: 30px;
		top:unset;
	    bottom: -5px;
	}

	.chatLive .arrowRight {
	    width: 30px;
		top:unset;
	    bottom: -5px;
	}

	.layerLang .langList a {
		width:48%;
	}

	#photoList .photo, #photoList.min .photo {
		width:calc(50% - 1px);
	}

}