@charset "utf-8";
/* Global Styles */
/*a:hover {
	color: rgba(255,255,255,1.00);
}*/

/*header*/
header {
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
/* Logo placeholder*/
/*#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 139px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(190,190,190,1.00);
}*/
/* div for Links in header */
#headerLinks {
	float: left;
	width: calc( 100% - 139px );
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
	padding-left: 66px;
	font-size: 14px;
}
.container {
	width: 994px;
}
.box {
	width: 320px;
	padding: 12px 0;
	float: left;
	text-align: center;
}
.box2 {
	width: 400px;
	padding: 18px 0;
	float: left;
	text-align: center;
}
#topicpath {
	margin-top: 20px;
}

.box:first-child {
	margin-left: 30px;
}
.box p {
	font-size: 12px !important;
}
.boxContainer {
	overflow: hidden;
}
/* Offer text banner*/
#offer {
	background-color: #2dc1ff;
	color: #fff;
	height: 55px;
}
#offer h2 {
	
}
/* Main content of the site */
#content {
	clear: both;
	margin-top: -5px;
	margin-bottom: 20px;
	padding-top: 0;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid rgb(45, 193, 255);
}
/* Sidebar */
#content .sidebar {
	color: rgba(146,146,146,1.00);
	float: left;
	/* width: 20%; */
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: rgba(246,246,246,1.00);
	padding-top: 36px;
	height: 784px;
}
/* main content of the site */
#content .mainContent {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: rgba(146,146,146,1.00);
	position: relative;
	left: 0%;
}
/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: rgba(208,207,207,1.00);
	font-size: 14px;
	margin-bottom: 21px;
}
#crown_ul {
	width: 110px;
	float: left;
}
#crown_ul .rank_list {
	height: 390px;
	line-height: 390px;
	margin-bottom: 10px;
	text-align: center;
}
#crown_ul .rank_list:nth-child(n + 4) {
	font-size: 24px;
	font-weight: bold;
	color: #fc95ca;
}
#crown_ul .rank_list:nth-child(n + 6) {
	height: 117px;
	line-height: 135px;
}
.r_1 {
	background-image: url(../image/rankNumber-1.png);
	background-repeat: no-repeat;
	background-position: 18px 160px;
	text-indent: -9999px;
}
.r_2 {
	background-image: url(../image/rankNumber-2.png);
	background-repeat: no-repeat;
	background-position: 18px 160px;
	text-indent: -9999px;
}
.r_3 {
	background-image: url(../image/rankNumber-3.png);
	background-repeat: no-repeat;
	background-position: 18px 160px;
	text-indent: -9999px;
}
/* Whole page content */
#mainWrapper {
	width: 80%;
	padding-left: 10%;
}
/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	left: -35px;
	padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	width: 320px;
	/*display: inline-block;*/
	float: left;
	overflow: hidden;
	color: rgba(146,146,146,1.00);
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	width: 260px;
	height: 390px;
	position: relative;
	margin: 15px 10px 10px 60px;
	padding: 10px;
	color: #333;
	font-size: 14px;
	float: none;
	background-color: #EDF9FF;
}
.mainContent .productRow .productInfo:first-child {
	background-color: rgba(255, 255, 99, 0.4);
}
.mainContent .productRow .productInfo:nth-child(2) {
	background-color: rgba(192, 192, 192, 0.4);
}
.mainContent .productRow .productInfo:nth-child(3) {
	background-color: rgba(239, 206, 193, 0.4);
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
	color: rgba(146,146,146,1.00);
	padding-top: 8px;
	font-size: 22px;
	position: relative;
	/* top: -20px; */
}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	/* top: -37px; */
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
}
/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	/* top: -48px; */
	width: 84%;
	background-color: rgba(208,207,207,1.00);
	height: 35px;
	color: rgba(255,255,255,1.00);
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
}
/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color: rgba(208,207,207,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding-top: 22px;
	padding-left: 22px;
	text-align: center;
	padding-bottom: 22px;
	padding-right: 22px;
}
/*Each footer content */
#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}
/* Links in footer */
footer div a {
	color: rgba(146,146,146,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}
/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}

