/*
Theme Name: Anova
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import 'https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');


body{
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
img{
    max-width: 100%;
}
.container{
    width: 1500px;
    margin: 0 auto;
    padding-top: 38px;
    max-width: 96%;
}
a{
    color: black;
    text-decoration: none;
}
.specialFont{
    font-family: 'Rock Salt', cursive;

}
.mainTitle{
    font-size: 35px;
}

.containerHeader {
    /*display: flex;*/
    /*align-items: center;*/
    padding-top: 0;
}
.logoRummi{
    transition: 0.2s;
    float: left;
}
.logoRummi:hover{
    opacity: 0.5;
}


.rummiOnlineHome .links,
.sub-menu,
.listCountries,
.chooseList,
.products_list,
#menu-footer,
.socialLinks,
.socialLinks ul,
.newsHome .images,
.productsSlider .products,
.homeSlider .slider{
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;

}


#nav #menu-menu .menu-item{
    display: inline-block;
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

#nav #menu-menu .menu-item a:visited,
#nav #menu-menu .menu-item a:active,
#nav #menu-menu .menu-item a:focus{
    text-decoration: none;
}

#nav .menu-item:hover a,
#nav .current-menu-item a,
#nav .current-menu-parent a{
    color: #e22229;
    text-decoration: none;
}

#nav .menu-item:hover .sub-menu a,
#nav .sub-menu .current-menu-item a,
#nav .current-menu-item .sub-menu a,
#nav .current-menu-parent .sub-menu a{
    color: black;
    text-decoration: none;
}
#nav .sub-menu .menu-item:hover a,
#nav .current-menu-parent .sub-menu .current-menu-item a{
    color: #e22229;
}


#nav{
    margin-left: auto;
    float: right;
    padding-top: 31.5px;
}
header.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid #e1e1e1;
    background: rgba(255,255,255,0.7);
    padding-top: 7px;
    padding-bottom: 7px;
}
footer{
    background: #263775;
    text-align: center;
    color: white;
    padding: 60px 4%;
}
.footerMenu{
    margin-bottom: 20px;
}
footer .socialLinks{
    margin-bottom: 3%;
}
.socialLinks li a{
    height: 91px;
    width: 91px;
    display: block;
    transition: all 0.3s;
}
.mews_page .news .leftBanners .share .socialLinks li{
    margin-right: 10px;
}
.mews_page .news .leftBanners .share .socialLinks li:last-child{
    margin-right: 0;
}
.mews_page .news .leftBanners .share .socialLinks li a{
    height: 64px;
    width: 64px;
    background-size: cover;
}
.socialLinks .inst{
    background-image: url("images/rummiins.png");
}
.socialLinks .face{
    background-image: url("images/facenohover.png");
}
.socialLinks .yout{
    background-image: url("images/younohover.png");
}
.socialLinks .twwi{
    background-image: url("images/twwiternohover.png");
}

.socialLinks .inst:hover{
    background-image: url("images/insthover.png");
}
.socialLinks .face:hover{
    background-image: url("images/facehover.png");
}
.socialLinks .yout:hover{
    background-image: url("images/youtubhover.png");
}
.socialLinks .twwi:hover{
    background-image: url("images/twiiterhover.png");
}

.credit a{
    color: white;
    transition: 0.5s;
}
.credit a span {
    color: #0d8ebf;
    font-weight: bold;
}

