html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}strong {font-weight: 700;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:after, blockquote:before, q:after, q:before {content: "";content: none;}table {border-collapse: collapse;border-spacing: 0;}:focus {outline: 0;}input, select, textarea {border: 0;box-shadow: 0;}html {height: 100%;}@font-face{font-family:'roboto';src:url("../font/Roboto-Regular.eot");src:url("../font/Roboto-Regular.eot?#iefix") format("embedded-opentype"),url("../font/Roboto-Regular.woff2") format("woff2"),url("../font/Roboto-Regular.woff") format("woff"),url("../font/Roboto-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}

@font-face {
    font-family: 'cutebold';
    src: url('../font/cutebold-webfont.woff2') format('woff2'),
         url('../font/cutebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ananda';
    src: url('../font/ananda.woff2') format('woff2'),
         url('../font/ananda.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cherolina';
    src: url('../font/cherolina-webfont.woff2') format('woff2'),
         url('../font/cherolina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  height: 100%;
  line-height: 1;
  background: #fff;
  font-family: roboto, helvetica, sans-serif, arial, verdana, tahoma;
  font-size: 16px;
  color: #fff;
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link-wrapper {
	display: block;
	padding: 20px 25px;
}

.link-wrapper > .content-hold {
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

@keyframes nudge {
	0% {
		transform: rotate(0deg) scale(1);
	}
	
	40% {
		transform: rotate(0deg) scale(1);
	}
	
	45% {
		transform: rotate(30deg) scale(1.1);
	}
	
	60% {
		transform: rotate(-30deg) scale(1.1);
	}
	
	65% {
		transform: rotate(0deg) scale(1);
	}
	
	100% {
		transform: rotate(0deg) scale(1);
	}
}

@keyframes up-fade {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes from-left {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes from-right {
	from {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.link-wrapper > .content-hold > .profile-image {
	width: 180px;
	height: 180px;
	border: 5px solid #fd79a8;
	background-color: #efefef;
	background-size: auto 110%;
	background-position: 0 0;
	margin: 0 auto 20px auto;
	border-radius: 100%;
	transition: background-size .5s ease-in-out, transform .5s ease-in-out, opacity .5s ease-in-out;
	transform: translateY(15px);
	opacity: 0;
	animation-name: up-fade;
	animation-duration: 1s;
	animation-delay: .25s;
	animation-fill-mode: forwards;
	margin-top: 50px;
	display: block;
}

.link-wrapper > .content-hold > .profile-image:hover {
	cursor: pointer;
	background-size: auto 120%;
}

.link-wrapper > .content-hold > .name {
	font-size: 62px;
	color: #fd79a8;
	margin-bottom: 5px;
	font-family: cutebold, roboto, helvetica, arial, tahoma, verdana;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transform: translateY(15px);
	opacity: 0;
	animation-name: up-fade;
	animation-duration: 1s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
}

.link-wrapper > .content-hold > .location {
	font-size: 0;
	margin-bottom: 20px;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transform: translateY(15px);
	opacity: 0;
	animation-name: up-fade;
	animation-duration: 1s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
}

.link-wrapper > .content-hold > .location > .icon {
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url(../img/ico-location.png);
}

h1 {
	font-family: cutebold, roboto, helvetica, arial, tahoma, verdana;
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 25px;
	display: block;
	text-align: center;
}

.back-link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 20px;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	background: #fd79a8;
}

.link-wrapper > .content-hold > .location > .country {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.reviews > div {
	display: block;
	text-align: left;
}

.reviews > div > .item {
	display: block;
	background-color: rgba(255,255,255,.5);
	border-radius: 15px;
	padding: 25px 15px;
	color: #000;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
	border: 2px solid #fd79a8;
	width: 100%;
}

nav > ul,
nav > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav > ul > li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

nav > ul > li:first-child { z-index: 10; }

nav > ul > li > a {
	display: block;
	border-radius: 10px;
	background-color: rgba(255,255,255,.5);
	color: #fff;
	font-size: 0;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition: opacity .25s ease-in-out;
	position: relative;
	border: 3px solid #fd79a8;
}

nav > ul > li > a:hover {
	opacity: .75;
}

nav > ul > li > a.ig > .img { background-image: url(../img/tiles/6.jpg); }
nav > ul > li > a.tt > .img { background-image: url(../img/tiles/5.jpg); }
nav > ul > li > a.tw > .img { background-image: url(../img/tiles/4.jpg); }
nav > ul > li > a.tg > .img { background-image: url(../img/tiles/3.jpg); }
nav > ul > li > a.of > .img { background-image: url(../img/tiles/1.jpg); }

nav > ul > li > a.mv > .label > .ico { background-image: url(../img/ico-mv.png); }
nav > ul > li > a.ig > .label > .ico { background-image: url(../img/ico-ig.png); }
nav > ul > li > a.tt > .label > .ico { background-image: url(../img/ico-tt.png); }
nav > ul > li > a.tw > .label > .ico { background-image: url(../img/ico-tw.png); }
nav > ul > li > a.tg > .label > .ico { background-image: url(../img/ico-tg.png); }
nav > ul > li > a.of > .label > .ico { background-image: url(../img/ico-of.png); }

nav > ul > li > a > .img {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 180px;
	background: #fff;
	background-size: cover;
	background-position: center center;
	border-radius: 10px 0 0 10px;
}

nav > ul > li > a > .label {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 180px);
	padding: 15px;
	text-align: left;
}

nav > ul > li > a > .label > .ico {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	background-size: contain;
	background-position: center center;
}

nav > ul > li > a.of > .label > .ico {
	width: 45px;
	height: 45px;
	margin-right: 5px;
}

nav > ul > li > a > .label > .val > .check-fix { display: none; }

nav > ul > li > a > .label > .val {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}

.age_verify > .symbol {
	display: block;
	margin: 0 auto 5px auto;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	font-size: 28px;
	font-weight: bold;
	background-color: #d63031;
	color: #FFF;
}

p {
	display: block;
	margin-bottom: 15px;
}

form button {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #CCC;
	cursor: pointer;
	border: none;
	outline: 0;
	margin: 0 5px;
}

form button[name="confirm_age"]{
	background: #00b894;
}

form button[name="deny_age"]{
	background: #d63031;
}