h3 {
    color: #eee;
    font-size: 32px !important;
    float: left;
    height: 36px;
    margin: -36px 0 30px !important;
    padding: 4px 0 0;
    text-align: center;
    width: 100%;
}

b {
	color: #eee;
}

a{
	color: #db852f;	
}

h4 {
    color: #eee;;
    font-size: 24px !important;
    float: left;
    height: 36px;
    margin: 0 20px 10px;
    text-align: left
    width: 100%;
}

p {
    color: #d9cfb4;
    font-size: 18px !important;
    margin: 0 20px 10px;
}

.ss_list2 li{
    color: #d9cfb4;
    font-size: 18px !important;
    margin: 0 20px 10px;
}

.ss_game_title{
	color: #d9cfb4;
	font-size: 24px;
	padding: 2px 0;
}

	
.ss_main{
    background-attachment: fixed;
    background-color: #162d44;
    background-image: url("../images/fon_layer_1.png");
    border: 1px solid #0f1d30;
    border-radius: 6px;
    padding: 20px 15px 30px;
}

.ss_deliver_1 {
    background-image: url("../images/deliver_left.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 50%;
}
.ss_deliver_2 {
    background-image: url("../images/deliver_right.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    float: right;
    height: 50px;
    width: 50%;
}
.ss_video {
    background-color: #000;
    border-radius: 8px;
    margin: 20px auto 30px;
    padding: 10px;
    width: 100%;
}

.ss_list li{
	font-size: 16px;
    list-style-image: url("../images/li_image_dark.png");
	padding: 2px 0;
}
.ss_link_lang {
    background-image: url("../images/icon_languege.png");
    background-position: 22px 50%;
    background-repeat: no-repeat;
    background-size: 20% auto;
    border-left: 1px solid #949898;
    margin: 15px 0 15px 10px !important;
    padding: 5px 0 5px 55px !important;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ss_workarea {
	background-image: url("../images/fon_layer_2.png");
	background-attachment: fixed;
	padding: 30px 0 60px;
}
.ss_social_links {
    height: 50px;
    margin: -5px auto 5px;
    width: 250px;
}
.ss_social_links  div{
    background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
    border-radius: 6px;
	cursor: pointer;
    float: left;
    height: 40px;
    margin: 0 5px;
    width: 40px;
}
.ss_social_links  div:hover{
    background-position: 0 -40px;
}
.ss_copyrhight {
    color: #eee;
	font-size: 14px;
    text-align: center;
}