@font-face {
    font-family: Pat-PaCool;
    src: url(../fonts/Pat-PaCool.otf);
}
body {
    font-family: 'Roboto Condensed', sans-serif;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*  background-color: #F5F5F5;*/
}
body::-webkit-scrollbar {
    width: 10px;
    /*  background-color: #F5F5F5;*/
}
body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}
/* 5 column */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* 4 columns */

.col-xs-4ths,
.col-sm-4ths,
.col-md-4ths,
.col-lg-4ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-4ths {
    width: 25%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-4ths {
        width: 25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-4ths {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-4ths {
        width: 25%;
        float: left;
    }
}
/* buttons */

.standard_btn {
    background-color: #ffca10;
    font-size: 14px;
    color: #000;
    height: 45px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.standard_btn:hover {
    text-decoration: none;
}
/* header */

.header {
    height: 265px;
}
.section_1,
.section_2 {
    height: 132.5px;
}
.section_1 {
    background: #333333;
}
.section_2 {
    background: #fff;
}
.navbar_wrapper {
    display: table;
    height: 123.5px;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background: transparent;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 10px 0;
}
.navbar-nav li a.active {
    text-decoration: underline;
    text-underline-position: under
}
.logo {
    position: relative;
    left: -150px;
    width: 300px;
    position: absolute!important;
}
.navbar_left {
    width: 90%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.navbar-right {
    width: 10%;
}
.your-clock,
.your-clock_2 {
    position: relative !important;
    padding-top: 0px;
    margin-left: -131px;
    height: 100px;
    width: 470px;
    transform: scale(.45);
    -ms-transform: scale(.45);
    -webkit-transform: scale(.45);
    -o-transform: scale(.45);
    -moz-transform: scale(.45);
}
.flip-clock-divider .flip-clock-label {
    top: initial;
    bottom: -1.5em;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.clock_wrapper {
    display: inline-block;
    width: 260px;
    position: relative;
    top: 15px;
}
.clock_wrapper h4 {
    margin-bottom: 0px;
    margin-bottom: -40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
.search {
    display: inline-block;
    float: right;
    width: 27%;
}
.search form {
    position: relative;
}
.search form i {
    /*  position: absolute;
    bottom: 15px;
    right: 16px;
    font-size: 20px;*/
}
.search form button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    bottom: 12px;
    right: 12px;
    font-size: 18px;
}
.search input {
    height: 48px;
    border: 1px solid #ffca10;
    border-radius: 50px;
    width: 100%;
    margin-top: 50px;
    padding: 10px 40px 10px 20px;
}
.clocks {
    display: inline-block;
}
.left_caret {
    left: -17px;
    position: absolute;
    top: 30px;
}
.mobile_lang {
    border: none;
}
.mobile_lang .btn-default {
    background-color: transparent;
    border: none;
}
.mobile_lang .btn-default:active,
.mobile_lang .btn-default:hover,
.mobile_lang .btn-default:focus {
    background-color: transparent;
    border: none;
}
.navbar-right .dropdown {
    float: right;
}
.bnr_wrapper {
    height: 325px;
    
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bnr_wrapper h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffca10;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}
.social_sticky {
    padding-left: 0px;
    display: block;
    position: fixed;
    right: 0;
    top: 37%;
    z-index: 3;
}
.social_sticky li {
    list-style-type: none;
}
.social_sticky ul {
    padding-left: 0px;
}
/* footer */

.footer {
    height: 360px;
    background-color: #262626;
    border-top: 6px solid #ffca10;
    padding-top: 35px;
}
.social_footer {
    margin-top: 20px;
}
.social_footer ul {
    padding-left: 0px;
    /*  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
.social_footer li {
    display: inline-block;
    padding: 0 7px;
}
.social_footer li a img {
    width: 29px;
    height: 29px;
}
.made_wbm a {
    color: #fff;
}
.social_footer li:first-child {
    padding-left: 0;
}
.social_footer li:last-child {
    padding-right: 0;
}
.item_list h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
}
.item_list ul {
    padding-left: 0px;
}
.item_list ul li {
    list-style-type: none;
    line-height: 25px;
}
.item_list ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.matagot_club img {
    width: 100%;
}
.newsletter {
    margin-top: 30px;
    position: relative;
}
.newsletter input {
    height: 48px;
    border-radius: 50px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 40px 10px 20px;
    border: none;
}
.newsletter input:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.newsletter button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 16px;
}
.newsletter button:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.wbm {} .wbm a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.wbm a img {
    display: table;
    margin: 0 auto;
}
.wbm a p {
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
}
.all_rights a {
    color: #eaba12;
}
.all_rights {
    text-align: center;
    margin-top: 10px;
}
.matagot_location iframe {
    margin-bottom: 15px;
}
.closest_store {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-radius: 20px;
    background: #fecc00;
    padding: 0px 30px;
    color: #333;
    text-transform: uppercase;
}
/* detaliu produs */

.page_subtitle {
    height: 150px;
    background: url(../img/paws_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    width: 90%;
    display: block;

}
.page_subtitle h1 {
    font-size: 60px;
    font-weight: 600;
    width: 36%;
    text-align: center;
    color: #333333;
    line-height: 50px;
    margin: 0 auto;
}
.product_wrapper {
    height: auto;
    border: 2px solid #333333;
    border-radius: 30px;
}
.top_tabs {
    height: 60px;
    border-radius: 30px;
    background-color: #868686;
    margin: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_tabs ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.top_tabs ul li {
    display: inline-block;
    padding: 0 70px;
}
.top_tabs ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
.top_tabs ul li {
    border-right: 1px solid #fff;
}
.top_tabs ul li:last-child {
    border-right: none;
}
.top_tabs .active {
    color: #ffca10;
    font-weight: 600;
}
#imageGallery li img {
    display: table;
    margin: 0 auto;
    min-width: 200px;
    max-height: 85%;
    max-width: 75%;
}
.zoomContainer {
    /*left: initial!important;
top: initial!important;*/
}
.may_like {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.may_like h1 {
    font-size: 30px;
}
.info_wrapper {
    padding: 40px;
}
.lSSlideOuter .lSPager.lSGallery li {
    height: 50px;
    width: 60px!important;
    border: 2px solid #333333;
    border-radius: 5px;
    margin-top: 20px;
}
.lSSlideOuter .lSPager.lSGallery li img {
    height: 100%;
    margin: 0 auto;
    padding: 5px;
    object-fit: cover;
}
.lSSlideOuter .lightSlider>* {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lSSlideOuter {} .lSPager.lSGallery {
    width: 100%!important;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.designers {
    font-size: 24px;
    font-weight: 600;
}
.designers span {
    font-weight: 400;
    border-radius: 20px;
    background-color: #ffca10;
    padding: 0px 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.designers span a {
    color: #000;
}
.reference {
    font-size: 18px;
    font-weight: 600;
}
.reference span {
    font-weight: 400;
}
.category_info {
    padding-left: 0px;
    margin-top: 30px;
}
.category_info li {
    display: inline-block;
    margin-right: 15px;
}
.category_info li p {
    text-align: center;
    font-size: 18px;
}
.social_line {
    padding-left: 0px;
}
.social_line li {
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
}
.external_links a img {
    margin-left: 10px;
    margin-right: 10px;
}
.game_description p {
    text-align: justify;
    font-size: 22px;
}
/*.game_description::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    visibility: hidden;

}

.game_description::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
    visibility: hidden;

}

.game_description::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
        visibility: hidden;
}*/

.game_description {
    height: auto;
    margin-bottom: 20px;
}
/*.game_description:hover::-webkit-scrollbar,
.game_description:hover::-webkit-scrollbar-thumb,
.game_description:hover::-webkit-scrollbar-track {
    visibility: initial;
}*/

.product_photo img {
    width: 100%;
}
.tehnical_data {
    border-top: 2px solid #333;
    padding-top: 30px;
    width: 90%;
    display: table;
    margin: 20px auto;
}
.tehnical_data h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.tehnical_data ul {
    padding-left: 20px;
}
.tehnical_data li {
    font-size: 24px;
    list-style-type: none;
    font-weight: 300;
}
.game_description {
    margin-top: 10px;
}
#also_like {
    width: 85%;
    margin: 0 auto;
}
#also_like.owl-theme .owl-nav [class*="owl-"],
#also_like.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}
#also_like .owl-next {
    position: absolute;
    right: -110px;
    top: 30%;
}
.may_like {
    margin: 50px auto;
}
#also_like .owl-prev {
    position: absolute;
    left: -110px;
    top: 30%;
}
/*.lSAction {
    display: none!important;
}*/
.extension_box {
    width: 100%;
    border: 2px solid #333333;
    border-radius: 10px;
    height: 285px;
    position: relative;
    margin-bottom: 50px;
}
.extension_box h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.extension_box .product_photo {
    display: table;
    margin: 20px auto;
    max-height: 170px;
    height: 100%;
    width: 75%;
    object-fit: contain;
}
.extension_box .discover {
    position: absolute;
    bottom: -25px;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.extension_box .product_badge {
    position: absolute;
    top: -1px;
    left: 30px;
}
.category_title {
    width: 24%;
    border-bottom: 1px solid #ffca10;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
.category_title h4 {
    font-size: 24px;
    color: #ffca10;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.extensions_wrapper {
    padding: 10px 20px;
}
.goodies .goodies_title h4 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.goodies_title {
    width: 24%;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
/* news */

.news_box {
    width: 100%;
    border: 2px solid #333333;
    border-radius: 10px;
    height: 285px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.news_title {
    width: 100%;
    background-color: #fff;
    height: 43%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: height 0.2s linear 0.1s;
    transition: height 0.2s linear 0.1s;
}
/*.news_title:hover {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/

.bg_view {
    height: 57%;
    -webkit-transition: height 0.2s linear 0.1s;
    transition: height 0.2s linear 0.1s;
    background-size: cover!important;
    background-position: center!important;
    /* background-size: 100%!important; */
    background-repeat: no-repeat!important;

}
.bg_view img {
/*    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;*/
    -o-object-fit: cover;
    object-fit: fill;
    height: 100%;
    display: table;
    margin: 0 auto;


}
/*.bg_view:hover {
    height: 100%;
    z-index: 2;
    position: relative;
}*/

.news_title h3 {
    font-size: 24px;
    margin-top: 10px;
    text-decoration: underline;
}
.news_title {
    position: absolute;
    bottom: 0;
}
.news_description a {
    color: #000;
}
.news_description {
    font-size: 13px;
    margin-bottom: 0px;
}
.read_more a {
    color: #000;
    text-decoration: underline;
}
.read_more {
    margin-bottom: 0px;
}
.pagination {
    display: table;
    margin: 20px auto;
}
.pagination > li > a,
.pagination > li > span {
    font-size: 24px;
    border: none;
    color: #333;
    margin: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    background: transparent;
}
.pagination li .prev,
.pagination li .next {
    border-radius: 30px!important;
    border: 1px solid #fecc00;
    padding: 5px 30px;
}
.pagination .active_state {
    background-color: #fecc00;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fecc00;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    margin-top: 8px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.extensions_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumbs {
    font-size: 24px;
}
.breadcrumbs span a {
    color: #333;
}
.breadcrumbs span:last-child a {
    color: #fecc00;
}
.breadcrumbs span:last-child {
    color: #fecc00;
}
.navbar-right {
    padding-right: 10px;
}
.zoom_img {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: -110px;
}
.cloudzoom-zoom-inside:hover {
    cursor: url("../img/magnifing.png"), auto;
}
.title_wrapper .title_news {
    font-size: 60px;
    font-weight: 500;
}
.title_wrapper .review_news,
.title_wrapper .date_news {
    font-size: 24px;
}
.title_wrapper .date_news {
    font-weight: 600;
}
.title_wrapper .social_line {
    margin-top: 30px;
    margin-bottom: 30px;
}
.news_description {
    font-size: 24px;
}
.news_review {
    margin-top: 20px;
}
.secondary_description {
    font-size: 24px;
}
.secondary_description h3 {
    font-weight: 600;
}
.secondary_description img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.news_review iframe {
    display: table;
    margin: 10px auto;
}
.product_photo img {
    width: 100%;
}
.external_links a:hover {
    text-decoration: none;
}
/* downloads */

.document_title h3 {
    margin-top: 0px;
    text-transform: capitalize;
}
.download_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.document_title {
    max-height: 200px;
    height: 100%;
    position: relative;
    width: 100%;
}
.image h3 {
    margin-top: 50px;
}
.authors .title_wrapper h1 {
    font-weight: 600;
}
.news_description ul {
    padding-left: 0px;
}
.news_description ul li {
    list-style-type: none;
}
.news_description ul li:before {
    content: "- "
}
.authro_phot {
    width: 100%;
}
.authro_photo img {
    display: table;
    margin: 0 auto;
    width: 65%;
}
.may_like h1 {
    text-transform: uppercase;
}
#also_like.owl-carousel .owl-item {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#also_like.owl-carousel .owl-item img {
    display: table;
    margin: 0 auto;
    min-width: 135px;
    max-width: 230px;
    width: 100%;
}
/* Catalog page */

.catalog .extension_box {
    height: 405px;
}
.catalog .extension_box p {
    font-size: 18px;
}
.categories_wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
}
.categories_wrapper ul {
    padding-left: 0px;
}
.categories_wrapper ul li {
    list-style-type: none;
    height: 110px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
.categories_wrapper ul li a {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 29px;
    padding-left: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}
.categories_wrapper ul li img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.categories_wrapper ul li a:hover {
    text-decoration: none;
}
.expert {
    background: #7f868e;
}
.getway {
    background: #485988;
}
.family {
    background: #008579;
}
.kid {
    background: #0088c2;
}
.role {
    background: #987749;
}
.catalog_wrapper {
    padding: 0;
}
.game_badge {
    width: 57px;
    height: 57px;
    background: #fecc00;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    right: 5%;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.game_categories {
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.game_categories h1 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 36px;
    text-transform: uppercase;
}
.filters {
    text-align: right;
}
.filters .btn-primary {
    background-color: transparent;
    color: #333;
    border-radius: 20px;
    border: 2px solid #333;
    text-transform: uppercase;
}
.filters .btn-primary:active,
.filters .btn-primary:focus,
.filters .btn-primary:hover {
    background: transparent!important;
    color: #333!important;
}
.filters .open>.dropdown-menu {
    border-radius: 20px;
}
.filters .dropdown-menu>li>a {
    text-transform: uppercase;
}
.filters .dropdown button {
    font-size: 18px;
}
.filters .dropdown button:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.filters .filters_p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
    right: 10px;
    font-weight: 600;
}
.filters .dropdown {
    display: inline-block;
}
.catalog .extension_box {
    padding: 10px;
}
.catalog .extension_box .product_photo {
    transition: all .2s ease-in-out;
}
.catalog .extension_box .product_photo:hover {
    transform: scale(1.25);
}



#also_like.also_like_autori .owl-item img,
#also_like.detail_also_like .owl-item img {
    transition: all .2s ease-in-out;
}


#also_like.also_like_autori .owl-item img:hover,
#also_like.detail_also_like .owl-item img:hover {
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
}

.product_subtitle {
    margin-bottom: 0px;
}
.video_animation {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.category_info .age_category p {
    font-size: 48px;
    margin-bottom: 0px;
    top: -10px;
    position: relative;
}
.family_game {
    float: right;
}
.kids_game {
    top: -43px;
    position: absolute;
    width: 120px;
    right: 0;
}
.language_change {
    width: 30px;
    margin-right: 10px;
}
.select_filters {
    background-color: transparent;
    color: #333;
    border-radius: 20px;
    border: 2px solid #333;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px;
}
select:focus,
input:focus,
button:focus {
    outline: none;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50%;
    ;
    border-bottom-left-radius: 50%;
}
/* index */

#index_carousel_1.owl-carousel .owl-item img {
    height: calc(100vw / 2.45);
    object-fit: cover;
}
#index_carousel_1 .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}
#index_carousel_1.owl-theme .owl-dots .owl-dot.active span,
#index_carousel_1.owl-theme .owl-dots .owl-dot:hover span {
    background: #333333;
}
#index_carousel_1.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #333333;
}
.new_games_section h1,
.e_matagot h1 {
    font-family: "Pat-PaCool";
    margin-top: 0px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 80px;
}
.e_matagot h1 {
    font-size: 60px;
}
.new_games_section {
    height: 440px;
    background-color: #fedb4c;
    padding: 40px 0 20px 0;
}
.new_game_box img {
    margin-right: 20px;
}
.game_info h2 {
    font-size: 30px;
    font-weight: 800;
}
.game_info p {
    font-size: 16px;
    font-weight: 600;
}
.game_info a {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
.games_categories {
    height: 200px;
    background: #eeeeee;
    padding-top: 45px;
}
.game_category {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.game_category h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.game_category img {
    max-width: 80px;
    display: table;
    margin: 0 auto;
}

.col-category {
    margin-bottom: 10px;
}

.news_index .news_box {
    height: calc(100vw / 4.5);
    margin-bottom: 25px;
}

.news_index .page_subtitle,
.new_games .page_subtitle,
.upcoming_events .page_subtitle {
    margin: 70px auto 20px auto;
}

.download_element .product_photo {
    height: 45%;
    width: 75%;
}

.download_element .document_title  h3 {
    margin-top: 0px;
}

.new_carousel .owl-item {
    background-image: url(../img/img_border.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: bottom;

}

#also_like.new_carousel .owl-item {
    min-height: 555px;    
}


#also_like.new_carousel {
    width: 85%;
}


.new_carousel .item {
    position: absolute;
    top: 0;
    display: table;
}

#also_like.new_carousel .owl-item img {
    min-width: 135px;
    max-width: 195px;
    max-height: 200px;
}
#also_like.new_carousel .owl-item {
    padding: 0 50px;
}
#also_like.new_carousel .owl-item h3{
    font-size: 22px;
    text-align: center;
}
#also_like.new_carousel .owl-item h3 a {
    color: #333;
    text-decoration: underline;
}
#also_like.new_carousel .owl-item h4 {
    text-align: center;
}

#also_like.new_carousel .owl-item p {
    text-align: center;
    padding: 0 12%;
}

