#toptabs > .block {
	margin-top: 1rem;
}
#toptabs > .block .tabs {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#toptabs > .block .tabs .tab {
	position: relative;
	z-index: 3;
	bottom: -1px;
	min-width: 25%;
	max-width: 50%;
	height: 2rem;
	line-height: 2rem;
	margin-right: 0.3rem;
	padding: 0 0.5rem;
	background-color: #d8d0eb;
	border: 1px solid #cdc4e6;
	-webkit-border-top-left-radius: 0.5rem;
	-webkit-border-top-right-radius: 0.5rem;
	-moz-border-radius-topleft: 0.5rem;
	-moz-border-radius-topright: 0.5rem;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
#toptabs > .block .tabs .tab:first-child {
	margin-right: 1rem;
}
#toptabs > .block .tabs .tab.selected {
	background-color: white;
	border-bottom: 1px solid white;
}
#toptabs > .block .content {
	position: relative;
	z-index: 0;
	min-height: 230px;
	border: 1px solid #cdc4e6;
	-webkit-border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	-moz-border-radius-bottomright: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
#toptabs > .block .content .blockBottom {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e0f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e0f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e0f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e0f2',GradientType=0 ); /* IE6-9 */
	-webkit-border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	-moz-border-radius-bottomright: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
#toptabs > .block .content .blockBody {
	display: none;
	position: relative;
	z-index: 2;
}
#toptabs > .block .content .blockBody .container {
	position: relative;
	width: 630px;
	height: 200px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#toptabs > .block .content .blockBody .container .profiles {
	position: relative;
	left: 0;
	width: 100000px;
	height: 200px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#toptabs > .block .content .blockBody .container .profiles .user {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	margin-left: 5px;
	margin-right: 5px;
}
#toptabs > .block .content .blockBody .container .profiles .user .thumbnail {
	width: 200px;
	height: 200px;
}
#toptabs > .block .content .blockBody .container .profiles .user .bottombgr {
	position: absolute;
	z-index: 10;
	bottom: 0;
	height: 40px;
	width: 100%;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#toptabs > .block .content .blockBody .container .profiles .user .info {
	position: absolute;
	z-index: 11;
	bottom: 0;
	height: 40px;
	width: 100%;
}
#toptabs > .block .content .blockBody .container .profiles .user .info > div {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0 0.5rem;
	color: white;
	overflow: hidden;
}
#toptabs > .block .content .blockBody .container .profiles .user .info .nameAge {
	font-weight: bold;
}
#toptabs > .block .content .blockBody .container .profiles .user .info .location {
	
}

#toptabs > .block .content .blockBody .navbars {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	cursor: pointer;
}
#toptabs > .block .content .blockBody .left {
	left: 0;
}
#toptabs > .block .content .blockBody .right {
	right: 0;
}
#toptabs > .block .content .blockBody .navbars > div {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#toptabs > .block .content .blockBody .navbars.left > div {
	left: 15px;
	border-top: 30px solid transparent;
	border-right: 20px solid white;
	border-bottom: 30px solid transparent;
}
#toptabs > .block .content .blockBody .navbars.right > div {
	right: 15px;
	border-top: 30px solid transparent;
	border-left: 20px solid white;
	border-bottom: 30px solid transparent;
}

#toptabs > .block .content .blockBody .bottom {
	height: 3rem;
	line-height: 3;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#toptabs > .block .content .blockBody .bottom .navigator {
	width: 5rem;
	margin-left: 1rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#toptabs > .block .content .blockBody .bottom .navigator > div {
	width: 2rem;
	height: 2rem;
	background: #6a4e9f;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#toptabs > .block .content .blockBody .bottom .navigator > .left > div {
	position: relative;
	left: -0.1rem;
	margin: auto;
	border-top: 0.6rem solid transparent;
	border-right: 0.6rem solid white;
	border-bottom: 0.6rem solid transparent;
}
#toptabs > .block .content .blockBody .bottom .navigator > .right > div {
	position: relative;
	right: -0.1rem;
	margin: auto;
	border-top: 0.6rem solid transparent;
	border-left: 0.6rem solid white;
	border-bottom: 0.6rem solid transparent;
}
#toptabs > .block .content .blockBody .bottom .link {
	line-height: 2;
	margin-right: 1rem;
}

/* media */
@media only screen and (max-width: 1240px) and (min-width: 1100px),
only screen and (max-width: 980px) and (min-width: 801px), 
only screen and (max-width: 675px) and (min-width: 341px) {
	#toptabs > .block .content .blockBody .container {
		width: 480px;
	}
	#toptabs > .block .content .blockBody .container,
	#toptabs > .block .content .blockBody .container .profiles {
		height: 150px;
	}
	#toptabs > .block .content .blockBody .container .profiles .user,
	#toptabs > .block .content .blockBody .container .profiles .user .thumbnail {
		width: 150px;
		height: 150px;
	}
}
@media only screen and (max-width: 830px) and (min-width: 801px) {
	#toptabs > .block .content .blockBody .container {
		width: 320px;
	}
}