/* Media query for tablets */
@media screen and (max-width:700px) {
	/* search field in sidebar */
	#content .sidebar #search {
		display: none;
	}
	/* sidebar */
	#content .sidebar {
		float: none;
		width: 100%;
		height: auto;
		overflow: auto;
		padding-left: 12%;
		padding-top: 0px;
	}
	/* horizontal separators in sidebar */
	#content .sidebar hr {
		display: none;
	}
	/*The sidebar and maincontent of page */
	#content {
		position: relative;
		top: -22px;
		width: 100%;
		overflow: hidden;
	}
	/*menu headings in sidebar */
	#menubar .menu h2 {
		display: inline;
		font-size: medium;
		padding-right: 6%;
	}
	/* Unordered List of links */
	#menubar .menu ul {
		display: inline;
	}
	/*list elements */
	#menubar .menu ul li {
		display: inline;
		font-size: medium;
		padding-left: 0%;
		padding-right: 3%;
	}
	/*The link to be hidden in tablet view */
	.sidebar #menubar .menu ul .notimp {
		display: none;
	}
	/* menus in sidebar */
	.sidebar #menubar .menu {
		width: 100%;
		text-align: center;
		position: relative;
		top: 16px;
	}
	/*menubar in sidebar */
	#content .sidebar #menubar {
		position: relative;
		left: -7%;
		overflow: hidden;
		width: 95%;
		padding-top: 0px;
	}
	/* offer banners content */
	#mainWrapper #offer p {
		font-size: small;
	}
	/* main content region of page */
	#mainWrapper #content .mainContent {
		overflow: hidden;
		width: 95%;
		margin-top: 40px;
	}
	/* Prices of products in catalog view */
	.productRow .productInfo .price {
		font-size: 19px;
	}
	/* Content holders in catalog view */
	.productRow .productInfo .productContent {
		font-size: 16px;
	}
	/* Buy buttons in catalog view */
	.productRow .productInfo .buyButton {
		font-size: 15px;
	}
	/* Container for links in footer */
	#mainWrapper footer .footerlinks {
		float: none;
		width: 100%;
		position: relative;
		top: 17px;
		clear: both;
		text-align: center;
		left: 0%;
		padding-bottom: 19px;
	}
	/* Container for each footer divisions */
	#mainWrapper footer div {
		width: 44%;
		text-align: justify;
		font-size: 15px;
	}
	/* Links in footer */
	.footerlinks p a {
		padding-top: 0px;
		padding-bottom: 0px;
		display: inline;
		padding-right: 35px;
	}
	/* Footer region */
	#mainWrapper footer {
		padding-left: 16px;
		overflow: hidden;
	}
	/* Links in header */
	header #headerLinks a {
		padding-left: 0px;
		padding-right: 30px;
	}
	/* Offer- Text banner */
	#mainWrapper #offer {
		padding-left: 22%;
	}
	/* Paragraphs in footer */
	footer .footerlinks p {
		display: inline;
	}
}
/*media query for small screen devices */
@media screen and (max-width:480px) {
	/*Container for links in header */
	#mainWrapper header #headerLinks {
		width: 100%;
		text-align: center;
		background-color: rgba(190,190,190,1.00);
		padding-bottom: 21px;
	}
	/* Logo placeholder*/
	#mainWrapper header #logo {
		width: 100%;
		text-align: center;
	}
	/* Links in header */
	header #headerLinks a {
		text-align: center;
		padding-right: 15px;
		padding-left: 0px;
	}
	/*Offer - Text Banner */
	#mainWrapper #offer {
		padding-left: 0px;
		text-align: center;
	}
	/* Menubar in sidebar */
	#content .sidebar #menubar {
		position: relative;
		left: -8%;
		text-align: center;
	}
	/*Menu headings in sidebar */
	#menubar .menu h2 {
		width: 100%;
		display: block;
	}
	/* Each product in catalog view */
	.mainContent .productRow .productInfo {
		width: 100%;
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
		left: -2%;
	}
	#mainWrapper footer div {
		width: 100%;
		margin-left: -16px;
		text-align: justify;
		padding-bottom: 16px;
		overflow: auto;
	}
	/* Unordered list for menu elements */
	.menu ul {
		position: relative;
		padding-left: 24%;
	}
	/* Container for links in footer */
	#mainWrapper footer .footerlinks {
		padding-left: 8%;
	}
	/* Main content which excludes the sidebar */
	#mainwrapper #content .mainContent {
		margin-top: -81px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
	}
}
.name {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.inner_div {
	margin-bottom: 4px;
	text-align: center;
}
.stat_bar {
	width: 65%;
	margin: 4px auto 6px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
.offline {
	background-color: #ccc;
	color: #333 !important;
}
.online {
	background-color: #FABF33;
}
.meeting {
	background-color: #F98EC5;
}
.twoshot {
	background-color: #EB9AFD;
}
.chat {
	background-color: #77CCFE;
}
.cp {
	background-color: #d9d9d9;
	color: #333 !important;
}
.rank-div {
	width: 100%;
}
.icon_wrap {
	width: 80%;
	display: flex;
	margin: 0 auto 4px;
	text-align: center;
	justify-content: space-around;
}
.icon_mail, 
.icon_favo, 
.icon_movie,
.icon_movie_off, 
.icon_blog,
.icon_blog_off {
	width: 30px;
	display: inline-block;
	flex-grow: 0;
}
.icon_mail a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #6bcdff;
	color: #fff;
	display: block;
}
.icon_favo a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fbc015;
	color: #fff;
	display: block;
}
.icon_movie a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fc95ca;
	color: #fff;
	display: block;
}
.icon_movie_off {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #d9d9d9;
	color: #fff;
}
.icon_blog a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #89d3b3;
	color: #fff;
	display: block;
}
.icon_blog_off {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #d9d9d9;
	color: #fff;
}
.review_link {
	margin-top: 5px;
	text-align: center;
}
.review_link a {
	font-size: 14px;
	color: #21a9ff;
}
.review_link a:hover {
	color: #ff2a62;
}