#also_like.new_carousel .owl-next,
#also_like.new_carousel .owl-prev {
    top: 45%;
}

#index_carousel_2.owl-theme .owl-dots .owl-dot.active span,
#index_carousel_2.owl-theme .owl-dots .owl-dot:hover span {
    background: #333333;
}
#index_carousel_2.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #333333;
}

#index_carousel_2  .owl-item img {
    display: block;
    width: 100%;
    height: calc(100vw / 4.26);
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#index_carousel_2 .owl-item .title_wrapper h1 {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 72px;
    font-weight: 800;
}
#index_carousel_2 .owl-item .title_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}

.e_matagot {
    height: 345px;
    background: #fedb4c;
    padding-top: 50px;
    margin-top: 35px;
}
.e_matagot a {
    color: #333;
}
.e_matagot h4 {
    text-align: center;
    font-weight: 600;

}

.e_matagot img {
    display: table;
    margin: 0 auto;
}

.index_footer {
    margin-top: 0px;
}

/*#also_like.new_carousel .owl-item img {
    transition: all .2s ease-in-out;
}

#also_like.new_carousel .owl-item img:hover {
        transform: scale(1.25);
}*/

.news_index .news_box {
    height: 285px;
}

.related_news .news_box {
    width: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.news_description_gallery .lSSlideWrapper {
    border: 2px solid #333;
    border-radius: 10px;
}

.related_news_title {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;

}

.bnr_services {
   
    background-position: center;
    object-fit: cover;
}

.ticket_wrapper p {
    text-align: center;
    font-size: 24px;
}

.ticket_wrapper h1 {
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 800;
}

.btn_wrapepr {
    display: table;
    margin: 0 auto;
}

.ticket_btn {
    height: 45px;
    width: 180px;
}

.tickets_text {
    margin-bottom: 75px;
}

.new_ticket {
    border: 2px solid #333;
    border-radius: 10px;
    padding: 50px;
    width: 100%;
}
.new_ticket h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #ffca10;
    margin-bottom: 0px;
}
.new_ticket h4 {

}
.new_ticket p {
    font-size: 24px;
}

