﻿@font-face {
	font-family:"Philosopher";
	src:url("../fonts/Philosopher-Regular.eot?") format("eot"),
	url("../fonts/Philosopher-Regular.woff") format("woff"),url("../fonts/Philosopher-Regular.ttf") format("truetype"),
	url("../fonts/Philosopher-Regular.svg#Philosopher") format("svg");
	font-weight:normal;font-style:normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus{outline: 0;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	width: 100%;
	font-size:14px;
	font-family:"Philosopher";
	background:url(../img/fon-repeat.jpg) center repeat-y;
}
button{
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.body-top-bg{
	background:url(../img/fon-top.jpg) center top no-repeat;
}
.body-bottom-bg{
	background:url(../img/fon-bottom.jpg) center bottom no-repeat;
}
/* End of of styles for the demo */
.wrapper_web {
	width: 1220px;
	margin: 0 auto;
}
.free-download, .start-game, .sort a, .read-more-button, .footer-menu ul li a, .account-menu a, .account-menu li, .logaut, .login-button button {
	transition:all 0.5s ease;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 449px;
	background:url(../img/header-bg.jpg) no-repeat;
}
.logo {
	height: 285px;
}
.logo a{
	display:block;
	background:url(../img/logo.png) no-repeat;
	width:761px;
	height:421px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: -15px;
}
.menu{
	margin-top:74px;
}
.free-download{
	background:url(../img/free-download.png) no-repeat;
	width:254px;
	height:69px;
	line-height:51px;
	float:right;
	text-align:center;
	margin-right:5px;
	margin-top:12px;
}
.free-download:hover, .start-game:hover{
	-webkit-filter: contrast(130%); /* Safari */
    filter: contrast(130%);
}
.free-download a{
	display:block;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #669918;
}
.free-download a span{
	color:#386700;
	margin-left:10px;
}
.start-game{
	width:185px;
	height:69px;
	background:url(../img/start-game.png) no-repeat;
	line-height:51px;
	float:right;
	text-align:center;
	margin-top:12px;
}
.start-game a{
	display:block;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #b13e1d;
	padding-right:40px;
}
.nav{
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-left:10px;
}
.nav li{
	float:left;
	position:relative;
	display:block;
	background:url(../img/border-menu.png) right no-repeat;
	height:78px;
}
.nav li a{
	display:block;
	padding:5px;
	color:#5f3d28;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:78px;
	padding:0px 25px;
}
.nav li a:hover{
	background:url(../img/menu-active.jpg) repeat-x;
}
.home:hover{
	background:none !important;
}

.menu-bot{
	list-style:none;
	background:url(../img/menu-hover-bg.jpg) no-repeat;
	background-size:cover;
	position:absolute;
	left:-9999px; 
	opacity:0; 
	-webkit-transition:0.25s linear opacity; 
	padding:20px 0px 20px 0px;
	min-width:200px;
	z-index:99;
}
.menu-bot li{
	float:none;
	height:34px;
	line-height:34px;
	background:none;
	z-index:99;
}
.menu-bot li a{
	white-space:nowrap; 
	display:block;
	height:34px;
	line-height:34px;
	text-transform:none;
}
.menu-bot li span{
	background:url(../img/str-menu.png) no-repeat;
	height:7px;
	width:4px;
	display:inline-block;
	margin-right:10px;
}
.nav li:hover .menu-bot{ 
	left:0; 
	opacity:1; 
}
.nav li:hover .menu-bot a{ 
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
	transition:all 0.5s ease;
}
.nav li:hover .menu-bot li a:hover{
	background:rgba(229, 174, 119, 0.4);
	
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	background:url(../img/middle-bg.jpg) repeat-y;
	margin-top:-7px;
	margin-bottom:-100px;
}
.middle-top{
	background:url(../img/middle-top-bg.jpg) no-repeat;
	min-height:1200px;
}
.container_web {
	width: 650px;
	margin-left:275px;
}
#featured { 
	width: 648px;
	height: 350px;
	background: url(loading.gif) no-repeat center center;
	overflow: hidden;
	line-height:17px;
}
.orbit-caption{
	font-size:14px;
	color:#f7d9b5;
	text-shadow:2px 2px 5px #000 !important;
}
.orbit-caption h3{
	font-size:30px;
	color:#fff;
	padding-bottom:10px;
}
.block-news{
	padding: 35px 50px 35px 50px;
}
.sort{
	border-bottom:1px solid #f6d5b0;
	padding-bottom:20px;
}
.sort a{
	float:right;
	text-decoration:none;
	color:#b28e78;
	margin-left:30px;
	position:relative;
	margin-top:11px;
}
.sort a:hover, .active-sort{
	color:#5f3d28 !important;
}
.sort a:hover:after, .active-sort:before{
	content:"";
	height:2px;
	background:#e3536e;
	position:absolute;
	width:100%;
	left:0;
	top:32px;
}
.sort h2{
	color:#5f3d28;
	font-size:24px;
}
.news{
	border-bottom:1px solid #f0c192;
	min-height:200px;
	padding-bottom:30px;
	margin-top:30px;
}
.read-more{
	float:left;
	width:153px;
}
.news-img{
	width:140px;
	height:140px;
	background:#f0c192 url(../img/news1.jpg) no-repeat;
}
.read-more-button{
	background:url(../img/reab-more-button.png) no-repeat;
	width:152px;
	height:53px;
	text-align:center;
	margin-left:-3px;
	margin-top:18px;
}
.read-more-button:hover{
	-webkit-filter: contrast(120%); /* Safari */
    filter: contrast(120%);
}
.read-more-button a{
	text-decoration:none;
	color:#6d342e;
	text-shadow:1px 1px #fff;
	line-height:44px;
	display:block;
}
.news-text-block{
	//margin-left:165px;
}
.news-title{
	margin-bottom:20px;
}
.news-title a{
	color:#e3536e;
	font-size:22px;
	text-decoration:none;
}
.news-text{
	color:#806360;
	line-height:18px;
	margin-bottom:20px;
}
.news-date{
	color:#b28e78;
}
.news-date span{
	margin-right:24px;
}
.navigation{
	margin-top:45px;
	text-align:center;
}
.navigation a{
	text-decoration:none;
	color:#b28e78;
	height:34px;
	width:29px;
	display:inline-block;
	line-height:34px;
	text-align:center;
	border-radius:7px;
}
.navigation a:hover{
	background:url(../img/nav-hover.png) no-repeat;
}
.navigation-active{
	background:url(../img/nav-hover.png) no-repeat;
	border-radius:7px;
	height:34px;
	width:29px;
	display:inline-block;
	line-height:34px;
	text-align:center;
}
.nav-str{
	display:inline !important;
	margin:0px 15px;
}
.nav-str:hover{
	background:none !important;
	color:#6d342e;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 275px;
}
.server-status-title{
	background:url(../img/left-sidebar-title.png) no-repeat;
	height:92px;
	padding-top:42px;
	padding-left:30px;
	width:280px;
	margin-left:-29px;
	margin-top:-27px;
	text-shadow:3px 3px 7px #000;
	font-size:18px;
	color:#f7d9b5;
	text-align:center;
}

.server-status-title2{
	background:url(../img/right-sidebar-title.png) no-repeat;
	height:92px;
	padding-top:42px;
	padding-right:45px;
	width:280px;
	margin-left: 0px;
	margin-top:-27px;
	text-shadow:3px 3px 7px #000;
	font-size:18px;
	color:#4f1a15;
	text-align:center;
	margin-bottom:-57px;
}
.servers{
	width:220px;
	margin-left:28px;
	margin-top:-23px;
	margin-bottom:20px;
}
.status-bg{
	background:url(../img/status-bg.png) no-repeat;
	height:35px;
	padding:4px 10px 0px 10px;
	margin-top:2px;
}
.status-active-green{
	background:url(../img/status-bg-active.png) repeat-x;
	height:15px;
	margin-left:1px;
	border-radius:10px;
	position:relative;
}
.servers p{
	color:#fff;
	padding-left: 15px;
    padding-right: 7px;
}
.server-name{
	color:#d7b996 !important;
	text-shadow:2px 2px #333;
	padding-bottom:4px;
}
.servers p span{
	float:right;
	color:#713028 !important;
	font-size:12px;
}
.status-active-green img, .status-active-orange img{
	position:absolute;
	left:100%;
	margin-top:-6px;
	margin-left:-5px;
}
.status-active-green span{
	position:absolute;
	left:100%;
	margin-top:-20px;
	margin-left:-12px;
	color:#5af23b;
	font-size:12px;
	text-align:center;
	width:30px;
	text-shadow:0.1px 0.1px #5af23b;
}
.status-active-orange{
	background:url(../img/status-bg-active-orange.png) repeat-x;
	height:15px;
	margin-left:1px;
	border-radius:10px;
	position:relative;
}
.status-active-orange span{
	position:absolute;
	left:100%;
	margin-top:-20px;
	margin-left:-12px;
	color:#ffb635;
	font-size:12px;
	text-align:center;
	width:30px;
	text-shadow:0.1px 0.1px #5af23b;
}
.total-onl{
	color:#f7d9b5;
	padding-left:40px;
	margin-top:-15px;
	margin-bottom:35px;
}

.total-onl span{
	color:#00FF2A;
}
.user{
	padding:0px 43px 0px 43px;
	font-size:18px;
	color:#f7d9b5;
	margin-top:-20px;
}
.user p{
	text-shadow:2px 2px 7px #000;
}
.user span{
	color:#fff;
}
.avatar{
	background:url(../img/avatar-bg.png) no-repeat;
	height:134px;
	width:132px;
	margin-top:8px;
	margin-left:32px;
	text-align:center;
	position:relative;
}
.avatar img{
	border-radius:50%;
	width:76px;
	height:76px;
	margin-top:27px;
}
.avatar span{
	color:#76d70e;
	position:absolute;
	height:30px;
	width:30px;
	margin-top:95px;
	margin-left:-9px;
	font-size:14px;
}
.account-menu{
	margin-top:7px;
}
.account-menu li:hover{
	background:url(../img/account-menu-hover.png) center no-repeat;
	margin-left:-5px;
}
.account-menu a:hover{
	color:#fff;
}
.account-menu a{
	text-decoration:none;
	color:#f7d9b5;
	font-size:14px;
	background:url(../img/str-menu-account.png) left no-repeat;
	padding-left:20px;
	line-height:26px;
	display:block;
	text-shadow:2px 2px 7px #000;
}
.logaut{
	width:89px;
	height:39px;
	margin:0 auto;
	background:url(../img/log-out.png) no-repeat;
	text-align:center;
	margin-top:30px;
}
.logaut a{
	text-decoration:none;
	font-size:14px;
	color:#6d342e;
	text-shadow:1px 1px #fff;
	line-height:39px;
	display:block;
	-webkit-box-shadow: 0px 19px 62px -11px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 19px 62px -11px rgba(0,0,0,0.8);
box-shadow: 0px 19px 62px -11px rgba(0,0,0,0.8);
}
.logaut:hover{
	-webkit-filter: contrast(130%); /* Safari */
    filter: contrast(130%);
}

/* DEMO 1 */
.wrapper-demo{
	height:46px;
}
.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 170px;
    padding: 10px 10px 12px 10px;
    margin: 0 auto;
	background:url(../img/input-bg.jpg) no-repeat;
    /* Styles */
    color: #9c615c;
    outline: none;
    cursor: pointer;
	font-size:15px;
	-webkit-box-shadow: 0px 14px 41px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 14px 41px -8px rgba(0,0,0,0.75);
box-shadow: 0px 14px 41px -8px rgba(0,0,0,0.75);
}

