body{
    margin:0;
    padding:0;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:subpixel-antialiased!important;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    background-color: #e9e9e9;
}
a{
  color: #7795af;
}
::selection {
    background: #7797b2;
}
::-moz-selection {
    background: #7797b2;
}
/***************************
****************************
Main
****************************
***************************/
.main_wrap{
    width: 100%;
    background: url("images/bg.png") no-repeat;
    background-position: center 63px;
    position: relative;
}
.main{
    margin: auto;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
    padding-top: 30px;
}
@media all and (max-width: 1059px){
    .main_adapt{
        width: 100% !important;
        min-width: 720px;
    }
}
@media all and (min-width: 710px){
  .cabinet_pay_options > a:nth-child(4n){
      margin-right: 0;
  }
}
.main_cabinet{
    padding-top: 43px;
}
.branding{
    width: 100%;
    max-height: 800px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 63px;
}
.slider_branded{
    margin-top: 79px;
}
.slider{
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.35);
    overflow: hidden;
    position: relative;
}
.slider_shadow{
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.35);
    position: absolute;
}
.no_shadow{
    box-shadow: none !important;
    top: 1px;
    margin-bottom: 1px;
}
.slider_btns{
    text-align: center;
    height: 5px;
    width: 100%;
    margin: 20px 0;
}
.slider_btns > a{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 5px;
    background: #a4a6a7;
}
.slider_btns > a:before{
    display: block;
    content: '';
    width: 0%;
    height: 100%;
    background: #7797b2;
    margin: auto;
}
.slider_btns > a:hover:before{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.slider li{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.slider ul{
    padding: 0;
    margin: 0;
}
.slider_btn{

    position: absolute;
    z-index: 2;
    margin: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    width: 29px;
    height: 53px;
    display: inline-block;
    vertical-align: top;
    background-image: url("images/slider_buttons.png");
    opacity: 0.5;
    top: 45%;
}
.slider_btn:hover{
    opacity: 1;
}

.slider_prev{
    left: 0;
}

.slider_next{
    right: 0;
    background-position: -28px 0;
}
.slider_current{
    background: #7797b2 !important;
}
.slider_current:before{
    height: 100%;
    width: 100% !important;
}
@keyframes slide_anim{
    0%   { width: 0%; }
    100% { width: 100%; }
}
.slider_current:after{
    /* animation: slide_anim 5.3s linear; */
    background: #556d80;
    display: block;
    content: '';
    width: 0%;
    height: 100%;
    position: relative;
    top: -100%;
}
/* Retina main section */
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
    .slider_btn {
        background-image: url("images/slider_buttons_2x.png");
        -webkit-background-size: 58px 53px;
        background-size: 58px 53px;
    }
}
/* Main section end */
/***************************
****************************
Game list
****************************
***************************/
.gamelist{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.gamelist > div{
    width: 195px;
    height: 266px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 19px;
}

@media (max-width: 1200px) {

    .gamelist{
        text-align: center;
        margin: 0 auto;
        padding-left: 30px;
    }
}

.gameTile{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.45);
    width: 195px;
    height: 266px;
    position: relative;
    left: 50%;
    margin-left: -97.5px;
    top: 50%;
    margin-top: -133px;
    text-align: left;
}
.gameTile:hover{
    width: 238px;
    height: 324px;
    margin-top: -162px;
    margin-left:  -119px;
    z-index: 99;
}
.gameTile:hover > .gameHover{
    opacity: 1;
}
.gameTile table{
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.gameTile:hover table{
    opacity: 0;
}
.gameName{
    width: 100%;
    height: 48.5%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 46%,rgba(0,0,0,0.75) 74%,rgba(0,0,0,1) 100%);
    position: absolute;
    bottom: 0px;
}
.gameTile > img{
    position: absolute;
    top: 0px;
    left: 0px;
}
.gameLabels{
    margin-top: -129px;
    position: relative;
    top: 84px;
}
.gameLabels2 {
    top: 62px !important;
}
.gameLabel{
    height: 26px;
    width: 150px;
    position: relative;
    left: -3px;
    background: url('images/new.png') left bottom no-repeat;
}

.gameFakeLabel{
    height: 26px;
    width: 150px;
    position: relative;
    left: -3px;
}

.gameTile-full:hover {
    height: 344px;
}

.gameTile-full .gHStores.gHStores-full {
    bottom: 48px;
}

.labelNew{
    height: 26px;
    width: 86px;
    background: url('images/new.png') left bottom no-repeat;
}
.labelHit{
    height: 26px;
    width: 49px;
    background: url('images/hit.png') left bottom no-repeat;
}

.lang-en .labelNew{
    height: 26px;
    width: 86px;
    background: url('images/new-en.png') left bottom no-repeat;
}
.lang-en .labelHit{
    height: 26px;
    width: 49px;
    background: url('images/hit-en.png') left bottom no-repeat;
}

.lang-it .labelNew{
    height: 26px;
    width: 86px;
    background: url('images/new-en.png') left bottom no-repeat;
}
.lang-it .labelHit{
    height: 26px;
    width: 49px;
    background: url('images/hit-en.png') left bottom no-repeat;
}


.labelMobile{
    height: 39px;
    width: 30px;
    background: url('images/mobile.png') left bottom no-repeat;
}
.gameName h1{
    font-family: 'exo2-semibold';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    position: relative;
    bottom: 0px;
    left: 4px;
    padding-right: 5px;
}
.gameName h2{
    color: #9e9e9e;
    font-family: 'robotocondensed';
    font-size: 15px;
    margin: 0;
    font-weight: normal;
    position: relative;
    bottom: 5px;
    left: 5px;
    vertical-align: bottom;
}
.gameHover{
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    box-shadow:inset 0px 0px 0px 1px rgba(101, 101, 101, 0.6);
}
.gameHover h1{
    font-family: 'exo2-semibold';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 14px;
    margin-left: 12px;
    font-weight: normal;
    position: relative;
}
.gameHover h2{
    color: #9e9e9e;
    font-family: 'robotocondensed';
    font-size: 16px;
    margin: 0;
    margin-top: 3px;
    margin-left: 12px;
    font-weight: normal;
    position: relative;
}
.gHhr{
    margin-top: 8px;
    margin-bottom: 12px;
    width: 100%;
    height: 1px;
    background: rgba(101, 101, 101, 0.6);
    box-shadow: 0px -1px 0px 0px rgba(1, 3, 4, 0.75);
}
.gameHover > span{
    display: block;
    color: #f5f5f5;
    font-family: 'robotocondensed';
    font-size: 14px;
    padding: 0 13px;
    line-height: 1.25;
    width: 212px;
    cursor: default;
}
.gameMobile:before{
    display: block;
    position: absolute;
    top: 6px;
    right: 4px;
    content: '';
    width: 40px;
    height: 40px;
    background: url('images/mobile.png');
    z-index: 3;
    opacity: 1;
}
.gameTile:hover:before{
    opacity: 0;
}
.gHBtn{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 212px;
    height: 34px;
    border-radius: 1px;
    background-image: url('images/play.png');
    position: absolute;
    bottom: 38px;
    left: 13px;
    font-size: 16px;
    font-family: 'exo2-bold';
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
    color: #fff;
    text-decoration: none !important;
    color: #FFF !important;
}
.gHBtn:hover{
    background-image: url('images/playh.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.gHMobBtn{
    position: absolute;
    bottom: 38px;
    left: 27px;
    width: 180px;
    height: 45px;
    border-radius: 3px;
    border: 2px solid #525252;
    background-image: url('images/dl_play.png');
    transition: all 0.3s ease;
}
.gHMobBtn:hover{
    border: 2px solid #689eca;
}
.gHAppStore{
    bottom: 97px;
    background-image: url('images/dl_appstore.png');
}
.gHHuawei{
    bottom: 117px;
    background-image: url('images/dl_huawei.png') !important;
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
}

.gHStores{
  bottom: 38px;
  position: absolute;
  left: 27px;
  width: 184px;
}
.gHStores.gHStores-full {
    bottom: 20px;
}

.gHStores > a{
  position: initial;
  display: block;
  margin-top: 10px;
}
.gHLink{
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    font-family: 'exo2-medium';
    font-size: 11px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100%;
}
.gHLink:after{
    content: ' »';
    font-size: 17px;
}
.moreGames{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 840px;
    height: 41px;
    line-height: 41px;
    background: #f1f1f1;
    box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.17);
    font-family: 'exo2-semibold';
    font-size: 16px;
    color: #a6a7a7;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: -5px;
}
.moreGames:hover{
    color: #7797b2;
    background: #f9f9f9;
}
/* Retina game list section */
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
    .gHMobBtn {
        background-image: url("images/dl_play_2x.png");
        -webkit-background-size: 180px 45px;
        background-size: 180px 45px;
    }
    .gHAppStore {
        background-image: url("images/dl_appstore_2x.png");
        -webkit-background-size: 180px 45px;
        background-size: 180px 45px;
    }
    .gHBtn{
        background-image: url("images/play_2x.png");
        -webkit-background-size: 212px 34px;
        background-size: 212px 34px;
    }
    .gHBtn:hover{
        background-image: url("images/playh_2x.png");
        -webkit-background-size: 212px 34px;
        background-size: 212px 34px;
    }
    .gameMobile:before{
        background-image: url("images/mobile_2x.png");
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }
    .gameMobile:before{
        background-image: url("images/mobile_2x.png");
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }
    .labelMobile{
        background: url('images/mobile_2x.png') left bottom no-repeat;
        -webkit-background-size: 30px 39px;
        background-size: 30px 39px;
    }
    .labelHit{
        background: url('images/hit_2x.png') left bottom no-repeat;
        -webkit-background-size: 49px 26px;
        background-size: 49px 26px;
    }
    .labelNew{
        background: url('images/new_2x.png') left bottom no-repeat;
        -webkit-background-size: 86px 26px;
        background-size: 86px 26px;
    }
}
/* Game list section end */
/***************************
****************************
Sidebar
****************************
***************************/
.sidebar{
    margin-bottom: 20px;
}
.sidebar h1{
    font-weight: normal;
    font-family: 'exo2-bold';
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
    margin: 0 !important;
}
.gcDl{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 196px;
    height: 45px;
    background: #5177a1;
    font-family: 'exo2-bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    background-image: url('images/download.png');
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    color: #fff;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    text-decoration: none;
    padding-top: 52px;
    margin-top: 19px;
    margin-bottom: 37px;
}
.gcDl:hover{
    background-image: url('images/downloadH.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.gcDlI{
  background-image: url('images/downloadI.png') !important;
  text-shadow: none !important;
  color: #dedede !important;
}
.gcDlI:hover{
  background-image: url('images/downloadI.png') !important;
  text-shadow: none !important;
  color: #dedede !important;
}
.newsBlock, .eventsBlock{
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    background: #fff;
    margin-bottom: 37px;
}
.newsBlock > a, .eventsBlock > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    font-family: 'exo2-semibold';
    color: #434343;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 14px;
}
.newsBlock > a:hover, .eventsBlock > a:hover{
    background: #e6e6e7;
}
.newsBlock > a > span, .eventsBlock > a > span{
    display: block;
    font-family: 'robotocondensed';
    color: #898989;
    font-size: 13px;
    padding-top: 5px;
}

.newsBlock h1 {
    padding: 20px 14px 12px 14px;
}

.socLink{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    height: 34px;
    line-height: 34px;
    max-width: 147px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    padding-left: 49px;
    color: #585858;
    font-family: 'exo2-semibold';
    text-decoration: none;
    text-transform: uppercase;
    background-image: url('images/socIcons.png');
    background-repeat: no-repeat;
    margin-bottom: 12px;
    text-decoration: none !important;
}
.socLink:hover{
    background-image: url('images/socIconsH.png');
    color: #fff;
}

.socLink.socLink-custom {
    padding-left: 10px;
    background: #FFF;
    padding-left: 8px;
}

.sLy .fa,
.sLy .fab {
    color: #e50700;
    font-size: 32px;
    position: relative;
    line-height: 23px;
    top: 6px;
    padding-right: 5px;
    width: 35px;
    text-align: center;
}

.sLy:hover {
    color: #fff;
    background: #e50700;
}

.sLy.s-twitter .fa {
    color: #5cc8d8;
}

.sLy.s-twitter:hover {
    background: #5cc8d8;
}

.sLy.s-discord .fab {
    color: #7289da;
}

.sLy.s-discord:hover {
    background: #7289da;
}

.sLy.s-facebook .fa {
    color: #3e4d82;
}

.sLy.s-facebook:hover {
    background: #3e4d82;
}

.sLy.s-vk .fa {
    color: #5c80ad;
    font-size: 29px;
    top: 6px;
}

.sLy.s-vk:hover {
    background: #5c80ad;
}

.sLy.s-telegram .fab {
    color: #0088cc;
}

.sLy.s-telegram:hover {
    background: #0088cc;
}

.sLy:hover .fa,
.sLy:hover .fab {
    color: #fff;
}

.sLv{
    margin-top: 16px;
}
.sLf:hover{
    background-color: #3e4d82;
}
.sLt{
    background-position: 0 -34px;
}
.sLt:hover{
    background-color: #5cc8d8;
}
.sLv{
    background-position: 0 -68px;
}
.sLv:hover{
    background-color: #5c80ad;
}
.sLd{
    background-position: 0 -102px;
}
.sLd:hover{
    background-color: #7289da;
}
/* Retina game list section */
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
    .socLink {
        background-image: url("images/socIcons_2x.png");
        -webkit-background-size: 38px 102px;
        background-size: 38px 102px;
    }
    .socLink:hover {
        background-image: url("images/socIconsH_2x.png");
        -webkit-background-size: 38px 102px;
        background-size: 38px 102px;
    }
    .gcDl{
        background-image: url("images/download_2x.png");
        -webkit-background-size: 196px 97px;
        background-size: 196px 97px;
    }
    .gcDl:hover{
        background-image: url("images/downloadH_2x.png");
        -webkit-background-size: 196px 97px;
        background-size: 196px 97px;
    }
}
/* Sidebar section end */

.clear{
    clear: both;
}

.main_content{
    max-width: 856px;
    display: inline-block;
}