.credit a:visited,
.credit a:active,
.credit a:focus{
    text-decoration: none;
}
.credit a:hover{
    color: #0d8ebf;
    text-decoration: none;
}
.credit a:hover span{
    color: #ffffff;
}
.homeSlider{
    position: relative;
}
.homeSlider .playButton{
    position: absolute;
    bottom: 15%;
    left: 19%;
    background: url("images/playonline.png") no-repeat;
    font-size: 27.32px;
    background-position: 50% 100%;
    height: 74px;
    cursor: pointer;
}
.rummiOnlineHome{
    background-position: center;
    padding-bottom: 30px;
    max-height: 2100px;
    margin: 0 auto;
}
.rummiOnlineHome,
.productsSlider,
.newsHome{
    padding-top: 20px;
}
.rummiOnlineHome .onlineText{
    font-size: 18px;
}
.rummiOnlineHome .links li{
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s;
    margin-bottom: 10px;
    height: 64px;
}
.rummiOnlineHome .links li:hover{
    opacity: 0.5;
}
.rummiOnlineHome .links li img{
    height: 100%;
    width: auto;
}
.onlineSliderLink{
    transition: 0.5s;
}
.onlineSliderLink:hover{
    opacity: 0.7;
}
.productsSlider .products{
    position: relative;
}
.productsSlider  .product{
    text-align: center;
    padding: 0 20px;
    transition: 0.5s;
}
.productsSlider  .product:hover{
    color: red;
}
.socialMediaHome .title,
.newsHome .title,
.home .productsSlider .title{
    margin-bottom: 10px;
}
.slick-arrow{
    top:50%;
    transform: translate(0,-50%);
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    background-image: url("images/productsArrows.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 30px;
    z-index: 9;
    transition: 0.5s;
}
.slick-arrow:hover{
    opacity: 0.5;
}
.slick-arrow.slick-prev{
    left: -3%;
    z-index: 99;
}
.onlineSlider .slick-slide img{
    margin: 0 auto;
}
.onlineSlider .slick-arrow.slick-prev{
    left: -4%;
}
.onlineSlider .slick-arrow.slick-next{
    right: -6%;
}
.homeSlider .slick-arrow.slick-prev{
    left: 8px;
}

.slick-arrow.slick-next{
    right: -3%;
    background-position: 0 -104px;
}
.homeSlider .slick-arrow.slick-next{
    right: 4px;
}

.newsHome{
    background-image: url("images/newsreka.jpg");
    padding-bottom: 1px;
}
.newsHome .images .image{
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 2%;
}
.newsHome .images .image:nth-child(4n+4){
    margin-right: 0;
}
.newsHome .content{
    /*display: flex;*/
}

.buttonBlue{
    background-color: #263775;
    color: white;
}
.newsHome .clickable{
   cursor: pointer;
}
.newsHome .imageAndbutton{
    padding: 0;
    justify-content: center;
}


.imageAndbutton{
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 7%;
    overflow: hidden;
    transition: all 0.5s;
    /*display: flex;*/
    /*align-items: center;*/

    background-color: white;

}
.newsHome .imageAndbutton{
    background-color: transparent;
    text-align: center;
}
.product img.productimage{
    transition: all 0.5s;
}
.product:hover img.productimage {
    /*width: 122%;*/
    /*max-width: 110%;*/
    transition: all 0.5s;
}


.plusButton{
    position: absolute;
    bottom: 11px;
    left: 11px;
}

.newsHome .images .image .text{
    font-weight: bold;
    text-align: center;
}

.socialMediaHome .leftSide{
    float: left;
}
.socialMediaHome .rightSide{
    float: right;
    padding: 20px;
}
.socialMediaHome .rightSide .buttonBlue{
    padding: 20px;
    font-size: 20px;
    transition: 0.5s;
    border: 1px solid;
}
.socialMediaHome .rightSide .buttonBlue:hover{
    background-color: transparent;
    color: #263775;
    text-decoration: none;
}

.socialMediaHome .container{
    padding-bottom: 100px;
    padding-top: 100px;
}
.socialLinks li{
    display: inline-block;
    margin-right: 40px;
}
.socialLinks li:last-child{
    margin-right: 0;
}
#menu-footer li{
    display: inline-block;
    margin-right: 13px;
}
#menu-footer li:last-child{
    margin-right: 0;
}
#menu-footer li a{
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
}
#menu-footer li a:visited,
#menu-footer li a:focus,
#menu-footer li a:active{
    text-decoration: none;
}
#menu-footer li.current-menu-item a,
#menu-footer li a:hover{
    color: #e22229;
    text-decoration: none;
}

.single_new .left,
.about_page .left{
    width: 61%;
    float:left;
}
.single_new .right,
.about_page .right{
    width: 30%;
    float:right;
}
.facebookBanner{
    text-align: center;
    align-self: flex-start;
}
.leftBanners .facebookBanner{
    width: 100%;
}
.single_new .facebookBanner,
.about_page .facebookBanner{
    margin-bottom: 25px;
}
.single_new .banner,
.about_page .banner{
    text-align: center;
}
.single_new,
.contact_page .container,
.rules_page .container,
.products_page .container,
.about_page .container{
    margin-bottom: 10%;
}

.error_page,
.thank_page{
    margin-bottom: 38px;
}
.history_page{
    margin-bottom: 3%;
}
.error_page p{
    margin-bottom: 0;
}
.error_page .text a:visited,
.error_page .text a:active,
.error_page .text a:focus,
.error_page .text a:hover,
.error_page .text a{
    text-decoration: underline;
    color: black;
}

.error_page{
    text-align: center;
}
.mews_page .media{
    padding-bottom: 3%;
}
.thank_page{
    text-align: center;
}

.mainTitle{
    margin-bottom: 22px;
    line-height: 50px;
}

.breadcrumbs{
    margin-bottom: 55px;
}
.history_page{
    background-image: url("images/historyreka.jpg");
}
.history_page .year{
    text-align: center;
    font-size: 35px;
    margin-bottom: 16px;
    max-width: 256px;
    margin: 0 auto;
}
.history_page .line{
    transition: 0.8s;
    /*height: 215px;*/
    height: 0;
    background-color: #003471;
    width: 5.40px;
    margin: 0 auto;
    opacity: 0;
}
.history_page .line.animated{
    height: 215px;
    opacity: 1;
}

.history_block .year_block{
    position: relative;
}
.history_block .year_block .info {
    position: absolute;
    /*top: -50px;*/
    top: 0px;
    /*opacity: 0;*/
    opacity: 1;
    transition: 0.9s;
    width: 40%;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    padding: 10px;
}
.history_block .year_block .info.animated {
    top: 0;
    opacity: 1;
}
.history_block .year_block:nth-child(even) .info{
    right: 0;
    top:-20%;
}


.history_block .year_block:nth-child(odd) .info .titleAndtext{
    order: 2;
}


.history_block .year_block .info .infoImage{
    width: 50%;
}
.history_block .year_block .info .titleAndtext{
    width: 46%;
    padding-top: 25px;
    margin-left: auto;
    float: right;
}
.history_block .year_block .info .titleAndtext .title{
    font-size: 23px;
    margin-bottom: 13px;
}
.history_block .year_block .info .titleAndtext .text{
    font-size: 16px;
    line-height: 26px;
}

.history_block .year_block .info:before {
    content: "\A";
    border-style: solid;
    position: absolute;
    right: -15px;
    top: 7%;
    border-width: 10px 0px 10px 15px;
    border-color: rgba(255,255,255,.15) rgba(255,255,255,.15) rgba(255,255,255,.15) white;
}
.history_block .year_block:nth-child(even) .info:before {
    right: auto;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top:22%;
}

