html{
    scrollbar-gutter: stable;
}
body{
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
        margin: 0;
    padding: 0;
}

ul{
        margin: 0;
    padding: 0;
    list-style: none;
}

p{
    margin:0;
}
a{
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
    color:#111226;
}

.main_width{
    width:1360px;
    margin:0 auto;
}

.main_wrapper{
position:relative;    
}


/*.main_bg_row:before{
content:"";
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

}*/

.main_bg_row{
    width: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon_7.png) no-repeat 0px 0px;
    background-position: center top 50px;
}
.main_bg_row{
    min-height:700px;
    padding-bottom:175px;
}



.menu_row_data nav#menu{
    display:none;
}

.top_data_row{
        width: 100%;
    display: inline-flex;
    padding: 20px 0;
}

.top_block1{
width: 35%;
    margin-top: 44px;
}

.menu_row_data{
    float: left;
    width: 40px;
}

.menu_row_data .header{
        width: 40px;
    height: 30px;
}

.menu_row_data .header a{
    width:40px;
    height:30px;
    background:url(../images/bars-solid.svg) no-repeat 0px 0px;    
    display: block;
}


.top_contact{
    float: right;
    width: 89%;
}

.top_contact ul{
    width: 100%;
    display: inline-block;
}

.top_block2{
width: 18%;
    text-align: center;
    margin: 0 auto;
}

.logo_row p{
        color: #000;
    text-transform: uppercase;
    text-decoration: none!important;
    padding: 10px 0;
}


.top_block3{
    width: 33%;
    text-align: right;
    margin-top: 40px;
    position:relative;
}

.top_contact ul li{
    padding: 5px 10px 5px 30px;
    position: relative;
    margin: 0px 0px 0px 3px;
    float: left;
}

.top_contact ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.top_contact ul li:nth-of-type(1):before{
    content:"";
    background:url(../images/top_phone.png) no-repeat 0px 0px;  
    width:24px;
    height:24px;
    position:absolute;
    top:5px;
    left:0;
}

.top_contact ul li:nth-of-type(2):before{
    content:"";
    background:url(../images/top_loc.png) no-repeat 0px 0px;  
    width:24px;
    height:24px;
    position:absolute;
    top:5px;
    left:0;
}

.top_action_data{
display: inline-block;
    width: 200px;
    padding-top: 8px;
}

.top_action_data>li:first-of-type{
    float: left;
    padding: 0 10px;
    text-align: right;
    width: 110px;
    position: relative;
    left: 22px;
}


.top_action_data>li:last-of-type{
float: right;
    width: 76px;
}

.auth_row{
        width: 100%;
    display: inline-flex;
}

.auth_row li{
    width:50%;
    text-align:center;
    position:relative;
}

.auth_row li:nth-of-type(1):before{
content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    right: 1px;
    top: 13px;
}

.auth_row li a{
display: block;
    padding: 10px 0;
    color: #fff!important;
    text-decoration: none!important;
    cursor: pointer;
}

.top_action_data>li:nth-of-type(4) a{
        background: #d80000;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
}


.slogan_row{
    text-align: center;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 14%;
}

.main_top_row{
     position: relative;   
         z-index: 999;
}

.slogan_row h1{
        margin: 0;
    color: #fff;
    font-size: 85px;
}


.main_menu_data{
    position: relative;
    top: 34%;
}

.header{
    display:none;
}


.main_menu_data ul li a{
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position:relative;
}

.main_menu_data ul li{
    position:relative;
    text-align:center;
}

.main_menu_data ul li:hover:before{
content: "";
    width: 75px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 27px;
    background: #fff;
}

.pay_button.is_disabled{
       opacity: 0.5;
    cursor: no-drop;
}

.mod-languages {
    float: left;
    margin-top: -4px;
}


.mod-languages button{
    outline: none;
    border: none;
    background: none;
    line-height: 1.8;
    cursor: pointer;
    position: relative;
    color: #000;
    float: left;
}

.top_support_row{
    position: absolute;
    top: -31px;
    right: 3px;
}

#support_button{
    background: #D80000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 45px;
    cursor: pointer;
    text-decoration:none;
    border:2px solid transparent;
}

#support_button:hover{
    color: #d80000;
    background: #fff;
    border:2px solid #d80000;
}



.logo_row a {
    text-decoration:none;
}


.mod-languages button i{
    color: #ccc;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: -15px;
}

.mod-languages button span{
        display: inline-block;
    float: left;
    margin-right: 10px;
}

.mod-languages button img{
    width: 20px;
}

.top-box__lang-list{
position: absolute;
    z-index: 9;
    margin-left: 2px!important;
    margin-top: 30px!important;
    display: none;
    border-radius: 5px;
    background: #D80000;
    padding-top: 5px;
}


.top-box__lang-list a{
    padding: 5px;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
    line-height: 1.7;
    text-transform: uppercase;
    font-size: 14px;
}

.top-box__lang-list a span{
    margin: -3px 0px 0px 0px;
    display: block;
    float: left;
}


