body {
    padding-top:10px;
}
h1#page-title {
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    display: none;
}

.top-head-ar_SA {
    background: url('/img/localized/ar_SA/bg.jpg') no-repeat center;
}
.top-head-en_US {
    background: url('/img/localized/en_US/bg.jpg') no-repeat center;
}
.top-head-fa_IR {
    background: url('/img/localized/fa_IR/bg.jpg') no-repeat center;
}
.top-head-tr_TR {
    background: url('/img/localized/tr_TR/bg.jpg') no-repeat center;
}
.top-head-ru_RU {
    background: url('/img/localized/ru_RU/bg.jpg') no-repeat center;
}

.top-head{
    overflow: hidden;
    height: 650px;
}

.header-text {
    color: #eee;
    margin-top: 0px;
    padding: 8px;
    text-align: center;
    text-shadow: 2px 2px #000;
    background-color: rgba(40,40,80,0.3);
}

.logo-ar_SA {
    background: url('/img/localized/ar_SA/game-logo.png') no-repeat center;
    margin-bottom: 270px;
    height: 180px;
}
.logo-en_US {
    background: url('/img/localized/en_US/game-logo.png') no-repeat center;
    margin-bottom: 320px;
    height: 130px;
}
.logo-fa_IR {
    background: url('/img/localized/fa_IR/game-logo.png') no-repeat center;
    margin-bottom: 270px;
    height: 130px;
}
.logo-tr_TR {
    background: url('/img/localized/tr_TR/game-logo.png') no-repeat center;
    margin-bottom: 320px;
    height: 130px;
}
.logo-ru_RU {
    background: url('/img/localized/ru_RU/game-logo.png') no-repeat center;
    margin-bottom: 320px;
    height: 130px;
}

@media (min-width:768px) {
    .header-text {
        font-size: 40px;
    }
}
@media (min-width:400px) and (max-width:768px) {
    .header-text {
        font-size: 30px;
    }
}
@media (max-width:500px) {
    .header-text {
        font-size: 25px;
    }
    .logo-bkgrnd {
        background-size: 260px auto;
    }
}
.logo-bkgrnd h2{
    text-indent: -99999px;
    margin: 0;
    padding: 0;
}
.download {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}
.top-head .dl-cont {
    margin-top: 10px;
}

.dl-cont img {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    margin-bottom: 10px;
}
.second-download-cont img {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.screenshot-cont {
    background-color: #FCF9F6;
    padding: 30px
}
.screenshot-cont .devs {
    padding: 20px;
    width: 100%;
    font-size: 30px;
    color: rgb(244, 163, 57);
    font-weight: bold;
    text-shadow: 0px 1px rgb(0, 0, 0);
}
.screenshot-cont .scrsht-img{
    display: block;
    margin: 0 auto;
    width: 100%
}
.char-cont {
    background-color: darkorange;
    padding: 30px
}
.char-cont h3{
    color: white;
    height: 40px;
}
.char-cont .char-img{
    display: block;
    margin: 0 auto;
}
.screenshot-cont .col-md-4, .char-cont .col-md-4 {
    padding:20px;
}
.last-step {
    background: #440076 url('/img/home/gems.png') no-repeat bottom left;
    padding: 50px;
}

.second-download-cont {
    background-color: #cc7000;
    padding: 30px
}

#subscribe h3, #free-gems {
    color: white;
    text-shadow: 2px 2px #000;
}
#free-gems {
    font-size: 38px;
}
#subscribe-submit {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}
#subscribe-loader, #subscribe-message {
    display:none;
}
#email-input {
    direction: ltr
}
#subscribe .form-group-lg {
    margin-top: 10px;
}
.heart {
    color: #f00;
    padding: 0 5px;
    font-size: 20px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