.chooseProducts .product,
.products_page .product {
    width: 22.75%;
    text-align: center;
    margin-bottom: 53px;
    float: left;
    margin-right: 3%;
}
.chooseProducts .product:nth-child(4n+4),
.products_page .product:nth-child(4n+4){
    margin-right: 0;
}
.product:active,
.product:focus,
.product:hover{
    text-decoration: none;
}

.product .productName{
    font-size: 18px;
}

.product .innerProduct:hover,
.product .innerProduct:active,
.product:active .productName,
.product:focus .productName,
.product:hover .productName,
.product .productName:active,
.product .productName:focus,
.product .productName:hover{
    color: #e22229;
    text-decoration: none;
}
.secondTitle{
    font-size: 18px;
    margin-bottom: 50px;
}
.topPadding{
    height: 108px;
    width: 100%;
    background-color: #f8f8f8;
}

.left{
    float: left;
}
.right{
    float: right;
}

.topProduct{
    margin-bottom: 4%;
}

.buttonBuy{
    width: 100%;
    text-align: center;
    background-color: #f4d31a;
    display: block;
    font-size: 20px;
    color: white;
    padding: 5px 0;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: Center;
    justify-content: Center;
    transition: 0.5s;
}
.buttonBuy:active,
.buttonBuy:visited{
    text-decoration: none;
}
.buttonBuy:focus{
    text-decoration: none;
    /*color:#f4d31a;*/
}
.buttonBuy:hover{
    background-color: white;
    border: 1px solid #f4d31a;
    color:#f4d31a;
    text-decoration: none;
}
.buttonBuy img{
    margin-left: 10px;
}