.top-box__lang-list img{
    width: 19px;
    margin-right: 4px;
    margin-bottom: -5px;
    padding: 5px 0;
}

.top-box__lang-list li:last-of-type a{
    border:none;
}


.top-box__lang-list a:hover{
    color:#F29F05;
}



.listing_data .listing_item:nth-oftype(3n){
        float: right;
    margin: 0;
}





.mod_currency {
    position:relative;
}


.mod_currency button{
    color: #fff;
    outline: none;
    border: none;
    background: none;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}

.mod_currency button i{
color: #fff;
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: -10px;
    margin: 0;
}

.mod_currency button span{
    display: inline-block;
    float: left;
    margin-right: 5px;
}


.currency_box_data{
    position: absolute;
    z-index: 9999;
    margin-left: -13px!important;
    margin-top: 10px!important;
    display: none;
    border-radius: 0px 0px 10px 10px;
    right: 4px;
    top: 15px;
}

.currency_box_data a{
    padding: 5px;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff!important;
    cursor:pointer;
}

.curr_link_item:hover,
.top-box__lang-link:hover{
    color: #fff!important;
}  

.currency_box_data .top-box__lang-item:last-of-type a,
.top-box__lang-list .top-box__lang-item:last-of-type a{
    border-radius: 0px 0px 10px 10px!important;
}


.currency_box_data li:last-of-type a{
    border:none;
}


.currency_box_data a:hover{
    color:#F29F05;
}


.main_book_row{
    width: 100%;
    display: inline-block;
    margin-top: -90px;
}

.form_middle{
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    position: relative;
    top: 0;
}

.form_item_row{
    width: 100%;
    display: inline-block;
}

.form_item{
        width: 40%;
    float: left;
    margin-right: 26px;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 10px 20px;
    position:relative;
}


.form_item.form_button{
    width: 16%;
    float: right;
    margin: 0;
    background: none;
    padding:0;
}


.form_item.form_button button{
    text-transform: uppercase;
    color: #D80000;
    border: none;
    text-align: center;
    display: block;
    width: 100%;
    background: none;
    font-size: 20px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
        outline: none;
        padding: 15px;
    border: 2px solid #F3F3F3;        
}


    .carousel,
    .flickity-viewport{
      height: 520px!important;
    }
    
    .flickity-slider img{
        max-height:100%!important;
    }
    
    .flickity-page-dots{
        display:none;
    }
    
    .tourmater-room-accepted-payment-method{
            margin: 15px 0;
    width: 100%;
    display: inline-block;
    }
    
    
.form_item.form_button button:hover{
    background: #D80000;
    color:#fff;
}


.form_item input{
     border: none;
    background: none;
    outline: none;   
}


.form_item p{
        color: rgba(0,0,0,0.4);
    font-weight: bold;
    font-size: 14px;
}



.main_content_row .main_width,
.rooms_content_row .main_width{
   width: 1300px;
}

.main_content_left{
    width: 70%;
    float: left;
    padding: 0px 62px 0px 0px;
    text-align: justify;
}

.main_content_right{
        width: 25%;
    float: right;
}


.main_content_left strong{
    font-size: 22px;
}

.main_content_right img{
    height: 280px;
    width: auto;
    float: right;
}