.wrapper-dropdown-1:after {
    content:url(/../img/str-select.png);
    width: 0;
    height: 0;
    position: absolute;
    right: 26px;
	margin-top:-10px;
    top: 50%;   
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	background:#42140f;
	color:#9c615c;
	border:1px solid #5e211b;
    /* Styles */
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */
	-webkit-box-shadow: 0px 19px 62px -14px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 19px 62px -14px rgba(0,0,0,0.8);
box-shadow: 0px 19px 62px -14px rgba(0,0,0,0.8);
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color:#9c615c;
    padding: 10px 20px;
}
.wrapper-dropdown-1 .dropdown li a:hover{
	background:#4e1f19;
	color:#fff;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    margin-top: -10px;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}
.login-form{
	margin:0 auto;
	margin-top:-20px;
	width:190px;
}
.login-form input{
	background:url(../img/input-bg.jpg) no-repeat;
	width:170px;
	height:37px;
	border:none;
	font-size:15px;
	color:#fff;
	padding:0px 10px;
	margin-bottom:11px;
	font-family:"Philosopher";
	-webkit-box-shadow: 0px 14px 41px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 14px 41px -8px rgba(0,0,0,0.75);
box-shadow: 0px 14px 41px -8px rgba(0,0,0,0.75);
}
.login-form input:focus{
	outline:1px solid #d94b11;
}
::-webkit-input-placeholder {color:#9c615c;}
::-moz-placeholder          {color:#c9c615c;}/* Firefox 19+ */
:-moz-placeholder           {color:#9c615c;}/* Firefox 18- */
:-ms-input-placeholder      {color:#9c615c;}

.login-button{
	text-align:center;
	margin-top:15px;
}
.login-button button{
	display:block;
	border:none;
	width:89px;
	height:39px;
	background:url(../img/log-out.png) no-repeat;
	color:#6d342e;
	text-shadow:1px 1px #fff;
	cursor:pointer;
	-webkit-box-shadow: 0px 19px 74px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 19px 74px -10px rgba(0,0,0,0.75);
box-shadow: 0px 19px 74px -10px rgba(0,0,0,0.75);
}
.login-button button:hover{
	-webkit-filter: contrast(130%); /* Safari */
    filter: contrast(130%);
}
.lost-pass{
	float:right;
	line-height:20px;
	margin-top:15px;
}
.lost-pass a{
	color:#f7d9b5;
	float:right;
	text-decoration:none;
	text-shadow:2px 2px 7px #000;
}
.lost-pass a:hover{
	color:#fff;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	width: 297px;
}
.top-block{
	margin-bottom:45px;
}
.top-title{
	background:url(../img/right-sidebar-title.png) no-repeat;
	width:296px;
	height:90px;
	margin-top:-28px;
	text-align:center;
	padding-top:10px;
	padding-right:30px;
	color:#f7d9b5;
	font-size:18px;
}



.tabs {
	width:210px;
	margin:0 auto;
	margin-top:-25px;
}
.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	position: relative;
	border-bottom:1px solid #edd4c7;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.tabs__caption li {
	margin: 1px 0 0 1px;
	color: #b28e78;
	padding-bottom:18px;
	width:49%;
	position: relative;
	text-align: center;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	color:#5f3d28;
}
.tabs__caption .active {
	color:#5f3d28;
}
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #e3536e;
}
.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
	margin-top:15px;
}
.tabs__content table{
	width:100%;
}
.tabs__content table td{
	padding:7px;
	color:#5f3d28;
}
.k-top span{
	font-size:10px;
	position:absolute;
	margin-top:-5px;
	margin-left:3px;
	color:#e3536e;
}
.tabs__content table tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.04);
}
.number-top{
	color:#9c615c !important;
}
.name-top{
	color:#e3536e !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:80px;
}
.tabs__content table tr:hover{
	background:url(../img/top-hover.png) repeat-x;
	-webkit-box-shadow: 13px 21px 38px -7px rgba(215,185,150,1);
-moz-box-shadow: 13px 21px 38px -7px rgba(215,185,150,1);
box-shadow: 13px 21px 38px -7px rgba(215,185,150,1);
}
.tabs__content table tr:hover .name-top{
	color:#806360 !important;
}
.tabs__content table tr:hover td{
	color:#806360 !important;
	
}
.video{
	width:210px;
	margin:0 auto;
	color:#bca596;
}
.video p {
	padding-top:12px;
	padding-bottom:5px;
}
.video p a{
	color:#e3536e;
	text-decoration:none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 460px;
	background:url(../img/footer-bg.jpg) no-repeat;
}
.footer-logo{
	padding-top:169px;
	text-align:center;
	padding-right:11px;
}
.footer-logo a{
	background:url(../img/footer-logo.png) no-repeat;
	width:420px;
	height:93px;
	display:block;
	margin:0 auto;
}
.footer-menu{
	text-align:center;
	color:#6c3831;
	margin-top:20px;
}
.footer-menu ul li{
	display:inline-block;
	margin:0px 35px;
}
.footer-menu ul li:after{
	content:"";
	background:#6c3831;
	width:1px;
	height:7px;
	position:absolute;
	margin-left:35px;
	margin-top:2px;
}
.footer-menu ul li:last-child:after{
	display:none !important;
}
.footer-menu ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#edb59f;
}
.footer-menu ul li a:hover{
	color:#fff;
}
.footer-text{
	text-align:center;
	width:800px;
	margin:0 auto;
	padding-top:35px;
	text-transform:uppercase;
	color:#81514c;
	font-size:10px;
	line-height:18px;
}
.copytight{
	text-align:center;
	color:#c18079;
	text-transform:uppercase;
	font-size:12px;
	padding-top:40px;
}
.copytight a{
	color:#ffd1cc;
	text-decoration:none;
}

