@import url(fonts.css);
@import url("../fonts/creata/stylesheet.css");

body {
    background: #e6f3ff;
    /*font-family: 'Geometria', sans-serif;*/
    font-family: 'Creata', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

.game-post h3 {
    font-weight: 300;
}

.btn {
    font-weight: 300 !important;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

.wrapper {
    background: #fff;
    overflow: hidden;
}

.row {
    max-width: 950px;
    margin: 0 auto;
}

.navbar-brand {
    height: auto;
}

.navbar-nav {
    padding-left: 100px;
    margin-top: 35px;
}

.nav>li>a {
    text-transform: uppercase;
    color: #474747;
    font-size: 16px;
    padding: 0;
    margin: 3px 0;
    border-bottom: 1px solid transparent;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #fff;
    color: #2069bc;
    border-bottom: 1px solid #fff446;
}

.navbar-nav>li {
    margin-right: 30px;
}

.switcher {
    margin-top: 35px;
}

.switcher .btn {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 3px 0 #808080;
    line-height: 100%;
}

.switcher .dropdown-menu {
    font-size: 12px;
    min-width: auto;
    text-transform: uppercase;
}

.switcher .caret {
    margin: 0 5px;
}

.dropdown-menu>li>a {
    padding: 0 3px;
}

.dropdown-menu>li>a>img {
    border: 1px solid #ccc;
    margin-right: 8px;
}

.dropdown-menu li+li {
    margin-top: 5px;
}

.dropdown-menu {
    width: 84px;
}

/*header end*/
/*home*/
.carousel-caption {
    bottom: 100px;
}

.image-capt img {
    display: block;
    width: 100%;
    box-shadow: 0 0 30px 0 #fff;
}

.text-capt p {
    text-align: center;
    font-size: 32px;
}

.yellow {
    color: #fff446;
    font-weight: bold;
}

.download-button {
    float: right;
    font-size: 20px;
    background: linear-gradient(to top, #fff446, #fff);
    color: #2a2a2a;
    padding: 5px 40px;
    border-radius: 20px;
    text-shadow: none;
}

.download-button:hover {
    text-shadow: none;
    text-decoration: none;
    background: linear-gradient(to top, #fff884, #fff);
    color: #2a2a2a;
}

.carousel-indicators {
    bottom: -35px;
}


.carousel-indicators li,
.carousel-indicators .active {
    width: 40px;
    height: 4px;
    border-radius: 0;
}

.carousel-indicators li {
    border: none;
    background: #ddddd7;
    margin: 0;
}

.carousel-indicators .active {
    border: none;
    background: #fff446;
    margin: 0;
}

.welcome {
    text-align: center;
    margin: 40px 0;
}

.welcome h2 {
    text-transform: uppercase;
    color: #2069bc;
}

.small-border {
    width: 70px;
    height: 2px;
    background: #fff446;
    margin: 0 auto;
}

.welcome p {
    font-size: 16px;
    color: #53606e;
    margin: 30px 0;
}

.welc-img img {
    width: 100%;
}

.allnews-head h2 {
    text-transform: uppercase;
    color: #2069bc;
    text-align: center;
}

.midle-border {
    width: 80%;
    margin: 35px auto 0;
    border-top: 2px dotted #2069bc;
}

.owl-controls {
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: #2069bc;
    border: 1px solid #2069bc;
    background: #fff;
    font-size: 30px;
    line-height: 30px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 33px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #2069bc;
    color: #fff;
    text-decoration: none;
}

.owl-next {
    right: 20px;
    padding-right: 7px !important;
    padding-left: 9px !important;
}

.owl-prev {
    left: 20px;
    padding-right: 9px !important;
    padding-left: 7px !important;
}

.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.item {
    text-align: center;
}

.item-in {
    border: 1px solid #ccc;
    height: 370px;
}

.thumb {
    position: relative;
}

.game-post .post-title {
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 10px 0;

    /*text-transform: uppercase;*/
    height: 55px;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    color: #fff;
    background: rgba(54, 88, 128, 1.0);
}

.item-in .post-title {
    font-size: 17px;
    height: 55px;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    color: #fff;
    background: rgba(54, 88, 128, 1.0);
}

.short-text {
    text-align: left;
    padding: 10px 25px;

}

.post-link {
    font-size: 24px;
    color: #fff;
    display: block;
    border-radius: 25px;
    border: 1px solid #2069bc;
    margin: 10px 0;
    padding: 5px 0;
    background: #2069bc;
    text-transform: uppercase;
}

.post-link:hover {
    background: #fff446;
    color: #2069bc;
    text-decoration: none;
}

.allnews-link {
    text-align: center;
}

.allnews-link .midle-border {
    border: 1px solid #2069bc;
}

.allnews-link a {
    font-size: 24px;
    color: #fff;
    display: block;
    border-radius: 25px;
    margin: 10px 15px;
    padding: 5px 0;
    background: #2069bc;
}

.allnews-link a:hover {
    text-decoration: none;
    color: #2069bc;
    background: #fff446;
}

/*home end*/
/*games begin*/
.games-slider .slide-description {
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
}

.text-capt h1 {
    font-size: 35px;
    text-align: right;

}

.games-slider .download-button {
    margin-top: 20px;
    text-transform: uppercase;
    padding: 5px 60px;
}

.games-list .col-sm-4 {
    padding: 10px;
    margin-bottom: 25px;
}

.game-post {
    position: relative;
    text-align: center;
    height: 420px;
}

.game-post p {
    padding: 5px 15px;
    font-size: 17px;
    color: #435870;
    height: 75px;
    overflow: hidden;
}

.game-post p.read-more {
    height: 40px;
}

.game-post a {
    color: #2069bc;
    font-size: 24px;
    /*text-decoration: underline;*/
}

.thumb img {
    width: 99.7%;
    height: 170px;
}

.btn-primary {
    width: 100%;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #2069bc;
    border: 1px solid transparent;
    border-radius: 25px;
    z-index: 1000;
    position: relative;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #fff446;
    border-color: #2069bc;
    color: #2069bc !important;
    z-index: 1000;
    position: relative;
}

.game-post .collapse,
.game-post .in,
.game-post .collapsing {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 92%;
}

.well {
    padding: 25px 20px 0;
    border-radius: 0 0 25px 25px;
    border-color: #2069bc;
}

.well h4 {
    text-transform: uppercase;
    color: #2069bc;
}

.well img {
    height: 35px;
    width: auto;
}

.well a {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.well p {
    padding: 0;
    margin: 0;
    height: 50px;
}

.close-toggle-btn {
    font-size: 30px !important;
}

/*pagination*/
.page-navi {
    margin: 20px auto 0;
}

.pagi-cont {
    text-align: center;
}

.pagi-cont a[aria-label="Previous"] {
    float: left;
    padding-left: 9px;
    padding-right: 11px;
}

.pagi-cont a[aria-label="Next"] {
    float: right;
    padding-left: 11px;
    padding-right: 9px;
}

.pagi-cont a[aria-label="Previous"],
.pagi-cont a[aria-label="Next"] {
    display: block;
    color: #2069bc;
    border: 1px solid #2069bc;
    background: #fff;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    height: 33px;

}

.pagi-cont a[aria-label="Previous"]:hover,
.pagi-cont a[aria-label="Next"]:hover {
    background: #2069bc;
    color: #fff;
}

.page-navi .midle-border {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #2069bc;
}

.pagination {
    margin: 0;
}

.pagination li a {
    border: none;
    font-size: 18px;
    border-radius: 0px;
}

.pagination li a:hover,
.pagination li a:focus {
    background: #fff446;
    color: #fff;
}

/*about us*/
.our-photo img {
    width: 100%;
}

.about-text {
    color: #53606e;
    font-size: 18px;
    margin: 50px 0;
}

.contact-link {
    text-align: center;
    margin: 30px auto 50px;
}

.contact-link a {
    font-size: 24px;
    color: #fff;
    border-radius: 25px;
    padding: 5px 60px;
    background: #2069bc;
}

.contact-link a:hover {
    text-decoration: none;
    color: #2069bc;
    background: #fff446;
}

/*subscribe submit*/
.submit {
    position: relative;
}

.image-bg {
    text-align: right;
    height: 750px;
    overflow-y: hidden;
    margin-bottom: -30px;
}

.image-bg img {
    width: 50%;
}

.subscribe-form {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
}

.subscribe-text {
    color: #2069bc;
    font-size: 26px;
    line-height: 30px;
    width: 280px;
}

.subscribe-form form {
    margin-top: 80px;
}

.subscribe-form form p {
    position: relative;
    text-align: center;
}

.subscribe-form form p input[type="text"] {
    width: 75%;
    font-size: 22px;
    padding: 2px 30px;
    border-radius: 28px;
    border: 1px solid #2069bc;
}

.subscribe-form form p input[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 22px;
    padding: 2px 20px;
    border-radius: 28px;
    border: 1px solid #2069bc;
    background: #2069bc;
    color: #fff;
}

.subscribe-form form p input[type="submit"]:hover {
    color: #53606e;
    background: #fff446;
}

/*discount*/
.sale-img {
    margin: 50px 0;
    text-align: center;
}

.price {
    text-align: center;
}

.price-title {
    text-transform: uppercase;
    color: #2069bc;
    font-weight: bold;
    font-size: 20px;
}

.red,
.green {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}

.red {
    color: #ff0700;
    text-decoration: line-through;
}

.green {
    color: #008001;
}

.price-text {
    text-align: center;
    margin: 70px auto;
    font-size: 18px;
    color: #53606e;
}

.subscribe-form-disc {
    margin-bottom: 70px;
    text-align: center;
}

.subscribe-form-disc form p {
    width: 450px;
    margin: 0 auto 0;
    position: relative;
}

.subscribe-form-disc form input[type="text"] {
    width: 100%;
    font-size: 22px;
    padding: 2px 120px 2px 30px;
    border-radius: 28px;
    border: 1px solid #2069bc;
}

.subscribe-form-disc form input[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 22px;
    padding: 2px 20px;
    border-radius: 28px;
    border: 1px solid #2069bc;
    background: #2069bc;
    color: #fff;
}

.subscribe-form-disc form input[type="submit"]:hover {
    color: #53606e;
    background: #fff446;
}

/*all news*/
.news-title {
    background: #2069bc;
    padding: 50px 0;
}


.news-title-date span {
    background: #fff446;
    color: #53606e;
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px 40px;
}

.news-title-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    padding: 50px 180px 0;
}

.news-short {
    margin: 50px auto;
}

.news-short p {
    padding-right: 25px;
    font-size: 16px;
    color: #53606e;
    margin-bottom: 30px;
}

.news-thumb img {
    width: 100%;
}

.news-sharing p {
    margin-top: 15px;
    padding-right: 0;
    font-size: 38px;
}

.news-sharing a+a {
    margin-left: 70px;
}

.rm-btn {
    padding: 8px 40px;
    text-transform: uppercase;
    color: #fff;
    background: #2069bc;
    border-radius: 20px;
}

.rm-btn:hover {
    background: #fff446;
    color: #53606e;
    text-decoration: none;
}

/*game details*/
.game-slider {
    position: relative;
}

.game-slider img {
    width: 100%;
}

.slider-nav {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.slider-nav p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 40px;
}

.slider-nav a {
    margin: 0 8px;
}

.slider-nav img {
    height: 35px;
    width: auto;
}

.play-btn {
    text-align: center;
}

.play-btn a {
    text-transform: uppercase;
    font-size: 25px;
    color: #2069bc;
    background: #fff446;
    padding: 12px 110px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #000;
    border: 1px solid transparent;
}

.play-btn a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    text-decoration: none;
}

.game-title .row,
.game-video .row,
.game-features .row {
    padding: 0 100px;
}

.game-title {
    color: #2069bc;
    margin-top: 50px;
}

.game-title h2 {
    text-transform: uppercase;
}

.sharing-block {
    text-align: center;
    margin: 20px 0;
}

.sharing-block a {
    position: relative;
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    padding: 3px 3px 3px 10px;
    border-radius: 20px;
}

.sharing-block a:hover {
    text-decoration: none;
}

.sharing-block a .fa {
    font-size: 20px;
    float: left;
}

.sharing-block a span {
    float: right;
    background: #fff;
    color: #ef4836;
    width: 20px;
    border-radius: 10px;
    z-index: 80
}

.sharing-block a .tooltip-arrow {
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff;
    background: transparent;
    border-radius: 0;
    padding: 0;
    z-index: 70;
}

.sharing-block a[data-type="fb"] {
    background: #3b5998;
}

.sharing-block a[data-type="tw"] {
    background: #00aced;
}

.sharing-block a[data-type="gp"] {
    background: #dd4b39;
}

.game-video {
    margin: 30px 0;
}

.game-video .row {
    text-align: center;
}

.game-video iframe {
    margin: 0 auto;
}

.feature-item {
    margin-bottom: 15px;
    padding: 0 !important;
}

.feature-item img {
    width: 100%;
}

.game-features h2 {
    text-transform: uppercase;
    color: #2069bc;
    margin: 20px 0;
}

.feature-item h3,
.feature-item p {
    color: #2069bc;
    margin: 0 20px 10px;
}

.game-gallery {
    margin-top: 30px;
}

.game-gallery h2 {
    text-align: center;
    text-transform: uppercase;
    color: #2069bc;
}

.game-gallery .owl-controls {
    position: static;
}

.game-gallery .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #2069bc;
}

.game-gallery .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2069bc;
}

.game-gallery .item {
    text-align: center;
}

.game-gallery .item img {
    transition: 0.3s ease;
}

.game-gallery .item img:hover {
    z-index: 9999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.game-screenshots {
    padding-top: 20px;
}

/*contact us*/
form .row {
    border-top: 1px solid #2069bc;
    margin-bottom: 30px;
}

.img-section {
    border: 1px solid #2069bc;
    padding: 3px;
    width: 60px;
    height: 60px;
    margin-right: 50px;
    margin-top: -1px;
}

.section-num {
    text-align: center;
    font-size: 36px;
    color: #fff;
    background: #2069bc;
}

.form-section h2 {
    color: #2069bc;
}

.form-section .row {
    border: none;
}

.form-section button[type="submit"] {
    border: 1px solid #2069bc;
    background: #2069bc;
    color: #fff;
    padding: 3px 0;
    width: 100%;
    font-size: 24px;
    border-radius: 40px;
}

.form-section button[type="submit"]:hover {
    background: #fff446;
    color: #2069bc;
}

/*modal window*/
.modal-content {
    background: #fff;
    color: #2069bc;
    border-radius: 15px;
}

.modal-header {
    text-align: center;
    text-transform: uppercase;
    border-bottom: none;
}

.modal-header button {
    color: red;
    font-size: 30px;
    opacity: 0.7;
}

.modal-body {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.modal-body img {
    height: 50px;
    width: auto;
}

.modal-body h4 {
    margin-bottom: 20px;
}

.modal-body a {}

.modal-body a:hover {
    text-decoration: none;

}

.modal-dialog {
    width: 350px;
    margin-top: 150px;
    border-radius: 15px;
    border: 1px solid #2069bc;
}

/*footer*/
footer {
    margin-top: 30px;
}

#scrollup {
    position: fixed;
    /* фиксированная позиция */
    opacity: 0.4;
    /* прозрачность */
    padding: 0 10px;
    /* отступы */
    color: #fff;
    background: #2069bc;
    right: 30px;
    /* отступ слева */
    bottom: 30px;
    /* отступ снизу */
    display: none;
    /* спрятать блок */
    cursor: pointer;
    font-size: 60px;
    z-index: 9999;
    height: 60px;
    width: 60px;
    line-height: 30px;
}

#scrollup:hover {
    opacity: 0.8;
}

.footer-top {
    padding: 30px 0;
    background: #2069bc;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.bottom-menu {
    list-style-type: none;
    padding-left: 8px;
    border-left: 1px solid #fff446;
}

.bottom-menu a {
    color: #fff;
}

.bottom-menu a:hover {
    color: #fff;
}

.social {
    text-align: center;
}

.social a {
    margin-right: 20px;
    padding-top: 5px;
    float: left;
    display: block;
    font-size: 26px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #2069bc;
    background: #fff;
}

.social a:hover {
    opacity: 0.8;
}

.bottom-contact {
    text-align: left;
}

.bottom-contact a,
.bottom-contact a:hover {
    color: #fff;
    font-size: 16px;
}

.footer-bottom {
    color: #fff;
    background: #2b4e76;
    box-shadow: 0 0 20px -5px #000 inset;
}

.footer-bottom p {
    margin: 12px 0;
}

.footer-bottom a,
.footer-bottom a:hover {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .row {
        margin-right: 20px;
        margin-left: 20px;
    }

    .carousel-caption {
        bottom: 75px;
    }

    .text-capt p {
        text-transform: uppercase;
        text-align: right;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .news-sharing a+a {
        margin-left: 60px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        margin-right: 20px;
        box-shadow: 0 0 3px 0 #808080;
        display: block;
        margin-top: 35px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        padding-left: 0;
    }

    .navbar-nav>li {
        float: none;
        margin-right: 0;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden;
    }

    .navbar-collapse {
        text-align: center;
        max-height: none;
    }

    .icon-bar {
        background: #333;
    }

    .switcher {
        float: none !important;
    }

    .dropdown-menu {
        clear: both;
        right: 45% !important;
    }

    .carousel-caption {
        bottom: 30px;
    }

    .text-capt p {
        font-size: 24px;
    }

    .social a {
        font-size: 20px;
        width: 35px;
        height: 35px;
    }

    .games-slider .carousel-caption {
        bottom: 15px;
    }

    .pagi-cont a[aria-label="Previous"] {
        margin-left: 25%;
    }

    .pagi-cont a[aria-label="Next"] {
        margin-right: 25%;
    }

    .thumb .post-title {
        font-size: 16px;
    }

    .game-post p {
        font-size: 14px;
    }

    .game-post a {
        font-size: 18px;
    }

    .games-list .col-sm-4 {
        margin-bottom: 10px;
    }

    .submit {
        overflow: hidden;
        margin-bottom: -30px;
    }

    .image-bg {
        margin-bottom: -230px;
        z-index: -1;
    }

    .subscribe-form {
        top: 30%;
        left: 15%;
        width: 65%;
    }

    .form-section .row {
        margin-right: 0;
        margin-left: 0;
    }

    .form-section .row img {
        width: 100%;
    }

    .news-title-text {
        padding: 50px 90px 0;
    }

    .news-sharing a+a {
        margin-left: 30px;
    }

    .slider-nav p {
        margin-bottom: 7px;
    }

    .play-btn a {
        font-size: 16px;
        padding: 5px 70px;
        border-radius: 25px;
    }

    .game-title .row,
    .game-video .row,
    .game-features .row {
        padding: 0 50px;
    }

    .feature-item h3 {
        margin: 0 20px 5px;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand>img {
        width: 80%;
    }

    .navbar-toggle {
        margin-right: 0;
        margin-top: 27px;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        overflow-x: visible;
    }

    .switcher .dropdown-menu {
        top: 33px;
        left: 50% !important;
        margin-left: -42px;
    }

    .slider-nav {
        margin-top: -60px;
        position: static;
    }

    .slider-nav p {
        color: #000;
    }

    .game-title {
        margin-top: 20px;
    }

    .game-title .row,
    .game-video .row,
    .game-features .row {
        padding: 0;
    }

    .text-capt h1 {
        font-size: 25px;
        text-align: center;
    }

    .game-title h2 {
        text-align: center;
    }

    .sharing-block a {
        margin: 5px auto;
    }

    .game-video .row {
        position: relative;
        padding-bottom: 65.25%;
        padding-top: 10px;
        height: 0;
        overflow: hidden;
    }

    .game-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .feature-item h3,
    .feature-item p {
        margin: 5px 0;
    }

    .bottom-menu {
        height: 80px;
    }

    .social,
    .bottom-contact {
        text-align: center;

    }

    .social a {
        float: none;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .social {
        margin: 10px 0;
    }

    .carousel-caption {
        bottom: 0px;
    }

    .carousel-inner>.item {
        height: 350px;
    }

    .carousel-inner>.item img {
        height: auto;
        max-width: none;
    }

    .image-capt img {
        width: 55%;
        height: auto !important;
        margin: 0 auto;
    }

    .text-capt p {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: center;
    }

    .download-button {
        float: none;
    }

    .games-slider .carousel-caption {
        bottom: 40px;
    }

    .games-slider .slide-description {
        margin-bottom: 40px;
    }

    .pagi-cont a[aria-label="Previous"] {
        margin-left: 5%;
    }

    .pagi-cont a[aria-label="Next"] {
        margin-right: 5%;
    }

    .subscribe-form {
        top: 28%;
        left: 5%;
        width: 65%;
    }

    .subscribe-text {
        font-size: 18px;
        line-height: 20px;
        width: 85%;
    }

    .subscribe-form form p input[type="text"] {
        width: auto;
        font-size: 16px;
        padding: 2px 40px 2px 10px;
    }

    .subscribe-form form p input[type="submit"] {
        bottom: 0;
        right: -80px;
        font-size: 16px;
    }

    .image-bg {
        height: 600px;
    }

    .sale-img img {
        width: 80%;
    }

    .subscribe-form-disc form p {
        width: 90%;
    }

    .subscribe-form-disc form input[type="text"] {
        width: 100%;
        font-size: 16px;
    }

    .subscribe-form-disc form input[type="submit"] {
        font-size: 16px;
    }

    .captcha {
        margin-bottom: 10px;
    }

    .news-title-text {
        padding: 40px 20px 0;
        font-size: 18px;
    }

    .news-title-date span {
        font-size: 18px;
    }

    .news-short {
        margin: 20px auto;
    }

    .news-short p {
        padding-right: 0;
    }

    .owl-next {
        right: 0;
    }

    .owl-prev {
        left: 0;
    }

    .game-post {
        max-width: 300px;
        margin: 0 auto;
    }

    .news .item {
        max-width: 300px;
        margin: 0 auto;
    }

    .allnews-link {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width : 640px) {

    .image-capt img {
        width: 70%;
    }
}

@media screen and (max-width : 440px) {

    .image-capt img {
        width: 80%;
    }
}

.gallery_product {
    margin-bottom: 30px;
}

.dots span {
    border: 0px solid #ddd !important;
    font-size: 1.4em;
}

.dots>span:hover {
    background-color: white !important;

}