.single-product .left,
.single-product .right{
    width: 48%;
}
.single-product .left{
    position: relative;
}
.single-product .wrapInfo{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.single-product .info{
    background-color: #f9f9f9;
    margin-bottom: 25px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.single-product .mainImage {
    height: 100%;
    width: 74%;
    border: 1px solid #e1e1e1;
    float: left;
    padding: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product .mainImage.noMore{
    width: 100%;
}
.single-product .moreImages{
    float: right;
    margin-left: auto;
    width: 28%;
    margin-left: 2%;
}
.single-product .moreImages .more{
    margin-bottom: 5%;
    border: 1px solid #e1e1e1;
    padding: 7%;
    transition: 0.5s;
}
.moreImages .more.active{
    border: 2px solid #e22229;
    -webkit-box-shadow: -1px 0px 19px 0px rgba(0,0,0,1);
    -moz-box-shadow: -1px 0px 19px 0px rgba(0,0,0,1);
    box-shadow: -1px 0px 19px 0px rgba(0,0,0,1);
}
.single-product .moreImages .more:last-of-type{
    margin-bottom: 0;
}

.single-product .description{
    line-height: 30px;
    margin-bottom: 200px;
}
.single-product .description ul{
    -webkit-padding-start: 22px;
}
.single-product  .info .age{
    margin-left: 13%;
}
.single-product .info .age,
.single-product .info .numPlayers{
    text-align: Center;
    display: inline-block;
}

.spanBlock{
    display: block;
}

.single-product .right{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.single-product .wrapLeftRight{
    display: flex;
    padding-top: 40px;
}
.single-product .moreProducts{
    background-color: #fafafa;
    padding-bottom: 3%;
}

.productimage{
    /*border: 1px solid #e1e1e1;*/
}

.language,
.chooseProducts{
    text-align: center;
}
.chooseProducts .product{
    cursor: pointer;
}
.chooseProducts{
    margin-bottom: 47px;
}


.language .lang {
    width: 22.7%;
    text-align: center;
    color: white;
    font-size: 23px;
    float: left;
    margin-right: 3%;
    padding: 2% 0;
    margin-bottom: 3%;
}
.language .lang:nth-child(4n+4){
    margin-right: 0;
}
.blueAnimation{
    transition: 0.5s;
    background-color: #263775;
    border: 1px solid;
}
.blueAnimation:focus,
.blueAnimation:active,
.blueAnimation:hover{
    color: #263775;
    background-color: white;
    text-decoration: none;
}

.videos .video{
    text-align: center;
}
.videos .video iframe{
    width: 94%;
}
.logos_block{
    text-align: center;
    margin-bottom: 50px;
}
.logos .slick-slide img {
    margin: 0 auto;
    padding: 3% 0;
}
.logos .logo{
    border: 1px solid #e1e1e1;
    margin: 0 23px;
}


.mapBlock{
    text-align: center;
    position: relative;
}

.mapBlock .absulote {
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
}

.mapBlockMobile{
    text-align: center;
}

.marker{
    position: absolute;
}

.textMarker{
    background-color: white;
    position: absolute;
    top: -22px;
    right: 40px;
    padding: 17px 28px;
    color: #e22229;
    -webkit-box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
    display: none;
    z-index: 99;
    min-width: 232px;
    font-weight: 500;
    font-size: 19px;
}
.textMarker p{
    margin-bottom: 0;
}
.textMarker:after{
    content: "\A";
    border-style: solid;
    position: absolute;
    right: -15px;
    top: 50%;
    border-width: 10px 0px 10px 15px;
    border-color: transparent transparent transparent white;
    transform: translate(0,-50%);
}
.submitSearch{
    background: none;
    border: none;
    cursor: pointer;
    position: ABSOLUTE;
    top: 0;
    right: 1%;
    bottom: 0;
    transition: 0.5s;
}
.submitSearch:hover{
    opacity: 0.5;
}

#serchD{
    border: 1px solid #ececec;
    width: 100%;
    height: 43px;
    padding-left: 2%;
}
.seacrhInputWrap{
    position: relative;
    width: 380px;
    text-align: Center;
    margin: 0 auto;
    max-width: 95%;
}

.mews_page .topBlock {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
}
.sliderMedia.slider-for .meidaItem .imageNow .openVideo,
.mews_page .topBlock .openVideo{
    transition: 0.5s;
    display: block;
}
.sliderMedia.slider-for .meidaItem .imageNow .openVideo:hover,
.mews_page .topBlock .openVideo:hover {
    opacity: 0.5;
}
.sliderMedia.slider-for .meidaItem .mediaText,
.mews_page .topBlock .topText{
    padding: 3% 3% 0 3%;
    width: 45%;
    align-self: flex-start;
}
.sliderMedia.slider-nav{
    text-align: center;
}

.sliderMedia.slider-for .meidaItem .imageNow,
.mews_page .topBlock .topImage{
    position: relative;
    border-right: 1px solid #e1e1e1;
}
.videoButton{
    position: ABSOLUTE;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
}
.mews_page .news{
    margin-bottom: 40px;
}
.mews_page .news .new{
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
}
.mews_page .news .new:focus,
.mews_page .news .new:active,
.mews_page .news .new:visited,
.mews_page .news .new:hover{
    text-decoration: none;
    color: black;
}
.mews_page .news .new .text{
    padding: 14px;
    padding-Bottom: 0;
}
.mews_page .news .new .text .shortText{
    height: 65px;
    overflow: hidden;
}
.mews_page .news .new .text .shortText p{
    height: 48px;
    overflow: hidden;
}
.mews_page .news .new .text .title{
    font-weight: 600;
    margin-bottom: 10px;
    height: 24px;
    overflow: hidden;
}
.mews_page .news .new .text .date{
    font-size: 14px;
    margin-bottom: 10px;
}
.mews_page .news .centerBlock{
    display: flex;
}
.mews_page .news .centerBlock .newsBlock{
    width: 100%;
    display: flex;
}
.mews_page .news .centerBlock .newsBlock .sliderNews{
    width: 71%;
}
.mews_page .news .centerBlock .newsBlock .sliderNews .wrapBlockNew{
    display: flex;
}
.mews_page .news .centerBlock .newsBlock .blockNew{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 47%;
}
.mews_page .news .centerBlock .newsBlock .blockNew:nth-child(2){
    margin-left: auto;
}
.mews_page .news .leftBanners{
    width: 25%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.mews_page .news .new.new1{
    align-self: flex-start;
    margin-bottom: 25px;
}
.mews_page .news .new.new2{
    align-self: flex-end;
}
.mews_page .news .leftBanners .download{
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    text-align: center;
    align-self: flex-end;
    padding: 20px;
}
.mews_page .news .leftBanners .download .Dtitle{
    font-size: 30px;
    margin-bottom: 15px;
}
.mews_page .news .leftBanners .download .Dimage{
    margin-bottom: 15px;
}
.mews_page .news .leftBanners .download .Dtext{
    font-size: 18px;
}
.mews_page .news .leftBanners .download .Dlink{
    font-size: 17px;
    color: white;
    background-color: #263775;
    margin: 0 auto;
    padding: 16px 51px;
    display: inline-block;
    border: 1px solid;
    transition: 0.5s;
}
.mews_page .news .leftBanners .download .Dlink:visited,
.mews_page .news .leftBanners .download .Dlink:active,
.mews_page .news .leftBanners .download .Dlink:focus,
.mews_page .news .leftBanners .download .Dlink:hover{
    background-color: white;
    color: #263775;
    text-decoration: none;
}
.mews_page .news .leftBanners .share{
    background-color: #263775;
    align-self: center;
    text-align: center;
    padding: 20px;
}
.mews_page .news .leftBanners .share .title{
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}
#fancybox-buttons{
    display: none;
}


.media{
    background-color: #ebebeb;
}

.sliderMedia.slider-for{
    margin-bottom: 25px;
}
.sliderMedia.slider-for .meidaItem{
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    display: flex;
    align-items: center;
}

/*.slick-slide img {*/
    /*padding-right: 3%;*/
    /*padding-left: 3%;*/
/*}*/
.homeSlider .slick-slide img{
    margin: 0 auto;
}
.sliderMedia.slider-nav .slick-slide img{
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 16px;
}
.sliderMedia.slider-nav .mediaTitle{
    font-size: 21px;
}

.relative{
    position: relative;
}

#breadcrumbs{
    margin-bottom: 33px;
}
#breadcrumbs a,
#breadcrumbs span{
    font-size: 14px;
}

#breadcrumbs a:hover{
    color: black;
}

.product .plusButton{
    transition: 0.5s;
}

.plusButton.button2{
    opacity: 0;
}
.product:hover .plusButton.button1{
    opacity: 0;
}
.product:hover .plusButton.button2{
    /*transform: rotate(45deg);*/
    opacity: 1;
}

.newsHome .images .image:hover .plusButton.clickbutton1{
    opacity: 0;
}
.newsHome .images .image:hover .plusButton.clickbutton2{
    /*transform: rotate(45deg);*/
    opacity: 1;
}

