@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    background-image: url(/sites/admiral/templates/pattern-main.jpg);
    height: 100%;
}

#very-long-page {
    position: relative;
}

#first {
    position: absolute;
    top: 100%;
}

.breadcrumbs {float:left; padding:0; margin:0;  border:0;}
.breadcrumbs li {display: inline-table; color:#FFF1A2;font-size: 13px;}

* {
 font-family: 'Didact Gothic', 'sans-serif';
}

templates {
    border: none;
}

.blue-gradient {
    background: #02d1ff;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #02d1ff 0%, #006ba4 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #02d1ff), color-stop(100%, #006ba4));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #02d1ff 0%, #006ba4 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #02d1ff 0%, #006ba4 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #02d1ff 0%, #006ba4 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #02d1ff 0%, #006ba4 100%);
}

.blue-gradient:hover {
    background: #2dffff;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #2dffff 0%, #0078bc 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2dffff), color-stop(100%, #0078bc));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #2dffff 0%, #0078bc 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #2dffff 0%, #0078bc 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #2dffff 0%, #0078bc 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #2dffff 0%, #0078bc 100%);
}

.green-gradient {
    background: #92e500;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #92e500), color-stop(100%, #2c5100));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #92e500 0%, #2c5100 100%);
}

.green-gradient:hover {
    background: #a8fd00;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #a8fd00 0%, #355c00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8fd00), color-stop(100%, #355c00));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #a8fd00 0%, #355c00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #a8fd00 0%, #355c00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #a8fd00 0%, #355c00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #a8fd00 0%, #355c00 100%);
}
.orange-gradient {
    background: #ffbe00;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #ffbe00 0%, #ba2f00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbe00), color-stop(100%, #ba2f00));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #ffbe00 0%, #ba2f00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #ffbe00 0%, #ba2f00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #ffbe00 0%, #ba2f00 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #ffbe00 0%, #ba2f00 100%);
}

.orange-gradient:hover {
    background: #ffee00;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #fe0 0%, #ff4900 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0), color-stop(100%, #ff4900));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #fe0 0%, #ff4900 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #fe0 0%, #ff4900 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #fe0 0%, #ff4900 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #fe0 0%, #ff4900 100%);
}

.ts-blue {
    text-shadow: #003858 0px 1px 0px;
}

.ts-green {
    text-shadow: #292929 0px 1px 0px;
}

.ts-orange {
    text-shadow: #7b1e00 0px 1px 0px;
}

.clearfix {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

fieldset {
    border: #000 solid 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.divider10px {
    height: 10px;
    width: 100%;
    clear: both;
}

.divider15px {
    height: 15px;
    width: 100%;
    clear: both;
}

.divider20px {
    height: 20px;
    width: 100%;
    clear: both;
}

.divider25px {
    height: 25px;
    width: 100%;
    clear: both;
}

.divider30px {
    height: 30px;
    width: 100%;
    clear: both;
}

.divider35px {
    height: 35px;
    width: 100%;
    clear: both;
}


h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
	color: #e9db91;
    padding: 0;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
	color: #e9db91;
    padding: 0;
}


.main-h3:first-letter {
    text-transform: uppercase;
}


h3 {
    
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #e9db91;
    line-height: 14px;
}

h4 {
    
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #e9db91;
    line-height: 14px;
}

p {
    font-family: arial;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.gray-line {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: none;
    height: 1px;
    border-top: #353f49 solid 1px;
}

.double-line {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0px;
    border-top: #000 solid 1px;
    border-bottom: #323c46 solid 1px;
    border-left: none;
    border-right: none;
}


header {
    background-color: #070e13;
    width: 100%;
    background-image: url(/sites/admiral/templates/head-bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    height: 108px;
}

header .shadow {
    width: 100%;
    height: 108px;
    background-position: center top;
    background-image: url(/sites/admiral/templates/header-shadow.png);
    background-repeat: no-repeat;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.container.head a.logo {
    display: inline-block;
    margin-top: 10px;
}

.container.head div {
    display: inline-block;
}


.container.head a.enter {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-decoration: none;
    
    height: 35px;
    border-radius: 1px;
    font-size: 14px;
    line-height: 38px;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 64px;
}

.container.head a.enter i {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}


.container.head a.reg {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-decoration: none;
    
    height: 35px;
    border-radius: 1px;
    font-size: 14px;
    line-height: 38px;
    vertical-align: top;
    margin-top: 20px;
    float: right;
}

.container.head a.reg i {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}

.top-nav-bar {
    display: table;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

.top-nav-bar li {
    display: table-cell;
    width: 1%;
    list-style: none;
    text-align: center;
}

.top-nav-bar li a {
    text-decoration: none;
    font-size: 13px;
    color: #cccccc;
    line-height: 18px;
    font-family: myriadpro;
    text-shadow: none;
    height: 28px;
    line-height: 30px;
    display: block;
}

.top-nav-bar li a templates {
    margin: -16px -37px 0 -4px;
    vertical-align: top;
}

.top-nav-bar li a:hover {
    color: #94d8ff;
    background: #07121c;
    background: -moz-linear-gradient(top, #07121c 0%, #051f36 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #07121c), color-stop(100%, #051f36));
    background: -webkit-linear-gradient(top, #07121c 0%, #051f36 100%);
    background: -o-linear-gradient(top, #07121c 0%, #051f36 100%);
    background: -ms-linear-gradient(top, #07121c 0%, #051f36 100%);
    background: linear-gradient(to bottom, #07121c 0%, #051f36 100%);
}


.banner-main {
    width: 100%;
    height: 237px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

.container.nav {
    position: relative;
    z-index: 9990;
}

.banner-left-side-content {
    display: inline-block;
    float: left;
    width: 320px;
}

.banner-left-side-content .know-more {
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    padding-top: 18px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    
    border-radius: 2px;
    line-height: 12px;
    margin-top: 118px;
    position: relative;
    z-index: 9990;
}

.banner-left-side-content .know-more:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(255,108,0,0.68);
    -moz-box-shadow: 0px 0px 10px rgba(255,108,0,0.68);
    box-shadow: 0px 0px 10px rgba(255,108,0,0.68);
}

.banner-left-side-content .know-more i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.banner-right-side-content {
    display: inline-block;
    float: right;
    width: 240px;
}

.banner-right-side-content .quick-reg {
    width: 160px;
    height: 60px;
    display: block;
    position: relative;
    border-radius: 2px;
    margin-top: 119px;
    color: #fff;
    
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    line-height: 18px;
    position: relative;
    z-index: 9990;
}

.banner-right-side-content .quick-reg:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(191,255,75,0.68);
    -moz-box-shadow: 0px 0px 8px rgba(191,255,75,0.68);
    box-shadow: 0px 0px 8px rgba(191,255,75,0.68);
}

.banner-right-side-content .quick-reg span {
    font-size: 24px;
}

.banner-right-side-content .quick-reg div {
    display: inline-block;
    width: 120px;
    margin-top: 13px;
    height: 40px;
}

.banner-right-side-content .quick-reg i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}

.main-nav-menu {
    margin: 0;
    padding: 0;
    line-height: 1em;
    border-bottom: #0c0d0d solid 1px;
    height: 39px;
    border-top: #2670ad solid 1px;
    font-size: 0;
    margin-top: -41px;
}

.main-nav-menu li {
    border: none;
    display: table-cell;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    border-right: #2670ad solid 1px;
    height: 39px;
    vertical-align: top;
    text-transform: uppercase;
}

.main-nav-menu li:first-child {
    width: 20px;
    height: 39px;
    border: none;
    background-image: url(/sites/admiral/templates/nav-fch-bg.jpg);
}

.main-nav-menu li:last-child {
    width: 20px;
    height: 39px;
    background-image: url(/sites/admiral/templates/nav-lch-bg.jpg);
    border: none;
}

.main-nav-menu li a.default {
    
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    height: 39px;
    border-left: #0c0d0d solid 1px;
    width: 199px;
    background-image: url(/sites/admiral/templates/nav-menu-bg.jpg);
    display: block;
    line-height: 40px;
}

.main-nav-menu li a:hover {
    background-image: url(/sites/admiral/templates/nav-menu-bg-hover.jpg);
}

.main-nav-menu li a.active {
    
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    height: 39px;
    border-left: #0c0d0d solid 1px;
    width: 158px;
    display: block;
    line-height: 40px;
    background: #92e500;
    background: url(/sites/admiral/templates/pattern_button.png),-moz-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #92e500), color-stop(100%, #2c5100));
    background: url(/sites/admiral/templates/pattern_button.png),-webkit-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-o-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),-ms-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button.png),linear-gradient(to bottom, #92e500 0%, #2c5100 100%);
}

.main-nav-menu li a i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -5px;
}

.popular-tab tr td section {
    margin-left: 10px;
}

.popular-tab tr td:first-child section {
    margin: 0;
}

.mid-bg {
    background-image: url(/sites/admiral/templates/mid-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
}

.mid-bg .mid-bg-link {
    display: block;
    width: 1350px;
    height: 100%;
    min-height: 260px;
    margin-left: -675px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
}
.mid-bg .mid-bg-link .mid-bg-button {
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.58);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.58);
    box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.58);
    width: 170px;
    position: absolute;
    top: 205px;
    right: 0;
    text-shadow: 0 0 2px rgba(58,104,0,0.5),0 0 5px rgba(58,104,0,0.5),1px 1px 0 #1d3200;
}
/* 
.btn-green {
    background: #2c5100 100%;
    background: url(/sites/admiral/templates/pattern_button-179c8b166acf1c3f3370d9e8a652c7d87096f8406b0064ff1da80c2463317f33.png),-moz-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button-179c8b166acf1c3f3370d9e8a652c7d87096f8406b0064ff1da80c2463317f33.png),-webkit-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button-179c8b166acf1c3f3370d9e8a652c7d87096f8406b0064ff1da80c2463317f33.png),-o-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button-179c8b166acf1c3f3370d9e8a652c7d87096f8406b0064ff1da80c2463317f33.png),-ms-linear-gradient(top, #92e500 0%, #2c5100 100%);
    background: url(/sites/admiral/templates/pattern_button-179c8b166acf1c3f3370d9e8a652c7d87096f8406b0064ff1da80c2463317f33.png),linear-gradient(top, #92e500 0%, #2c5100 100%);
    text-shadow: 0px 1px 0px #292929;
}
*/ 
.mid-bg .mid-bg-link .mid-bg-button span {
    display: block;
    font-size: 27px;
    line-height: 1.1em;
    padding: 12px 7px 10px;
}

.container.main {
    box-shadow: 0px 0px 14px black;
    background-image: url(/sites/admiral/templates/pattern_central.jpg);
    padding-left: 20px;
    padding-right: 20px;
    width: 960px;
}

.main-left-part-content {
    width: 710px;
    display: inline-block;
    float: left;
    vertical-align: top;
}

.main-right-part-content {
    width: 240px;
    display: inline-block;
    float: right;
    vertical-align: top;
}

.new-games-block {
    width: 100%;
}

.new-games-block section {
    display: inline-block;
    width: 220px;
    border: #050506 solid 1px;
    height: 278px;
    font-size: 0px;
    text-decoration: none;
}

.new-games-block section templates {
    width: 218px;
    height: 276px;
    border: 1px solid #5F5B5C;
}

.new-games-block section:hover div.game-over {
    display: block !important;
}

.new-games-block section:hover .game-stat {
    display: none;
}

.new-games-block section:hover .game-name {
    display: none;
}

.new-games-block section div.game-over {
    margin: 0 !important;
    width: 218px !important;
    height: 232px !important;
    padding-top: 44px;
    margin-top: 1px !important;
    margin-left: 1px !important;
    margin-left: 1px !important;
}

.game-stat {
    position: absolute;
    width: 65px !important;
    height: 65px !important;
    border: none !important;
    background-image: url(/sites/admiral/templates/stats.png);
}

.game-stat.new {
    background-position: 0px 0px;
}

.game-stat.popular {
    background-position: -65px 0px;
}

.game-stat.hot {
    background-position: -130px 0px;
}

.game-stat.oftheday {
    background-position: -195px 0px;
}

.game-name {
    height: 51px !important;
    width: 100% !important;
    max-width: 100%;
    border: none !important;
    background-image: url(/sites/admiral/templates/game-name-bg.png);
    background-repeat: repeat-x;
    
    color: #e9db91;
    margin-top: -51px;
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 16px;
}

.game-name tr td {
    padding-left: 10px;
    padding-right: 5px;
    height: 43px !important;
    padding-bottom: 8px;
    vertical-align: bottom;
}

.show-all {
    width: 100%;
}

.show-all div {
    display: inline-block;
    float: left;
    text-align: right;
    width: 445px;
    font-family: myriadpro;
    font-size: 14px;
    color: #cccccc;
    line-height: 36px;
}

.show-all a {
    display: inline-block;
    float: right;
    width: 220px;
    height: 27px;
    padding-top: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    
    text-align: center;
    line-height: 12px;
    border-radius: 1px;
}

.show-all a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pop-games-table {
    width: 100%;
}

.pop-games-table tr td {
    width: 228px;
    height: 169px;
}

.pop-games-table tr td:first-child div {
    margin-left: 0;
}

.pop-games-table tr td:last-child div {
    margin-left: 6px;
}

.pop-games-table tr td:first-child div:hover {
    margin-left: -6px;
}

.pop-games-table tr td:last-child div:hover {
    margin-left: -2px;
}

.pop-games-table tr td div {
    width: 220px;
    height: 157px;
    border: #050506 solid 1px;
    position: absolute;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 3px;
}

.pop-games-table tr td div:hover {
    width: 234px;
    height: 167px;
    margin-top: -85px;
    margin-left: -4px;
}

.pop-games-table tr td div:hover .game-stat {
    display: none;
}

.pop-games-table tr td div .game-stat {
    margin: 0 !important;
}

.pop-games-table tr td div templates {
    width: 218px;
    border: #5f5b5c solid 1px;
    height: 155px;
}

.pop-games-table tr td div:hover templates {
    width: 232px !important;
    height: 165px !important;
}

.pop-games-table tr td div .game-name {
    margin-top: -56px !important;
}

.pop-games-table tr td div:hover .game-name {
    display: none;
}



.now-win {
    width: 305px;
    float: left;
    display: inline-block;
}

.now-win table {
    background-color: #000;
}

.now-win table tr td {
    width: 301px;
    height: 36px;
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    border: #393c3f solid 1px;
}

.now-win table tr td div.status {
    width: 35px;
    padding-top: 10px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.now-win table tr td div.name {
    font-family: arial;
    font-size: 12px;
    color: #ccc;
    line-height: 36px;
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.now-win table tr td div.win {
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.now-win table tr td div.win b {
    font-family: arial;
    font-size: 12px;
    color: #e9db91;
    line-height: 12px;
}

.now-win table tr td div.win a {
    clear: both;
    font-size: 11px;
    color: #ccc;
    text-decoration: none;
    font-family: arial;
    display: block;
    line-height: 10px;
}

.now-win table tr td div.win a:hover {
    text-decoration: underline;
    color: #fff;
}

.main-news {
    width: 394px;
    float: right;
    display: inline-block;
}

.main-news h3 a {
    display: inline-block;
    float: right;
    color: #e9db91;
    font-family: arial;
    font-size: 11px;
    padding-right: 3px;
}

.main-news table {
    background-color: #000;
}

.main-news table tr td {
    width: 390px;
    height: 75px;
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    border: #393c3f solid 1px;
}

.main-news table tr td:hover {
    background-image: url(/sites/admiral/templates/pattern_blocck-dark.jpg);
}

.main-news table tr td .news {
    text-decoration: none;
}

.main-news table tr td .news templates {
    float: left;
    display: inline-block;
    width: 100px;
    height: 75px;
    border-right: #393c3f solid 1px;
}

.main-news table tr td .news div {
    padding: 0 10px;
    /*width: 268px;*/
    border-left: #000 solid 1px;
    max-height: 75px;
    min-height: 75px;
    overflow: hidden;
}

.main-news table tr td .news div b {
    font-family: myriadpro;
    font-size: 14px;
    display: block;
    color: #e9db91;
    padding: 4px 0;
    line-height: 100%;
}

.main-news table tr td .news div b a {
    text-decoration: none;
}

.main-news table tr td .news div b a:hover {
    text-decoration: underline;
}

.main-news table tr td .news div p {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 11px;
    color: #ccc;
    line-height: 100%;
}

.main-h3 {
    
    color: #e9db91;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.main-h3:first-letter {
    text-transform: uppercase;
}

.search-block {
    width: 100%;
    height: 37px;
    border: #000 solid 1px;
}

.search-block input {
    border: #393c3f solid 1px;
    height: 35px;
    border-right: none;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    background: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    color: #999;
    position: absolute;
    width: 203px;
    z-index: 1;
    border-radius: 0px !important;
    line-height: 34px;
}

.search-block button {
    width: 36px;
    height: 37px;
    border: #393c3f solid 1px;
    border-left: none;
    float: right;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10;
}

.search-block button i {
    margin-left: auto;
    margin-right: auto;
}

.rp-blick {
    width: 240px;
    height: 10px;
    clear: both;
    background-repeat: no-repeat;
    background-image: url(/sites/admiral/templates/rp-blick.png);
    background-position: center center;
}

.right-part-block {
    width: 238px;
    border: #000 solid 1px;
}

.right-part-block .inside {
    width: 236px;
    border: #393c3f solid 1px;
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
}

.right-part-block .inside .title {
    
    font-size: 18px;
    color: #e9db91;
    width: 100%;
    text-align: center;
    line-height: 42px;
}

.right-part-block .inside a.image-link {
    width: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    border: #000 solid 1px;
}

.right-part-block .inside a.image-link.small {
    height: 157px;
}

.right-part-block .inside a.image-link .game-name {
    padding-right: 10px;
    line-height: 16px;
    margin-top: -56px;
}

.right-part-block .inside a.image-link templates {
    width: 218px;
    height: 276px;
    border: #525355 solid 1px;
}


.right-part-block .inside a.image-link.small templates {
    height: 155px;
}

.right-part-block .inside a.play-btn {
    display: block;
    width: 137px;
    height: 47px;
    padding-left: 41px;
    padding-right: 41px;
    margin-left: auto;
    margin-right: auto;
    
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    padding-top: 13px;
    border-radius: 2px;
}

.right-part-block .inside a.play-btn:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(191,255,75,0.68);
    -moz-box-shadow: 0px 0px 8px rgba(191,255,75,0.68);
    box-shadow: 0px 0px 8px rgba(191,255,75,0.68);
}

.right-part-block .inside a.play-btn i {
    float: left;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: 4px;
}

.right-part-block .inside a.play-btn span {
    font-size: 26px;
}

.right-part-block .inside a.btn {
    display: block;
    width: 220px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 10px;
    border-radius: 1px;
    padding-top: 10px;
}

.right-part-block .inside a.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.right-part-block .now-win {
    width: 236px;
    float: none;
    margin-bottom: -4px;
}

.right-part-block .now-win .status {
    display: none;
}

.right-part-block .now-win td {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.right-part-block .inside center {
    font-family: myriadpro;
    font-size: 14px;
    color: #999;
    margin-top: -12px;
}

.game-description-block {
    width: 708px;
    border: #000 solid 1px;
}

.game-description-block .inside {
    border: #393c3f solid 1px;
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    padding-left: 18px;
    padding-right: 18px;
}

.main-screenshot-bl {
    width: 630px;
    height: 501px;
}

.main-screenshot-bl templates {
    width: 668px;
    height: 501px;
    border: #fff600 solid 2px;
    margin-left: auto;
    margin-right: auto;
}

.small-sceens-bl {
    width: 100%;
}

.small-screen {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.small-screen:last-child {
    margin: 0;
}

.small-screen.mid {
    margin-top: 6px;
}

.small-screen.last {
    margin-top: 6px;
}

.small-sceens-bl templates {
    width: 160px;
    height: 96px;
    opacity: 0.7;
}
/*
.small-screen.active {
    background-image: url(/sites/admiral/templates/active-screen-db764e30288c309cc79d0e6abb3d7343.png);
    background-repeat: no-repeat;
    width: 162px;
    margin-top: -3px;
}

.small-screen.active templates {
    opacity: 1;
    margin-top: 8px;
    margin-left: 3px;
    width: 154px;
    height: 90px;
}
*/
.main-action-block {
    width: 706px;
    margin-left: auto;
    margin-right: auto;
    min-height: 157px;
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    border: #000 solid 1px;
    position: relative;
}

.main-action-block.news {
    min-height: 187px;
}

.main-action-block.news .main-h3 div {
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 11px;
    color: #999;
    width: 109px;
}

.main-action-block.news .main-h3 div i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.pagination-block.news {
    width: 706px;
}

.pagination-block.news .ins {
    width: 704px;
}

.main-action-block.news .bot-left {
    width: 220px;
    display: inline-block;
    float: left;
    border-right: #393c3f solid 1px;
    border-top: #393c3f solid 1px;
    height: 28px;
    text-align: center;
    margin-left: -1px;
    color: #999;
    line-height: 28px;
    font-family: arial;
    font-size: 12px;
}

.main-action-block.news .bot-left i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.main-action-block .inside {
    border: #393c3f solid 1px;
}

.main-action-block.news .bot-right {
    display: inline-block;
    float: right;
    border-top: #393c3f solid 1px;
    height: 28px;
    border-left: none;
    margin-right: -1px;
    color: #999;
    line-height: 28px;
    font-family: arial;
    font-size: 11px;
    width: 454px;
    padding-left: 13px;
    padding-right: 17px;
}

.main-action-block.news .bot-right div {
    display: inline-block;
    float: right;
}

.main-action-block.news .bot-right div i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.main-action-block.news .bot-right span {
    color: #fff;
}

.action-left-side {
    width: 220px;
    border-right: #000 solid 1px;
    height: 157px;
    display: inline-block;
    float: left;
}
/*
.action-left-side .over {
    background-image: url(/sites/admiral/templates/light-dark-overlay-2f1cfa682a3bcfdfd40ef26a6d6eba3c.png);
    width: 220px;
    cursor: pointer;
    height: 157px;
    position: absolute;
    display: none;
}
*/
.action-left-side .over .more {
    display: block;
    width: 132px;
    height: 50px;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    margin-top: 47px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

.action-left-side:hover .over {
    display: block;
}

.action-left-side .over .more i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    float: left;
    margin-top: 2px;
}

.action-left-side templates {
    width: 220px;
    height: 157px;
}

.action-right-side {
    display: inline-block;
    float: right;
    width: 443px;
    padding-left: 20px;
    padding-right: 20px;
}

.action-right-side .text {
    min-height: 54px;
}

.action-right-side .more {
    display: block;
    float: right;
    width: 99px;
    height: 29px;
    
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
    line-height: 32px;
    margin: 5px 0 15px;
}

.main-action-block.news .action-right-side .more {
    width: 140px;
}


.news-top-templates-block {
    width: 220px;
    height: 157px;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
}

.news-top-templates-block templates {
    border-bottom: #000 solid 1px;
    width: 220px;
    height: 157px;
}

.news-top-templates-block ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.news-top-templates-block ul li {
    display: inline-block;
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
    font-family: arial;
    font-size: 10px;
    color: #999;
    vertical-align: middle;
}

.news-top-templates-block ul li:first-child {
    margin-left: 8px;
}

.main-h3.margin {
    margin-top: 20px;
}

.date {
    font-family: arial;
    font-size: 12px;
    color: #999;
}

.date i {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.main-p {
    color: #ccc !important;
    margin-top: 20px !important;
    font-size: 12px !important;
    font-family: arial !important;
    font-weight: normal !important;
}

.news-main-image {
    width: 670px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-like-block {
    font-family: arial;
    font-size: 12px;
    color: #999;
    height: 35px;
    padding-left: 20px;
}

.news-like-block span {
    color: #ccc;
    line-height: 36px;
}

.news-like-block ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
}

.news-like-block ul li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
    vertical-align: middle;
}

.news-main-textarea {
    width: 628px;
    height: 80px;
    resize: none;
    border: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
    font-family: arial;
    font-size: 12px;
}



.pagination-block.small {
    width: 646px;
}

.pagination-block.small .ins {
    width: 644px;
}



footer {
    background-image: url(/sites/admiral/templates/footer-bg.jpg);
    height: 290px;
    padding-top: 1px;
    background-color: #070d12;
}

footer hr {
    background-color: #12273b;
    height: 1px;
    border: none;
    width: 100%;
    margin: 0;
}

.footer-logo {
    display: inline-block;
    float: left;
    vertical-align: top;
    background-image: url(/sites/admiral/templates/footer-logo.png);
    width: 133px;
    height: 130px;
    margin-left: 60px;
    margin-right: 150px;
}

.footer-list-bl {
    padding-right: 70px;
    display: inline-block;
    vertical-align: top;
}

.footer-list-bl:last-child {
    padding: 0;
}

.footer-list-bl h4 {
    font-family: arial;
    font-size: 12px;
    color: #fff;
    margin: 0;
    margin-bottom: 4px;
}

.footer-list-bl ul {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

.footer-list-bl ul li {
    list-style: none;
}

.footer-list-bl ul li a {
    font-family: arial;
    font-size: 12px;
    color: #6e7981;
    text-decoration: none;
    line-height: 18px;
}

.footer-list-bl ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-socials {
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-top: 13px;
    width: 300px;
    display: inline-block;
}

.footer-socials li {
    display: inline-block;
    text-decoration: none;
    margin-left: 8px;
}

.footer-garanties {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 385px;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
}

.footer-garanties li {
    display: inline-block;
    margin-left: 18px;
    list-style: none;
}

.icon {
    background-image: url(/sites/admiral/templates/icon-sprite.png);
    display: block;
}

.icon.vk-small {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
}

.icon.odnoklasniki-small {
    width: 16px;
    height: 16px;
    background-position: -21px 0px;
}

.icon.mail-small {
    width: 16px;
    height: 16px;
    background-position: -42px 0px;
}

.icon.facebook-small {
    width: 16px;
    height: 16px;
    background-position: -63px 0px;
}

.icon.twitter-small {
    width: 16px;
    height: 16px;
    background-position: -84px 0px;
}

.icon.google-small {
    width: 16px;
    height: 16px;
    background-position: -105px 0px;
}

.icon.yandex-small {
    width: 16px;
    height: 16px;
    background-position: -126px 0px;
}

.icon.vk-big {
    width: 32px;
    height: 32px;
    background-position: -157px -49px;
}

.icon.odnoklasniki-big {
    width: 32px;
    height: 32px;
    background-position: -191px -49px;
}

.icon.mail-big {
    width: 32px;
    height: 32px;
    background-position: -225px -49px;
}

.icon.facebook-big {
    width: 32px;
    height: 32px;
    background-position: -259px -49px;
}

.icon.twitter-big {
    width: 32px;
    height: 32px;
    background-position: -293px -49px;
}

.icon.google-big {
    width: 32px;
    height: 32px;
    background-position: -327px -49px;
}

.icon.yandex-big {
    width: 32px;
    height: 32px;
    background-position: -361px -49px;
}

.icon.life-journal-big {
    width: 32px;
    height: 32px;
    background-position: -395px -49px;
}

.icon.fvk {
    width: 24px;
    height: 24px;
    background-position: 0px -190px;
}

.icon.fod {
    width: 24px;
    height: 24px;
    background-position: -32px -190px;
}

.icon.fma {
    width: 24px;
    height: 24px;
    background-position: -64px -190px;
}

.icon.ffb {
    width: 24px;
    height: 24px;
    background-position: -96px -190px;
}

.icon.fgo {
    width: 24px;
    height: 24px;
    background-position: -128px -190px;
}

.icon.ftw {
    width: 24px;
    height: 24px;
    background-position: -160px -190px;
}

.icon.fya {
    width: 24px;
    height: 24px;
    background-position: -192px -190px;
}

.icon.fvk:hover {
    width: 24px;
    height: 24px;
    background-position: 0px -216px;
}

.icon.fod:hover {
    width: 24px;
    height: 24px;
    background-position: -32px -216px;
}

.icon.fma:hover {
    width: 24px;
    height: 24px;
    background-position: -64px -216px;
}

.icon.ffb:hover {
    width: 24px;
    height: 24px;
    background-position: -96px -216px;
}

.icon.fgo:hover {
    width: 24px;
    height: 24px;
    background-position: -128px -216px;
}

.icon.ftw:hover {
    width: 24px;
    height: 24px;
    background-position: -160px -216px;
}

.icon.fya:hover {
    width: 24px;
    height: 24px;
    background-position: -192px -216px;
}

.icon.garanty1 {
    width: 44px;
    height: 21px;
    background-position: 0px -251px;
}

.icon.garanty2 {
    width: 37px;
    height: 24px;
    background-position: -60px -250px;
}

.icon.garanty3 {
    width: 43px;
    height: 22px;
    background-position: -114px -252px;
}

.icon.garanty4 {
    width: 42px;
    height: 17px;
    background-position: -171px -254px;
}

.icon.garanty5 {
    width: 43px;
    height: 21px;
    background-position: -227px -252px;
}

.icon.garanty6 {
    width: 43px;
    height: 20px;
    background-position: -284px -254px;
}

.icon.garanty1:hover {
    width: 44px;
    height: 21px;
    background-position: 0px -277px;
}

.icon.garanty2:hover {
    width: 37px;
    height: 24px;
    background-position: -60px -276px;
}

.icon.garanty3:hover {
    width: 43px;
    height: 22px;
    background-position: -114px -278px;
}

.icon.garanty4:hover {
    width: 42px;
    height: 17px;
    background-position: -171px -280px;
}

.icon.garanty5:hover {
    width: 43px;
    height: 21px;
    background-position: -227px -278px;
}

.icon.garanty6:hover {
    width: 43px;
    height: 20px;
    background-position: -284px -280px;
}

.icon.enter {
    width: 23px;
    height: 21px;
    background-position: -152px -1px;
}

.icon.reg {
    width: 20px;
    height: 22px;
    background-position: -177px 0px;
}

.icon.drop {
    width: 20px;
    height: 22px;
    background-position: 0px -49px;
}

.icon.search {
    width: 23px;
    height: 23px;
    background-position: -459px 0px;
}

.icon.play-big {
    width: 32px;
    height: 32px;
    background-position: -24px -49px;
}

.icon.play {
    width: 23px;
    height: 23px;
    background-position: -107px -49px;
}

.icon.take-part {
    width: 23px;
    height: 23px;
    background-position: -220px 0px;
}

.icon.take-part-action {
    width: 23px;
    height: 23px;
    background-position: -132px -49px;
}

.icon.drop-arrow {
    width: 26px;
    height: 18px;
    background-position: -429px -49px;
}

.icon.demo {
    width: 24px;
    height: 20px;
    background-position: -58px -49px;
}

.icon.plus {
    width: 32px;
    height: 32px;
    background-position: -276px -0px;
}

.icon.jackpot {
    width: 16px;
    height: 23px;
    background-position: -202px 0px;
}

.icon.small-drop {
    width: 8px;
    height: 5px;
    background-position: -258px 0px;
}

.icon.reg-big {
    width: 29px;
    height: 33px;
    background-position: -310px 0px;
}

.icon.more {
    width: 17px;
    height: 20px;
    background-position: -107px -161px;
}

.icon.bplus {
    width: 16px;
    height: 17px;
    background-position: -137px -163px;
}

.icon.bdrop {
    width: 19px;
    height: 15px;
    background-position: -162px -165px;
}

.icon.bcross {
    width: 13px;
    height: 13px;
    background-position: -189px -167px;
}

.icon.quit {
    width: 21px;
    height: 22px;
    background-position: -211px -162px;
}

.icon.add {
    width: 13px;
    height: 18px;
    background-position: -236px -164px;
}

.icon.alert {
    width: 24px;
    height: 24px;
    background-position: -222px -192px;
}

.icon.left {
    width: 9px;
    height: 16px;
    background-position: -85px -49px;
}

.icon.right {
    width: 9px;
    height: 16px;
    background-position: -96px -49px;
}

.icon.splus {
    width: 22px;
    height: 23px;
    background-position: -254px -163px;
}

.icon.bcash {
    width: 25px;
    height: 31px;
    background-position: -284px -155px;
}

.icon.bchat {
    width: 32px;
    height: 28px;
    background-position: -317px -158px;
}

.icon.gcross {
    width: 22px;
    height: 22px;
    background-position: -360px -160px;
}

.icon.benter {
    width: 34px;
    height: 32px;
    background-position: -391px -155px;
}

.icon.headphones {
    width: 59px;
    height: 81px;
    background-position: -361px -191px;
}

.icon.refresh {
    width: 25px;
    height: 31px;
    background-position: -439px -155px;
}

.icon.money-play {
    width: 31px;
    height: 32px;
    background-position: -434px -196px;
}

.icon.deposit {
    width: 22px;
    height: 23px;
    background-position: -132px -49px;
}

.icon.bstick {
    width: 19px;
    height: 22px;
    background-position: -452px -241px;
}

.icon.mail {
    width: 26px;
    height: 19px;
    background-position: -224px -223px;
}

.icon.sadmiral {
    width: 28px;
    height: 21px;
    background-position: -322px -231px;
}

.icon.dollar {
    width: 15px;
    height: 29px;
    background-position: -462px -82px;
}

.icon.tournament {
    width: 22px;
    height: 23px;
    background-position: -340px -257px;
}
/*
.icon.lottery {
    width: 23px;
    height: 23px;
    background: url(/sites/admiral/templates/lotteries/icons-8c2357a49462744f9f3004c1faa74062.png);
}

.icon.tournament-vip {
    background: url(/sites/admiral/templates/tourneys/icons-8c2357a49462744f9f3004c1faa74062.png) 0 -46px;
    height: 23px;
    width: 59px;
}

.icon.championship {
    width: 22px;
    height: 23px;
    background: url(/sites/admiral/templates/championships/icons-8c2357a49462744f9f3004c1faa74062.png) 0 -23px;
}
*/
.icon.scalendar {
    width: 11px;
    height: 13px;
    background-position: -374px -284px;
}

.icon.watch {
    width: 14px;
    height: 10px;
    background-position: -389px -286px;
}

.icon.schat {
    width: 12px;
    height: 11px;
    background-position: -406px -286px;
}

.icon.bcomment {
    width: 23px;
    height: 21px;
    background-position: -434px -267px;
}

.icon.gdemo {
    width: 32px;
    height: 27px;
    background-position: -450px -121px;
}

.icon.ptr {
    width: 42px;
    height: 28px;
    background-position: -265px -224px;
}

.icon.grcross {
    width: 29px;
    height: 30px;
    background-position: -430px -68px;
}

.icon.new {
    width: 18px;
    height: 18px;
    background-position: -464px -57px;
}

.icon.popular {
    width: 18px;
    height: 17px;
    background-position: -341px 0px;
}

.icon.popular.active {
    width: 19px;
    height: 18px;
    background-position: -341px -20px;
}

.icon.slots {
    width: 18px;
    height: 16px;
    background-position: -361px -1px;
}

.icon.slots.active {
    width: 19px;
    height: 17px;
    background-position: -361px -21px;
}

.icon.roulettes {
    width: 18px;
    height: 18px;
    background-position: -381px 0px;
}

.icon.roulettes.active {
    width: 19px;
    height: 19px;
    background-position: -381px -20px;
}

.icon.cards {
    width: 18px;
    height: 16px;
    background-position: -401px -1px;
}

.icon.cards.active {
    width: 19px;
    height: 17px;
    background-position: -401px -21px;
}

.icon.videopokers {
    width: 17px;
    height: 17px;
    background-position: -421px 0px;
}

.icon.videopokers.active {
    width: 18px;
    height: 18px;
    background-position: -421px -20px;
}

.icon.others {
    width: 16px;
    height: 16px;
    background-position: -440px -1px;
}

.icon.others.active {
    width: 17px;
    height: 17px;
    background-position: -440px -21px;
}

.icon.new.bactive {
    width: 18px;
    height: 18px;
    background-position: -92px -23px;
}

.icon.popular.bactive {
    width: 18px;
    height: 17px;
    background-position: -133px -24px;
}

.icon.slots.bactive {
    width: 19px;
    height: 17px;
    background-position: -5px -23px;
}

.icon.roulettes.bactive {
    width: 18px;
    height: 19px;
    background-position: -29px -22px;
}

.icon.cards.bactive {
    width: 18px;
    height: 17px;
    background-position: -50px -23px;
}

.icon.videopokers.bactive {
    width: 18px;
    height: 18px;
    background-position: -113px -23px;
}

.icon.others.bactive {
    width: 16px;
    height: 17px;
    background-position: -73px -23px;
}
/*
.stat-icon.stat {
    background-image: url(/sites/admiral/templates/stst-icon-8bcef53855ecdbfb11b18e538f21f94b.png);
    width: 32px;
    height: 20px;
    display: block;
}

.award-i.main {
    background-image: url(/sites/admiral/templates/award-i-5db08e599bad69e2010ad4399b58137e.png);
    width: 24px;
    height: 24px;
    display: block;
}

.icon.admiral {
    background-image: url(/sites/admiral/templates/admiral-ico-9a5d7e7feae80da33d4c4e6d63abca92.png);
    width: 61px;
    height: 47px;
}

.icon.award {
    background-image: url(/sites/admiral/templates/award-3b2b848d85f86524fbaf1d508b37ccb1.png);
    width: 61px;
    height: 47px;
}

.icon.b-icon {
    background-image: url(/sites/admiral/templates/d-icon-5d6b72f9cffd191b5c63942dcf68186f.png);
    width: 54px;
    height: 53px;
}

.stat-icon {
    display: block;
    width: 65px;
    height: 43px;
    background-image: url(/sites/admiral/templates/stat-i-0077b45baa21044203685838b04a876e.png);
}
*/
.top-pic {
    margin: 0 0 26px -20px;
}




.section {
    margin-top: 10px;
    width: 938px;
    margin-left: auto;
    margin-right: auto;
}

ul {
    margin: 0;
    padding: 0;
}



.logo-link {
    position: absolute;
    top: 3px;
    left: 22px;
    width: 304px;
    height: 75px;
}


html,body {
    width: 100%;
    min-height: 100%;
}

html {
    position: relative;
}

a {
    color: #FFF1A2;
}


.socials {
    display: inline-block;
    background-color: #030d17;
    border: #232d36 solid 1px;
    width: 269px;
    height: 33px;
    margin-left: 58px;
    vertical-align: top;
    margin-top: 20px;
    border-radius: 3px;
}

.socials-new {
    display: inline-block;
    width: 230px;
    height: 33px;
    margin-left: 58px;
    vertical-align: top;
    margin-top: 20px;
    border-radius: 3px;
}

.socials span {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-left: 9px;
    margin-top: 9px;
    height: 33px;
    color: #999;
    font-family: arial;
    font-size: 12px;
}

.text {
    color: #999999;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
}

.text h1,.text h2,.text h3,.text h4,.text h5 {
    
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.4em;
    color: #e9db91;
    line-height: 1em;
}

.text h5 {
    font-size: 13px;
}

.text h4 {
    font-size: 14px;
}

.text h3 {
    font-size: 16px;
}

.text h2 {
    font-size: 18px;
}

.text h1 {
    font-size: 20px;
}

.text templates {
    margin: 20px 0;
}

.text p+p {
    margin-top: 0.5em;
}

.text ul {
    margin-left: 1em;
}

.news-content {
    padding: 0 20px;
    margin: 20px 0;
}

.news-content p {
    color: #ccc;
}

.news-block {
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    border: 1px solid #393C3F;
    min-height: 157px;
}

.status-icon {
    display: inline-block;
    width: 52px;
    height: 26px;
}

.status-icon.status-1 {
    background-image: url(/sites/admiral/templates/status-1.png);
}

.status-icon.status-2 {
    background-image: url(/sites/admiral/templates/status-2.png);
}

.status-icon.status-3 {
    background-image: url(/sites/admiral/templates/status-3.png);
}

.status-icon.status-4 {
    background-image: url(/sites/admiral/templates/status-4.png);
}

.status-icon.status-5 {
    background-image: url(/sites/admiral/templates/status-5.png);
}

.status-icon.small {
    width: 36px;
    height: 18px;
    background-size: cover;
}

.award-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 2px;
}

.award-icon-big {
    width: 66px;
    height: 66px;
    display: inline-block;
    margin: 2px;
}



.tabs li {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 306px;
}

.tabs li.current {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 308px;
}

.own-info-tab {
    border-bottom: none;
}

.border-black {
    border: 1px solid black;
}

.border-grey {
    border: 1px solid #393c3f;
}

.main-action-block.blog, .main-action-block.blog-item {
    background: #111A21 url(/sites/admiral/templates/pattern_blocck-light.jpg);
    border: 1px solid #393c3f;
    -webkit-box-shadow: 0 0 0 1px black;
    -moz-box-shadow: 0 0 0 1px black;
    box-shadow: 0 0 0 1px black;
    margin: 12px auto 0;
    min-height: 157px;
    position: relative;
    width: 704px;
    text-align: left;
}
.main-action-block {
    width: 706px;
    margin-left: auto;
    margin-right: auto;
    min-height: 157px;
    background-image: url(/sites/admiral/templates/pattern_blocck-light.jpg);
    border: #000 solid 1px;
    position: relative;
}

.main-action-block.blog .right-blog-item {
    float: left;
    margin: 20px;
    width: 196px;
}

.main-action-block.blog .right-blog-item templates {
    display: block;
    width: 100%;
    height: auto;
}

.main-action-block.blog *, .main-action-block.blog-item * {
    padding: 0;
    margin: 0;
}

.main-action-block.blog .main-title {
    padding: 10px;
    color: #fff1a2;
    text-decoration: none;
    font-size: 10px;
}

.main-action-block.blog .blog-review {
    color: #999;
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
    font-size: 12px;
    padding: 0 20px;
}

.main-action-block.blog .for-more-blog {
    text-align: right;
}

.main-action-block.blog .bottomline-blog {
    border-top: 1px solid #393c3f;
    clear: both;
    display: table;
    width: 100%;
}

.main-action-block.blog .bottomline-blog .bottom-date {
    outline: 1px solid #393c3f;
    color: #999;
    display: table-cell;
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 5px 5px 49px;
    text-align: left;
    vertical-align: top;
    width: 168px;
}

.main-action-block.blog .bottomline-blog .bottom-tag {
    color: #999;
    display: table-cell;
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
    font-size: 11px;
    padding: 6px 12px;
    text-align: left;
    vertical-align: middle;
    width: 484px;
}

.mobile-casino {
    background: url(/sites/admiral/templates/mobile-casino-bg.jpg) no-repeat 0 0;
    color: #fff;
    font-family: Arial, Helvetica, 'Liberation Sans', sans-serif;
    min-height: 685px;
    margin: 0 -20px;
    padding: 25px 20px 50px 410px;
}

.mobile-casino h1 {
    font-size: 40px;
    font-family: myriadprob;
    line-height: 1.1em;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.mobile-casino .descr-yellow {
    color: #ffb10b;
    font-size: 35px;
    margin: 5px 0 10px;
}

.mobile-casino .descr-white {
    font-size: 24px;
}

.mobile-casino .text-white {
    font-size: 20px;
    padding: 0 0 10px;
}

.mobile-casino .text-yellow-bold {
    color: #ffb10b;
    font-size: 24px;
    line-height: 1.2em;
}

.mobile-casino .qr-code {
    margin: 30px 0 25px;
}

.mobile-casino .qr-code .pic {
    border-radius: 14px;
    display: inline-block;
    width: 97px;
    height: 97px;
    margin: 0 18px 0 0;
    vertical-align: top;
}

.mobile-casino .qr-code .right .title {
    font-size: 24px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

.mobile-casino .qr-code .right .descr {
    font-size: 20px;
}

.mobile-casino .mobile-button {
    background: url(/sites/admiral/templates/mobile-button.png) no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 460px;
    height: 114px;
    padding: 0 0 0 130px; 
    text-decoration: none;
}
.mobile-casino .mobile-button .line-1 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1em;
    padding: 13px 0 0;
    text-shadow: 1px 1px 2px rgba(53,89,7,0.75);
    text-transform: uppercase;
}
.mobile-casino .mobile-button .line-2 {
    display: block;
    font-size: 19px;
    line-height: 1.1em;
    text-shadow: 1px 1px 2px rgba(53,89,7,0.46);
}
.mobile-casino .mobile-list {
    font-size: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-casino .mobile-list li {
    padding: 0 0 12px 33px;
    position: relative;
}

.mobile-casino .mobile-list li::before {
    background: url(/sites/admiral/templates/tick.png);
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    position: absolute;
    top: 2px;
    left: 0;
}