.title_info {
    margin-bottom: 40px;
}
.contact_info h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;    
}
.contact_info p {
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact_info {
    margin-bottom: 20px;
}
.address {
    margin-bottom: 40px;
}
.address p{
    margin-bottom: 0;
    margin-top: 0;
    line-height: 25px;
}

.new_ticket_form input[type=text] {
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.new_ticket_form textarea {
    resize: none;
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    height: 105px;
}
.new_ticket_form input[type=text]::placeholder {
    color: #9f9f9f;
}

.new_ticket_form select{
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.new_ticket {
    margin-top: 50px;
}
.product_photo {
    margin-bottom: 50px;
}

.social_sticky img {
    width: 45px;
}

.landing_page{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mtg_logo {
    display: table;
    margin: 100px auto 0 auto;
    width: 400px;
}

#landing {
    background: #000;
}

.flags {
    width: 36%;
    display: table;
    margin: 0 auto;
}

.fr {
    float: left;
}

.en {
    float: right;
}

.img_text_page img {
    width: 100%;
    max-width: 480px;
    display: table;
    margin: 0 auto;
}

.text {
    font-size: 24px;
}

.social_sticky li:last-child img {
    margin-top: 1px;
}

/* espace pro */

.newsletter_espace {
    height: 330px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/stample_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}

.newsletter_espace h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.newsletter_espace h4 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0;    
}
.newsletter_espace input[type=text] {
    height: 48px;
    border-radius: 50px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 40px 10px 20px;
    border: none;
    border: 1px solid #c0c0c0;
}
.devider {
    height: 1px;
    border: 2px solid #ffca10;
    width: 300px;
    display: table;
    margin: 20px auto;

}

.sub_btn {
    font-weight: 400;
    border-radius: 20px;
    background-color: #ffca10;
    padding: 13px 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    border: none;    
}

.newsletter_espace form {
    display: table;
    margin: 45px auto 0 auto;
    width: 520px;
    
}

.input_wrapper {
    position: relative;
    width: 75%;
    display: inline-block;
    margin-right: 10px;
}

.input_wrapper i {
   
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 24px;   
}

.extra_info p {
    font-size: 24px;
    text-align: center;
}

.extra_info {
    height: 180px;
    background: #ffca10;
    padding: 40px;
}

.contact_box {
    border-radius: 30px;
    border: 1px solid #333;
    overflow: hidden;
}

.contact_distribuitors {
    margin-top: 50px;
    margin-bottom: 50px;

}

.box_title {
    height: 75px;
    border-bottom: 1px solid #333;
    display: table;
    width: 101%;
    background: #ffca10;


}

.box_title h4 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;

}

.box_content p {
    font-size: 18px;
    margin: 0;
}

.box_content {
    padding: 20px 10px;
    min-height: 285px;
}

.box_img {
    height: 100px;
}
.box_img img {
    display: table;
    margin: 0 auto;
    height: 100%;
}

.contact_box {
    margin-bottom: 20px;
}

.gray_bg {
    background: #333;
}

.gray_bg h4 {
    color: #fff;
}

.box_content img {
    display: table;
    margin: 0 auto;
}

.e_matagot_wrapper {
    margin-top: 50px;
    padding: 25px;
    position: relative;
}

.e_matagot_wrapper h1 {
    font-size: 70px;

}

.e_matagot_wrapper h1 img {
    margin-right: 20px;
}

.cyclades {
    color: #896646;
}

.app_down {
    position: absolute;
    top: 10px;
    right: 15px;
}

.app_description p {
    font-size: 20px;
}

.app_pic_bg {
    width: 100%;
    border-radius: 20px;
}

.dice_town {
    color: #5b3626;
}

.takenoko {
    color: #4f2b5a;   
}

.northwest {
    color: #222222;
}

.video_animation {
    width: 300px;
    display: table;
    margin: 0 auto;    
}

.height100 {
    height: 100%;
}
.at4-follow
{
    display: none;
}

.product_img_wrapper {
    min-height: 190px;
}

.matagot_location {
    width: 100%!important;
    height: 150px!important;
    position: relative;
    overflow: hidden;
    border: 4px solid #fedb4c;
}

.closest_store {
    float: right!important;
}
.under_construction {
   min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.get_up {
    font-size: 40px;
    position: fixed;
    bottom: 0;
    right: 8px;
    z-index: 10;
}

#also_like.also_like_autori .owl-item img,
#also_like.detail_also_like .owl-item img {
    display: table;
    margin: 0 auto;
    min-width: 135px;
    max-width: 230px;
    width: 100%;
    max-height: 220px;
    object-fit: contain;

}
.slider_title h1 {
    font-family: "Pat-PaCool";
    margin-top: 0px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;
}
.slider_title {
    background: rgba(36, 36, 36, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vw / 4.8);
    position: absolute;
    top: 15%;
    width: 100%;
    z-index: 2;
}

.at4-follow
{
    display: none;
}


.slider_title_wrapper {
    position: relative;
}

.mtg_clb_btn {
    display: inline-block;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-radius: 20px;
    background: #333;
    padding: 0px 30px;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    width: 180px;
    font-size: 11px;
    margin: 10px;
    font-weight: 600;
    font-size: 15px;
}
.mtg_clb_btn:hover {
    text-decoration: none;
    color: #fff;
}
.buttons_wrapper {
    width: 700px;
    display: table;
    margin:0 auto;
    position: relative;
    bottom: -20px;
}

.buttons_wrapper .mtg_clb_btn:first-child {
    float:left;
}

.buttons_wrapper .mtg_clb_btn:last-child {
    float:right;
}

.buttons_wrapper .single_btn {
    float: none!important;
    margin: 10px auto;
}

.connection_boxes {
    min-height: 700px;
}

.connection_boxes h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*.pic_placeholder {
    height: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
    top: -60%;
    position: relative;
}

.info_placeholder {
    height: 100%;
    background: #fff;
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%;
    top: -60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
}

.info_placeholder h3 {
        position: absolute;
        top: 10%; 
}

.extension_box.mtg_con {
    overflow: hidden;
}

.extension_box.mtg_con img {
    width: 100%;
}

.pic_placeholder:hover {
    height: 100%;
    top: 0;
    z-index: 2;
}


.pic_placeholder:hover + .info_placeholder {
    top:0;
}

.info_placeholder:hover {
    height: 100%;
    z-index: 2;
    bottom: 0;
    top: -100%;

}

.info_placeholder:hover + .info_placeholder h3 {
        position: relative;
        top: 0;   
}


.pic_placeholder {
    height: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
    top: -60%;
    position: relative;
}*/



.extension_box.mtg_con {
    height: 390px;
}

.pic_placeholder {
    height: 30%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pic_placeholder h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}


.info_placeholder .standard_btn.discover {
    width: 35%;
}

.pic_placeholder img {
    width: 100%;
}

.info_placeholder p {
    font-size: 24px;
    text-align: center;
}

.info_placeholder {
    height: 70%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
   
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.extra_info.mtg_con {
    position: relative;
}



/*.extension_box.mtg_con {
    overflow: hidden;
}

.extension_box.mtg_con img {
    width: 100%;
}

.pic_placeholder:hover {
    height: 100%;
    top: 0;
    z-index: 2;
}


.pic_placeholder:hover + .info_placeholder {
    top:0;
}

.info_placeholder:hover {
    height: 100%;
    z-index: 2;
    bottom: 0;
    top: -100%;

}

.info_placeholder:hover + .info_placeholder h3 {
        position: relative;
        top: 0;   
}


.pic_placeholder {
    height: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
    top: -60%;
    position: relative;
}*/

.log_register {
    margin-top: 50px;
}

.log_register p {
    font-size: 18px;
}

.log_register h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #ffca10;
}

/*.log_register input[type=text], 
.log_register input[type=email], 
.log_register input[type=password], 
.log_register input[type=number], 
.log_register input[type=tel] {
    height: 35px!important;
    border-radius: 50px!important;
    margin-top: 10px!important;
    padding: 10px 20px 10px 20px!important;
    border: none!important;
    border: 1px solid #333!important;
    max-width: 490px;
    width: 100%;
}
*/


.log_register input[type=text],
.log_register input[type=email], 
.log_register input[type=password], 
.log_register input[type=number], 
.log_register input[type=date], 
.log_register input[type=tel] {
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.log_register textarea {
    resize: none;
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    height: 105px;
    margin-bottom: 10px;
}
.log_register input[type=text]::placeholder {
    color: #9f9f9f;
}

.log_register select{
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.log_register input[type=checkbox] + label {
  display: block;
  margin: 0px;
  cursor: pointer;
}

.log_register input[type=checkbox] {
  display: none;
}

.log_register input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #333;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 1px;
  padding-bottom: 4.8px;
  margin-right: 3.2px;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  top: -2px;

}
.log_register label {
    font-weight: 500;
}

.log_register input[type=checkbox]:checked + label:before {
  color: #333;
}

.log_register input[type=checkbox]:disabled + label:before {

  border-color: #aaa;
}

.log_register input[type=checkbox]:checked:disabled + label:before {

  background-color: #bfb;
  border-color: #333;
}

.checkbox_group {

}

.log_in_btn {
    border: none;
    float: left;
    margin: 15px 0;
    background: #ffca10;
    color: #333;
}
.connection_boxes.log_register {
    min-height: 550px;
    overflow: auto;
}




/*.asociat_register input[type=text], 
.asociat_register input[type=email], 
.asociat_register input[type=password], 
.asociat_register input[type=number], 
.asociat_register input[type=tel],
.asociat_register textarea,
.asociat_register select {
    width: 85%;
}*/


.input_wrapper {
    width: 80%;
}


.checkbox_group {
    display: inline-block;
    float: right;
    margin-bottom: 20px;    
}


.checkbox_list {
    margin-bottom: 20px;
    height: 105px;
}



.log_register input[type=radio] + label {
  display: block;
  margin: 0px;
  cursor: pointer;
}

.log_register input[type=radio] {
  display: none;
}

.log_register input[type=radio] + label:before {
    content: "\25FC";
    border: 1px solid #333;
    width: 18px;
    height: 18px;
    margin-right: 3.2px;
    vertical-align: bottom;
    color: transparent;
    position: relative;
    top: -2px;
    padding: 1px 3.5px;
    margin: 0px;
    margin-right: 3px;
    font-size: 12px;

}
.log_register label {
    font-weight: 500;
}

.log_register input[type=radio]:checked + label:before {
  color: #333;
}

.log_register input[type=radio]:disabled + label:before {

  border-color: #aaa;
}

.log_register input[type=radio]:checked:disabled + label:before {

  background-color: #bfb;
  border-color: #333;
}

.reg_can button {
    margin-right: 20px;
}

.log_register {
    margin-bottom: 25px;
}

hr {
    border-top: 2px solid #333;
}

.apply_btn {
    width: 85px;
    margin:0px;
    float: right;
    padding: 0;
}

.wrap_arround {
    float: right;
}

.new_news .title_wrapper {
    display: inline-block;
}

.new_news .title_news {
    max-width: 685px;
    width: 100%;
    font-size: 35px;
}
.wrap_flex_d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: start;
}
.wrap_flex_d img {
    max-width: 180px;
}
.rotate_img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

 .golden{
   background-color: #333;
}

 .golden:hover{
   background-color: #333;
   color: red;
}

.btn-primary {
    color: #fff;
    background-color: #ffca10;
    border-color: #ffca10;
    }




    .section_1,
    .section_2 {
        height: 85px;
    }
    .search input {
        margin-top: 20px;
    }
    
    .header {
        height: 200px;
    }
    
    .news_index .page_subtitle, 
    .new_games .page_subtitle, 
    .upcoming_events .page_subtitle {
        margin: 25px auto 20px auto;
    }
    
    .bnr_wrapper {
        height: 175px;
    }
    
    .zoom_img.zoom_img_product_photo {
        top: 0;
        right: 0;
    }
    
    .owl-carousel .owl-stage-outer {
        width: 100%;
    }
    .bnr_wrapper {
        width: 100%;
    }
    @media (min-width: 768px) {
        .navbar_wrapper {
            height: 85px!important;
        }
        .logo {
            width: 125px!important;
        }
    }
    @media(min-width: 1200px) {
        .logo {
            width: 200px!important;
        }       
    }
    
    @media (max-width: 991px) {
        .wrapper_pop_up {
            width: 98%;
            top: 50px;
    
        }
    
    }

    @media(max-width: 768px) {
        .secondary_description img {
            height: initial!important;
            max-width: 100%!important;
        }
    }

 /* modificari 23/04/2018 */

 .page_subtitle {
    display: flex;
}

.nav>li>a>img {
    width: 35px; 
}

.left_caret {
    top: 22px;
}

.news_description iframe {
    width: 100%;
    max-width: 500px;
}

.mobile_lang  .flag_icon_js {
    width: 35px;
}
.mobile_lang .dropdown-menu {
    left: initial;
    right: -5px;
    width: 68px;
    min-width: initial;
}
.social_sticky img {
    width: 35px;
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #FFC107;
    color: #000;
}
#also_like.new_carousel .owl-item {
    min-height: 355px;
}