.newsHome .plusButton{
    transition: 0.5s;
}
.newsHome .plusButton.clickbutton2{
    opacity: 0;
}
.newsHome .plusButton.clickbutton2.open{
    opacity: 1;
}

.moreImages .more{
    cursor: pointer;
}

.bigSpace{
    margin-bottom: 100px;
}
.mews_page .topBlock{
    margin-bottom: 40px;
}


.second{
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 32px;
}
.mapBlock .second{
    margin-bottom: 20px;
}
.rummiOnlineHome .second{
    margin-bottom: 18px;
}
.third{
    margin-bottom: 20px;
}
.partialWidth{
    width: 70%;
    line-height: 29px;
}
.onlineSlider{
    width: 25%;
    margin-bottom: 35px;
}



.hamburger{
    display: none;
}

a:focus,
button:focus{
    outline: none;
}

.mobileLogo{
    display: none;
    float: none;
}

.sub-menu {
    display: none;
    position: absolute;
    text-align: left;
    background: white;
    top: 27px;
    padding: 15px;
    left: 0;
}
#nav #menu-menu .menu-item .sub-menu li,
.sub-menu a{
    display: block;
}



.wrapContentForm{
    line-height: 27px;
}
.wrapContentForm a:hover{
    color: black;
}
.wrapContentForm .map{
    float: right;
    width: 63%;
}
.wrapContentForm .form{
    float: left;
    width: 35%;
    position: relative;
}
.wrapContentForm .form input,
.wrapContentForm .form textarea{
    width: 100%;
    margin-bottom: 25px;
    height: 47px;
    padding-left: 2%;
}
.wrapContentForm .form textarea{
    padding-top: 11px;
    height: 100px;
}
.wrapContentForm .form input.button{
    background-color: #263775;
    border: 1px solid #263775;
    color: white;
    margin-bottom: 0;
    transition: 0.5s;
    font-size: 20px;
    cursor: pointer;
}
.wrapContentForm .form input.button:hover{
    background-color: white;
    color: black;
}

label.error {
    color: red;
    font-size: 13px;
    position: absolute;
    top: -21px;
    left: 0;
}
.relative{
    position: relative;
}


.wrapContentForm .loader{
    display: none;
    position: absolute;

    text-align: center;
    background: rgba(255,255,255,0.5);
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;


    top: 0;
    bottom: 0;
}
.wrapContentForm .loader img{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
}

.single_new .content{
    line-height: 32px;
}
.single_new .content h2{
    font-size: 25px;
}
.single_new .content h3{
    font-size: 20px;
}
.sliderNews .slick-arrow.slick-prev{
    top: -5%;
    right: 40px;
    left: auto;
}
.sliderNews .slick-arrow.slick-next{
    top: -5%;
    right: 0;
}
.iconThank{
    font-size: 100px;
    color: black;
}

#back-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    display: none;
}

.logos .logo .logolink{
    display: block;
    transition: 0.5s;
}
.logos .logo .logolink:hover{
    opacity: 0.5;
}

::-moz-selection { background: black; color: white;}
::selection { background: black; color: white;}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.fa-shopping-cart{
    margin-left: 10px;
    font-size: 27px;
}


#myInput {
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#myUL li {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
    transition: 0.5s;
}

#myUL li p{
    margin-bottom: 0;
}
.mobileSearchBlock{
    padding: 20px;
    padding-bottom: 0;
}
.addthis_inline_share_toolbox{
    margin-bottom: 33px;
}

header.navbar{
    padding-right: 0;
    padding-left: 0;
    height: 108px;
    transition: all 0.5s
}
header.navbar .logoRummi img{
    position: absolute;
}
header.navbar #nav .logoRummi img {
    position: static;
}
header.navbar #nav{
    transition: all 0.5s;
}
header.navbar .regularLogo{
    opacity: 1;
    transition: all 0.5s;
}
header.navbar .stickyLogo{
    opacity: 0;
    transition: all 0.5s;
    width: 230px;
}


header.navbar.sticky {
    background: white;
    height: 72px;
    transition: all 0.5s;
}
header.navbar.sticky #nav{
    padding-top: 12px;
}
header.navbar.sticky .stickyLogo{
    opacity: 1;
}
header.navbar.sticky .regularLogo{
    opacity: 0;
}


.imageIns{
    padding: 20px;
    transition: 0.5s;
}
.imageIns:hover{
    opacity: 0.6;
}
.imageIns img{
    width: 100%;
}

.instegramSli .slick-arrow{
    background-image: url(images/instegramslider.png);
    height: 39px;
    border: none;
    border-radius: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 40px;
    transition: 0.5s;
}
.instegramSli .slick-arrow:hover{
    opacity: 0.5;
}
.instegramSli .slick-arrow.slick-next{
    background-position: 100% -67px;
}

.fullgalley_page .imageFull{
    display: block;
    float: left;
    margin-right: 2%;
    width: 23.5%;
    margin-bottom: 2%;
}
.fullgalley_page .imageFull img{
    width: 100%;
}

.fullgalley_page .imageFull:nth-child(4n+4){
    margin-right: 0;
}

.home .productsText,
.home .newsText,
.home .socialText{
    margin-bottom: 40px;
}

.homeSlider .playNowGreen{
    width: 14%;
    display: block;
    position: absolute;
    bottom: 15%;
    left: 19%;
    transition: 0.5s;
}
.homeSlider .playNowGreen:hover{
    opacity: 0.5;
}