/***************************
****************************
Game Categories
****************************
***************************/
.gamecategories > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'exo2';
    font-size: 14px;
    color: #919191;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 13px;
    top: -4px;
    position: relative;
}
.gamecategories > a:after{
    content: '';
    display: inline-block;
    position: relative;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.5);
    left: 13px;
    top: 4px;
}
.gamecategories > a:first-child{
    padding-left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .genre_dd_toggle_active{
        font-weight: normal !important;
    }
    .selectedcat, .gamecategories > a:hover{
        font-weight: bold;
    }
}
.selectedcat, .gamecategories > a:hover{
    color: #313131 !important;
}
.gamecategories{
    margin-bottom: 15px;
    height: 22px;
}
.gamecategories > a:last-child:after{
    display: none;
}
.gamecategories > a > span:after{
    margin-left: 3px;
    position: relative;
    top: -2px;
    display: inline-block;
    content: "=";
    transform: rotate(90deg);
    font-size: 20px;
    font-family: 'raphaelicons';
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-weight: bold;
}
.gamecategories > a:last-child:hover, .genre_dd_toggle_active{
    position: relative;
    z-index: 999;
    color: #fff !important;
}
.genre_dd_wrap{
    height: 0;
    width: 0;
    position: relative;
    z-index: 99;
}
.genre_dd{
    width: 159px;
    position: relative;
    z-index: 99;
    left: 380px;
    top: -15px;
}
.genre_tab{
    width: 111px;
    height: 28px;
    background: rgba(119,151,178,1);
    content: '';
    display: block;
    margin-top: -28px;
    float: right;
    box-shadow: 0px 3px 4px 0px rgba(1, 3, 4, 0.7);
}
.genre_bg{
    box-shadow: 0px 3px 4px 0px rgba(1, 3, 4, 0.7);
    z-index: 99;
    display: block;
    position: relative;
    background: linear-gradient(to bottom, rgba(119,151,178,1) 1%,rgba(88,116,138,1) 100%);
}
.genre_bg > a:after{
    width: 140px;
    display: block;
    height: 1px;
    content: '';
    background: #96b5d0;
    box-shadow: 0px -1px 0px 0px #5b7388;
    position: absolute;
    bottom: 0px;
}
.genre_bg > a:last-child:after{
    display: none;
}
.genre_bg > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 140px;
    margin: auto;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px;
    font-family: 'exo2-semibold';
    font-size: 14px;
    color: #fff;
    position: relative;
}
.genre_bg > a:hover{
    color: #1f3f59;
    /*text-shadow: 0px 1px 0px rgba(246, 251, 255, 0.35);*/
}
/* Game categories section end */
/***************************
****************************
Cabinet
****************************
***************************/
.cabinet_h{
    color: #4b4b4b;
    font-family: 'exo2-semibold';
    font-size: 27px;
    text-transform: uppercase;
}
.cabinet_bottom_notice{
    right: -156px !important;
    top: 35px !important;
}
.cabinet_bottom_notice:before{
    left: 10px !important;
    top: -24px !important;
    border-left: 15px solid transparent !important;
    border-bottom: 9px solid #ca5f42 !important;
    border-right: 15px solid transparent !important;
}
.cabinet_top_notice{
    right: -156px !important;
    top: -64px !important;
}
.cabinet_top_notice:before{
    display: none !important;
}
.cabinet_top_notice:after{
    display: block;
    position: absolute;
    content: '';
    left: 10px !important;
    top: 48px !important;
    border-left: 15px solid transparent !important;
    border-top: 9px solid #ca5f42 !important;
    border-right: 15px solid transparent !important;
}
.cabinet_menu{
    margin-top: 7px;
    margin-bottom: 40px;
    width: 1060px;
    height: 76px;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    display: inline-flex;
    justify-content: space-between;
}
.cabinet_menu > a{
    width: 212px;
    display: table-cell;
    text-align: center;
    line-height: 76px;
    text-transform: uppercase;
    font-family: 'exo2-medium';
    font-size: 13px;
    text-decoration: none;
    color: #434343;
    position: relative;
}
.cabinet_menu > a > span{
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
.cabinet_menu > a:nth-child(1) > span{
    background: url('images/cabinet_games.png');
    width: 31px;
    height: 14px;
}
.cabinet_menu > a:nth-child(2) > span{
    background: url('images/cabinet_pay.png');
    width: 16px;
    height: 16px;
}
.cabinet_menu > a:nth-child(3) > span{
    background: url('images/cabinet_key.png');
    width: 15px;
    height: 15px;
}
.cabinet_menu > a:nth-child(4) > span{
    background: url('images/cabinet_settings.png');
    width: 19px;
    height: 19px;
    position: relative;
    top: 2px;
}
.cabinet_menu > a:nth-child(5) > span{
    background: url('images/cabinet_bonus.png');
    width: 17px;
    height: 16px;
}
.cabinet_menu > a:after{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    content: '';
    background: #7795af;
    height: 4px;
    width: 0%;
    margin: auto;
    position: relative;
    bottom: 4px;
}
.active_cabinet_section:after, .cabinet_menu > a:hover:after{
    width: 100% !important;
}
.cabinet_games{
    /*display: none;*/
}
.cabinet_games > div{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 520px;
    height: 115px;
    display: inline-block;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    position: relative;
    margin-bottom: 16px;
}
.cabinet_games > div:nth-child(even){
    margin-left: 16px;
}
.cabinet_games > div > img{
    width: 85px;
    height: 115px;
}
.cabinet_games_name{
    display: inline-block;
    vertical-align: top;
    height: 25px;
    color: #4b4b4b;
    font-size: 20px;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
    margin-left: 9px;
    margin-top: 9px;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cabinet_games_info{
    position: absolute;
    bottom: 12px;
    left: 97px;
    display: block;
}
.cabinet_games_info > div{
    padding-top: 4px;
    display: block;
    color: #a0a0a0;
    font-size: 15px;
    font-family: 'exo2';
}
.cabinet_games_info > div > span{
    color: #7795af;
}
.cabinet_games > div:hover > .cabinet_games_delete{
    opacity: 1;
}
.cabinet_games_delete{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    background-image: url('images/cabinet_games_delete.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 13px;
    right: 8px;
}
.linked_gi{
    position: relative;
    top: 1px;
}
.cabinet_games_dropbtn{
    width: 30px;
    height: 26px;
    position: relative;
    display: inline-block;
    font-size: 19px;
    font-family: 'raphaelicons';
    color: #a0a0a0;
    text-align: center;
    top: 3px;
    z-index: 3;
}
.cabinet_games_dropbtn:hover{
    color: #7795af;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_games_dropbtn > span{
    display: inline-block;
    transform: rotate(90deg);
    margin-top: -2px;
    width: 26px;
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    z-index: 4;
    position: relative;
}
.cabinet_games_dropbtn > div{
    width: 203px;
    background: #f1f1f1;
    display: none;
    position: absolute;
    top: 26px;
    right: 0px;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_games_dropbtn:hover > div{
    display: block;
}
.cabinet_games_dropbtn > div > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'exo2';
    color: #7795af;
    text-decoration: none;
    padding: 8px 10px;
    text-align: left;
}
.cabinet_games_dropbtn > div > a:hover{
    background: #e1e1e1;
}
.cabinet_games_dropbtn > div > a > span{
    display: block;
    color: #a0a0a0;
}
.cabinet_h2{
    font-family: 'exo2-semibold';
    font-size: 15px;
    color: #313131;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cabinet_h2 > span{
    color: #7795af;
}
.cabinet_h2 > a, .cabinet_payment_h > a{
    float: right;
    display: inline-block;
    text-transform: none;
    color: #7795af;
    text-decoration: none;
    font-family: 'exo2';
}
.h2_line:before{
  width: 4px;
  height: 17px;
  background: #7795af;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0px;
}
.h2_line{
  padding-left: 10px;
}
.cabinet_h2 > a:hover, .cabinet_payment_h > a:hover{
    text-decoration: underline;
}
.cabinet_pay_games > div{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 126px;
    min-height: 225px;
    display: inline-block;
    position: relative;
    margin-bottom: 28px;
    margin-right: 25px;
    cursor: pointer;
    vertical-align: top;
}
.cabinet_pay_games > div:nth-child(7n){
    margin-right: 0px;
}
.cabinet_pay_games > div > img{
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    width: 126px;
    height: 171px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cabinet_pay_selected_game > img{
    opacity: 1 !important;
}
.cabinet_pay_games > div:before{
    opacity: 0;
    content: '';
    z-index: 2;
    display: block;
    width: 126px;
    height: 171px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('images/pay_selected.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cabinet_pay_selected_game:before{
    opacity: 1 !important;
}
.cabinet_pay_games > div:hover > img{
    opacity: 0.9;
}
.cabinet_pay_games > div:hover > div, .cabinet_pay_selected_game > div{
    color: #7795af !important;
}
.cabinet_pay_games > div > div{
    font-family: 'exo2-medium';
    font-size: 14px;
    color: #313131;
    margin-top: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cabinet_pay_games > div > span{
    font-family: 'exo2';
    font-size: 12px;
    color: #7e7e7e;
    margin-top: -1px;
}
.pay_server_drop{
    margin-right: 32px;
    cursor: pointer;
    width: 282px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    font-family: 'robotocondensed';
    padding: 0 15px;
    font-size: 14.58px;
    color: #7e7e7e;
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border-radius: 1px;
    display: inline-block;
    margin-bottom: 55px;
}
.pay_server_block{
    display: none;
    width: 282px;
    height: auto;
    max-height: 201px;
    background: #fff;
    font-family: 'robotocondensed';
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border-radius: 1px;
    position: absolute;
    top: 43px;
    left: -237px;
    padding: 0 15px;
}
.pay_server_cont{
    overflow-y: auto;
    margin: 5px 0;
    max-height: 191px;
    z-index: 3;
}
.pay_server_cont::-webkit-scrollbar{
    width: 5px;
    background: #e0e0e0;
    border-radius: 2.5px;
}
.pay_server_cont::-webkit-scrollbar-thumb{
    background: #6e8ca5;
    border-radius: 2.5px;
}
.pay_server_cont > a{
    display: block;
    color: #7e7e7e;
    text-decoration: none;
}
.pay_server_cont > a:hover{
    color: #6e8ca5;
}
.pay_server_dropbtn{
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    width: 30px;
    height: 42px;
    z-index: 5;
}
.pay_server_dropbtn > span{
    position: relative;
    display: inline-block;
    content: "=";
    transform: rotate(90deg);
    font-size: 20px;
    font-family: 'raphaelicons';
    text-align: center;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-weight: bold;
    width: 18px;
    float: right;
    line-height: 30px;
    top: 6px;
    left: 6px;
    color: #a5a5a5;
}
.cabinet_pay_cn{
    width: 282px;
    height: 42px;
    outline: none;
    border: none;
    font-family: 'robotocondensed';
    padding: 0 15px;
    font-size: 14.58px;
    color: #7e7e7e;
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border-radius: 1px;
    display: block;
    margin-bottom: 18px;
}
.cabinet_pay_cn_check{
    display: none;
}
.cabinet_pay_cn_check + label{
    width: 235px;
    cursor: pointer;
    margin-bottom: 55px;
    display: block;
}
.cabinet_pay_cn_check + label:before{
    width: 53px;
    height: 28px;
    display: inline-block;
    content: '';
    background: url('images/pay_check.png');
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}
.cabinet_pay_cn_check + label > span{
    font-family: 'robotocondensed';
    font-size: 13px;
    color: #7795af;
    width: 155px;
    height: 25px;
    display: inline-block;
    margin-left: 16px;
    line-height: 12px;
    position: relative;
    top: -3px;
}
.cabinet_pay_cn_check:checked + label:before{
    background: url('images/pay_checked.png');
}
.cabinet_pay_bonus{
    width: 1060px;
    height: 50px;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    font-family: 'exo2';
    font-size: 15px;
    line-height: 49px;
    margin-bottom: 33px;
}
.cabinet_pay_bonus > span:before{
    background: url('images/cabinet_pay_bonus_warn.png');
    width: 25px;
    height: 25px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.cabinet_pay_bonus > span:after{
    display: inline-block;
    content: '';
    border-top: 25px solid transparent;
    border-left: 15px solid #7795af;
    border-bottom: 25px solid transparent;
    position: absolute;
    margin-left: 3px;
}
.cabinet_pay_bonus > span{
    height: 50px;
    display: inline-block;
    font-family: 'exo2-semibold';
    color: #f1f1f1;
    text-transform: uppercase;
    background: #7795af;
    padding-left: 8px;
    padding-right: 3px;
    margin-right: 20px;
}
.cabinet_pay_options{
    margin-bottom: 11px;
}
.cabinet_pay_options > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 235px;
    height: 97px;
    display: inline-block;
    background: #52799a;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: 'exo2-semibold';
    font-size: 15px;
    color: #fff;
    margin-right: 36px;
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.cabinet_pay_options > a > span{
    padding-top: 4px;
    display: block;
    height: 26px;
    line-height: 17px;
    font-size: 15px;
    color: #d9edff;
    margin-bottom: -5px;
    background: #395e7d;
    width: 100%;
    bottom: 0px;
    position: absolute;
}
.cabinet_pay_options > a > span:after{
    content: 'рублей' !important;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.cabinet_pay_options > a > div{
    font-size: 40px;
    margin-top: -3px;
    margin-bottom: -8px;
    position: relative;
}
.cabinet_pay_options > a:hover{

}
.cabinet_pay_option_selected{
    background: url('images/pay_btn_pressed.png') !important;
    text-shadow: 0px 1px 0px rgba(238, 224, 162, 0.004) !important;
    color: #806f28 !important;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3) !important;
}
.cabinet_pay_option_selected > span{
    text-shadow: 0px 2px 0px rgba(1, 3, 4, 0.6) !important;
}
.cabinet_pay_confirm{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    background: url('images/cabinet_pay_confirm.png');
    font-size: 23px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    font-family: 'exo2-bold';
}
.cabinet_pay_confirm:hover{
    background: url('images/cabinet_pay_confirm_hover.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.cabinet_pay_methods{
  margin-bottom: 40px;
}
.cabinet_pay_methods > a{
  height: 75px;
  width: 132px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  margin-right: -3px;
  vertical-align: top;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  color: #313131;
  font-size: 22px;
  text-transform: uppercase;
}
.cabinet_pay_methods > a:hover{
  background-color: #f1f1f1;
  box-shadow: 0px 0px 3px 0px rgba(1, 3, 4, 0.2);
}
.cabinet_pay_methods > a:nth-child(1){background-image: url('images/pay_1.png');}
.cabinet_pay_methods > a:nth-child(2){background-image: url('images/pay_2.png');}
.cabinet_pay_methods > a:nth-child(3){background-image: url('images/pay_3.png');}
.cabinet_pay_methods > a:nth-child(4){background-image: url('images/pay_4.png');}
.cabinet_pay_methods > a:nth-child(5){background-image: url('images/pay_5.png');}
.cabinet_pay_methods > a:nth-child(6){background-image: url('images/pay_6.png');}
.cabinet_pay_methods > a:nth-child(7){background-image: url('images/pay_7.png');}
.step2, .step3, .step4, .step5 {
    display: none;
}
.cabinet_cbt{
    display: none;
    width: 1060px;
    height: 240px;
    background-color: #f1f1f1;
    background: url('images/cbt_form.png');
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_cbt_h, .cabinet_bonus_h{
    padding-top: 17px;
    margin-left: 15px;
    font-size: 20px;
    font-family: 'exo2-semibold';
    color: #313131;
    text-transform: uppercase;
}
.cabinet_cbt_desc{
    margin-top: 11px;
    margin-left: 15px;
    font-family: 'exo2';
    color: #828282;
    font-size: 15px;
    width: 705px;
}
.cabinet_cbt > input{
    margin-top: 16px;
    margin-left: 15px;
    width: 471px;
    height: 42px;
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border: none;
    border-radius: 1px;
    color: #c7c7c7;
    font-size: 15px;
    font-family: 'exo2';
    outline: none;
    padding: 0px 16px;
}
.cabinet_cbt_msg_success{
    background: #7faa4d !important;
}
.cabinet_cbt_msg_success:before{
    border-right: 9px solid #7faa4d !important;
}
.cabinet_cbt_msg{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #ca5f42;
    font-size: 14.583px;
    font-family: 'robotocondensed';
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 17px;
    vertical-align: baseline;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_cbt_msg:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: -9px;
    border-top: 15px solid transparent;
    border-right: 9px solid #ca5f42;
    border-bottom: 15px solid transparent;
}
.cabinet_cbt > a{
    margin-left: 15px;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 281px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    background: url('images/cbt_btn.png');
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    font-family: 'exo2-bold';
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}
.cabinet_cbt > a:hover{
    background: url('images/cbt_btn_hover.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.cabinet_settings_panel{
    width: 100%;
    padding: 25px 30px;
    display: inline-block;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    margin-bottom: 22px;
}
.cabinet_settings_panel_avatar{
  height: initial;
}
.cabinet_settings_panel:nth-child(even){
    float: right;
}
.cabinet_settings_avatar_wrap{
  margin-top: 15px;
}
.cabinet_settings_avatar_wrap > div{
  display: inline-block;
  vertical-align: top;
    margin-bottom: 10px;
}
.cabinet_settings_avatar{
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #464646;
  box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.7);
}
.cabinet_settings_avatar > img{
  width: 100%;
  height: 100%;
}
.cabinet_settings_h{
    font-size: 15px;
    color: #313131;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
    position: relative;
}
.cabinet_settings_h:before{
    width: 4px;
    height: 17px;
    background: #7795af;
    display: inline-block;
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
}
.cabinet_settings_data{
    margin-top: 20px;
    font-family: 'exo2';
    font-size: 15px;
    color: #4b4b4b;
    position: relative;
}
.cabinet_settings_data > span{
    color: #858585;
    display: inline-block;
    width: 255px;
    float: right;
}

.cabinet_settings_mail .btn-infi-primary {
    float: right;
    position: relative;
    top: -2px;
}

.cabinet_settings_mail .btn-infi-danger {
    margin-top: 10px;
}

.cabinet_settings_mail_error{
    color: #a25151 !important;
}

.cabinet_settings_mail_success{
    color: #01a214 !important;
}
.cabinet_settings_data > span > a.link, .cabinet_settings_avatar_upload > a{
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    background: url('images/cabinet_settings_btn.png');
    width: 122px;
    height: 24px;
    position: absolute;
    right: -3px;
    top: -3px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'exo2-bold';
    font-size: 13px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
}

.mail-error-divider {
    clear: both;
}

.cabinet_settings_data > span > button,
.cabinet-button {
    margin-top: 10px;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background: url('images/cabinet_settings_btn.png');
    width: 122px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'exo2-bold';
    font-size: 13px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    border: 0 !important;
    float: right;
    cursor: pointer;
}

.cabinet_settings_avatar_upload_input_wrap{
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
  border-radius: 2px;
  margin-top: 0px;
  margin-bottom: 7px;
  right: -3px;
  position: relative;
  height: 42px;
  line-height: 42px;
  width: 312px;
  float: right;
  padding: 0 15px;
  vertical-align: top;
  border: none;
  outline: none;
  font-family: 'robotocondensed';
  font-size: 15px;
  color: #7e7e7e;
  background: #fff;
}
.cabinet_settings_avatar_upload > a{
  top: 66px;
}
.cabinet_settings_avatar_upload{
  position: relative;
  float: right;
  display: block;
}
.cabinet_settings_data > span > a.link:hover{
    background: url('images/cabinet_settings_btn_hover.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.cabinet_settings_mail_error > a,
a.mail-error {
    background: url('images/cabinet_settings_mail_error_btn.png') !important;
}
.cabinet_settings_mail_error > a.link:hover,
a.mail-error:hover {
    background: url('images/cabinet_settings_mail_error_btn_hover.png') !important;
}
.cabinet_settings_mail_error > div{
    right: -300px;
    top: -22px;
    display: block;
    position: absolute;
    width: 235px;
    padding: 15px 20px;
    background: #ca5f42;
    color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    border-radius: 2px;
    font-family: 'robotocondensed';
    font-size: 14.58px;
    z-index: 1;
}
.cabinet_settings_mail_error > div:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: -9px;
    border-top: 15px solid transparent;
    border-right: 9px solid #ca5f42;
    border-bottom: 15px solid transparent;
}
.cabinet_settings_secpad{
    margin-top: 60px;
}
.cabinet_settings_secpad-min {
    margin-top: 30px;
}
.cabinet_settings_text{
    margin-top: 6px;
    font-family: 'exo2';
    font-size: 15px;
    color: #858585;
}

.cabinet_settings_text-caption {
    font-weight: bold;
    margin-bottom: 10px;
}

.cabinet_padding {
    margin-right: 10px;
}

.cabinet_settings_social{
    height: 42px;
    margin-top: 20px;
    line-height: 21px;
    font-family: 'exo2';
    font-size: 15px;
    color: #858585;
}
.cabinet_settings_social > span{
    vertical-align: top;
    display: inline-block;
}
.cabinet_settings_social > span > a{
    display: block;
    color: #7795af;
    text-decoration: none;
}
.cabinet_settings_social_fb:before{
    background-position: -84px 0;
}
.cabinet_settings_social_tw:before{
    background-position: -42px 0;
}
.cabinet_settings_social_gp:before{
    background-position: -126px 0;
}

.cabinet_settings_social_custom {

}

.cabinet_settings_social_custom > div {
    width: 42px;
    height: 42px;
    margin: 0px 10px 0 0;
    display: inline-block;
    text-decoration: none !important;
    font-size: 22px;
    background: #4b7d9f !important;
    color: #FFF !important;
    border-radius: 2px;
    padding-top: 10px;
    text-align: center;
}

.cabinet_settings_social.cabinet_settings_social_custom:before {
    display: none;
}

.cabinet_settings_social_custom:before {
    background: none !important;
}


.cabinet_settings_social:before{
    margin-right: 10px;
    width: 42px;
    height: 42px;
    content: '';
    display: inline-block;
    background-image: url('images/socBtns.png');
}
.cabinet_settings_social > span > a:hover{
    text-decoration: underline;
}
.cabinet_settings_h > a{
    float: right;
    font-size: 14px;
    width: 255px;
    color: #7797b2;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
}
.cabinet_settings_h > a:hover{
    text-decoration: underline;
}
.cabinet_bonus{
    display: none;
}
.cabinet_bonus_exchange{
    width: 1060px;
    height: 150px;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_bonus_h{
    padding-top: 22px;
    margin-left: 17px;
    display: inline-block;
}
.cabinet_bonus_balance{
    display: inline-block;
    float: right;
    padding-top: 22px;
    margin-right: 18px;
    font-family: 'exo2-semibold';
    font-size: 15px;
    color: #313131;
    text-transform: uppercase;
}
.cabinet_bonus_balance > span{
    color: #7795af;
}
.cabinet_bonus_text{
    font-family: 'exo2';
    font-size: 15px;
    color: #313131;
    padding-top: 11px;
    margin-left: 17px;
    color: #828282;
}
.cabinet_bonus_input{
    background: #fff;
    height: 42px;
    line-height: 42px;
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border-radius: 1px;
    color: #c7c7c7;
    font-size: 15px;
    font-family: 'exo2';
    padding-left: 14px;
    display: inline-block;
}
.cabinet_bonus_drop_server{
    width: 318px;
    margin-left: 17px;
    margin-top: 15px;
}
.cabinet_bonus_dropbtn > span{
    position: relative;
    display: inline-block;
    content: "=";
    transform: rotate(90deg);
    font-size: 20px;
    font-family: 'raphaelicons';
    text-align: center;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-weight: bold;
    width: 42px;
    float: right;
    line-height: 30px;
    top: 6px;
    left: 6px;
}
.cabinet_bonus_dropbtn{
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    width: 30px;
    height: 42px;
    z-index: 5;
}
.cabinet_bonus_dropbtn > div{
    width: 332px;
    background: #f1f1f1;
    display: none;
    position: absolute;
    top: 42px;
    right: 0px;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_bonus_dropbtn > div > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 34px;
    line-height: 34px;
    color: #7795af;
    text-decoration: none;
    font-family: 'exo2';
    font-size: 15px;
    padding-left: 11px;
    width: 321px;
    display: block;
}
.cabinet_bonus_dropbtn > div > a:hover,
.cabinet_bonus_dropbtn_hover > div > a:hover{
    background: #e1e1e1;
}
.cabinet_bonus_dropbtn:hover,
.cabinet_bonus_dropbtn_hover{
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.cabinet_bonus_dropbtn:hover > span,
.cabinet_bonus_dropbtn_hover > span{
    color: #7795af;
    background: #f1f1f1;
    z-index: 3;
}
.cabinet_bonus_dropbtn:hover > div,
.cabinet_bonus_dropbtn_hover > div{
    display: block;
}
.cabinet_bonus_drop_char{
    width: 228px;
    margin-left: 11px;
}
.cabinet_bonus_drop_char > .cabinet_bonus_dropbtn > div{
    width: 242px;
}
.cabinet_bonus_drop_char > .cabinet_bonus_dropbtn > div > a{
    width: 231px;
    line-height: 1.2;
    width: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}
.cabinet_bonus_drop_char > .cabinet_bonus_dropbtn > div > a > span{
    display: block;
    color: #a0a0a0;
}
.cabinet_bonus_input_number{
    width: 170px;
    border: none;
    outline: none;
    height: 40px;
    position: relative;
    top: 1px;
    margin-left: 11px;
}
.cabinet_bonus_confirm{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-left: 11px;
    width: 200px;
    height: 42px;
    text-align: center;
    border-radius: 1px;
    font-family: 'exo2-bold';
    font-size: 16px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url('images/cabinet_bonus_confirm.png');
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    position: relative;
    top: 1px;
}
.cabinet_bonus_confirm:hover{
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
    background: url('images/cabinet_bonus_confirm_hover.png');
}
.cabinet_payment_table{
    width: 560px;
}
.cabinet_payment_table > div,
.cabinet_payment_history_table > div{
    height: 40px;
    line-height: 40px;
    font-family: 'exo2';
    font-size: 15px;
    color: #858585;
    padding-left: 15px;
}
.cabinet_payment_table > div > span{
    display: inline-block;
}
.cabinet_payment_table > div > span > span:nth-child(1){
    width: 72px;
}
.cabinet_payment_table > div > span > span:nth-child(2){
    padding-left: 26px;
    width: 330px;
}
.cabinet_payment_table > div > span:nth-child(2){
    color: #7797b2;
}
.cabinet_payment_table > div:first-child > span:last-child > span:last-child{
    color: #4b4b4b;
}
.cabinet_payment_table > div:first-child,
.cabinet_payment_history_table > div:first-child span{
    color: #4b4b4b !important;
}
.cabinet_payment_table > div:nth-child(even),
.cabinet_payment_history_table > div:nth-child(even){
    background: #f1f1f1;
}
.cabinet_payment_history_table > div span{
  margin-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
.cabinet_payment_history_table > div > span > a{
  text-decoration: none;
}
.cabinet_payment_history_table > div > span:nth-child(1), .cabinet_payment_history_table > div > span:nth-child(3){
  margin-right: 0px;
}
.cabinet_payment_history_table > div > span:nth-child(1) > span:nth-child(1){
  width: 82px;
}
.cabinet_payment_history_table > div > span:nth-child(1) > span:nth-child(2){
  width: 328px;
}
.cabinet_payment_history_table > div > span:nth-child(2){
  width: 277px;
}
.cabinet_payment_history_table > div > span:nth-child(3) > span:nth-child(1){
  width: 179px;
}
.cabinet_payment_history_table > div > span:nth-child(3) > span:nth-child(2){
  width: 100px;
  color: #7797b2;
}
.cabinet_charge_table{
    width: 390px;
}
.cabinet_charge_table > div > span:last-child{
    float: right;
    width: 125px;
    color: #7797b2;
}
.cabinet_payment_h{
    font-size: 15px;
    color: #313131;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}
.cabinet_payment_h:before{
    width: 4px;
    height: 17px;
    background: #7795af;
    display: inline-block;
    content: '';
    position: absolute;
    left: -10px;
}
.cabinet_pay_history{
    margin-top: 50px;
}
.cabinet_pay_history > div{
    display: inline-block;
}
.cabinet_pay_history > div:last-child{
    float: right;
    vertical-align: top;
}
.cabinet_payment_h > a{
    margin-right: 10px;
}
.cabinet_payment_table_wide{
    width: 1060px;
}
.cabinet_payment_table_wide > div{
    height: 40px;
    line-height: 40px;
    font-family: 'exo2';
    font-size: 15px;
    color: #858585;
}
.cabinet_payment_table_wide > div > span{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cabinet_payment_table_wide > div > span:nth-child(1){
    width: 82px;
    padding: 0 14px;
}
.cabinet_payment_table_wide > div > span:nth-child(2){
    padding-right: 14px;
    width: 329px;
}
.cabinet_payment_table_wide > div > span:nth-child(3){
    width: 278px;
    padding-right: 14px;
}
.cabinet_payment_table_wide > div > span:nth-child(4){
    width: 181px;
    padding-right: 14px;
}
.cabinet_payment_table_wide > div > span:nth-child(5){
    width: 106px;
    padding-right: 14px;
}
.cabinet_payment_table_wide > div > span > span{
    color: #7795af;
}
.cabinet_payment_table_wide > div:first-child > span{
    color: #4b4b4b !important;
}
.cabinet_payment_table_wide > div:nth-child(even){
    background: #f1f1f1;
}
/* Retina cabinet list section */
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
    .cabinet_pay_games > div:before{
        background-image: url('images/pay_selected_2x.png') !important;
        -webkit-background-size: 59px 59px !important;
        background-size: 59px 59px !important;
    }
    .cabinet_pay_cn_check + label:before{
        background-image: url('images/pay_check_2x.png');
        -webkit-background-size: 53px 28px !important;
        background-size: 53px 28px !important;
    }
    .cabinet_pay_cn_check:checked + label:before{
        background-image: url('images/pay_checked_2x.png');
        -webkit-background-size: 53px 28px !important;
        background-size: 53px 28px !important;
    }
    .cabinet_settings_data > span > a{
        background-image: url('images/cabinet_settings_btn_2x.png');
        -webkit-background-size: 122px 24px;
        background-size: 122px 24px;
    }
    .cabinet_settings_data > span > a:hover{
        background-image: url('images/cabinet_settings_btn_hover_2x.png');
        -webkit-background-size: 122px 24px;
        background-size: 122px 24px;
    }
    .cabinet_settings_mail_error > a{
        background-image: url('images/cabinet_settings_mail_error_btn_2x.png') !important;
        -webkit-background-size: 122px 24px !important;
        background-size: 122px 24px !important;
    }
    .cabinet_settings_mail_error > a:hover{
        background-image: url('images/cabinet_settings_mail_error_btn_hover_2x.png') !important;
        -webkit-background-size: 122px 24px !important;
        background-size: 122px 24px !important;
    }
    .cabinet_settings_social:before{
        background-image: url('images/socBtns_2x.png');
        -webkit-background-size: 168px 42px;
        background-size: 168px 42px;
    }
    .cabinet_pay_options > a, .cabinet_pay_options > a:hover, .cabinet_pay_options_selected{
        -webkit-background-size: 236px 72px;
        background-size: 236px 72px;
    }
    .cabinet_pay_options > a{
        background-image: url('images/pay_btn_2x.png');
    }
    .cabinet_pay_options > a:hover{
        background-image: url('images/pay_btn_hover_2x.png');
    }
    .cabinet_pay_options_selected{
        background-image: url('images/pay_btn_pressed_2x.png');
    }
    .cabinet_pay_confirm{
        background-image: url("images/cabinet_pay_confirm_2x.png");
        -webkit-background-size: 300px 60px;
        background-size: 300px 60px;
    }
    .cabinet_pay_confirm:hover{
        background-image: url("images/cabinet_pay_confirm_hover_2x.png");
        -webkit-background-size: 300px 60px;
        background-size: 300px 60px;
    }
    .cabinet_cbt > a{
        background-image: url("images/cbt_btn_2x.png");
        -webkit-background-size: 281px 34px;
        background-size: 281px 34px;
    }
    .cabinet_cbt > a:hover{
        background-image: url("images/cbt_btn_hover_2x.png");
        -webkit-background-size: 281px 34px;
        background-size: 281px 34px;
    }
    .cabinet_pay_bonus > span:before{
        background-image: url("images/cabinet_pay_bonus_warn_2x.png");
        -webkit-background-size: 25px 25px;
        background-size: 25px 25px;
    }
    .cabinet_games_delete{
        background-image: url("images/cabinet_games_delete_2x.png");
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px;
    }
    .cabinet_menu > a:nth-child(1) > span{
        background: url('images/cabinet_games_2x.png');
        -webkit-background-size: 31px 14px;
        background-size: 31px 14px;
    }
    .cabinet_menu > a:nth-child(2) > span{
        background: url('images/cabinet_pay_2x.png');
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }
    .cabinet_menu > a:nth-child(3) > span{
        background: url('images/cabinet_key_2x.png');
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
    }
    .cabinet_menu > a:nth-child(4) > span{
        background: url('images/cabinet_settings_2x.png');
        -webkit-background-size: 19px 19px;
        background-size: 19px 19px;
    }
    .cabinet_menu > a:nth-child(5) > span{
        background: url('images/cabinet_bonus_2x.png');
        -webkit-background-size: 17px 16px;
        background-size: 17px 16px;
    }
}
/* Cabinet section end */
/***************************
****************************
About
****************************
***************************/
.about_main{
    background: #eaeaeb;
    padding-top: 0;
}
.about_main > div:first-child{
    padding-top: 36px;
}
.support_main{
    background: #e9e9e9;
    padding-top: 0;
}
.support_main > div:first-child{
    padding-top: 105px;
}
.cabinet_main > div:first-child{
    padding-top: 40px;
}
.about_head{
    height: 439px;
    width: 100%;
    background: url('images/about_head.png') center top no-repeat;
}

.about_head.about_head-pwm{
    height: 439px;
    width: 100%;
    background: url('images/about_head-pwm.png') center top no-repeat;
}

.about_head > div{
    margin: auto;
}
.about_head_title{
    text-transform: uppercase;
    padding-top: 180px;
    font-family: 'exo2-thin';
    color: #4b4b4b;
    font-size: 30px;
}
.about_head_title > span{
    font-family: 'exo2-semibold';
    color: #7795af;
}
.about_head_desc:before{
    margin-top: 4px;
    margin-bottom: 14px;
    content: '';
    display: block;
    width: 192px;
    height: 5px;
    background: #7795af;
}
.about_head_desc{
    max-width: 410px;
    font-size: 15px;
    color: #4b4b4b;
    font-family: 'exo2';
}
.about_content{
    max-width: 845px;
    width: 100%;
    display: inline-block;
}
.about_sidebar{
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 196px;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.about_sidebar_fixed{
    position: fixed;
    margin-left: 69px;
    top: 90px;
}
.about_sidebar > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'exo2-semibold';
    font-size: 13px;
    color: #434343;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    min-height: 44px;
    padding-left: 15px;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.about_sidebar_twolines{
    line-height: 1.2 !important;
    padding-top: 8px;
    height: 36px !important;
}
.about_sidebar > a:hover, .about_sidebar_active{
    background: #e6e6e7;
}
.about_h{
    text-transform: uppercase;
    font-family: 'exo2-semibold';
    color: #313131;
    font-size: 20px;
    margin-top: -5px;
    margin-left: -1px;
}
#about_map{
    margin-top: 16px;
    max-width: 530px;
    width: 100%;
    height: 310px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    display: inline-block;
}
.about_contact_info{
    max-width: 275px;
    width: 100%;
    display: inline-block;
    float: right;
}
.about_contact_info_h{
    margin-top: 16px;
    font-size: 15px;
    color: #313131;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}
.about_contact_info_h:before{
    width: 4px;
    height: 17px;
    background: #7795af;
    display: inline-block;
    content: '';
    position: absolute;
    left: -10px;
}
.about_contact_info_text{
    font-family: 'exo2';
    font-size: 15px;
    color: #828282;
}
.about_contact_info_text > span{
    color: #313131;
}
.about_contact_info_text > a{
    color: #7795af;
}
.about_contact_info_text_address{margin-top: 4px;}
.about_contact_info_text_ogrn{margin-top: 10px;}
.about_contact_block{
    margin-top: 50px;
    height: auto;
    max-width: 845px;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    position: relative;
    padding-bottom: 20px;
}
.about_contact_block:after{
    display: block;
    content: '';
    background: url('images/contact_char.png');
    width: 518px;
    height: 188px;
    right: 0px;
    top: -13px;
    position: absolute;
    z-index: 1;
}
.about_contact_block > div{
    width: 100%;
    height: 100%;
    z-index: 2;
}
.about_contact_block_h{
    padding-top: 17px;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #313131;
    font-family: 'exo2-semibold';
}
.about_contact_block_text{
    font-family: 'exo2';
    font-size: 15px;
    color: #828282;
    margin-top: 11px;
    margin-left: 15px;
}
.about_contact_block_text > a{
    color: #7795af;
}
.about_contact_block_text div {
    max-width: 60%;
    z-index: 2;
    position: relative;
}

.about_contact_block_button{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin-top: 17px;
    margin-left: 14px;
    width: 281px;
    height: 34px;
    text-align: center;
    border-radius: 1px;
    font-family: 'exo2-bold';
    font-size: 16px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 34px;
    color: #fff !important;;
    text-decoration: none !important;
    text-transform: uppercase;
    background: url('images/contact_button.png');
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}
.about_contact_block_button:hover{
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
    background: url('images/contact_button_hover.png');
}
.about_contact_form_h{
    margin-bottom: 33px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'exo2-semibold';
    color: #313131;
    margin-top: 37px;
    margin-left: 2px;
}
.about_contact_form_label{
    color: #939393;
    font-size: 12px;
    font-family: 'exo2';
    text-transform: uppercase;
    margin-left: 2px;
    margin-bottom: 3px;
}
.about_contact_form_input{
    height: 32px;
    line-height: 32px;
    border: 1px solid #c4c4c4;
    outline: none;
    width: 100%;
    padding: 0 10px;
    font-family: 'exo2';
    color: #313131;
    margin-bottom: 16px;
    background: #f1f1f1;
}
.about_contact_form_left{
}
.about_contact_form_right{

}
.about_contact_form_input_captcha{
  width: 135px;
}

textarea.about_contact_form_input {
    margin-bottom: 10px;
}

.about_contact_form_right > textarea{
  width: 100%;
  height: 163px;
  padding: 10px 10px;
  resize: vertical;
  color: #828282;
  line-height: 1.2;
}
.about_contact_form_left .captcha{
  margin-top: 0px;
  width: 135px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.about_contact_form_send{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 146px;
    height: 34px;
    text-align: center;
    border-radius: 1px;
    font-family: 'exo2-bold';
    font-size: 16px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url('images/contact_form_send.png');
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    position: relative;
    border: 0 !important;
}
.about_contact_form_send:hover{
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
    background: url('images/contact_form_send_hover.png');
    cursor: pointer;
}
.about_contact_form_disc{
  margin-top: 20px;
  color: #939393;
  font-size: 13px;
}
.about_contact_form_send_disabled:hover,
.send_disabled{
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35) !important;
    background: url('images/contact_form_send_disabled.png') !important;
}
.about_contact_form_send_disabled,
.send_disabled{
    background: url('images/contact_form_send_disabled.png') !important;
}
.about_us_sh{
    padding-bottom: 14px;
}
.about_us_h, .serversWinCH{
    font-size: 15px;
    color: #313131;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
    margin-bottom: 3px;
}
.about_us_h:before, .serversWinCH:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #7795af;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.about_us_text{
    font-size: 15px;
    color: #747474;
    font-family: 'exo2';
    margin-left: 1px;
    margin-bottom: 34px;
}
.about_text{
    font-size: 15px;
    color: #747474;
    font-family: 'exo2';
    white-space: pre-wrap;
}
.about_text > span, .about_text > a{
    color: #7795af;
}
.about_vacancies_block{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    min-height: 150px;
    margin-bottom: 15px;
}
.about_vacancies_even{
    float: right;
}
.about_vacancies_item{
    text-decoration: none;
    color: #7795af;
    font-size: 15px;
    font-family: 'exo2';
    padding-left: 11px;
    position: relative;
    display: block;
    margin-top: 6px;
}
.about_vacancies_item:before{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    content: "=";
    transform: rotate(0deg);
    font-size: 15px;
    font-family: 'raphaelicons';
}
.about_vacancies_item_active:before{
    transform: rotate(90deg) !important;
}
.about_vacancies_text{
    margin-top: 11px;
    width: 375px;
    font-size: 15px;
    font-family: 'exo2';
    color: #858585;
    padding-left: 12px;
    display: none;
    margin-bottom: 11px;
}
.about_vacancies_h{
    font-family: 'exo2-semibold';
    margin-top: 18px;
    color: #424242;
}
.about_vacancies_req{
    margin-top: 18px;
}
.about_vacancies_req:before{
    content: '• ';
}
.about_vacancies_reply{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 122px;
    height: 24px;
    text-align: center;
    border-radius: 1px;
    margin-top: 13px;
    font-family: 'exo2-bold';
    font-size: 13px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url('images/about_vac_btn.png');
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}
.about_vacancies_reply:hover{
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.vacBG{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow-y: scroll;
}
.vacBG > div{
    margin: auto;
    margin-top: 75px;
    width: 450px;
    background: #eeeeee;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    position: relative;
    padding-bottom: 25px;
}
.vacH{
    background: #7795af;
    background: -moz-linear-gradient(top, #7795af 0%, #4b6d90 100%);
    background: -webkit-linear-gradient(top, #7795af 0%,#4b6d90 100%);
    background: linear-gradient(to bottom, #7795af 0%,#4b6d90 100%);
    box-shadow:inset 0px 0px 0px 1px #4b6d90;
    padding: 16px 22px;
    color: #fff;
    font-family: 'exo2';
    font-size: 12px;
    text-transform: uppercase;
}
.vacH > span{
    display: block;
    font-family: 'exo2-semibold';
    font-size: 16.67px;
}
.vacClose{
    background: url('images/loginclose.png');
    width: 12px;
    height: 13px;
    display: inline-block;
    float: right;
    top: 18px;
    right: 13px;
    position: absolute;
}
.vacClose:hover{
    background: url('images/loginclose_hover.png');
}
.vac_h{
    margin-top: 18px;
    padding-left: 20px;
    font-size: 15px;
    color: #313131;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
}
.vac_h:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #7795af;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.vac_disc{
  font-family: 'robotocondensed';
  font-size: 15px;
  color: #7e7e7e;
  text-transform: none;
  margin: 0 20px;
  margin-top: 10px;
}
.vac_input{
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    margin-left: 20px;
    margin-top: 18px;
    margin-bottom: 7px;
    height: 42px;
    width: 380px;
    padding: 0 15px;
    vertical-align: top;
    border: none;
    outline: none;
    font-family: 'robotocondensed';
    font-size: 15px;
    color: #7e7e7e;
}
.vac_ta{
    resize: none;
    height: 92px;
    padding: 15px 15px;
    color: #828282;
}
.vac_send{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 408px;
    height: 40px;
    text-align: center;
    border-radius: 1px;
    margin-top: 17px;
    font-family: 'exo2-bold';
    font-size: 18px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url('images/about_vac_send.png');
    margin-left: 21px;
}
.vac_send:hover{
    background: url('images/about_vac_send_hover.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.vac_file{
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    margin-left: 20px;
    margin-top: 18px;
    margin-bottom: 7px;
    height: 42px;
    line-height: 42px;
    width: 380px;
    padding: 0 15px;
    vertical-align: top;
    border: none;
    outline: none;
    font-family: 'robotocondensed';
    font-size: 15px;
    color: #7e7e7e;
    background: #fff;
}
.vac_file > a{
    color: #fff;
    font-family: 'robotocondensed';
    font-size: 14.583px;
    text-decoration: none;
    display: inline-block;
    width: 125px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-shadow: 0.5px 0.866px 0px rgba(0, 4, 3, 0.35);
    background: url('images/attach_vac.png');
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 10px;
    margin-left: -7px;
}
.vac_file > a:hover{
    background: url('images/attach_vac_hover.png');
}
.vac_file > span > span{
    color: #7a99b3;
}
.captcha{
    background-repeat: no-repeat;
}
.input_captcha > span {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    margin-top: 20px;
    width: 140px;
}
.input_captcha > .vac_input {
    width: 240px;
}
/* About section end */
/***************************
****************************
Support
****************************
***************************/
.support_message{
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
    background: #f1f1f1;
    line-height: 50px;
    font-size: 14px;
    font-family: 'exo2';
    margin-top: 8px;
    text-size-adjust: none;
}
.support_images{
    margin-left: 13px;
    padding-bottom: 12px;
}
.comments_images{
    padding-bottom: 0px !important;
}
.support_attached_label{
    margin-left: 13px;
    color: #828282;
    font-family: 'exo2';
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 8px;
}
.simg{
    margin-right: 14.5px;
    width: 155px;
    height: 94px;
    border-radius: 1px;
    border: 1px solid #b8b8b8;
    display: inline-block;
    background-size: cover;
    position: relative;
    vertical-align: top;
}
.simg:hover{
    border: 1px solid #829baf;
}
.simg:hover > div,
.simg:hover .sidl > span{
    opacity: 1;
}
.simg:hover .sidl{
    background-color: rgba(0,0,0,0);
}
.simg > div{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
}
.simg > div > span{
    width: 144px;
    position: relative;
    top: 5px;
    left: 6px;
    color: #646464;
    font-size: 12px;
    font-family: 'exo2';
    display: inline-block;
    height: 60px;
    overflow-x: hidden;
}
.sidl{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0px;
    background: url('images/sidl.png') center center no-repeat;
    background-color: rgba(255, 255, 255, 0.75);
    color: #646464;
}
.sidl > span{
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 4px;
    width: 70px;
    font-size: 12px;
    font-family: 'exo2';
    opacity: 0;
}
.sidl:hover{
    background: url('images/sidl_hover.png') center center no-repeat;
    color: #829baf;
}
.sirm{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url('images/sirm.png') center center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.sirm:hover{
    background: url('images/sirm_hover.png') center center no-repeat;
}
.support_images > .simg:last-child{
    margin-right: 0px !important;
}
.smt{
    color: #7795af;
}
.smt:before{
    content: '';
    height: 50px;
    background: #7795af;
    display: inline-block;
    vertical-align: top;
    width: 5px;
    margin-right: 10px;
}
.smb{
    color: #828282;
}
.smc{
    margin-top: 18px;
    margin-right: 15px;
    display: inline-block;
    float: right;
    width: 12px;
    height: 12px;
    background: url('images/smc.png');
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.smc:hover{
    background: url('images/smc_h.png');
}
.sml{
    color: #828282;
    text-decoration: none;
    float: right;
    text-transform: uppercase;
}
.sml:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #7795af;
}
.support_queries{
    margin-top: 43px;
}
.support_queries > div{
    width: 530px;
    vertical-align: top;
    display: inline-block;
}

.support_queries.support_queries_block > div {
    display: block;
    margin: 0 auto;
}

.support_compose{
    width: 526px !important;
}
.support_queries_list{
    padding-bottom: 40px;
}
.support_input{
    outline: none;
    border: none;
    background: #fff;
    height: 42px;
    line-height: 42px;
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border-radius: 1px;
    color: #807e7e;
    font-size: 15px;
    font-family: 'exo2';
    padding-left: 14px;
    display: inline-block;
    width: 493px;
    margin-bottom: 19px;
}
.sinp {
    height: 40px;
    color: #828282;
}
.support_form{
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    border-radius: 1px;
    background: #fff;
    width: 493px;
    padding: 18px 14px 0px 14px;
    position: relative;
}
.support_input_hascontent{
    color: #828282 !important;
}
.support_form_ta{
    color: #828282;
    font-size: 15px;
    font-family: 'exo2';
    width: 100%;
    height: 124px;
    border: none;
    outline: none;
    resize: none;
}
.support_form_ta::-webkit-scrollbar {
    width: 5px;
}
.support_form_ta::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 2.5px;
}
.support_form_ta::-webkit-scrollbar-thumb {
    background: #7795af;
    border-radius: 2.5px;
}
.support_platform_drop{
}
.support_dropbtn > span{
    position: relative;
    display: inline-block;
    content: "=";
    transform: rotate(90deg);
    font-size: 20px;
    font-family: 'raphaelicons';
    text-align: center;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-weight: bold;
    width: 42px;
    height: 30px;
    float: right;
    line-height: 30px;
    top: 6px;
    left: 6px;
    cursor: pointer;
}
.support_dropbtn{
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    width: 30px;
    height: 42px;
}
.support_dropbtn > div{
    width: 493px;
    background: #f1f1f1;
    display: none;
    position: absolute;
    top: 42px;
    right: 0px;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.support_dropbtn > div > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 34px;
    line-height: 34px;
    color: #7795af;
    text-decoration: none;
    font-family: 'exo2';
    font-size: 15px;
    padding-left: 11px;
    width: 496px;
    width: initial;
    display: block;
}
.support_dropbtn > div > a:hover{
    background: #e1e1e1;
}
.support_dropbtn2:hover, .support_dd_active{
    z-index: 5;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.support_dropbtn2:hover > span, .support_dd_active > span{
    color: #7795af;
    background: #f1f1f1;
    z-index: 3;
}
.support_dropbtn2:hover > div, .support_dd_active > div{
    display: block;
}

.support_dropbtn .support_dropbtn-title {
    padding-left: 11px;
    color: #5a5a5a;
}

.support_h{
    margin-bottom: 9px;
}
.support_h > span{
    color: #7a99b3;
}
.support_file_progress{
    width: 100%;
    min-width: 500px;
    position: relative;
    left: -14px;
    background: #dbdbdb;
    height: 1px;
}
.support_file_progress > span{
    position: absolute;
    left: 0px;
    width: 507px;
    background: #7797b2;
    height: 4px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: calc(100% + 35px);
}
.support_file_attach{
    color: #858585;
    font-family: 'exo2';
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    display: block;
}
.support_file_attach > a{
    color: #7797b2;
    float: right;
    text-decoration: none;
}
.support_files > div:last-child{
    padding-bottom: 5px;
}
.support_files > div{
    color: #858585;
    font-family: 'exo2';
    font-size: 13px;
    line-height: 27px;
    height: 27px;
}
.support_files > div > div{
    display: inline-block;
    vertical-align: top;
}
.support_files > div > span{
    color: #7797b2;
    max-width: 320px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.support_files > div > a{
    text-decoration: none;
    font-family: 'exo2-medium';
    color: #7797b2;
    float: right;
}
.support_send{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 146px;
    height: 34px;
    text-align: center;
    border-radius: 1px;
    font-family: 'exo2-bold';
    font-size: 16px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 34px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    background: url('images/contact_form_send.png');
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0 !important;
}
.support_send:hover{
    background: url('images/contact_form_send_hover.png');
    text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.support_solved_btn{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 197px;
    height: 34px;
    text-align: center;
    border-radius: 1px;
    font-family: 'exo2-bold';
    font-size: 16px;
    text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
    line-height: 34px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    background: url('images/support_solved.png');
    box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
    margin-bottom: 20px;
    float: right;
    position: relative;
    margin-top: 10px;
    margin-right: 28px;
    border: 0 !important;
}
.sup_back{
  position: relative;
  font-size: 14px;
  font-family: 'exo2';
  float: right;
  top: -33px;
}
.support_solved_btn:hover{
    background: url('images/support_solved_hover.png');
    text-shadow: 0px 0px 23px rgba(142, 255, 169, 1);
}
.support_queries_table > div{
    position: relative;
    font-family: 'exo2';
    font-size: 13px;
    color: #858585;
    padding: 14px 19px;
}
.support_queries_table > div:nth-child(odd){
    background: #f1f1f1;
}
.support_queries_table > div > div{
    position: relative;
    top: -3px;
    font-size: 15px;
    color: #313131;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    margin-bottom: 3px;
    max-width: calc(100% - 140px);
}
.support_queries_table > div > span{
    padding-left: 13px;
}
.support_gn{
    display: inline-block;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.support_id{
    color: #7795af;
    text-decoration: none;
}
.support_status{
    position: absolute;
    top: 14px;
    right: 19px;
    display: block;
    min-width: 116px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-family: 'exo2-medium';
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-radius: 17px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding-left: 3px;
    padding-right: 5px;
}
.support_waiting,
.support_new {
    color: #7797b2 !important;
    border-color: #7797b2;
}
.support_reply{
    color: #959595 !important;;
    border-color: #959595;
}
.support_solved,
.support_success {
    color: #7ca954 !important;;
    border-color: #7ca954;
}
.support_closed,
.support_close {
    color: #a86056 !important;;
    border-color: #a86056;
}
.support_pager{
    margin-top: 20px;
}
.support_pager > b, .support_pager > a{
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f1f1f1;
    margin-right: 6px;
    color: #858585;
    font-family: 'exo2';
    font-size: 17px;
    text-decoration: none;
}
.support_pager > b:last-child, .support_pager > a:last-child{
    margin-right: 0px;
}
.support_pager > b{
    font-weight: normal !important;
    color: #87a0b7;
}
.support_fm:before{
    display: block;
    content: '';
    height: 1px;
    width: 1060px;
    background: #d4d4d4;
    left: -15px;
    top: -18px;
    position: relative;
}
.support_fm{
    display: none;
    width: 1030px;
    position: relative;
    padding: 18px 15px;
    line-height: 1.2;
    color: #828282;
}
.support_query{
    margin-top: 43px;
}
.support_query_block > .support_status{
    right: 13px;
    top: 15px;
}
.support_query_block{
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.2);
    position: relative;
    margin-bottom: 20px;
}
.support_query_hr{
    width: 100%;
    height: 1px;
    margin: 23px 0;
    background: #dbdbdb;
}
.support_query_replies > .support_reply_block:after{
    width: 100%;
    height: 1px;
    margin: 23px 0;
    background: #dbdbdb;
    display: block;
    content: '';
}
.support_reply_tab:after{
    width: 100%;
    position: relative;
}

.support_query_replies > .support_reply_block:last-child:after{
    display: none;
}
.support_query_title{
    padding-left: 13px;
    padding-top: 12px;
    color: #313131;
    font-family: 'exo2-medium';
    font-size: 20px;
    max-width: calc(100% - 175px);
}
.sqp .support_query_title{
  max-width: initial;
}
.support_query_info{
    color: #858585;
    font-family: 'exo2';
    font-size: 13px;
    margin-right: 18px;
}
.support_query_info_user{
    padding-left: 13px;
    color: #7a99b3;
}
.support_query_text{
    padding: 0 13px;
    color: #828282;
    font-family: 'exo2';
    font-size: 15px;
}
.support_query_block > .support_file_progress:before{
    display: none;
}
.support_query_block > .support_file_progress{
    width: 90%;
    left: 0px;
    margin-top: -23px;
}
.support_query_block > .support_file_attach,
.support_query_block > .support_files,
.support_reply_form > .support_file_attach,
.support_reply_form > .support_files{
    padding: 0 13px;
}
.support_query_text_main{
    margin-top: 18px;
}
.support_query_hr_reps{
    margin-top: 13px;
}
.support_query_hr_rep{
    margin-bottom: 3px;
}
.support_query_rt{
    display: inline-block;
}
.support_query_select{
    height: 50px;
    line-height: 50px;
    color: #828282;
    font-size: 15px;
    font-family: 'exo2';
    float: right;
    vertical-align: top;
    position: relative;
}
.support_query_select > span{
    color: #7795af;
    text-transform: uppercase;
    padding-right: 3px;
}
.query_dropbtn > span{
    position: relative;
    display: inline-block;
    content: "=";
    transform: rotate(90deg);
    font-size: 20px;
    font-family: 'raphaelicons';
    text-align: center;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-weight: bold;
    width: 50px;
    height: 30px;
    float: right;
    line-height: 30px;
    top: 10px;
    left: 10px;
}
.query_dropbtn{
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    width: 30px;
    height: 50px;
}
.query_dropbtn > div{
    width: 160px;
    background: #f1f1f1;
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.query_dropbtn > div > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 34px;
    line-height: 34px;
    color: #7795af;
    text-decoration: none;
    font-family: 'exo2';
    font-size: 15px;
    padding-left: 11px;
    display: block;
    text-transform: uppercase;
}
.query_dropbtn > div > a:hover{
    background: #e1e1e1;
}
.query_dropbtn:hover, .query_dropbtn_active{
    z-index: 5;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.query_dropbtn:hover > span, .query_dropbtn_active > span{
    color: #7795af;
    background: #f1f1f1;
    z-index: 3;
}
.query_dropbtn:hover > div, .query_dropbtn_active > div{
    display: block;
}
.support_query_div {
    padding: 0 15px;
}

.support_query_ta{
    margin-top: 12px;
    background: #eee;
    color: #828282;
    font-family: 'exo2';
    font-size: 15px;
    resize: vertical;
    border: 1px solid #c7c7c7;
    outline: none;
    padding: 5px;
    line-height: 1.2;
    width: 100%;
    min-height: 73px;
}
.support_query_block > .support_send,
.support_reply_form > .support_send{
    float: right;
    position: relative;
    right: 13px;
    margin-top: 10px;
}
.sqp{
    padding-bottom: 56px;
}
.support_query_replies:after{
    width: 100%;
    height: 1px;
    margin: 23px 0;
    background: #dbdbdb;
    margin-bottom: 3px;
    display: block;
    content: '';
}
.support_query_replies:before{
    width: 100%;
    height: 1px;
    margin: 23px 0;
    background: #dbdbdb;
    margin-top: 13px;
    display: block;
    content: '';
}
.support_author_name{
    color: #7795af;
    font-family: 'exo2-medium';
    font-size: 15px;
    text-decoration: none;
    margin-left: 13px;
}
.support_reply_date{
    color: #ccc;
    font-family: 'exo2';
    font-size: 15px;
}
.support_reply_text{
    margin-top: 7px;
}
.support_reply_btn{
    color: #828282;
    font-family: 'exo2';
    font-size: 15px;
    float: right;
    margin-right: 13px;
    text-decoration: none;
}
.support_reply_btn:hover{
    color: #7797b2;
}
.support_reply_btn:before{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 15px;
    height: 12px;
    display: inline-block;
    content: '';
    background: url('images/support_bubble.png');
    margin-right: 5px;
}
.support_reply_btn:hover:before{
    background: url('images/support_bubble_hover.png');
}
.support_query_text > a{
    color: #7795af;
}
.support_reply_tab{
    padding-left: 47px;
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
    .sidl{
        background: url('images/sidl_2x.png') center center no-repeat;
        -webkit-background-size: 13px 13px;
        background-size: 13px 13px;
    }
    .sidl:hover{
        background: url('images/sidl_hover_2x.png') center center no-repeat;
        -webkit-background-size: 13px 13px;
        background-size: 13px 13px;
    }
    .sirm{
        background: url('images/sirm_2x.png') center center no-repeat;
        -webkit-background-size: 10px 10px;
        background-size: 10px 10px;
    }
    .sirm:hover{
        background: url('images/sirm_hover_2x.png') center center no-repeat;
        -webkit-background-size: 10px 10px;
        background-size: 10px 10px;
    }
    .support_send{
        background: url('images/contact_form_send_2x.png');
        -webkit-background-size: 146px 34px;
        background-size: 146px 34px;
    }
    .support_send:hover{
        background: url('images/contact_form_send_hover_2x.png');
        -webkit-background-size: 146px 34px;
        background-size: 146px 34px;
    }
    .about_contact_form_send{
        background: url('images/contact_form_send_2x.png');
        -webkit-background-size: 146px 34px;
        background-size: 146px 34px;
    }
    .about_contact_form_send:hover{
        background: url('images/contact_form_send_hover_2x.png');
        -webkit-background-size: 146px 34px;
        background-size: 146px 34px;
    }
    .about_contact_form_send_disabled:hover,
    .send_disabled{
        background: url('images/contact_form_send_disabled_2x.png') !important;
        -webkit-background-size: 146px 34px !important;
        background-size: 146px 34px !important;
    }
    .about_contact_form_send_disabled{
        background: url('images/contact_form_send_disabled_2x.png') !important;
        -webkit-background-size: 146px 34px !important;
        background-size: 146px 34px !important;
    }
    .vac_file > a{
        background: url('images/attach_vac_2x.png') !important;
        -webkit-background-size: 125px 25px !important;
        background-size: 125px 25px !important;
    }
    .vac_file > a:hover{
        background: url('images/attach_vac_hover_2x.png') !important;
        -webkit-background-size: 125px 25px !important;
        background-size: 125px 25px !important;
    }
}
/* Support section end */
/***************************
****************************
News
****************************
***************************/
.news_content{
    color: #4b4b4b;
    font-family: 'exo2';
    font-size: 15px;
    line-height: 1.2;
}
.news_content img{
    max-width: 100%;
}
.quote{
    font-family: 'exo2-light';
    font-size: 20px;
    padding: 10px 0 10px 15px;
    position: relative;
}
.quote:before{
    width: 5px;
    height: 100%;
    background: #b6b6b6;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    content: '';
}
.author{
    margin-top: 15px;
    font-style: italic;
    font-family: 'exo2-bold';
    font-size: 13px;
}
.inl{
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 15px;
    text-align: center;
    position: relative;
    top: 3px;
}
.inl > span{
    display: block;
    font-size: 13px;
    color: #828282;
    font-style: italic;
    margin-top: 3px;
}
.news_content > h1{
    font-family: 'exo2-semibold';
    font-weight: normal !important;
    color: #313131;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 1em;
}
.news_header{
    color: #4b4b4b;
    font-family: 'exo2-medium';
    font-size: 15px;
}
.news_header > a{
    text-decoration: none;
    color: #7a99b3;
}
.news_header > div, .news_header > h1{
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'exo2-semibold';
    margin: 0;
    font-weight: initial;
}
.news_header:after{
    display: block;
    height: 1px;
    content: '';
    width: 100%;
    background: #b3b3b3;
    margin-top: 11px;
    margin-bottom: 21px;
}
.news_comments .support_query_text{
    color: #4b4b4b;
    padding: 0 0;
}
.news_comments .support_author_name{
    margin: 0;
}
.news_comments .support_query_title{
    padding-left: 0;
}
.news_comments > .support_query_replies > .support_reply_block:after,
.news_comments > .support_query_replies:before,
.news_comments > .support_query_replies:after{
    background: #b3b3b3 !important;
}
.news_comments .support_query_ta{
    margin-left: 0;
    width: 1050px;
}
.news_comments .support_reply_date{
    color: #858585;
}
.news_comments > .support_reply_form > .support_send{
    float: right;
    margin-bottom: 0;
    right: -2px;
}
.news_comments .support_reply_btn{
    margin-right: 0;
}
.news_content:after{
    display: block;
    height: 1px;
    content: '';
    width: 100%;
    background: #b3b3b3;
    margin-top: 19px;
    margin-bottom: 17px;
}
.news_share{
    margin-bottom: 48px;
    font-size: 15px;
    font-family: 'exo2';
    color: #4b4b4b;
}
.news_share > span{
    float: right;
}
.news_share > span > span{
    color: #858585;
}
.news_share > a,
.referal_share > a {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -6px;
    margin-left: 8px;
    background-image: url('images/socBtns_news.png');
}

.referal_share > a {
    margin: 8px 10px 10px 0;
    top: 0
}

.news_share > .sTW,
.referal_share > .sTW{
    background-position: -30px 0;
}
.news_share > .sFB,
.referal_share > .sFB{
    background-position: -60px 0;
}
.news_share > .sGP,
.referal_share > .sGP{
    background-position: -90px 0;
}

.sidebar_events a:after{
    display: block;
    content: '';
    clear: both;
}
.sidebar_events{
    margin-top: 20px;
    margin-bottom: 50px;
}
.sidebar_events img{
    float: left;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.sidebar_events a{
    height: 59px;
    overflow: hidden;
    text-decoration: none;
    color: #898989;
    font-family: 'robotocondensed';
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}
.sidebar_events a > span{
    display: block;
    font-family: 'exo2-medium';
    color: #434343;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin-bottom: 2px;
}

.news_list{
    width: 100%;
    background: #f8f8f8;
    font-family: 'exo2';
    font-size: 15px;
    color: #828282;
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.news_list > div > a{
    color: #7795af;
    text-decoration: none;
}
.news_list > div > span, .sl{
    margin-right: 10px;
    font-size: 14px;
}
.sl:hover{
    text-decoration: underline;
}
.news_list > div{
    min-height: 120px;
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}
.news_list > div:last-child{
    margin-bottom: 0px;
}
.news_list > div:last-child:after{
    display: none;
}
.news_list > div:after{
    display: block;
    height: 1px;
    width: 100%;
    content: '';
    background: #dadada;
    position: absolute;
    bottom: -1px;
}
.news_list > div > img{
    width: 101px;
    height: 138px;
}
.lnk{
    float: left;
    vertical-align: top;
    width: 0px;
}
.dp{
    margin-left: 158px;
}
.news_list h1{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'exo2-semibold';
    color: #4b4b4b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal !important;
    margin-top: 0px;
    padding-top: 14px;
    margin-bottom: 0px;
    margin-left: 158px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list h1:hover{
    color: #7795af;
}
.news_list > div > div{
    margin-top: 11px;
    overflow: hidden;
    line-height: 1.2;
    margin-left: 158px;
    padding-bottom: 10px;
}
.news_cats{
    margin: 18px 0;
}
.news_cats a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
    font-family: 'exo2-bold';
    font-size: 14px;
    color: #828282;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    margin-right: 20px;
}
.news_cats a:hover, .current_cat{
    color: #313131 !important;
}

@media (max-width: 710px) {
    .support_status {
        top: 5px;
        padding: 0;
    }
}


@media (max-width: 500px) {
    .sup_back {
        float: none;
        top: -10px;
    }

    .sup_back .sml {
        float: none;
    }

    .support_query_title {
        max-width: 100%;
    }
}


.evts_h{
    margin-top: 52px !important;
}
.err::-webkit-input-placeholder { color: red; }
.err::-moz-placeholder { color: red !important; }
.err:-moz-placeholder { color: red !important; }
.err:-ms-input-placeholder { color: red; }
/*forum*/
.forum_wrap{
  background: none;
  min-width: 300px;
  margin-top: 63px;
  padding-top: 0px;
}
.forum_main{
  width: 100%;
  max-width: 1060px;
}
.forum_head_wrap{
  background: #eaeaeb;
  margin-top: -149px;
  margin-bottom: -396px;
}
.forum_head{
  height: 750px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 61px;
  position: relative;
}
.forum_head_wrap:before{
  display: block;
  width: 100%;
  height: 383px;
  content: '';
  top: 63px;
  position: absolute;
  z-index: 0;
  background: #981f00;
}
.forum_head > a{
  display: inline-block;
  position: relative;
  margin-left: 50%;
  left: -524px;
  top: 67px;
  height: 253px;
  width: 390px;
  background-position: center;
  background-repeat: no-repeat;
}
.forumlist_head > span{
  font-size: 25px;
  color: #313131;
  font-family: 'exo2-semibold';
  text-transform: uppercase;
  padding-top: 4px;
  display: inline-block;
  margin-bottom: 15px;
  max-width: calc(100% - 275px);
}
.forumlist_head_description{
  color: #4a4a4a;
  font-size: 15px;
  font-family: 'exo2';
}

.forumlist{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 31px;
}
.forumlist > a{
  display: inline-block;
  display: flex;
  width: 520px;
  width: 49%;
  min-height: 100px;
  background: #efeff0;
  box-shadow: 0px 1px 4px 0px rgba(0, 4, 3, 0.26);
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.forumlist > a > .icon{
  width: 90px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.forumlist > a > div{
  display: inline-block;
  vertical-align: top;
}
.forumlist > a > div > div{
  font-size: 20px;
  color: #313131;
  font-family: 'exo2-semibold';
  text-transform: uppercase;
  padding-top: 26px;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.forumlist > a > div > span{
  font-size: 15px;
  color: #828282;
  font-family: 'exo2';
  padding-bottom: 26px;
  display: block;
}
.forumlist > a:hover{
  background: #fff;
}
.forumlist > a:hover > div > div{
  color: #7795af;
}
.forum_play_wrap{
  width: 390px;
  height: 60px;
  background: rgba(233, 233, 233, 0.75);
  margin-left: 50%;
  left: -530px;
  position: absolute;
  bottom: 370px;
  border-radius: 7px 7px 0px 0px;
}
.forum_play_wrap > a{
  width: 350px;
  height: 37px;
  background: url(images/forum_play.png);
  display: block;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 37px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-align: center;
  font-family: 'exo2-bold';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  margin: auto;
  margin-top: 19px;
}
.forum_play_wrap > a:hover{
  background: url('images/forum_play_h.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.forum_head_faded{
  margin-bottom: -846px;
}
.forum_head_faded > div{
  background: url('images/header_theme.jpg') center bottom;
  height: 830px;
}
.searchbox_tl{
  margin-top: -10px;
}
.forum_nav{
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'exo2-semibold';
  color: #828282;
  display: inline-block;
  max-width: calc(100% - 270px);
}
.forum_nav > a{
  text-decoration: none;
  color: #828282;
  transition: all 0.3s ease;
}
.forum_nav > a:hover{
  color: #7795af;
}
.threadlist_info{
  display: inline-block;
  height: 60px;
  margin-top: 32px;
  margin-left: 6px;
  max-width: calc(100% - 270px);
  white-space: nowrap;
}
.threadlist_info > .icon{
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.threadlist_info > div{
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 60px);
}
.threadlist_info > div > div{
  color: #313131;
  font-family: 'exo2-semibold';
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.threadlist_info > div > span{
  color: #828282;
  font-family: 'exo2';
  font-size: 15px;
  margin-left: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.forum_new_thread{
  width: 252px;
  height: 52px;
  background: url('images/forum_new_thread.png');
  display: block;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 52px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-align: center;
  font-family: 'exo2-bold';
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  margin: auto;
  float: right;
  text-decoration: none !important;
}

.forum_new_thread:hover{
  background: url('images/forum_new_thread_h.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.threadlist > .thread:first-child{
  border-top: 1px solid #cfcfcf;
}
.threadlist_stick{
  margin-bottom: 50px;
}
.threadlist_stick > .thread, .Announcement{
  background: #f5f5f5;
}
.thread{
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #cfcfcf;
  font-family: 'exo2';
}
.thread > div{
  display: inline-block;
  vertical-align: top;
}
.thread > .icon{
  width: 38px;
  height: 80px;
  background: url('images/forum_icon.png') right center no-repeat;
}
.ficlosed, .Closed > .icon{
  background: url('images/forum_icon_closed.png') right center no-repeat !important;
}
.fimoved{
  background: url('images/forum_icon_moved.png') right center no-repeat !important;
}
.fistar, .Bookmarked > .icon{
  background: url('images/forum_icon_star.png') right center no-repeat !important;
}
.fisticky, .Announcement > .icon{
  background: url('images/forum_icon_sticky.png') right center no-repeat !important;
}
.finewreplies, .Unread > .icon{
  background: url('images/forum_icon_newreplies.png') right center no-repeat !important;
}
.tinfo{
  margin-left: 10px;
  max-width: calc(100% - 480px);
}
.tinfo a{
  text-decoration: none;
}
.tinfo > a{
  color: #313131;
  margin-top: 20px;
  display: inline-block;
  padding-bottom: 1px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.tinfo > span{
  color: #828282;
  display: block;
  margin-top: -1px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.tinfoad{
  float: right;
}
.tinfoad > div{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 40px;
}
.tinfoad > div div, .tinfoad > a div{
  color: #313131;
  margin-top: 20px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tinfoad > div span, .tinfoad > a span{
  color: #828282;
  display: block;
  padding-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tinfoad > a{
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding-right: 47px;
  height: 80px;
  width: 138px;
}
.threadlist{
  margin-top: 26px;
}
.forum_pager, .Pager{
  margin: auto;
  margin-top: 15px;
  display: table;
}
.forum_pager > a, .forum_pager > span, .Pager > a{
  width: 31px;
  height: 31px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 31px;
  color: #828282;
  font-size: 16px;
  font-family: 'exo2-semibold';
  border: 2px solid #828282;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.forum_pager > span, .Pager > .Highlight{
  background: #7795af;
  color: #fff;
  border: 2px solid #7795af;
  pointer-events: none;
}
.Pager > .Next, .Pager > .Previous{
  display: none;
}
.forum_pager > a:hover, .Pager > a:hover{
  color: #7795af;
  border: 2px solid #7795af;
}
.forum_pager > a:last-child, .forum_pager > span:last-child{
  margin-right: 0px !important;
}
.topic_info{
  display: inline-block;
  height: 60px;
  margin-top: 26px;
  max-width: calc(100% - 270px);
  white-space: nowrap;
}
.topic_info > div{
  color: #313131;
  font-family: 'exo2-semibold';
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.topic_info > span{
  color: #828282;
  font-family: 'exo2';
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.forum_reply_big{
  margin-top: 31px;
}
.pager_left, #PagerBefore{
  margin-left: 0px;
  margin-top: 26px;
}
.forum_posts{
  margin-top: 30px;
  border-top: 1px solid #cfcfcf;
}
.forum_post{
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
}
.forum_userpanel{
  width: 265px;
  display: inline-block;
  vertical-align: top;
}
.forum_userpanel > a{
  display: inline-block;
  vertical-align: top;
}
.forum_userpanel > a > img{
  border-radius: 6px;
  border: 1px solid rgb(70, 70, 70);
  box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,1);
  width: 98px;
  height: 98px;
}
.forum_userinfo{
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: -2px;
  width: 145px;
}
.forum_userinfo > a{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.forum_userinfo > div{
  margin-top: 8px;
  font-size: 13px;
  color: #4b4b4b;
  font-family: 'exo2';
}
.forum_post_body{
  vertical-align: top;
  display: inline-block;
  width: 780px;
  font-size: 15px;
  font-family: 'exo2';
  margin-left: 12px;
  padding-top: 15px;
}
.post_created{
  color: #828282;
  font-size: 14px;
}
.post_options{
  display: inline-block;
  float: right;
  font-family: 'raphaelicons';
  font-size: 24px;
  color: #c0c0c0;
  position: relative;
  top: -4px;
  left: -1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post_options:hover{
  color: #7797b2;
}
.forum_post_content{
  padding-top: 18px;
  padding-bottom: 28px;
  width: 765px;
}
.forum_quote_h{
  font-size: 14px;
  color: #828282;
  padding-bottom: 8px;
}
.forum_quote_h > a{
  text-decoration: none;
}
.forum_quote_h > span{
  float: right;
}
.forum_reply, .forum_edit, .forum_like, .forum_likes, .forum_dislike, .forum_delete {
  height: 25px;
  display: inline-block;
  font-family: 'exo2-semibold';
  text-decoration: none !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  border-radius: 5px;
  border: 2px solid #7795af;
  color: #7795af !important;
  padding: 0px 7px;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 6px;
}
.forum_reply:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url('images/quote.png');
  margin-right: 7px;
}
.forum_edit:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('images/edit.png');
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.forum_post_subc{
  display: inline-block;
  float: right;
  margin-right: -4px;
}
.forum_like:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('images/like.png');
  position: relative;
  top: 4px;
}
.forum_dislike:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('images/dislike.png');
  position: relative;
  top: 4px;
}
.forum_post_content > a{
  text-decoration: none;
}
.forum_quote{
  padding: 15px;
  background: #dadada;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  border: 1px solid #a4a4a4;
  margin-bottom: 15px;
}
.forum_post_content img{
  max-width: 100%;
}
.forum_mod{
  border-radius: 5px;
  height: 31px;
  border: 2px solid #828282;
  display: inline-flex;
  float: right;
  margin-top: -35px;
}
.forum_mod > a{
  display: block;
  width: 34px;
  height: 31px;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
}
.forum_mod > a:hover{
  background-color: #828282;
}
.forum_mod > a:nth-child(1){
  background-image: url('images/forum_mod_close.png');
}
.forum_mod > a:nth-child(2){
  background-image: url('images/forum_mod_remove.png');
}
.forum_mod > a:nth-child(3){
  background-image: url('images/forum_mod_move.png');
}
.forum_mod > a:nth-child(4){
  background-image: url('images/forum_mod_archive.png');
}
.forum_reply_wrap{
  width: 100%;
  background: #f5f5f5;
  position: relative;
}
#ReplyForm{
  position: absolute;
  top: -64px;
}
.forum_reply_block{
  max-width: 1060px;
  margin: auto;
}
.forum_reply_h{
  height: 29px;
  line-height: 29px;
  color: #313131;
  text-transform: uppercase;
  font-family: 'exo2-medium';
  font-size: 20px;
  padding-top: 38px;
}
.forum_reply_h > .PhotoWrap{
  width: 27px;
  height: 27px;
  border: 1px solid rgb(70, 70, 70);
  border-radius: 2px;
  box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,1);
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-right: 4px;
  overflow: hidden;
}
.forum_reply_h > .PhotoWrap > img{
  width: 27px;
  height: 27px;
}
.reply_more_btn{
  text-transform: initial;
  float: right;
  text-decoration: none;
  font-family: 'exo2';
  font-size: 15px;
  position: relative;
  top: 2px;
}
.forum_reply_block textarea, .richeditor{
  margin-top: 7px;
  width: 100%;
  width: calc(100% - 21px);
  height: 138px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-family: 'exo2';
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
  background: #fff;
}
.richeditor_controls{
  background: #dadada;
  border: 1px solid #b4b4b4;
  height: 32px;
  border-radius: 5px;
  float: left;
}
.richeditor_controls > a{
  transition: all 0.3s ease;
  height: 32px;
  display: inline-block;
}
.richeditor_controls > a:hover{
  background: #b4b4b4;
}
.forum_reply_controls{
  float: right;
  margin-bottom: 35px;
}
.forum_reply_preview{
  margin-left: 20px;
  border: none;
  cursor: pointer;
  width: 172px;
  height: 34px;
  background: url('images/forum_preview.png');
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 34px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-align: center;
  font-family: 'exo2-bold';
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.forum_reply_preview:hover{
  background: url('images/forum_preview_h.png');
}
.forum_reply_send{
  border: 0;
  cursor: pointer;
  width: 146px;
  height: 34px;
  background: url('images/forum_reply.png');
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 34px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-align: center;
  font-family: 'exo2-bold';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  margin-left: 20px;
}
.forum_reply_send:hover{
  background: url('images/forum_reply_h.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.forum_wrap_2{
  min-width: 480px;
  padding-top: 108px;
  background-position: center 40px;
  background-image: none;
  background-color: #ededed;
}
.profile_head{
  margin-top: 35px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 39px;
}
.profile_avatar{
  border-radius: 6px;
  border: 1px solid rgb(70, 70, 70);
  box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,1);
  width: 98px;
  height: 98px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.profile_avatar > img{
  width: 100%;
  height: 100%;
}
.profile_info{
  display: inline-block;
  vertical-align: top;
  height: 100px;
  margin-left: 9px;
}
.profile_info_name{
  color: #313131;
  font-size: 26px;
  font-family: 'exo2-semibold';
  text-transform: uppercase;
  margin-top: -7px;
}
.profile_info_status{
  font-family: 'exo2';
  color: #313131;
  font-size: 15px;
  margin-top: -2px;
  margin-left: 1px;
}
.profile_info_stats{
  font-family: 'exo2';
  font-size: 15px;
  color: #4b4b4b;
  margin-left: 3px;
  margin-top: 5px;
}
.profile_info_stats > div > div{
  color: #828282;
}
.profile_info_stats > div{
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
.profile_info_buttons{
  position: absolute;
  right: 0px;
  top: 3px;
}
.profile_info_buttons_friends{
  width: 100px;
  padding-left: 28px;
  height: 34px;
  background: url('images/forum_add_friend.png');
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 34px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-align: center;
  font-family: 'exo2-bold';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.profile_info_buttons_friends:hover{
  background: url('images/forum_add_friend_h.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.profile_info_buttons_message{
  width: 118px;
  padding-left: 28px;
  height: 34px;
  background: url('images/forum_message.png');
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 34px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-align: center;
  font-family: 'exo2-bold';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  margin-left: 23px;
}
.profile_info_buttons_message:hover{
  background: url('images/forum_message_h.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.profile_sidebar{
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.profile_widget{
  background: #f8f8f8;
  box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.25);
  padding-bottom: 9px;
  margin-bottom: 30px;
}
.profile_widget_h{
  font-family: 'exo2-semibold';
  font-size: 15px;
  text-transform: uppercase;
  color: #313131;
  padding-left: 22px;
  padding-top: 17px;
  margin-bottom: 12px;
  position: relative;
}
.profile_widget_h:before{
  width: 4px;
  height: 17px;
  background: #7795af;
  display: inline-block;
  content: '';
  position: absolute;
  left: 12px;
}
.profile_widget_info{
  font-family: 'exo2';
  font-size: 15px;
  color: #313131;
  padding-left: 13px;
  padding-bottom: 9px;
}
.profile_widget_info > span{
  font-family: 'exo2-semibold';
}
.profile_friends > a{
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,1);
  margin-right: 21px;
  margin-bottom: 25px;
  position: relative;
}
.profile_friends > a:nth-child(3n+3){
  margin-right: 0px;
}
.profile_friends > a > div:after{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #313131 transparent transparent transparent;
  transform: translateX(-50%);
  margin-left: 50%;
}
.profile_friends > a > div{
  background: #313131;
  position: absolute;
  height: 21px;
  line-height: 21px;
  color: #e9e9e9;
  font-family: 'exo2';
  font-size: 13px;
  padding: 0 6px;
  border-radius: 3px;
  margin-left: 50%;
  transform: translateX(-50%);
  top: -24px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.profile_friends > a:hover > div{
  opacity: 1;
}
.profile_friends > a > img{
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
.profile_friends{
  width: 200px;
  margin: auto;
  margin-top: 22px;
  margin-bottom: -7px;
}
.profile_sidebar_more{
  float: right;
  color: #828282;
  font-size: 14px;
  font-family: 'exo2';
  text-decoration: none;
  position: relative;
  top: -25px;
}
.profile_visitors{
  margin-top: 40px;
}
.profile_widget_content{
  font-size: 15px;
  color: #828282;
  margin: 0 12px;
  font-family: 'exo2';
}
.profile_counter{
  font-size: 15px;
  color: #828282;
  margin: 0 12px;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: 'exo2';
}
.profile_container{
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 780px;
  width: calc(100% - 280px);
}
.profile_tabs{
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.25);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 19px;
}
.profile_tabs > a{
  display: block;
  text-align: center;
  font-family: 'exo2-medium';
  color: #313131;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  width: 50%;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.profile_tab_active:after{
  display: block;
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
  background: #7795af;
}
.profile_feed{
  border-bottom: 1px solid #cfcfcf;
}
.feed_item{
  border-top: 1px solid #cfcfcf;
  padding-top: 12px;
  padding-bottom: 14px;
}
.feed_title{
  color: #313131;
  text-decoration: none;
  font-family: 'exo2-semibold';
  font-size: 17px;
  display: block;
}
.feed_subtitle{
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-family: 'exo2';
  font-size: 14px;
  color: #828282;
}
.feed_text{
  display: block;
  margin-top: 20px;
  text-decoration: none;
  font-family: 'exo2';
  font-size: 15px;
  color: #4b4b4b;
}
.feed_date{
  display: inline-block;
  text-decoration: none;
  font-family: 'exo2';
  font-size: 14px;
  color: #828282;
  margin-top: 17px;
}
.feed_likes{
  float: right;
  display: inline-block;
  font-family: 'exo2-semibold';
  font-size: 14px;
  color: #7797b2;
  position: relative;
  top: 19px;
}
.feed_likes:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('images/like.png');
  position: absolute;
  left: -24px;
  top: -3px;
}
.forum_main_head_wrap{
  background: #eaeaeb;
  margin-top: -149px;
  margin-bottom: 63px;
}
.forum_main_head{
  height: 438px;
  width: 100%;
  position: relative;
}
.forum_head_wrap:before{
  display: block;
  width: 100%;
  height: 383px;
  content: '';
  top: 63px;
  position: absolute;
  z-index: 0;
  background: #981f00;
}
.forum_welcome_text{
  margin: auto;
  padding-top: 181px;
  width: 370px;
  color: #fff;
  font-size: 30px;
  font-family: 'exo2';
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.forum_welcome_text > span:before{
  position: absolute;
  height: 5px;
  width: 75px;
  background: #fff;
  content: '';
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  top: 12px;
}
.forum_welcome_text > span{
  padding-top: 29px;
  line-height: 1.2;
  font-size: 15px;
  display: block;
  text-transform: none;
  position: relative;
}
.cat_head{
  font-family: 'exo2-semibold';
  font-size: 20px;
  color: #313131;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 30px;
}
.cat_list{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 52px;
}
.cat_list > a{
  display: inline-block;
  width: 220px;
  height: 300px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.cat_list > a > span{
  display: block;
  width: 100%;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0px;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-family: 'exo2';
  padding: 9px 12px;
}
.forum_main > .cat_list:last-child{
  margin-bottom: 0px;
}
.Section-DiscussionList > .main_wrap{
  background-color: #eaeaea;
}
.Section-CategoryList > .main_wrap{
  background-color: #e9e9ea;
}

.Section-demon-slayer:not(.Category-demon-slayer) > .main_wrap{
  background-color: #ededed;
}
.Section-cosmo-zom:not(.Category-cosmo-zom) > .main_wrap{
  background-color: #ededed;
}

.post_options{
  position: relative;
}
.post_dropdown{
  display: none;
  top: 27px;
  right: 0px;
  background: #f0f0f0;
  border-radius: 5px;
  font-family: 'exo2-medium';
  font-size: 14px;
  box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.41);
  border: 1px solid rgb(240, 240, 240);
  position: absolute;
  width: 190px;
}
.post_dropdown > a{
  padding: 0px 16px;
  color: #585858;
  text-decoration: none;
  display: block;
  line-height: 35px;
  transition: all 0.3s ease;
}
.post_dropdown > a:hover{
  background: #e2e2e2;
  color: #7797b2;
}
@media (max-width: 1060px) {
  .forum_main, .forum_reply_block{
    width: 100%;
    width: calc(100% - 40px);
  }
  .forum_head > a, .forum_play_wrap{
    left: 0px;
    transform: translateX(-50%);
  }
  .forum_post_content{
    width: 100%;
  }
  .forum_post_body{
    width: 100%;
    margin-left: 0px;
  }
}
/* =================================================================== Popups */
.Popup .Info {
  margin-top: 10px;
}

div.Popup {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

div.Popup .Border {
  margin: 0 auto;
  text-align: left;
  position: relative;
  max-width: 600px;
  min-width: 350px;
  display: inline-block;
}

div.Popup .Body {
  float: left;
  width: 100%;
}

div.Popup .Loading {
  text-align: center;
}

div.Popup h1 {
  margin-top: 0;
}

a.Close {
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
}

div.Popup .Footer {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

div.Popup h3 {
  font-size: 120%;
  font-weight: bold;
  padding: 20px 0 10px;
}

div.Popup p {
  padding: 6px 10px 10px;
}

div.Popup .Legal p {
  padding: 6px 0 10px;
}

div.Popup small {
  font-size: 11px;
}

div.Popup form p {
  padding: 0;
}

body.Profile.EditMode ul li label,
div.Popup form ul li label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
}

body.Entry form ul li.Gender label.RadioLabel,
body.Profile.EditMode ul li.Gender label.RadioLabel,
div.Popup form ul li.Gender label.RadioLabel {
  display: inline;
  padding-right: 20px;
}

li.Gender {
  margin-bottom: 10px;
}

body.Profile.EditMode ul li label.RadioLabel,
body.Profile.EditMode ul li label.CheckBoxLabel,
div.Popup form ul li label.RadioLabel,
div.Popup form ul li label.CheckBoxLabel {
  font-weight: normal;
}

body.Profile.EditMode .Warning {
  margin: 10px 0;
}

div.Popup form ul li label.RadioLabel {
  font-size: 12px;
}
#atwho-container{
  display: none;
}
.profile_feed .Empty{
  color: #313131;
  text-decoration: none;
  font-family: 'exo2-semibold';
  font-size: 17px;
  display: block;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  padding: 14px 0;
}
.forum_mail_h{
  color: #313131;
  font-size: 30px;
  font-family: 'exo2-semibold';
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 19px;
}
.forum_mail_sidebar{
  width: 250px;
  display: inline-block;
}
.forum_mail_new:before{
  background: url('images/forum_mail_new.png') center center no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  content: '';
  vertical-align: top;
}
.forum_mail_new{
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #7795af;
  font-family: 'exo2-medium';
  font-size: 14px;
  box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.25);
  transition: all 0.3s ease;
}
.forum_mail_new:hover{
  background: #b8b8b8;
}
.forum_mail_links{
  box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.25);
  margin-top: 20px;
}
.forum_mail_links > a{
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #434343;
  background: #f8f8f8;
  font-family: 'exo2-medium';
  font-size: 14px;
  transition: all 0.3s ease;
}
.forum_mail_links > a:hover{
  background: #b8b8b8;
  color: #fff;
}
.forum_mail_links > a:before{
  width: 50px;
  height: 50px;
  display: inline-block;
  content: '';
  vertical-align: top;
  transition: all 0.3s ease;
}
.forum_mail_links > a:nth-child(1):before{
  background: url('images/forum_mail_inbox.png') center center no-repeat;
}
.forum_mail_links > a:nth-child(1):hover:before{
  background: url('images/forum_mail_inbox_hover.png') center center no-repeat;
}
.forum_mail_links > a:nth-child(2):before{
  background: url('images/forum_mail_sent.png') center center no-repeat;
}
.forum_mail_links > a:nth-child(2):hover:before{
  background: url('images/forum_mail_sent_hover.png') center center no-repeat;
}
.forum_mail_links > a:nth-child(3):before{
  background: url('images/forum_mail_drafts.png') center center no-repeat;
}
.forum_mail_links > a:nth-child(3):hover:before{
  background: url('images/forum_mail_drafts_hover.png') center center no-repeat;
}
.active_inbox > a:nth-child(1), .active_sent > a:nth-child(2), .active_drafts > a:nth-child(3){
  color: #7797b2;
  pointer-events: none;
}
.active_inbox > a:nth-child(1):before{
  background: url('images/forum_mail_inbox_active.png') center center no-repeat;
}
.active_sent > a:nth-child(2):before{
  background: url('images/forum_mail_sent_active.png') center center no-repeat;
}
.active_drafts > a:nth-child(3):before{
  background: url('images/forum_mail_drafts_active.png') center center no-repeat;
}
.forum_mail_list{
  width: 780px;
  float: right;
  border-top: 1px solid #cfcfcf;
}
.forum_mail_list > div{
  border-bottom: 1px solid #cfcfcf;
  padding-top: 9px;
  padding-bottom: 19px;
}
.forum_mail_preview{
  color: #4b4b4b;
  font-family: 'exo2';
  font-size: 15px;
  text-decoration: none;
  margin-top: 11px;
  display: block;
}
.forum_mail_item_h > a, .forum_mail_message_h > a{
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,1);
  position: relative;
  overflow: hidden;
}
.forum_mail_item_h > a > img, .forum_mail_message_h > a > img{
  width: 48px;
  height: 48px;
}
.forum_mail_item_info{
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  margin-top: 3px;
}
.forum_mail_item_info > div{
  color: #828282;
  font-family: 'exo2';
  font-size: 14px;
  margin-bottom: 2px;
}
.forum_mail_item_info > div > a{
  color: #828282;
  text-decoration: none;
}
.forum_mail_item_info > a{
  color: #313131;
  font-size: 17px;
  font-family: 'exo2-semibold';
  text-decoration: none;
}
.forum_mail_item_sub{
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 3px;
  text-align: right;
}
.forum_mail_item_sub > div{
  color: #828282;
  font-size: 14px;
  font-family: 'exo2';
  margin-bottom: 5px;
}
.forum_mail_item_sub > span:before{
  content: '';
  display: inline-block;
  background: url('images/forum_mail_replies.png');
  width: 16px;
  height: 12px;
  margin-right: 3px;
}
.forum_mail_item_sub > span{
  color: #7797b2;
  font-family: 'exo2-semibold';
  font-size: 14px;
  vertical-align: top;
}
.mail_check{
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  border: 2px solid #828282;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 15px;
}
.forum_mail_messages{
  width: 780px;
  float: right;
  border-top: 1px solid #cfcfcf;
}
.forum_mail_messages > div{
  border-bottom: 1px solid #cfcfcf;
  padding-top: 14px;
  padding-bottom: 20px;
}
.forum_mail_message_h{
  margin-bottom: 17px;
}
.message_text{
  color: #4b4b4b;
  font-family: 'exo2';
  font-size: 15px;
}
.forum_mail_message_info{
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 2px;
}
.forum_mail_message_info > a:first-child{
  color: #313131;
  text-decoration: none;
  font-family: 'exo2-semibold';
  font-size: 17px;
  display: block;
}
.forum_mail_message_info > a:last-child{
  color: #828282;
  text-decoration: none;
  font-family: 'exo2';
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.forum_mail_message_sub{
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  margin-top: 1px;
  float: right;
}
.forum_mail_reply_block{
  width: 780px;
  float: right;
}
.forum_mail_reply_block textarea{
  margin-top: 7px;
  width: calc(100% - 20px);
  height: 138px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-family: 'exo2';
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
}
.forum_mail_block_extend{
  font-family: 'exo2';
  text-decoration: none;
  float: right;
  font-size: 14px;
  padding-top: 17px;
  padding-bottom: 1px;
}
.message_text > p{
  padding: 0;
  margin: 0;
}
.main{
  font-family: 'exo2';
}
.forum_main h1{
  color: #313131;
  font-size: 30px;
  font-family: 'exo2-semibold';
  text-transform: uppercase;
}
.forum_main textarea{
  width: 100%;
  width: calc(100% - 14px);
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-family: 'exo2';
  font-size: 15px;
  padding: 7px;
}
.forum_main input[type=text]{
  width: 100%;
  width: calc(100% - 28px);
  font-size: 15px;
  font-family: 'exo2';
  padding: 0 16px;
  line-height: 40px;
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
  border-radius: 1px;
  outline: none;
  border: none;
  height: 40px;
  color: #828282;
  margin-bottom: 20px;
}
.searchbox{
  width: 250px;
  height: 36px;
  float: right;
  position: relative;
}
.searchbox > input{
  display: block !important;
  width: 193px !important;
  padding: 0px 42px 0 11px !important;
  color: #868585 !important;
  font-size: 15px !important;
  font-family: 'exo2' !important;
  height: 32px !important;
  border: none !important;
  outline: none !important;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 2px solid rgba(255, 255, 255, 0.0) !important;
  transition: all 0.3s ease;
}
.searchbox > input:focus{
  border: 2px solid #7795af !important;
  color: #313131 !important;
  background: #fff !important;
}
.searchbox > a{
  text-decoration: none;
  width: 40px;
  height: 32px;
  display: block;
  color: #4a4a4a;
  position: absolute;
  right: 2px;
  top: 2px;
  line-height: 32px;
  font-size: 29.85px;
  font-family: 'raphaelicons';
  text-align: center;
  transition: all 0.3s ease;
}
.searchbox > a:hover{
  color: #fff;
  background: #7795af;
}
.forum_create input{
  width: calc(100% - 300px) !important;
  float: right;
}
.forum_main select{
  width: 250px;
  font-size: 15px;
  font-family: 'exo2';
  padding: 0 16px;
  line-height: 40px;
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
  border-radius: 1px;
  outline: none;
  border: none;
  height: 40px;
  color: #828282;
  background: #fff;
}
.forum_create{
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .forum_main_head{
    background: none;
  }
  .forum_welcome_text{
    color: #313131;
  }
  .forum_welcome_text > span:before{
    background: #313131;
  }
  .forum_main_head_wrap{
    margin-bottom: 25px;
  }
  .forum_main_head{
    height: 320px;
  }
  .forum_welcome_text{
    padding-top: 115px;
  }
  .cat_list > a{
    width: 196px;
    height: 266px;
    margin-bottom: 38px;
  }
  .cat_list > a > span{
    padding: 6px 12px;
  }
  .forum_head_wrap{
    margin-bottom: -179px;
  }
  .forum_head{
    height: 430px;
  }
  .forum_head > a {
    margin-left: 50%;
    left: 0;
    height: 190px;
    width: 295px;
    transform: translateX(-50%);
    background-size: contain;
    top: 93px;
    position: absolute;
  }
  .forum_play_wrap{
    background: none;
  }
  .forum_play_wrap{
    bottom: 152px;
    margin-left: 50%;
    width: 430px;
  }
  .forum_play_wrap > a{
    width: 430px;
    background: url('images/forum_play_mobile.png');
  }
  .forum_play_wrap > a:hover{
    background: url('images/forum_play_mobile_h.png');
  }
  .forumlist_head_description{
    display: none;
  }
  .forumlist{
    display: block;
    box-shadow: 0px 1px 4px 0px rgba(0, 4, 3, 0.26);
    margin-top: 12px;
  }
  .forumlist > a{
    display: block;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid #cbcbcb;
  }
  .forumlist > a > .icon{
    height: 100px;
  }
  .forum_main{
    width: 100% !important;
  }
  .searchbox > input{
    display: none !important;
  }
  .searchbox > a{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    line-height: 36px;
  }
  .forumlist_head > span{
    margin-left: 25px;
    max-width: calc(100% - 100px);
  }
  .searchbox{
    width: 36px;
    right: 25px;
  }
  .forum_nav{
    display: block;
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .threadlist_head > .forum_nav{
    margin-bottom: 20px;
    margin-left: 18px;
  }
  .forum_new_thread{
    float: none;
  }
  .threadlist_info > div > div{
    white-space: normal;
    overflow: inherit;
  }
  .threadlist_info > div > span{
    white-space: normal;
    overflow: inherit;
  }
  .threadlist_info > div, .threadlist_info{
    max-width: 100%;
  }
  .threadlist_info{
    margin-left: 18px;
    margin-top: 10px;
  }
  .forum_new_thread{
    max-width: 444px;
      width: 100%;
    background: url('images/forum_new_thread_mobile.png');
  }
  .forum_new_thread:hover{
    background: url('images/forum_new_thread_h_mobile.png');
  }
  #PagerBefore{
    margin-left: 18px;
  }
  .tinfoad{
    float: none;
    display: block !important;
    margin-left: 52px;
    margin-top: -17px;
    margin-bottom: 20px;
  }
  .tinfo{
    max-width: inherit;
  }
  .thread{
    height: inherit;
  }
  .tinfoad > div div, .tinfoad > a div{
    display: inline-block;
    margin-top: 0px;
  }
  .tinfoad > div span, .tinfoad > a span{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
  }
  .tinfoad > a{
    height: inherit;
    padding-right: 0px;
    width: initial;
  }
  .tinfoad > div{
    margin-right: 20px;
  }
  .cat_head{
    margin-left: 25px;
  }
  .cat_list{
    padding: 0 25px;
  }
}
/* mobile section */
.mobile_main{
  min-width: 480px;
}
.mobile_main > .main{
  width: 100%;
  max-width: 720px;
}
.mobile_header{
  height: 63px;
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.25);
  background: #f8f8f8;
  margin-bottom: -63px;
  position: fixed;
  z-index: 2;
  top: 0px;
}
.mobile_header_back{
  display: inline-block;
  width: 66px;
  height: 63px;
  background: url('images/header_back.png') center center no-repeat;
}
.mobile_header > span{
  display: inline-block;
  line-height: 63px;
  vertical-align: top;
  font-family: 'exo2-semibold';
  font-size: 22px;
  color: #4b4b4b;
  text-transform: uppercase;
}
.mgdrop{
  margin: 0 25px;
  margin-top: 35px;
  height: 50px;
  background: #f1f1f1;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  color: #4b4b4b;
  font-family: 'exo2-semibold';
  box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.17);
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.mgdrop > span{
  margin: 0 15px;
}
.mgdrop > span:after{
  left: -18px;
  position: relative;
  float: right;
  top: 1px;
  display: inline-block;
  content: "=";
  transform: rotate(90deg);
  font-size: 35px;
  font-family: 'raphaelicons';
  vertical-align: middle;
  font-weight: bold;
  color: #919191;
}
.mgdropoptions{
  display: none;
  background: #f1f1f1;
  box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.17);
}
.mgdropoptions > a{
  border-top: 1px solid #dedee0;
  height: 50px;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #4b4b4b;
  transition: all 0.3s ease;
}
.mgdropoptions > a:hover{
  background: #dedee0;
}
.mgamelist{
  margin: 0 25px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mgamelist > div{
  width: 196px;
  margin-bottom: 45px;
}
.mgamelist > div > a:first-child{
  display: block;
  height: 266px;
}
.mgamelist > div > a > img{
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 2.84px 1.16px rgba(0, 4, 3, 0.4);
}
.mgamelist > div > a:last-child{
  font-family: 'exo2-semibold';
  color: #4b4b4b;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 8px;
}
.mgamelist > div > a:last-child > span{
  font-family: 'robotocondensed';
  font-size: 15px;
  color: #737373;
  text-transform: none;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
}
.mgameinfowrap{
  margin: 0 25px;
  margin-top: 44px;
}
.mgameinfowrap > img{
  width: 196px;
  height: 266px;
  box-shadow: 0px 1px 2.84px 1.16px rgba(0, 4, 3, 0.4);
  display: inline-block;
  vertical-align: top;
}
.mgameinfo{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 215px);
  float: right;
}
.mgameinfotitle{
  font-size: 24px;
  font-family: 'exo2-semibold';
  line-height: 1.2;
  text-transform: uppercase;
  color: #4b4b4b;
}
.mgameinfogenre{
  font-size: 15px;
  font-family: 'robotocondensed';
  color: #737373;
  margin-top: 5px;
  margin-bottom: 15px;
}
.mgameinfodesc{
  margin-top: 20px;
  font-size: 16px;
  font-family: 'robotocondensed';
  line-height: 1.2;
  color: #4b4b4b;
}
.mgameinfodescbig{
  display: block;
}
.mgameinfodescsmall{
  display: none;
}
@media (max-width: 710px) {
  .pay_server_drop.step2{
    margin-bottom: 15px;
  }
  .cabinet_payment_history_table > div > span{
    margin-right: 0px;
    width: calc(100%/3 - 25px) !important;
  }
  .cabinet_payment_history_table > div > span:nth-child(1) > span:nth-child(1),
  .cabinet_payment_history_table > div > span:nth-child(3) > span:nth-child(1){
    width: initial;
    position: absolute;
    bottom: 8px;
    line-height: 1;
  }
  .cabinet_payment_history_table > div > span:nth-child(1) > span:nth-child(2),
  .cabinet_payment_history_table > div > span:nth-child(3) > span:nth-child(2){
    width: initial;
    line-height: 1;
    top: 11px;
    position: relative;
  }
  .cabinet_payment_history_table > div > span > a{
    text-decoration: none;
    display: block;
    line-height: 1;
    margin-bottom: -14px;
    padding-top: 11px;
  }
  .cabinet_payment_history_table > div > span{
    position: relative;
  }
  .cabinet_payment_history_table > div > span:first-child{
    padding-left: 25px;
  }
  .cabinet_payment_history_table > div > span:nth-child(2){
    padding: 0 12px;
  }
  .cabinet_payment_history_table > div > span:last-child{
    padding-right: 25px;
  }
  .cabinet_payment_history_table > div:first-child > span:first-child > span:first-child,
  .cabinet_payment_history_table > div:first-child > span:last-child > span:first-child{
    display: none;
  }
  .mffix{
    margin: 0 25px;
  }
  .mffix:before{
    left: 25px;
  }
  .cabinet_payment_history_table{
    margin-top: 10px;
  }
  .cabinet_payment_history_table > div:first-child{
    height: 40px;
  }
  .cabinet_payment_history_table > div:first-child span{
    position: initial !important;
    line-height: 40px !important;
  }
  .cabinet_payment_history_table > div{
    padding-left: 0;
    height: 55px;
    line-height: 55px;
  }
  .cabinet_pay_options > a:hover{
    background: #6085a7;
  }
  .cabinet_pay_options > a{
    width: 208px;
    background: #6085a7;
    box-shadow: none;
    border-radius: 3px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  #char_name{
    color: #000;
  }
  .cabinet_pay_option_selected{
    width: 206px;
    height: 70px;
    background: #d9ab48 !important;
    box-shadow: 0px 0px 4px 0px rgba(1, 3, 4, 0.2) !important;
    border: 1px solid #ffc445;
  }
  .support_dropbtn > div{
    width: 430px;
    width: calc(100vw - 50px);
  }
  .support_message{
    margin-bottom: 43px;
  }
  .mgameinfodescsmall{
    display: block;
  }
  .mgameinfodescbig{
    display: none;
  }
}
.mgameinfolink{
  display: block;
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.mgamestore{
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  margin-right: 20px;
}
.storeswrap{
  width: 350px;
  height: 37px;
  margin: auto;
  margin-top: 12px;
}
.storeswrap > a{
  height: 37px;
  width: 177px;
  background-image: url('images/forum_dl_gp.png');
  transition: all 0.3s ease;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  border-radius: 3px;
  display: inline-block;
}
.storeswrap > a:hover{
  background-image: url('images/forum_dl_gp_h.png');
}
.storeswrap > a:last-child:hover{
  background-image: url('images/forum_dl_as_h.png');
}
.storeswrap > a:last-child{
  width: 155px;
  float: right;
  background-image: url('images/forum_dl_as.png');
}
.mobileindexwrap{
  margin-top: 45px;
}
.mgamelistindex{
  margin: 0;
  display: block;
  float: left;
  white-space: nowrap;
  padding: 0 25px;
}
.mgamelistindex > div{
  display: inline-block;
  width: 176px;
  margin-right: 21px;
  margin-bottom: 40px;
}
.mgamelistindex > div:last-child{
  margin-right: 0;
}
.mgamelistindex > div > a:first-child{
  height: 239px !important;
}
.mgamelistw{
  overflow-x: scroll;
  padding-top: 5px;
}
.mcath{
  margin: 0 25px;
  color: #4b4b4b;
  font-family: 'exo2-semibold';
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-bottom: 17px;
  margin-top: 38px;
}
.mcath:before{
  width: 4px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
  content: '';
  background: #7795af;
}
.mcath > a{
  text-decoration: none;
  text-transform: none;
  font-size: 17px;
  font-family: 'exo2';
  position: absolute;
  bottom: 2px;
  right: 0px;
}
.mnewsh{
  margin: 0 25px;
  margin-top: 48px;
  font-size: 24px;
  font-family: 'exo2-semibold';
  text-transform: uppercase;
  color: #313131;
  padding-bottom: 13px;
}
.mnewsm{
  display: block;
  padding: 0 25px;
  height: 25px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #dedede;
  color: #919191;
  font-size: 16px;
  font-family: 'exo2-semibold';
  transition: all 0.3s ease;
}
.mnewsm:hover{
  background: #ededed;
  color: #7795af;
}
.mnewsb{
  box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.mnewsb > div{
  padding: 0 25px;
  background: #f1f1f1;
  border-bottom: 1px solid #cbcbcb;
}
.mnewsb > div > a{
  display: block;
  text-decoration: none;
}
.mnewsb > div > a:nth-child(1){
  color: #434343;
  font-family: 'exo2-medium';
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 22px;
}
.mnewsb > div > a:nth-child(2){
  color: #898989;
  font-family: 'robotocondensed';
  font-size: 13px;
  padding-top: 5px;
}
.mnewsb > div > a:nth-child(3){
  color: #6c6c6c;
  font-family: 'exo2';
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 15px;
}
.mnewsb > div:last-child {
  border-bottom: none
}
.msocial{
  width: 430px;
  height: 34px;
  margin: auto;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.msocial > a{
  padding-left: 47px !important;
  width: 83px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 13px !important;
}
.about_head .mgdrop{
  display: none;
}
.cabinet_main .mgdrop{
  display: none;
}

@media (max-width: 1100px) {

    .about_contact_block:after{
        display: none;
    }

    .about_contact_form_input, .about_contact_form_right > textarea {
        width: 100%;
    }
}

@media (max-width: 710px) {
  .about_sidebar{
    display: none;
  }
  .about_head{
    min-width: 100%;
    height: 296px;
    background: url(images/about_head.png) top left no-repeat;
  }
    .about_head.about_head-pwm{
        min-width: 100%;
        height: 256px;
        background: url(images/about_head-pwm-m.png) top center no-repeat;
    }
  .about_head .mgdrop{
    display: block;
    text-align: left;
    margin: 0 25px;
    margin-top: 29px;
  }
  .about_head > div{
    max-width: 480px;
  }
  .about_head > div > div{
    margin: auto;
    text-align: center;
  }
  .about_head_title{
    padding-top: 91px;
  }
  .about_head_desc:before{
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .about_main{
    background: #dedee0;
    max-width: 480px;
    width: 100%;
  }
  .about_main > .main{
    width: 100%;
    padding-top: 23px !important;
  }
  .about_content{
    display: block;
    width: 100%;
  }
  .about_content > div{
    margin: 0 25px;
  }
  #about_map{
    margin-top: 0;
    width: 100%;
  }
  .about_contact_info{
    display: block;
    float: none;
    width: 100%;
  }
  .about_contact_block{
    width: 100%;
  }
  .about_contact_block:after{
    display: none;
  }
  .about_contact_form_input, .about_contact_form_right > textarea{
    width: 100%;
  }
  .about_contact_form_h{
    margin-top: 45px;
  }
  .about_vacancies_block{
    display: block;
    width: 100%;
    min-height: 0px;
    margin-bottom: 60px;
  }
  .cabinet_h{
    display: none;
  }
  .cabinet_menu{
    display: none;
  }
  .cabinet_main .mgdrop{
    display: block;
    margin-bottom: 48px;
    margin-top: -5px;
  }
  .cabinet_main{
    min-width: 480px;
    width: 100%;
  }
  .cabinet_main > .main{
    width: 100%;
  }
  .cabinet_games > div:nth-child(even){
    margin-left: 0;
  }
  .cabinet_games{
    margin: 0 25px;
  }
  .cabinet_games > div{
    display: block;
    width: 100%;
    float: none;
  }
  .cabinet_games_name{
    max-width: 275px;
    max-width: calc(100% - 125px);
  }
  .cabinet_pay{
    margin: 0 25px;
  }
  .cabinet_pay_games{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cabinet_pay_games > div{
    margin-left: 0;
    margin-right: 0;
  }
  .cabinet_pay_bonus{
    width: 100%;
    width: calc(100% - 20px);
    height: inherit;
    line-height: 1.2;
    padding: 0px 10px 10px 10px;
    position: relative;
  }
  .cabinet_pay_bonus::before{
    display: block;
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #7795af;
  }
  .cabinet_pay_bonus > span{
    display: block;
    margin-right: 0;
    padding-left: 0;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .cabinet_pay_bonus > span:before{
    margin-left: 0;
  }
  .cabinet_cbt{
    display: block;
    width: 100%;
    height: inherit;
    background: #f1f1f1;
    padding-bottom: 28px;
  }
  .cabinet_cbt_h{
    margin: 0 25px;
  }
  .cabinet_cbt_desc{
    margin: 0px 25px;
    width: initial;
    margin-top: 11px;
  }
  .cabinet_cbt > a{
    margin-left: 25px;
  }
  .cabinet_cbt > input{
    width: 398px;
    width: calc(100% - 82px);
    display: block;
    margin: 0 25px;
    margin-top: 16px;
  }
  .cabinet_cbt_msg{
    position: absolute;
    bottom: 0px;
    margin-left: 0px;
    left: 25px;
  }
  .cabinet_cbt_msg:before{
    left: 4px;
    top: -9px;
    border-style: solid;
    border-width: 0 15px 9px 15px;
    border-color: transparent transparent #ca5f42 transparent;
  }
  .cabinet_cbt_msg_success:before{
    border-style: solid !important;
    border-width: 0 15px 9px 15px !important;
    border-color: transparent transparent #7faa4d transparent !important;
  }
  .cabinet_settings_panel{
    display: block;
    width: initial;
    float: none !important;
    box-shadow: none;
    margin-bottom: 0;
  }
  .cabinet_settings_avatar_upload{
    float: none;
    display: block !important;
    width: initial;
  }
  .cabinet_settings_avatar_wrap{
    height: 220px;
  }
  .cabinet_settings_avatar_upload_input_wrap{
    margin-top: 15px;
    width: initial;
    float: none;
    position: initial;
  }
  .cabinet_settings{
    box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
  }
  .cabinet_settings_mail_error > div{
    right: -4px !important;
  }
  .cabinet_settings_mail_error > div:before{
    right: 9px;
    left: initial !important;
  }
  .support_main{
    min-width: 480px;
    width: 100%;
  }
  .support_main > .main{
    width: initial;
    margin: 0 25px;
  }
  .support_fm:before{
    width: 100%;
    width: calc(100% + 30px);
  }
  .support_fm{
    width: initial;
  }
  .support_queries > div{
    width: 100% !important;
  }
  .support_input{
    width: initial;
    display: block;
  }
  .sinp{
    width: 100%;
    width: calc(100% - 14px);
  }
  .support_form{
    width: initial;
  }
  .support_form_ta{
    width: 100%;
  }
  .support_file_progress{
    min-width: 100%;
    width: calc(100% + 28px);
  }
  .support_file_progress > span{
    max-width: 100%;
  }
  .support_files > div > span{
    max-width: calc(100% - 160px);
  }

  .support_file_attach {
     display: block;
  }

  .support_file_attach > span{
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
  }
  .support_file_attach > span > span{
    display: block;
  }
  .support_file_attach{
    height: 56px;
    line-height: 56px;
  }
  .support_main .about_us_sh{
    display: block;
  }
  .smb{
    max-width: calc(100% - 210px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
  }
  .query_main > .main{
    margin: 0;
  }
  .query_main > .main > .cabinet_h{
    display: none !important;
  }
  .query_main .support_h, .support_author_name{
    margin-left: 25px;
  }
  .support_query{
    margin-top: 0;
  }
  .support_query_block{
    width: 100%;
  }
  .support_query_title, .support_query_info_user{
    padding-left: 25px;
  }
  .support_query_text, .support_file_attach, .support_files{
    padding: 0 25px !important;
  }
  .support_status, .support_send{
    right: 25px !important;
  }
  .support_reply_btn{
    margin-right: 25px;
  }
  .support_query_ta{
    width: 100%;
    width: calc(100% - 62px);
    margin-left: 25px;
    display: block;
  }
  .news_share > span{
    display: none;
  }
  .news_comments .support_query_ta{
    width: 100%;
    width: calc(100% - 10px);
  }
  .news_comments .support_send{
    float: right;
  }
  .news_main .sidebar{
    display: none;
  }
  .main_content{
    width: 100%;
  }
  .news_list{
    width: initial;
  }
  .news_list > div > div{
    padding-right: 25px;
  }
  .news_list h1{
    padding-right: 25px;
  }
}
@media (max-width: 480px){
  .cabinet_pay_options > a:nth-child(2n){
      margin-right: 0;
  }
  .news_header{
    width: 100%;
    padding: 0 25px;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 21px;
    margin-left: -25px;
  }
  .news_header:after{
    display: block;
    height: 1px;
    content: '';
    width: 100%;
    background: #b3b3b3;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0;
  }
  .news_content:after{
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .news_list{
  }
  .lnk{
    display: none;
  }
  .news_list > div{
    width: initial;
    padding: 0 25px;
  }
  .news_list > div > div, .dp, .news_list h1{
    margin-left: 0;
  }
  .news_list > div:after{
    margin-left: -25px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 680px) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
#vfile{
  font-family: 'exo2';
  text-transform: capitalize;
}
.mgameinfosite{
  color: #fff;
  font-size: 15px;
  background: #6792b3;
  display: inline-block;
  padding: 8px;
  padding-left: 16px;
  padding-right: 30px;
  margin-top: 25px;
  border-radius: 17px;
  font-family: 'exo2-medium';
  position: relative;
}
.mgameinfosite:after{
  content: '»';
  font-size: 29px;
  position: absolute;
  top: -3px;
  right: 10px;
}
.mgameinfoback{
  margin-top: 6px;
}
.mgameinfoback:before{
  content: '«';
  font-size: 29px;
  position: relative;
  top: 2px;
  padding-right: 6px;
}
.opt{
  background: #e9e9e9;
  color: #585858;
  font-family: 'exo2';
  font-size: 15px;
  min-height: 160px;
  padding-bottom: 15px;
}
.text{
  overflow: hidden;
  padding-top: 30px;
}
.opt > .text{
  margin: auto;
  line-height: 1.533;
  height: 150px;
  position: relative;
}
.opt > .text:after{
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(44,97,159,0) 7%,rgba(233,233,233,1) 100%);
  display: block;
}
.optmore{
  width: 40px;
  height: 22px;
  background: url('images/more.png') no-repeat;
  margin: auto;
  margin-top: 15px;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: relative;
}
.optmore:hover{
  background: url('images/more_h.png') no-repeat;
}
.ext > .text:after{
  display: none;
}
.ext > .text{
  height: initial;
}
.ext > .optmore{
  transform: scaleY(-1);
}
.ext{
  padding-bottom: 15px;
}

.index-page #carousel {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .about_contact_info {
        display: block;
        float: none;
        width: 100%;
    }
}

.pr-file-list {
    text-align: center;
}

.pr-file-item .pr-file-dir {
    font-weight: bold;
    text-decoration: underline;
}

.pr-file-item {
    font-size: 20px;
    padding-bottom: 5px;
}

.pr-file-back {
    font-weight: bold;
}

.name-bold {
    font-weight: bold;
    color: #004188 !important;
}

.nav-item .name-bold {
    text-decoration: underline;
}

.forum-btn-block {
    margin-bottom: 10px;
    z-index: 10;
    position: relative;
    float: right;
}

.footer_store {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer_store a {
    text-decoration: none !important;
}

.footer_store img {
    max-width: 150px;
    max-height: 44px;
    margin-right: 5px;
    margin-bottom: 10px;
}