.rank_div {
	width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: 5px 0;
  top: -10px;
  left: -30px;
}
.rank_1 {
	background-image: url(../image/rankNumber-1.png);
	text-indent: -9999px;
}
.rank_2 {
	background-image: url(../image/rankNumber-2.png);
	text-indent: -9999px;
}
.rank_3 {
	background-image: url(../image/rankNumber-3.png);
	text-indent: -9999px;
}
.rank_no {
	width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #2dc1ff;
  text-align: center !important;
  font-size: 18px;
  color: #fff;
  left: -10px;
  top: -5px;
  font-weight: bold;
}
.productInfo_small .rank_no {
	width: 40px;
  height: 25px;
  line-height: 25px;
  background-color: #2dc1ff;
  text-align: center !important;
  font-size: 14px;
  color: #fff;
  position: relative;
  left: -5px;
  top: 0px;
  font-weight: bold;
}
.mainContent .productRow .productInfo_small {
	width: 260px;
	height: 117px;
	position: relative;
	margin: 10px 10px 10px 60px;
	padding: 5px;
	color: #333;
	font-size: 13px;
	background-color: #EDF9FF;
}
.l_side {
	width: 110px;
	position: absolute;
 	top: 5px;
 	left: 5px;
}
.stat_bar_small {
	width: 100%;
	padding: 2px 0;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
.l_side .cp {
	font-size: 9px;
	white-space: nowrap;
	overflow: hidden;
}
.r_side {
	width: 150px;
	margin-left: 120px;
}
.r_side .name {
	font-size: 12px;
	text-align: left;
	margin-bottom: 3px;
}
.r_side .inner_div {
    font-size: 12px;
    text-align: left;
    margin-bottom: -8px;
    width: 130px;
}
.r_side .review_link {
	margin-top: 0;
}
.r_side .review_link a {
	font-size: 12px;
    color: #21a9ff;
    line-height: 14px;
    display: block;
    padding-top: 13px;
}
.r_side .review_link a:hover {
    color: #ff2a62;
}

.icon_blog a:hover,
.icon_favo a:hover,
.icon_mail a:hover,
.r_side .icon_blog a:hover,
.r_side .icon_favo a:hover,
.r_side .icon_mail a:hover{
    opacity:50%;
}
.icon_wrap_small {
	width: 130px;
	position: relative;
	top: 10px;
	display: flex;
	justify-content: space-around;
}



.r_side .icon_mail, 
.r_side .icon_favo, 
.r_side .icon_movie,
.r_side .icon_movie_off, 
.r_side .icon_blog,
.r_side .icon_blog_of {
	width: 25px;
	display: inline-block;
	flex-grow: 0;
}
.r_side .icon_mail a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #6bcdff;
	color: #fff;
	display: block;
}
.r_side .icon_favo a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #fbc015;
	color: #fff;
	display: block;
}
.r_side .icon_movie a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #fc95ca;
	color: #fff;
	display: block;
}
.r_side .icon_movie_off {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #d9d9d9;
	color: #fff;
}
.r_side .icon_blog a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #89d3b3;
	color: #fff;
	display: block;
}
.r_side .icon_blog_off {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #d9d9d9;
	color: #fff;
}
.premium_ribon {
  left: 98px;
  top: 134px;
}
.productInfo_small .premium_ribon {
	width: 100px;
	height: 36px;
	top: 66px;
	left: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}