#overlay {
  z-index: 99;
  position: fixed;
  background-color: rgba(251, 250, 243, 0.7);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}


.countdown-block {
  position: absolute;
  top: 220px;
  left: 360px;
  text-align: center;
  width: 100%;
}
.countdown-block h3 {
  color: #5a2824;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.countdown li {
  margin: 0px 7px;
  position: relative;
	list-style-type: none;
}
.countdown li:after {
  content: ":";
  position: absolute;
  right: -12px;
  top: 8px;
  font-size: 38px;
  color: #3b0c16;
}
.countdown li:first-child:after {
  __display: none;
}
.countdown li:last-child:after {
  display: none;
}

.countdown span {
  display: block;
  background: rgba(120, 40, 62, 0.5);
  border-radius: 6px;
  height: 60px;
  width: 60px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 7px;
}
.countdown p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #5a2823;
  text-transform: uppercase;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rank-list {
  display: none;
  animation: rank 0.4s ease;
}
.rank-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.4s;
  padding: 9px 0px;
}
.rank-list li .rank-ava {
  margin: 0px 15px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.rank-list li .rank-name, .rank-list li .rank-name a {
  color: #ffafc0;
}
.rank-list li .rank-name b {
  color: #fe95ad;
}
.rank-list li a {
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 4px;
}
.rank-list li:hover {
  background: #502338;
  margin: 0px -40px;
  padding: 9px 35px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
.rank-list li:hover .rank-ava {
  margin: 0px 25px 0px 15px;
}
.rank-list li:before {
  display: none;
}

.rank-list.active {
  display: block;
}

@keyframes rank {
  0% {
    display: none;
    opacity: 0;
    transform: scale(0);
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}
.tab-links {
  margin: 10px 0px;
  padding-bottom: 10px;
}
.tab-links a {
  cursor: pointer;
  color: #ffafc0;
  font-size: 13px;
  margin: 0px 3px;
}
.tab-links a.active {
  color: #ffafc0;
}