.new_carousel .owl-item {
    background-image: url(../img/img_border2.png);
}   

.wrapper_pop_up {
    width: 800px;
}

.pop_up_index {
    position: fixed;
}

.new_games_section {
    height: 335px;
}

.categories_wrapper ul li {
    height: 75px;
    margin-bottom: 10px;
}

.categories_wrapper ul li img {
    width: 98px;
}

.e_matagot {
    height: 285px;
    padding-top: 20px;
    margin-top: 20px;
}

.designers {
    font-size: 15px;
}
.news_title h3 {
    font-size: 19px;
}

@-webkit-keyframes Blink{
    0%,100%,50%{
        color: rgba(215, 40, 40, 1);

    }
    25%,75%{
        color: rgba(0, 0, 0, 1);

    }
}
@keyframes Blink{
    0%,100%,50%{
        color:rgba(215, 40, 40, 1);

    }
    25%,75%{
        color: rgba(0, 0, 0, 1);

    }
}

.blink ul li a div div.inn {

    -webkit-animation-direction:normal;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-name:Blink;
    -webkit-animation-timing-function:ease;
    -moz-animation-direction:normal;
    -moz-animation-duration:2s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-name:Blink;
    -moz-animation-timing-function:ease;
    -ms-animation-direction:normal;
    -ms-animation-duration:2s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-name:Blink;
    -ms-animation-timing-function:ease;
    animation-direction:normal;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-name:Blink;
    animation-timing-function:ease
}

.news_title {
    cursor: pointer;
}

.external_links a img {
    width: 40px;
}

.tehnical_data h4 {
    text-align: center;
}

.addthis_inline_share_toolbox_tiyp {
    display: inline-block;
    position: relative;
    top: 5px;
}

/* Easter Eggs! */

@keyframes changewidth {
  0%, 80% {
  		transform: rotate(0deg);
  	  margin-left: -15px;
  	  margin-top: -15px;
    width: 30px;
  }

  100% {
  		transform: rotate(30deg);
  	  margin-top: -25px;
		margin-left: -25px;
		width: 50px;
  }
}

.easter-egg {
	position: absolute;
	height: 1px;
}

.easter-egg img {
  animation-duration: 10s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}