.rooms_content_row{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.rooms_block{
        width: 100%;
    display: inline-flex;
}

.rooms_item{
    width: 25%;
    margin: 0 10px;
    position: relative;
    height: 290px;
}


.rooms_item img{
        border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms_block .rooms_item:nth-of-type(1) img{
    border-radius: 0px 10px 10px 0px;
}

.rooms_block .rooms_item:nth-of-type(4) img{
    border-radius: 10px 0px 0px 10px;
}

.rooms_block .rooms_item:nth-of-type(4){
    margin:0px 0px 0px 10px;
}

.rooms_block .rooms_item:nth-of-type(1){
    margin:0px 10px 0px 0px;
}

.rooms_item_data{
    position: absolute;
    bottom: 2px;
    width: 100%;
    left: 0;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding-bottom: 10px;
}


.rooms_item_data h6{
        color: #fff;
    font-size: 19px;
    position: relative;
    z-index: 99;    
}

.rooms_item_data ul{
    display: inline-flex;
    position: relative;
    left: 7px;
}

.rooms_item_data ul li{
        position: relative;
    padding: 0px 10px 0px 30px;
    color: #fff;
    margin-right: 10px;
}




.rooms_item_data:before {

content:"";
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}


.rooms_item_data ul li:nth-of-type(1):before{
    content:"";
    background:url(../images/avatar.png) no-repeat 0px 0px;  
    width:20px;
    height:20px;
    position:absolute;
    top:0px;
    left:0;
}


.rooms_item_data ul li:nth-of-type(2):before{
    content:"";
    background:url(../images/single-bed.png) no-repeat 0px 0px;  
    width:24px;
    height:24px;
    position:absolute;
    top:0px;
    left:0;
}



.row_header{
    width: 100%;
    display: inline-block;
    margin: 0px 0px 10px 0px;
    text-align:center;
}

.row_header h2{

    display: inline-block;
    
    font-size: 34px;
    text-transform: capitalize;

    margin-bottom: 50px;
        position: relative;
}

.row_header h2 span{
    background: url(../images/icons-solid.png) no-repeat 0px 0px;
        background-position: center bottom 0;
        width: 100%;
    display: inline-block;
    padding: 0px 20px 35px 20px;
}

.row_header h2:after{
content: "";
    width: 40%;
    height: 2px;
    background: #D1D1D1;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.row_header h2:before{
content: "";
    width: 40%;
    height: 2px;
    background: #D1D1D1;
    position: absolute;
    right: 0;
    bottom: 9px;
}
.main_content_row{
width: 100%;
    display: inline-block;
    background: url(../images/top_bg.png) no-repeat left top 1px;
    margin: -24px 0px 0px 0px;
    padding-bottom: 100px;
    padding-top: 60px;  
}


.amin_content_row{
        width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.amin_pre{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    font-style: italic;
}

.amin_data{
        width: 100%;
    display: inline-flex;
}

.amin_data_row{
        width: 49%;
    margin-right: 20px;
}

.amin_preview img{
        width: 100%;
    border-radius: 10px;
}

.amin_data_nav{
        width: 49%;
    padding: 0px 10px;
}

.amin_data_nav ul{
    width: 100%;
    display: inline-block;
}

.amin_data_nav ul li{
    border: 2px solid rgb(156, 156, 156,0.3);
    padding: 7px 20px;
    border-radius: 10px;
    margin-bottom: 27px;
    cursor: pointer;
    padding-left: 70px;
    position: relative;
}


.amin_data_nav ul li h2{
    font-size: 23px;
    margin: 5px 0;
}

.amin_data_nav ul li.active_nav,
.amin_data_nav ul li:hover{
    color:#fff!important;
    background:#D80101;
}

li.active_nav h2,
.amin_data_nav ul li:hover  h2{
  color:#fff!important;   
}


.amin_data_nav ul li p{
    font-size:14px;
}


.amin_data_nav ul li:nth-of-type(1):before{
    content:"";
    background:url(../images/amenies_1.png) no-repeat 0px 0px;  
    width:41px;
    height:30px;
    position:absolute;
    top: 33px;
    left: 10px;  
}


.amin_data_nav ul li:nth-of-type(2):before{
    content:"";
    background:url(../images/amenies_2.png) no-repeat 0px 0px;  
    width:30px;
    height:30px;
    position:absolute;
top: 33px;
    left: 10px;    
}


.amin_data_nav ul li:nth-of-type(3):before{
    content:"";
    background:url(../images/amenies_3.png) no-repeat 0px 0px;  
    width:30px;
    height:30px;
    position:absolute;
top: 33px;
    left: 13px;    
}

.amin_preview{
    position: relative;
}

.amin_preview h4{
        position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 17px;
    left: 20px;
    width: 94%;
}

.amin_read{
        float: right;
    display: block;
    color: #fff!important;
    background: #D80101;
    text-decoration: none!important;
    padding: 5px 20px;
    border-radius: 5px;
}


.workshop_content_row{
    width: 100%;
    display: inline-block;
        padding: 30px 0;

}

.workshop_data{
    width: 100%;
    display: inline-block;
}

.workshop_data_row{
    width: 100%;
    display: inline-flex;
}

.workshop_item{
width: 20%;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height:350px;
}

.workshop_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop_preview h4  {
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 17px;
}

.testim_row  .owl-nav{
  display:none;  
}


.testim_content_row{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}


.testHeader{
        width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}


.testHeader h5{
        text-align: center;
    font-size: 40px;
}


.testHeader p{
        text-align: center;
    font-style: italic;
}

.testimData{
    width: 100%;
    display: inline-block;
    padding: 32px;
    box-sizing: border-box;
}

.testim_bg{
        width: 75%;
    background: #fdf2f2;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.testim_content_row .main_width{
    position:relative;
}

.testimDataInner{
    width: 100%;
    display: inline-flex;
    background: #fff;
    padding: 20px;
}

.testPreview{
    width: 15%;
}

.testDesc{
    width: 100%;
    padding: 0 30px;
}



.owl-stage .owl-item .testimDataInner{
    border-radius: 30px;
}



.testim_row  .owl-dots{
    display: table;
    padding: 15px 0;
    margin-left: auto;
    margin-right: auto;
}

.testim_row .owl-dot span{
    background: #D9D9D9;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: block;
}

.owl-dot.active span{
      background: #D80101;  
}

.testim_row .owl-dot{
     width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin:0 3px;
}


.testim_row {
/*    background: #fdf2f2;*/
    padding: 20px 0;
        border-radius:10px;
}


.testPreview small{
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 9px;
    font-size: 15px;
}



.testim_content_row iframe{
        border-radius: 15px;
}

.news_block .workshop_item{
        width: 33%;
        height:auto;
}

.news_block{
    width: 100%;
    display: inline-flex;
}



.news_block .workshop_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news_block .workshop_item:last-of-type{
    margin:0;
}


.news_block .workshop_preview{
    position: relative;
}

.news_header_data{
        position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.news_header_data h3{
        color: #fff;
    margin: 0;
}

.news_header_data p{
        color: #fff;
    margin: 0;
}


.page_279.page_article .defContentItem .main_width{
        width: 1100px;
}

.page_279.view_category  .news_block{
        margin-top: 50px;
}

.page_279.view_category .news_row ul{
    display: inline-block;
}



.page_279.view_category .news_row ul li {
    background: #fff;
    width: 33%;
    padding: 30px;
    border-radius: 10px;
    margin-right: 39px;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    float: left;
    margin-bottom: 30px;
}

.page_279.view_category .news_row ul li:nth-of-type(3n) {
    float: right;
    margin: 0;
}


.page_279.view_category .news_block {
    width: 100%;
    display: inline-block;
}

.page_279.view_category .news_block  img{
    width:100%;
}

.news_row{
        width: 1360px;
    margin: 0 auto;
}

.news_nav{
    width: 100%;
    display: inline-block; 
    text-align:right;
}

.news_nav a{
    background: url(../images/arrow-right-solid.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: block;
    float: right;
}




.news_rws {
    width: 100%;
    display: inline-block;
    background: url(../images/footer_bg.png) no-repeat left 100px bottom 1px;
    
}

footer{
        width: 100%;
    display: inline-block;
    background: #2A2929;
    margin-top: 50px;
    padding: 50px 0;
}

.footer_row{
        width: 100%;
    display: inline-block;
}

.footer_item{
    width: 32%;
    float: left;
    color: #fff;
}

.footer_row .footer_item:nth-of-type(2){
        text-align: center;
        width: 40%!important;
}

.footer_row .footer_item:nth-of-type(3){
    float: right;
    width: 220px;
}

.footer_item p{
    color:#B6B6B6;
}

.footer_row .footer_item:nth-of-type(2) p{
    color: #fff;
    padding: 10px 0;
}


.footer_row .footer_item:nth-of-type(2) ul{
    display: inline-table;
}

.footer_row .footer_item:nth-of-type(2) li{
    float: left;
}


.footer_item .moduletable >h3{
color: #fff;
    font-size: 16px;
    margin-bottom: 45px;
}



.main_menu_box{
    display:none;
        position: fixed;
    width: 100%;
    height: 100%;
   background: url(../images/hub-bg.jpg) no-repeat 0px 0px;
    top: 0;
    left: 0;
    z-index: 99;
}

.main_menu_data{
    width: 600px;
    margin: 0 auto;
}


.main_menu_data ul li a{
    color:#fff;
    text-decoration:none;
}


.man_menu_nav{
        width: 40px;
    height: 30px;
}

#man_menu_nav{
    cursor:pointer;
    width: 40px;
    height: 30px;
    background: url(../images/bars-solid.svg) no-repeat 0px 0px;
    display: block;
}

#man_menu_nav.activeMn{
    cursor:pointer;
    width: 40px;
    height: 30px;
    background: url(../images/xmark-solid.svg) no-repeat 0px 0px;
    display: block;
}





.about_page {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.about_mainContent{
width: 600px;
    margin: 0 auto;
    font-size: 18px;
}


.about_mainContent strong{
        margin-bottom: 7px;
    display: block;
}

.flickity-slider img {
    margin: 0 15px;
    max-height: 310px;
}


.about_gallery{
    width: 100%;
    display: inline-block;
}

.custom_header_style{
    font-family: 'Italianno', cursive;
    font-size: 60px;
}





.contact_data{
        width: 100%;
    display: inline-block;
}

.contact_left{
        width: 25%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
}

.contact_left h3{
        margin: 0;
    color: #111226;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.contact_left > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_left ul{
        width: 100%;
    display: inline-block;
}

.contact_left ul li{
padding: 15px 0px 30px 50px;
    position: relative;
    border-bottom:1px solid #dfdfdf;
}


.contact_right{
        width: 70%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
}

.contact_right h3{
    margin: 0;
    color: #111226;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    
}

.contact_right > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_right form{
        margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.contact_right form .form_item_contact:nth-of-type(2n+1){
    width: 48%;
    float: left;
        margin-bottom: 20px;
}

.contact_right form .form_item_contact:nth-of-type(2n){
    width: 48%;
    float: right;
        margin-bottom: 20px;
}

.form_item_contact input{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
}
.form_item_contact_message{
    width:100%;
    display:inline-block;
}


.form_item_contact_message textarea{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    resize: none;
    height: 100px;
    border-radius:10px;
}

.form_button{
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 50px 0;
}

.form_button button{
        background: #d80000;
    color: #fff;
    border: none;
    padding: 15px 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    border:2px solid transparent;
}

.form_button button:hover{
    color: #d80000;
    background: #fff;
    border:2px solid #d80000;
}

.mapBox{
        width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

iframe{
    width:100%;
    margin-bottom:-5px;
}


.contact_left ul li:last-of-type{
    border:none;
}


.contact_left ul li:nth-of-type(1):before{
content: "";
    width: 40px;
    height: 40px;
    background: #D80000  url(../images/contact_p.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}

.contact_left ul li:nth-of-type(2):before{
content: "";
    width: 40px;
    height: 40px;
    background: #D80000  url(../images/contact_eml.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}


.contact_left ul li:nth-of-type(3):before{
content: "";
    width: 40px;
    height: 40px;
    background: #D80000  url(../images/contact_map.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}









.memberOverlay{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.memberBox,
.memberBoxReg{
    display:none;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 9999;
}

.memberBoxData{
        width: 440px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}


.memberBoxContent{
    padding: 15px;
    box-sizing: border-box;
}

.memberBoxContent p{
    text-align: right;
}

.closeSignin{
    color: #000;
    font-size: 30px;
    cursor: pointer;
    line-height: 0;
    display: block;
}

.memberBoxInner{
    width: 85%;
    padding: 10px;
    margin: 0 auto;
}

.memberBoxInner > h6{
        margin: 0;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
}


.memberBoxInner > h6 span{
        border-bottom: 2px solid #d80000;
    padding: 0 40px 10px;
    font-size: 25px;
}

.pp_input{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position:relative;
}

.pp_input label{
    width: 100%;
    display: inline-block;
    color: #000;
    padding: 2px 0px 0px 7px;
}

.pp_input input{
        width: 100%;
    border: 1px solid #ccc;
    background: #F8F8F8;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    outline:none;
}

.pp_event{
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    margin-top:20px;
}

#pp_signin,
#pp_signup{
        background: #d80000;
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

#pp_signin:hover,
#pp_signup:hover{
    opacity:0.8;
}

.errorMess{
    width: 100%;
    display: inline-block;
}

.errorMess p{
    text-align: center!important;
    color: red!important;
    font-weight: bold;
}


.successMess{
    width: 100%;
    display: inline-block;
}

.successMess p{
    text-align: center!important;
    color: green!important;
    font-weight: bold;
}


.passView{
    position: absolute;
    right: 13px;
    color: #999;
    top: 46px;
    cursor: pointer;
    font-size: 20px;
}


.passView.show_psw:before {
    content: "\f06e";
}


.orspan{
width: 40%;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.orspan:before{
    content: "";
    width: 30px;
    background: #999;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.orspan:after{
    content: "";
    width: 30px;
    background: #999;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 15px;
}



.book_event_row{
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}

.book_event_row p{
    text-align: center;
    font-size: 20px;
}

.book_event_row ul{
    width: 100%;
    display: inline-flex;
    margin: 10px 0;
}

.book_event_row ul li:nth-of-type(1){
    width: 40%;
}

.book_event_row ul li:nth-of-type(2){
    width: 20%;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

.book_event_row ul li:nth-of-type(3){
    width: 40%;
}


.book_event_row ul li a{
        background: #d80000;
    color: #fff!important;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}


.workshop_dts{
        width: 100%;
    display: inline-block;
    margin:50px 0;
}


.workshop_dts li{
        width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.workshop_dts li:nth-of-type(2n+1) .work_gallery{
        width: 50%;
    float: left;
}

.work_gallery .hotel_room_gallery_row {
        border-radius: 20px;
    overflow: hidden;
}

.work_gallery .hotel_room_gallery_row .owl-item  img{
        display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}


.workshop_dts li:nth-of-type(2n+1) .workData{
    position: absolute;
    width: 50%;
    z-index: 9;
    left: 34%;
    background: #fff;
    top: 11%;
    padding: 30px;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
}


.workshop_price{
        width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.workshop_guest{
        width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    color: #393939;
    font-size: 12px;
}






.workshop_dts li:nth-of-type(2n) .work_gallery{
        width: 50%;
    float: right;
}


.workshop_dts li:nth-of-type(2n) .workData{
    position: absolute;
    width: 50%;
    z-index: 9;
    right: 34%;
    background: #fff;
    top: 11%;
    padding: 30px;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
}

.workshop_dts li:nth-of-type(2n) .workshop_price,
.workshop_dts li:nth-of-type(2n) .workshop_guest,
.workshop_dts li:nth-of-type(2n) .workshop_title {
        text-align: right;
}


.work_gallery .hotel_room_gallery_row .owl-item div{
    position:relative;
}

.work_gallery .hotel_room_gallery_row .owl-item div:before{
   content: "";
    width: 70px;
    height: 70px;
    background:  url(../images/gallery_view.png) no-repeat 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background-position: 7px 8px; 
}

.workshop_guest strong{
    position: relative;
    padding: 0px 0px 0px 30px;
}


.workshop_guest strong:before{
   content: "";
    width: 24px;
    height: 24px;
    background:  url(../images/peoples-two.png) no-repeat 0px 0px;
  position: absolute;
  top: -5px;
  left: 0;

}



.news_page_row{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}
.news_page_item {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 23px;
    box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
}
.news_page_row .news_page_item:nth-of-type(3n){
    float: right;
    margin-right: 0;
}

.news_item_preview{
width: 100%;
    float: none;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.news_item_preview img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.news_item_data{
    width: 100%;
    float: none;
    padding: 0;
}

p.publish_up{
color: #585858;
    font-size: 12px;
    padding: 2px 0px 0px 25px;
    margin-bottom: 10px;
    position:relative;
}

.news_item_data h4{
    width: 100%;
    float: none;
    padding: 0;
}

.news_item_data h4 a{
    color: #000;
    text-decoration: none;
}

.news_item_text{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    height: 110px;
    color: #4A4A4A;
    font-size: 15px;
    overflow: hidden;
}

.news_item_nav{
    text-align: right;
}

.news_item_nav a{
        color: #000;
    text-transform: lowercase;
}

.publish_up:before{
    content: "";
    width: 18px;
    height: 19px;
    background: url(../images/news_calendar.png) no-repeat 0px 0px;
    position: absolute;
    top: 2px;
    left: 1px;
    background-size: 16px;
}


.page_279  .defContentItem{
    width: 1360px;
    margin: 0px auto;
}

.page_279.view_article   .defContentItem{
    width: 1360px;
    margin: 50px auto;
} 

.defContentItem iframe{
    width:100%;
    border-radius:10px;
}

.pagenavigation{
    width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
}

.pagenavigation ul{
    display: inline-block;
    width: 100%;
}


.pagenavigation ul .previous.page-item{
        float: left;
}


.pagenavigation ul .next.page-item{
        float: right;
}

.pagenavigation ul li a{
        border-radius: 5px;
    color: #000;
    background: #fefefe;
}

.left.item-image{
    float: left;
    margin: 0px 20px 15px 0px;
}



.fl_params2 {
    display: none;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ccc;
    margin-top: 6px;
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #F3F3F3;
    border: none;
    left: 0;
    padding: 0;
    margin-top: 6px;
}


.form_item .acc_result{
    margin-bottom:0px!important;
}


.form_item .fl_params2 ul {
    padding: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    margin: 10px 22px;
    width: 90%;
    display: inline-block;
}



.form_item .fl_params2 ul li{
        padding: 10px!important;
    float: left;
    width: 50%;
    border: none!important;
}




.form_item .acc_apply{
width: 90%!important;
    box-sizing: border-box;
    margin: 10px auto;
    display: block;
    float: none!important;
    background: #009D35;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
        outline: none;
}



button,
button:focus{
     outline: none!important;
}


.disabled_gust .plus_event_app_main{
    opacity: 0.2;
}

.tourmaster-payment-terms{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
}

.tourmaster-payment-terms input{
        width: 15px;
    height: 15px;
    margin-right: 11px;
    margin-top: 5px;
}

.main_data_row {
width: 100%;
    display: inline-block;
    padding-top: 50px;
}



.main_data_row .main_width .main_data_item:nth-of-type(1){
        width: 32%;
    float: left;
        height: 540px;
   margin-bottom: 40px;
   margin-right: 26px;
}

.main_data_row .main_width .main_data_item:nth-of-type(1) .workshop_preview{
        width: 100%;
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
}

.main_data_row .main_width .main_data_item:nth-of-type(1) .workshop_preview img{
/*        width: 100%;
    height: 100%;
    object-fit: cover;*/
        width: 100%;
}

.main_data_row .main_width .main_data_item:nth-of-type(2){
        width: 32%;
    float: left;
    margin-bottom: 40px;
    margin-right: 27px;
}


.main_data_row .main_width .main_data_item:nth-of-type(2) .workshop_preview{
        width: 100%;
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
}

.main_data_row .main_width .main_data_item:nth-of-type(2) .workshop_preview img{
/*        width: 100%;
    height: 100%;
    object-fit: cover;*/
        width: 100%;
}


.main_data_row .main_width .main_data_item:nth-of-type(3){
        width: 32%;
    float: right;
    margin-bottom: 40px;
}




.main_data_row .main_width .main_data_item:nth-of-type(3) .workshop_preview{
        width: 100%;
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
}

.main_data_row .main_width .main_data_item:nth-of-type(3) .workshop_preview img{
/*        width: 100%;
    height: 100%;
    object-fit: cover;*/
        width: 100%;
}



.main_data_item{
    position:relative;
}


.main_data_item .workshop_preview h4{
    text-align: left;
    font-size: 22px;
    width: 80%;
    left: 25px;
}




.main_data_row .main_width .main_data_item:nth-of-type(4){
        width: 49%;
    float: left;
}




.main_data_row .main_width .main_data_item:nth-of-type(4) .workshop_preview{
   width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.main_data_row .main_width .main_data_item:nth-of-type(4) .workshop_preview img{
/*        width: 100%;
    height: 100%;
    object-fit: cover;*/
        width: 100%;
}




.main_data_row .main_width .main_data_item:nth-of-type(5){
    width: 49%;
    float: right;
}




.main_data_row .main_width .main_data_item:nth-of-type(5) .workshop_preview{
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.main_data_row .main_width .main_data_item:nth-of-type(5) .workshop_preview img{
/*        width: 100%;
    height: 100%;
    object-fit: cover;*/
        width: 100%;
}



.video_row{
        width: 100%;
    display: inline-block;
    margin:50px 0px 20px 0px;
}

.video_content{
    height: 450px;
           width: 100%;
    display: inline-block;
    background: #2B2929; 
}

.video_row h3{
        text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.nav_is_opened .logo_row p,
.nav_is_opened .top_block3,
.nav_is_opened .search_row, 
.nav_is_opened .mod-languages button{
    color:#fff;
}


.events_row{
    width: 100%;
    display: inline-block;
}

.events_block{
    width: 100%;
    display: inline-flex;
}


.event_item{
        width: 100%;
    padding-right: 20px;
}

.event_preview{
    width: 100%;
    display: inline-block;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
}

.event_preview img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


.event_content{
    position: relative;
    border-top: 2px solid #D80000;
    border-bottom: 2px solid #D80000;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -120px;
    padding: 25px;
    border-radius: 10px;
    box-sizing: border-box;
}


.event_content h3{
        font-size: 22px;
    margin-bottom: 15px;
    height: 55px;
}

.event_content h3 a{
    font-size: 22px;
    color:#000;
    text-decoration:none!important;
}

.event_date{
        width: 100%;
    display: block;
    color: #ccc;
    padding: 0px 0px 0px 30px;
    position: relative;
    background:url(../images/event_calendar.png) no-repeat left center;
}

.event_text{
    color: #545454;
    text-align: justify;
    padding-top:10px;
}

.event_content ul{
        width: 100%;
    display: inline-flex;
    margin: 25px 0px 5px 0px;
}

.event_content ul li:nth-of-type(1){
        width: 70%;
    font-size: 14px;
        padding-left: 30px;
        background:url(../images/event_location.png) no-repeat left top 5px;
}

.event_content ul li:nth-of-type(2){
    width: 30%;
    text-align: right;
    font-size: 14px;
    padding-right: 30px;
    background: url(../images/event_cost.png) no-repeat right top;
}






.headline_text{
        width: 100%;
    display: inline-block;
    padding: 200px 0px 0px 0px;
}

.headline_text h1{
    color: #21A7DD;
    text-transform: uppercase;
}

.cmsms_breadcrumbs{
    width: 100%;
    display: inline-block;
}

nav.mod-breadcrumbs__wrapper{
    margin: 0;
    padding: 0px;
}

ol.mod-breadcrumbs{
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    width: 100%;
    display: inline-flex;
    background: none;
}

.breadcrumb_row{
    border-bottom: 2px solid #D80000;
    padding: 0px 0px 6px 0px;
}

.breadcrumb-item a,
.breadcrumb-item span{
      color: #000;
    text-decoration: none;
}






.about_carousel .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    z-index: 9;
}

.about_carousel .owl-prev{
    background: rgb(217, 217, 217,0.5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-left: 10px;
}


.about_carousel .owl-next{
    background: rgb(217, 217, 217,0.5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: right;
    margin-right: 10px;
}

.about_carousel .owl-item{
    height:550px;
}


.arrow_carrot-left{
    background: url(../images/arrow-left.png) no-repeat 0px 0px;
    width: 30px;
    height: 30px;
    display: block;
    background-position: 7px 7px;
}

.arrow_carrot-right{
    background: url(../images/arrow-right.png) no-repeat 0px 0px;
    width: 30px;
    height: 30px;
    display: block;
    background-position: 7px 7px;
}


.about_page>.main_width{
    width:1000px;
}

.item-page{
        padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.article-info{
    display:none;
}

.shop_row{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.shop_category{
        width: 100%;
    display: inline-block;
}

.shop_cat_preview{
        width: 48%;
    float: left;
}

.shop_cat_preview img{
        width: 100%;
}

.shop_cat_desc{
        width: 49%;
    float: right;
    padding: 15px 0;
}

.shop_listing{
    width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
}









.shop_item {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
    background: #fff;

    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 23px;
    box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
}
.shop_listing .shop_item:nth-of-type(3n){
    margin-right: 0;
}

.shop_item_preview{
    width: 100%;
    float: none;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.shop_item_preview a{
  display:block;   
}
.shop_item_preview  img{
        width: 100%;
}

.news_item_preview img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}


.shop_item_price{
    background: url(../images/price_bg.png) no-repeat 0 0;
    text-align: right;
    position: absolute;
    right: -9px;
    top: 21px;
    width: 143px;
    background-size: auto 36px;
    padding: 10px 15px 8px 0px;
    background-position: right center;
    font-size: 17px;
}


.shop_item_data{
        padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

.shop_item_data h3{
    font-size: 17px;
    font-weight: bold;
}

.delivery_data{
    width: 100%;
    display: inline-block;
    padding: 10px 0px 10px 35px;
    background: url(../images/item_delivery.png) no-repeat 0 15px;
}

.shop_item_desc{
        color: rgba(74, 74, 74, 1);
    padding: 0px 0px 25px 0px;
}


.shop_item_action{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.request_href{
background: rgba(216, 0, 0, 1);
    color: #fff!important;
    padding: 10px 40px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.request_href_active{
    background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); 
}

.delivery_data select{
        width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    outline: none;
}
#title_row{
   font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block; 
}





.workshop_popup{
    display:none;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 99999;
}

.memberBoxData{
        width: 525px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}


.memberBoxContent{
    padding: 15px;
    box-sizing: border-box;
}

.memberBoxContent p{
    text-align: right;
}

.closeSignin{
    color: #000;
    font-size: 30px;
    cursor: pointer;
    line-height: 0;
    display: block;
}

.memberBoxInner{
    width: 95%;
    padding: 10px;
    margin: 0 auto;
}

.memberBoxInner > h6{
        margin: 0;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
}


.memberBoxInner > h6 span{
        border-bottom: 2px solid #d80000;
    padding: 0 40px 10px;
    font-size: 25px;
}

.pp_input{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position:relative;
}

.pp_input label{
    width: 100%;
    display: inline-block;
    color: #000;
    padding: 2px 0px 0px 7px;
}

.pp_input input{
    width: 100%;
    border: none;
    background: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
}

.pp_input  textarea{
width: 100%;
    border: none;
    background: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    height: 100px; 
}

.pp_event{
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    margin-top:20px;
}

#workshop_send{
    background: #d80000;
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
}

.search_row{
    cursor: pointer;
    position: relative;
    top: 0;
    color:#000;
    background:url(../images/search-solid.png) no-repeat 0px 0px;
}
.nav_is_opened .search_row{
    background:url(../images/search-solid-active.png) no-repeat 0px 0px;
}

.search_box{
    display:none;
        position: fixed;
    width: 100%;
    height: 100%;
   background: url(../images/hub-bg.jpg) no-repeat 0px 0px;
    top: 0;
    left: 0;
    z-index: 99;
}

.search_data{
    width: 600px;
    margin: 25% auto;
}


label.finder{
    display:none;
}

#mod-finder-searchword115{
padding: 20px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    outline:none;
    
}

.js-finder-searchform.form-search button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 64px;
    text-indent: -5000px;
    width: 90px;
    outline: none;
    border: none!important;
    border-radius: 0;
    background: url(../images/magnifying-glass-solid.svg) no-repeat right 34px center!important;
    z-index: 9999;
    background-size: 31px auto!important;
}

.awesomplete {
    width: 100%;
}

.search_page{
width: 100%;
    display: inline-block;
    background: #fff;
    min-height: 700px;
}

.form-inline-search{
    width: 100%;
    display: inline-block;
    margin: 30px 0px 10px 0px;
}

.form-inline-search > label{
        width: 155px;
    float: left;
    padding: 10px 0px 0px 0px;
}

.input-group-search{
        width: 88%;
    float: right;
}

.input-group-search .awesomplete{
    width: 80%;
}


.input-group-search .awesomplete input{
    padding: 10px;
}

.input-group-search .awesomplete button{
    width: 19%;
    padding: 9px;
}



#search-result-list a{
        color: #D80000;
    text-decoration: none;
    font-size: 25px;
}


#closeSearchPage{
    display:none;
    
}
#closeSearchPage span{
    display:inline-block;
    cursor: pointer;
    width: 40px;
    height: 30px;
    background: url(../images/xmark-solid.svg) no-repeat 0px 0px;
}


.content-links{
    display:none;
}

.page-header{
        text-align: center;
}

.page-header h1{
        margin: 30px 0;
}



.inner_work_gallery{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}


.inner_work_gallery_row{
        width: 100%;
    display: inline-block;
}

.article_gallery_item{
        width: 440px;
    float: left;
    height: 260px;
    overflow: hidden;
    margin-right: 20px;
        margin-bottom: 20px;
}

.article_gallery_item a{
    display: block;
}

.article_gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_work_gallery_row .article_gallery_item:nth-of-type(3n){
    float:right;
    margin-right: 0;
}





.notInstock{
    color: red!important;
    font-weight: bold;
}








p.counter {
    display:none;
}

.pagination__wrapper,
.pagination__wrapper ul{
    display: inline-block;
}

.pagination__wrapper ul li.page-item{
        float: left;
    width: 36px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination__wrapper ul li.page-item a{
    background: #F7F5F4;
    color: #d81000;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    height: 100%;
        position: relative;
}
.pagination__wrapper ul li.page-item.active a,
.pagination__wrapper ul li.page-item a:hover{
    background:#d81000;
    color: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d81000;
    border-color: #d81000;
}

.icon-angle-double-left{
    content:"";
    background: url(../images/angle-double-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.icon-angle-double-right{
    content:"";
    background: url(../images/angle-double-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-left{
    background: url(../images/angle-double-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-right{
    background: url(../images/angle-double-right-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-left{
    background: url(../images/chevron-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-right{
    background: url(../images/chevron-right-white.svg) no-repeat 0px 0px;
}

.icon-angle-left{
    content:"";
    background: url(../images/chevron-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}


.icon-angle-right{
    content:"";
    background: url(../images/chevron-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.com-content-category-blog__navigation{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
        text-align: center;
}

.page-link{
    width: 36px;
    height: 30px;
    display: block;
    padding: 5px;
}