@media screen and (min-width:0\0) {
    .slider-for.sliderMedia .meidaItem .imageNow,
    .mews_page .topBlock .topImage,
    .sliderMedia.slider-for .meidaItem .openVideo .imageNow,
    .mews_page .topBlock .openVideo{
        float: left;
        width: 55%;
    }
    .mews_page .topBlock .openVideo .topImage{
        width: 100%;
        float: none;
    }
    .sliderMedia.slider-for .meidaItem .mediaText, .mews_page .topBlock .topText{
        float: right;
    }


    .mews_page .news .centerBlock,
    .mews_page .news .centerBlock .newsBlock{
        display: block;
    }
    .mews_page .news .leftBanners{
        display: block;
        float: right;
    }
    .mews_page .news .centerBlock .newsBlock .sliderNews{
        float: left;
    }
    .mews_page .news .centerBlock .newsBlock .sliderNews .wrapBlockNew{
        display: block;
    }
    .mews_page .news .centerBlock .newsBlock .blockNew{
        display: block;
        float: left;
    }
    .mews_page .news .centerBlock .newsBlock .blockNew:nth-child(2){
        float: right;
    }
    .mews_page .news .new.new1,
    .mews_page .news .new.new2{
        display: block;
    }
    .mews_page .news .leftBanners .download,
    .mews_page .news .leftBanners .share,
    .leftBanners .facebookBanner{
        margin-bottom: 20px;
    }
}

@media all and (-ms-high-contrast:none)
{
    .single-product .mainImage { display: block }
}
@media screen and (min-width:0\0) {
    .single-product .mainImage{display:flex\9;}
}

@media (max-width: 1500px){
    .fullgalley_page .imageFull{
        width: 32%;
    }
    .fullgalley_page .imageFull:nth-child(4n+4) {
        margin-right: 2%;
    }
    .fullgalley_page .imageFull:nth-child(3n+3) {
        margin-right: 0;
    }
    .container{
        width: 1200px;
    }
    .single-product .mainImage{
        width: 100%;
    }
    .single-product .moreImages{
        width: 47%;
    }
    #nav #menu-menu .menu-item{
        padding-left: 0;
    }
}


@media (min-width: 1024px) and (max-width: 1500px) {

    .mews_page .news .leftBanners .download,
    .mews_page .news .leftBanners .share {
        padding: 10px;
    }

    .mews_page .news .leftBanners .share .socialLinks li a {
        height: 40px;
        width: 40px;
    }

    .mews_page .news .leftBanners .download .Dtitle,
    .mews_page .news .leftBanners .share .title {
        font-size: 23px;
    }

    .mews_page .news .leftBanners .download .Dtext p {
        font-size: 16px;
    }
    .mews_page .news .new .text .shortText{
        font-size: 13px;
    }
}


@media (max-width: 1290px){
    #nav #menu-menu .menu-item {
        font-size: 18px;
        padding-right: 10px;
    }
    #nav{
        padding-top: 20px;
    }
    .logoRummi img{
        width: 300px;
    }
    header.navbar,
    .topPadding{
        height: 87px;
    }
}
@media (max-width: 1200px){
    .container{
        width: 1024px;
    }
    .mews_page .news .new.new1{
        margin-bottom: 32px;
    }
    .mews_page .news .new .text .shortText{
        height: 100px;
    }
    .history_page .year{
        max-width: 157px;
    }
}

@media (max-width: 1100px){
    .containerHeader.container{
        max-width: 100%;
    }
}

@media (min-width: 1024px){
    .sub-menu{
        border-top: 2px solid red;
        border-bottom: 2px solid red;
        width: 100%;
    }
}
@media (max-width: 1024px){
    .history_page .year{
        font-size: 25px;
    }
    header.navbar{
        height: 108px;
    }
    #content{
        padding-top: 108px;
    }
    header.navbar.sticky .hamburger{
        margin-top: 13px;
    }
    .logoRummi img{
        width: inherit;
    }
    .containerHeader.container{
        max-width: inherit;
    }
    .mews_page .news .new .text .shortText{
        height: 65px;
    }
    .mews_page .news .new.new1 {
        margin-bottom: 9%;
    }
    .mews_page .news .centerBlock .newsBlock .blockNew{
        width: 48%;
    }
    .mews_page .news .new.new1,
    .mews_page .news .new.new2{
        padding-bottom: 12px;
    }
    .sliderNews .slick-arrow.slick-prev,
    .sliderNews .slick-arrow.slick-next{
        top: -7%;
    }
    .mews_page .news .centerBlock .newsBlock{
        display: block;
    }
    .mews_page .news .leftBanners,
    .mews_page .news .centerBlock .newsBlock .sliderNews{
        width: 100%;
    }
    .mews_page .news .leftBanners{
        display: block;
    }
    .mews_page .news .leftBanners .share,
    .mews_page .news .centerBlock .newsBlock .sliderNews,
    .mews_page .news .leftBanners .facebookBanner{
        margin-bottom: 40px;
    }
    .socialLinks li a{
        height: 64px;
        width: 64px;
        background-size: cover;
    }
    .sub-menu{
        display: block!important;
        position: inherit;
        top: 0;
        padding-bottom: 0;
        padding-left: 20px;
    }
    .hamburger {
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        margin-left: auto;
    }
    .hamburger:hover {
        opacity: 0.7; }

    .hamburger-box {
        width: 40px;
        height: 24px;
        /*display: inline-block;*/
        position: relative; }

    .hamburger-inner {
        /*display: block;*/
        top: 50%;
        /*margin-top: -2px; */
        transform: translate(0,-50%);
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        right: -20px;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; }
    .hamburger-inner::before {
        top: -10px;
        right: 0px;
    }
    .hamburger-inner::after {
        bottom: -10px;
        right: 0px;
    }



    .hamburger--arrow.is-active .hamburger-inner::before {
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

    .hamburger--arrow.is-active .hamburger-inner::after {
        transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
    .videoName{
        font-size: 22px;
    }
    .partialWidth{
        width: 100%;
    }
    .topPadding{
        display: none;
    }
    .container{
        width: 96%;
    }
    .chooseProducts .product, .products_page .product{
        width: 31.3333%;
    }
    .chooseProducts .product:nth-child(4n+4),
    .products_page .product:nth-child(4n+4){
        margin-right: 3%;
    }
    .chooseProducts .product:nth-child(3n+3),
    .products_page .product:nth-child(3n+3){
        margin-right: 0;
    }
    .hamburger{
        margin-top: 32px;
        display: inline-block;
        width: 55px;
        float: right;
    }
    #nav #menu-menu .menu-item{
        display: block;
        margin-bottom: 15px;
    }
    #nav{
        float: none;
        transition: all 0.5s;
        height: auto;
        background: white;
        width: 82%;
        padding-left: 5%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 9999;
        padding: 20px;
        -webkit-box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
        box-shadow: -1px 2px 38px 1px rgba(0,0,0,0.75);
        border-bottom: 2px solid #e22229;
    }
    #nav.open{
        left: 0;
    }
    .mobileLogo{
        display: block;
    }
    .menu-menu-container{
        padding-top: 20px;
    }
    .newsHome .images .image{
        width: 32%;
    }
    .newsHome .images .image,
    .newsHome .images .image:nth-child(4n+4) {
        margin-right: 1%;
    }
    .newsHome .images .image:nth-child(3n+3) {
        margin-right: 0;
    }

    .history_block .year_block .info .titleAndtext{
        width: 100%;
    }
    .history_block .year_block .info{
        display: inherit;
        text-align: center;
    }
    .history_block .year_block .info .infoImage{
        width: 80%;
    }
    .history_block .year_block .info:before{
        top: 4%;
    }
    .history_block .year_block:nth-child(even) .info:before{
        top:14%;
    }

}
@media (max-width: 960px){
    .single-product .wrapLeftRight{
        flex-direction: column;
    }
    .single-product .left, .single-product .right{
        width: 100%;
    }
    .single-product .right {
        order: 1;
    }
    .single-product .left{
        order: 2;
    }
    .single-product .description{
        margin-bottom: inherit;
    }
    .single-product .wrapInfo{
        position: inherit;
    }
    .sliderMedia.slider-for .meidaItem,
    .mews_page .topBlock{
        display: inherit;
    }
    .sliderMedia.slider-for .meidaItem .mediaText,
    .mews_page .topBlock .topText{
        width: 100%;
    }
    .single-product .wrapLeftRight{
        padding-top: 0;
    }
    .single-product .moreImages{
        width: 24%;
        margin-left: auto;
    }
    .single-product .mainImage{
        width: 74%;
    }
}
@media (max-width: 840px){
    .wrapContentForm .map,
    .wrapContentForm .form{
        float: none;
        width: 100%;
    }
    .wrapContentForm .form input.button{
        margin-bottom: 40px;
    }
    .wrapContentForm .form input,
    .wrapContentForm .form textarea{
        margin-bottom: 20px;
    }
}
@media (max-width: 770px){
    .onlineSlider .slick-arrow.slick-prev{
        left: 0;
    }
    .onlineSlider .slick-arrow.slick-next {
        right: 0;
    }
    .home .productsText,
    .home .newsText,
    .home .socialText{
        margin-bottom: 40px;
    }
    .socialMediaHome .rightSide .buttonBlue{
        padding: 10px;
        font-size: 18px;
    }
    .history_page .year{
        margin-bottom: 20px;
    }
    .history_page .year{
        max-width: 100%;
    }
    .history_block .year_block:last-child .line{
        display: none;
    }
    .onlineSlider{
        width: 100%;
    }
    .rummiOnlineHome{
        background: none;
    }
    .single_new .content{
        line-height: 29px;
    }
    .language .lang{
        font-size: 16px;
    }
    .single_new .left,
    .about_page .left{
        margin-bottom: 30px;
    }
    .single_new .right,
    .about_page .right,
    .single_new .left ,
    .about_page .left {
        float: none;
        width: 100%;
    }
    .bigSpace {
        margin-bottom: 60px;
    }
    .socialMediaHome .container{
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .mews_page .news .leftBanners .share, .mews_page .news .centerBlock .newsBlock .sliderNews, .mews_page .news .leftBanners .facebookBanner,
    .mews_page .topBlock,
    .second,
    .chooseProducts .product, .products_page .product,
    .logos_block{
        margin-bottom: 30px;
    }
    .history_block .year_block .info{
        position: inherit;
        margin: 0 auto;
        width: 70%;
    }
    .history_block .year_block .info:before{
        display: none;
    }
}
@media (max-width: 736px){
    .homeSlider .playButton{
        font-size: 20px;
        height: 63px;
        left: 5%;
    }
}
@media (max-width: 640px){
    .homeSlider .playNowGreen{
        width: 24%;
    }
    .mews_page .news .new.new1 img, .mews_page .news .new.new2 img,
    .mews_page .news .new.new1, .mews_page .news .new.new2{
        width: 100%;
    }
    .mews_page .news .centerBlock .newsBlock .blockNew{
        width: 100%;
    }
    .mews_page .news .centerBlock .newsBlock .sliderNews .wrapBlockNew{
        display: block;
    }
    .chooseProducts .product, .products_page .product{
        width: 48.5%;
    }
    .chooseProducts .product:nth-child(3n+3),
    .products_page .product:nth-child(3n+3){
        margin-right: 3%;
    }
    .chooseProducts .product:nth-child(2n+2),
    .products_page .product:nth-child(2n+2){
        margin-right: 0;
    }
    .sliderNews .slick-arrow.slick-prev, .sliderNews .slick-arrow.slick-next {
        top: -42px;
    }
    .mews_page .news .new.new2{
        margin-bottom: 25px;
    }
    .mews_page .news .new .text .shortText p,
    .mews_page .news .new .text .shortText,
    .mews_page .news .new .text .title{
        height: auto;
    }
}
@media (max-width: 600px){
    header.navbar.sticky{
        top:0;
    }
}
@media (max-width: 540px){
    #content{
        padding-top: 81px;
    }
    header.navbar {
        height: 81px;
    }
    .logoRummi img{
        width: 270px;
    }
    .hamburger {
        margin-top: 19px;
    }
}
@media (max-width: 520px){
    .fullgalley_page .imageFull{
        width: 48%;
    }
    .fullgalley_page .imageFull:nth-child(3n+3) {
        margin-right: 2%;
    }
    .fullgalley_page .imageFull:nth-child(2n+2) {
        margin-right: 0;
    }
    #nav{
        width: 77%;
    }
    .rummiOnlineHome,
    .productsSlider,
    .newsHome{
        padding-top: 0;
    }
    #menu-footer li a{
        font-size: 14px;
    }
    .socialLinks li{
        margin-right: 8px;
    }
    .socialLinks li a {
        height: 50px;
        width: 50px;
    }
    .iconThank{
        font-size: 50px;
    }
    .single_new .content h2{
        font-size: 21px;
    }
    .single_new .content h3{
        font-size: 18px;
    }
    .language .lang{
        width: 48.5%;
        margin-bottom: 3%;
    }
    .language .lang:nth-child(4n+4){
        margin-right: 3%;
    }
    .language .lang:nth-child(odd){
        margin-right: 3%;
    }
    .language .lang:nth-child(even){
        margin-right: 0;
    }
    .mainTitle{
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .secondTitle{
        line-height: 22px;
    }
    .second{
        font-size: 23px;
    }
    .newsHome .images .image{
        width: 48%;
    }
    .newsHome .images .image,
    .newsHome .images .image:nth-child(3n+3) {
        margin-right: 3%;
    }
    .newsHome .images .image:nth-child(2n+2) {
        margin-right: 0;
    }
    .history_block .year_block .info{
        position: inherit;
        margin: 0 auto;
        width: 100%;
    }
    .videoButton{
        width: 80px;
    }
    .single-product .moreImages .more{
        margin-bottom: 0;
    }
    .single-product .mainImage{
        width: 100%;
        float: none;
    }
    .single-product .moreImages{
        width: 100%;
        display: inline-flex;
    }
    .single-product .right{
        margin-bottom: 20px;
        display: block;
    }
    .single-product .mainImage{
        margin-bottom: 10px;
    }
    .single-product .moreImages .more{
        margin-right: 10px;
    }
    .single-product .moreImages .more:last-child{
        margin-right: 0;
    }
    .single-product .moreImages{
        margin-left: 0;
    }
    .addthis_inline_share_toolbox,
    #breadcrumbs{
        margin-bottom: 20px;
    }
}
@media (max-width: 500px){
    .onlineSlider .slick-arrow.slick-prev {
        left: -11px;
    }
    .onlineSlider .slick-arrow.slick-next {
        right: -17px;
    }
    .onlineSlider .slick-slide img{
        max-width: 90%;
    }
}
@media (max-width: 468px){
    .newsHome .images .image{
        width: 100%;
    }
    .newsHome .images .image:nth-child(3n+3) {
        margin-right: 0;
    }
    .newsHome .images .image{
        margin-right: 0;
    }
}
@media (max-width: 420px){
    .rummiOnlineHome .links li{
        height: 45px;
    }
    header.navbar.sticky,
    header.navbar {
        height: 66px;
    }
    #content{
        padding-top: 66px;
    }
    .chooseProducts .product, .products_page .product{
        width: 100%;
    }
    .chooseProducts .product, .products_page .product,
    .chooseProducts .product:nth-child(3n+3), .products_page .product:nth-child(3n+3) {
        margin-right: 0;
    }
    .navbar{
        padding-right: 0;
        padding-left: 0;
    }
    header.navbar .stickyLogo,
    .logoRummi img {
        width: 210px;
    }
    .hamburger {
        margin-top: 11px;
    }
    .containerHeader.container{
        width: 100%;
        max-width: inherit;
     }
}
@media (max-width: 380px){
    .language .lang{
        width: 100%;
    }
    .language .lang:nth-child(even){
        margin-left: 0;
    }

    .fullgalley_page .imageFull{
        width: 100%;
    }
    .fullgalley_page .imageFull:nth-child(4n+4),
    .fullgalley_page .imageFull,
    .fullgalley_page .imageFull:nth-child(3n+3) {
        margin-right: 0;
    }
    .fullgalley_page .imageFull{
        margin-bottom: 4%;
    }
}