/***********
# all
***********/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@700&display=swap');
html {
    overflow-x: hidden;
}
body {
    color: #000;
    font-size: 13px;
    direction: rtl;
    overflow-x: hidden;
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    position: relative;
}
/* body:before{
    content: '';
    background-size: cover;
    width: 100%;
    height: calc(100% - 233px);
    position: absolute;
    left: 0;
    top: 115px;
    opacity: 0.5;
} */
a,
button {
    font-size: #fff;
}


a:link, a:visited, .link {
    color: #9e025d;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer
}
a:hover, a:active, .link:hover {
    text-decoration: none;
    color: #9e025d
}


.title {
    color: #000;
    margin: 0 0 15px 0;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
}

.bh_bread_crumbs {
	margin: 70px 10px 5px 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bh_bread_crumbs li {
    display: inline-block;
    vertical-align: middle;
}

.bh_bread_crumbs li {
    padding: 0 0 0 20px;
    position: relative;
    z-index: 0;
    line-height: 0;
}

.bh_bread_crumbs li:first-child {
    padding-right: 0;
}

.bh_bread_crumbs li:not(:last-child):after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 7px;
    height: 1.5px;
    right: auto;
    left: 8px;
    top: 10px;
    background: #e38f9e;
}

.bh_bread_crumbs a {
    white-space: nowrap;
	text-decoration: none;
    font-family: Alef;
    font-size: 12px;
	color: #e38f9e;
	line-height: 22px;
}

.bh_bread_crumbs a:hover {
    color: #fa744e;
}

.nav__cat {
    order: 0 !important;
    padding: 13px 0 0 0;
    margin: 0 auto 20px auto !important;
    max-width: 100% !important;
    position: relative;
}
.nav__cat_list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1322px;
    position: relative;
    z-index: 1;
}
.nav__cat_list li {
    width: 22%;
    margin-top: 10px;
}
.nav__cat_list li:nth-child(1),
.nav__cat_list li:nth-child(2),
.nav__cat_list li:nth-child(3),
.nav__cat_list li:nth-child(4){
    margin-top: 0;
}
@media (max-width: 1180px) {
    .nav__cat_list li {
        width: 24%;
    }
    .nav__cat_list li a{
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1230px) {
    .nav__cat_list li {
        width: 24%;
    }
}
@media (max-width: 1175px) {
    .nav__cat_list li {
        width: 33%;
    }
    .nav__cat_list li:nth-child(1), .nav__cat_list li:nth-child(2), .nav__cat_list li:nth-child(3), .nav__cat_list li:nth-child(4) {
        margin-top: 10px;
    }
}
@media (max-width: 850px) {
    .nav__cat_list li {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .nav__cat_list li:nth-child(1), .nav__cat_list li:nth-child(2), .nav__cat_list li:nth-child(3), .nav__cat_list li:nth-child(4) {
        margin-top: 0px;
    }
}
.nav__cat_list a {
    display: block;
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0;
	background: linear-gradient(to bottom, #F9F9F9 0%, #EAEAEA 100%);
    background: #EAEAEA;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EAEAEA));
    background: -webkit-linear-gradient(top, #F9F9F9 0%, #EAEAEA 100%);
    background: -webkit-linear-gradient(top, #F9F9F9 0%, #EAEAEA 100%);
    background: linear-gradient(to bottom, #F9F9F9 0%, #EAEAEA 100%);
    border: 1px solid #AEAEAE;
    color: #000000;
}
/* .nav__cat_list a:after {
    content: "\f053";
    font-family: FontAwesome;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 9px;
} */
@media (max-width: 767.98px) {
    .title {
        margin: 30px 0;
        font-size: 30px;
        line-height: 34px;
    }
    .nav__cat_list a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .nav__cat{
        padding: 0;
        margin: 12px auto 20px auto !important;
    }
    .nav__cat_list li:last-child a{
        
    }
    .nav__cat:after{
        bottom: -50px;
        background-size: contain;
    }
    body:before{
        height: calc(100% - 220px);
        top: 105px;
    }
}

.nav__cat_list a:hover,
.nav__cat_list a:active,
.nav__cat_list a:focus{
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
}

.wrapper {
    padding-top: 0;
}

.back-btn {
    padding: 13px 0 0 0;
    align-items: center;
    order: 0 !important;
    position: relative;
}
a.return-back {
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    width: fit-content;
    margin: 0 0 30px 0;
    display: block;
    font-family: Alef;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #a02239;
    background-color: transparent;
    padding: 0 10px;
    border: 1px solid #a02239;
}
a.return-back:hover{
    color: #a02239;
    background-color: #fff7f8;
}
.bh_texts {
    text-align: right;
    padding: 0;
}

.bh_texts p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
	font-weight: normal;
}
@media (min-width: 1329px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 1140px;
    }
}
@media (min-width: 1330px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 1320px;
    }
}
@media (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 960px;
    }
    .title{
        font-size: 25px;
        line-height: 29px;
    }
}
@media (min-width: 768px) {
    .offset-md-2 {
        margin-right: 16.666667% !important;
    }
}
@media (max-width: 767px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 5px;
        max-width: 100%;
    }
}

/***********
# end all
***********/

/***********
# header
***********/
.header {
    position: relative;
	background-color: #a02239;
	-webkit-box-shadow: 0 0px 10px #525252;
    border-bottom: 1px solid #6C0A1C;
	padding: 3px 0;
}
.header-fixed ~ .wrapper{
    margin-top: 0;
}
.navbar-light .navbar-brand{
    order: 1;
    background: url(/wp-content/themes/banothamot/css/logo_min_1.png) 50% 50% no-repeat;
    background-size: contain;
    position: relative;
	max-width: 180px;
	margin: 0 auto;
}
.navbar-expand-md .navbar-collapse{
    
}
.header-fixed {
    
}

.navbar {
    padding: 0;
    position: relative;
    margin: 0;
    flex-wrap: wrap;
}
.navbar-nav {
    padding: 10px 0;
    margin: 0 auto;
    justify-content: space-between;
    width: 90%;
}

.navbar-brand {
    width: 315px;
    height: 58px;
    background: url('/') center center no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0;
    order: 1;
}

.navbar .navbar-nav .nav-link {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active{
    color: #ffffff;
}
.navbar .nav-item{
    padding: 5px 2px;
	width: 34%;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    margin: 0 5px 0 0;
    border-radius: 5px;
	border: 2px solid #ffffff;
}
.navbar .nav-item:hover {
    background: #ca687a;
}
.navbar .nav-item:not(:last-child) {
    
}
@media (max-width: 1329px) {
    .navbar-nav{
        width: 95%;
		margin-right: 10%;
        margin-left: 5%;
    }
}
@media (max-width: 1199px) {
    .navbar:after{
        background-size: contain;
        bottom: -35px;
    }
    .navbar .nav-item{
        padding: 5px 5px;
        width: 34%;
		background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    }
}
@media (max-width: 991px) {
    .navbar-brand {
        width: 215px;
    }
}
@media (max-width: 768px) {
    .navbar:after{
        bottom: -40px;
    }
}
@media (max-width: 767.98px) {
    .header {
        display: flex;
        align-items: center;
    }
    .header:before{
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .navbar-expand-md .navbar-collapse{
        margin: 0 -10px;
    }
    .navbar-light .navbar-brand{
        max-width: 135px;
    }
    .navbar-brand {
        order: 1;
        width: 215px;
        height: 38px;
        margin: 0;
    }
    .navbar-toggler {
        order: 0;
        position: relative;
        z-index: 5;
        align-items: center;
        justify-content: center;
        display: flex;
		padding: 0;
        line-height: 0;
    }
	.menu1 {
    padding: 3px 5px 3px 5px;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #c57a87 !important;
    -moz-box-shadow: 0px 1px 0px rgba(118, 33, 48, 1), inset 0px 0px 0px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 1px 0px rgba(118, 33, 48, 1), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 1px 0px rgba(118, 33, 48, 1), inset 0px 0px 0px rgba(255, 255, 255, 0);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
   }
	.navbar-toggler:after {
    content: "תפריט";
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-right: 7px;
   }
    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
    }
    .navbar-toggler-icon {
    	width: 0;
        height: 0;
    }
    .navbar-collapse {
        padding: 15px;
        box-sizing: border-box;
        background: #a02239;
        position: absolute;
        width: calc(100% + 20px);
        top: 44px;
        right: 0;
        z-index: 9999;
    }
    .navbar-nav{
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .navbar .nav-item:nth-child(n) {
        padding: 0;
        text-align: right;
        width: 99%;
        border: none;
    }

    .navbar .navbar-nav .nav-link {
        display: block;
        padding: 7px 0;
        vertical-align: top;
        font-family: Alef;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
		color: #fff;
    }
    .navbar .navbar-nav li:last-child .nav-link {
        margin-bottom: 0;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link:active{
        color: #fff;
		background: #ca687a;
    }
    .navbar-toggler .navbar-toggler-icon {
    	background-image: none;
    }

    .nav__cat_list {
        flex-direction: column;
        align-items: flex-start;
        border: none;
    }
    .nav__cat_list li{
        width: 100%;
        margin-top: 0;
    }
    .wrapper {
        padding-top: 0;
    }
    .title {
        font-size: 24px;
        line-height: 28px;
    }
	.menu-contact {
    line-height: 1.1em;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background: -moz-linear-gradient(top, #bd6474 0%, #ac3c51);
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    justify-content: center;
    align-items: center;
    display: flex;
    }
	a.bh_gallery__description_tel {
	/*position: fixed;*/
    /*bottom: 8px;*/
    padding: 6px 8px;
   /* left: 16%;*/
    width: 70%;
   /* z-index: 22;*/
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff !important;
    font-weight: normal;
    background: -moz-linear-gradient(top, #a7001f 0%, #610214);
    background: -webkit-gradient(linear, left top, left bottom, from(#a7001f), to(#610214));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }
	a.bh_gallery__description_tel:before {
    content: '✆';
    }
	a.bh_gallery__description_wtsp {
	/*position: fixed;*/
    /*bottom: 8px;*/
    padding: 6px 8px;
   /* left: 16%;*/
    width: 70%;
   /* z-index: 22;*/
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff !important;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(#007d1d), to(#005814));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }
	a.bh_gallery__description_wtsp:before {
    content: '✆';
    }
	a.bh_gallery__description_tlgr {
	/*position: fixed;*/
    /*bottom: 8px;*/
    padding: 6px 8px;
   /* left: 16%;*/
    width: 70%;
   /* z-index: 22;*/
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff !important;
    font-weight: normal;
    background: -moz-linear-gradient(top, #42aaff 0%, #003366);
    background: -webkit-gradient(linear, left top, left bottom, from(#42aaff), to(#003366));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }
	a.bh_gallery__description_tlgr:before {
    content: '✆';
    }
	.wc {
    height: 110px;
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 21;
    background-color: #F5F5F5;
    padding: 0;
    border-top: 1px solid #C3C2C2;
    }
	a.wc_button {
    position: fixed;
    bottom: 58px;
    padding: 8px 8px;
    left: 16%;
    width: 70%;
    z-index: 21;
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff !important;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(#24ff00), to(#0a5600));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #0afa5e;
    }
	.bgr_phone {
    height: 67px;
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 20;
    background-color: #F5F5F5;
    padding: 0;
    border-top: 1px solid #C3C2C2;
    }
}
@media (min-width: 767.98px) {
.menu-contact {
    line-height: 1.1em;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background: -moz-linear-gradient(top, #bd6474 0%, #ac3c51);
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    justify-content: center;
    align-items: center;
    display: flex;
	position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 65px;
	}
	a.bh_gallery__description_tel {
    font-family: 'Arima Madurai', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 6px 0 0 0;
    margin: 0;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    }
	.bh_gallery__description_tel_wrap {
    order: 3;
    margin: 0;
    width: 100%;
    background: #007d1d;
    position: relative;
   }
	a.bh_gallery__description_wtsp {
    font-family: 'Arima Madurai', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 6px 0 0 0;
    margin: 0;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    }
	.bh_gallery__description_wtsp_wrap {
    order: 3;
    margin: 0;
    width: 100%;
    background: #007d1d;
    position: relative;
   }
}
    .navbar:after{
        display: none;
    }
    .nav__cat_list {
        padding-bottom: 0;
    }
}
@media (max-width: 450px) {
    .navbar-light .navbar-brand:before{
        width: 185px;
    }
}
@media (max-width: 359px) {
    .navbar-brand{
        width: 170px;
    }
}

/***********
# end header
***********/

/***********
# footer
***********/
.footer__nav_wrap {
    border-top: 0;
    padding: 0;
}

.footer__nav {
    list-style: none;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    /* background: url(/wp-content/themes/banothamot/css/logo_c_c.png) 50% 50% no-repeat; */
    background-size: 141px;
}
.footer__nav li:first-child{
    display: none;
}
.footer__nav li:last-child {
    margin: 0;
	padding-top: 10px;
}

.footer__nav a {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
	padding: 10px;
	margin-left: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    /* background: url(/wp-content/themes/banothamot/css/cat1.png) 0 100% no-repeat; */
}
.footer__nav a:hover {
    text-decoration: none;
}

.footer__nav a:hover,
.footer__nav a:active,
.footer__nav a:focus {
    color: #fff;
}

.footer__copyright {

}

.footer__copy_text a,
.footer__copy_text {
    color: #fff;
    font-size: .875em;
    font-weight:300;
    text-align: center;
}
/***********
# end footer
***********/

/***********
# wrapper__main
***********/
.bh_wrapper__main .title {
    text-align: right;
}

.bh_category__container {
    padding: 0;
    margin-bottom: 0;
    margin-top: 6px;
}
.bh_category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(1){
    background: url(/wp-content/themes/banothamot/css/bg.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(2){
    background: url(/wp-content/themes/banothamot/css/bg1.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(3){
    background: url(/wp-content/themes/banothamot/css/bg2.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(4){
    background: url(/wp-content/themes/banothamot/css/bg3.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(1){
    background: url(/wp-content/themes/banothamot/css/bg4.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(2){
    background: url(/wp-content/themes/banothamot/css/bg5.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(3){
    background: url(/wp-content/themes/banothamot/css/bg6.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(4){
    background: url(/wp-content/themes/banothamot/css/bg7.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(1){
    background: url(/wp-content/themes/banothamot/css/bg8.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(2){
    background: url(/wp-content/themes/banothamot/css/bg9.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(3){
    background: url(/wp-content/themes/banothamot/css/bg10.png) 0% 10px no-repeat;
}
.bh_category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(4){
    background: url(/wp-content/themes/banothamot/css/bg11.png) 0% 10px no-repeat;
}
@media (max-width: 767.98px) {
    .bh_category__container {
        padding: 0;
    }
    .bh_category__container {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .catbanot {
        margin-bottom: 57px;
    }
}

.bh_catbanot__header {
    background: none;
    padding: 0;
    text-align: right;
    margin-bottom: 19px;
}
.bh_catbanot__title {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: right;
    color: #fff;
}
@media (max-width: 992px) {
    .bh_catbanot__title {
        font-size: 18px;
        line-height: 21px;
    }
}
@media (min-width: 768px) {
    .bh_catbanot__body {
        padding: 0;
    }
}
.bh_catbanot__body .row{
    margin: 0;
    justify-content: space-between;
    position: relative;
}
.bh_catbanot__body .col-lg-3{
    padding: 0;
    -ms-flex: 0 0 23.2%;
    flex: 0 0 23.2%;
    max-width: 23.2%;
}
.bh_catbanot__item {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.bh_catbanot__item li,
.bh_catbanot__caption {
    margin: 0;
    width: 85%;
    max-width: 100%;
    text-align: right;
    padding: 4px 0;
    background: #EDBA80;
    margin-top: 15px;
}
.bh_catbanot__caption,
.bh_catbanot__item li a,
.bh_catbanot__caption a {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    display: block;
    text-align: center;
}
@media (max-width: 767.98px) {
    .bh_catbanot__body .col-lg-3{
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 30px;
        min-height: 250px;
    }
	.bh_grid__picture_wrap video {
     height: auto;
	}
}
@media (max-width: 450px) {
    .bh_catbanot__body .col-lg-3{
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        margin: 0 auto 30px auto;
    }
}
.bh_catbanot__item li a:hover,
.bh_catbanot__caption a:hover {
    color: #fff;
}

.bh_catbanot__caption {
    margin: 77px 0 0 0;
    max-width: 100%;
    text-align: right;
    padding: 4px 0;
    border-top: 6px solid #000000;
    border-radius: 10px 10px 0px 0px;
}
@media (max-width: 992px) {
    .bh_catbanot__body .col-lg-3{
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 10px;
        min-height: 260px;
    }
    .bh_category__container {
        margin-bottom: 32px;
    }
}
@media (max-width: 450px) {
    .bh_catbanot__body .col-lg-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
 /* .footer__nav{
        background: url(/wp-content/themes/banothamot/css/logo.png) 100% 45% no-repeat;
        background-size: 115px;
    }  */
}
/***********
# end wrapper__main
***********/

/***********
# wrapper__catalog
***********/
.bh_wrapper__catalog {
    padding-bottom: 0;
    position: relative;
}
.bh_wrapper__catalog > .container:first-child{
    margin-bottom: 25px;
    max-width: 100%;
}
.bh_wrapper__catalog .col-lg-12{
    display: flex;
    flex-wrap: wrap;
    position: inherit;
	padding: 0px 10px 0;
}
.bh_wrapper__catalog .col-lg-12 > div{
    width: 100%;
    margin: 0 auto;
    order: 1;
    max-width: 1322px;
}
.mid38_texts h2 {
    font-size: 18px;
}
.mid38_texts h3 {
    font-size: 17px;
}
.bh_wrapper__catalog .title {
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 1322px;
	padding-top: 100px;
}
.bh_grid__wrapper .container {
    margin-bottom: 40px;
    max-width: 1322px;
	background-color: #eeeeee;
    padding-top: 30px;
    border: 1px solid #B0B0B0;
    border-radius: 5px 5px 5px 5px;
}
.bh_grid__wrapper .row{
    justify-content: flex-start;
    margin: 0;
}
.bh_grid__wrapper .col-lg-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0;
	border-bottom: 4px solid #fff;
    padding-bottom: 40px;
    margin-top: 45px;
}
.bh_grid__picture_wrap video {
    height: auto;
}
/* .bh_grid__wrapper .col-lg-3{
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    max-width: 256px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 5px;
} */
.bh_grid__wrapper .col-lg-3:nth-child(5n){
    margin-left: 0;
}
.bh_grid__card {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.bh_grid__card a{
    display: block;
    height: 100%;
}
.ad_profiles .bh_grid__card a {
    display: block;
    height: 100%;
    direction: rtl;
}
/* @media (max-width: 1329px) {
    .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 19.6%;
        flex: 0 0 19.6%;
        max-width: 100%;
    }
} */
@media (max-width: 1325px) {
   .bh_grid__wrapper .col-lg-3{
       -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
   }
	.bh_grid__picture_wrap video {
        height: auto;
	}
}
@media (max-width: 1126px) {
    .bh_grid__wrapper .container,
    .bh_wrapper__catalog > .container:first-child{
        max-width: 100%;
    }
}
@media (max-width: 1065px) {
    .bh_grid__wrapper .row{
        justify-content: center;
    }
	.bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 49.8%;
        flex: 0 0 49.8%;
        max-width: 49.8%;
        margin-left: 1px;
    }
	.bh_grid__picture_wrap video {
        height: auto;
	}
    /* .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 256px;
        flex: 0 0 256px;
        margin-bottom: 8px;
        margin-left: 1px;
    } */
    .bh_grid__wrapper .col-lg-3:nth-child(5n){
        margin-left: 1px;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(4n){
        margin-left: 0;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(3n){
         margin-left: 1px;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(12),
    .bh_grid__wrapper .col-lg-3:nth-child(24),
    .bh_grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
    }
}
/* @media (max-width: 1059px) {
    .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 24.8%;
        flex: 0 0 24.8%;
    }
} */
/* @media (max-width: 1059px) {
   .bh_grid__wrapper .col-lg-3{
       -ms-flex: 0 0 24.8%;
       flex: 0 0 24.8%;
        max-width:24.8%;
   }
} */
@media (max-width: 802px) {
    /*.bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 256px;
        flex: 0 0 256px;
    }
	.bh_grid__wrapper .col-lg-3{
       -ms-flex: 0 0 256px;
       flex: 0 0 256px;
        max-width:256px;
   } */
    .bh_grid__wrapper .col-lg-3:nth-child(5n),
    .bh_grid__wrapper .col-lg-3:nth-child(4n){
        margin-left: 1px;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(2n){
        margin-left: 1px;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 0;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(6),
    .bh_grid__wrapper .col-lg-3:nth-child(12),
    .bh_grid__wrapper .col-lg-3:nth-child(18),
    .bh_grid__wrapper .col-lg-3:nth-child(24),
    .bh_grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
    }
}
/* @media (max-width: 797px) {
    .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 33.2%;
        flex: 0 0 33.2%;
    }
}
@media (max-width: 797px) {
   .bh_grid__wrapper .col-lg-3{
       -ms-flex: 0 0 33.2%;
       flex: 0 0 33.2%;
        max-width:33.2%;
   }
} */
@media (max-width: 767.98px) {
    .bh_wrapper__catalog .row{
        margin: 0;
    }
	.bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 430px;
    }
    .bh_wrapper__catalog .col-lg-12{
    	
    }
    .bh_wrapper__catalog .title{
        padding: 40px 0px 0px;
    }
    .bh_wrapper__catalog .col-lg-12 > div{
        width: 100%;
        max-width: 100%;
    }
    .bh_grid__card {
        
    }

    .bh_grid__card__inside {
        
    }
	
    a.return-back{

    }
    .back-btn:after{
        bottom: -42px;
        background-size: contain;
    }
    .bread_crumbs{
        margin: 15px 0;
        height: 44px;
    }
    .bread_crumbs a{
        font-size: 10px;
    }
	.bn_headersaret {
    height: 50px;
    }
}
@media (max-width: 524px) {
    .bh_grid__wrapper .container {
        padding: 30px 0;
    }
    /* .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 256px;
        flex: 0 0 256px;
    }
	.bh_grid__wrapper .col-lg-3{
       -ms-flex: 0 0 256px;
       flex: 0 0 256px;
        max-width:256px;
   }
    .bh_grid__wrapper .col-lg-3{
        margin: 0 0 15px 0%;
    } */
    .bh_grid__wrapper .col-lg-3:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(5n){
        margin-left: 0%;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 0%;
        margin-right: 0;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(6),
    .bh_grid__wrapper .col-lg-3:nth-child(12),
    .bh_grid__wrapper .col-lg-3:nth-child(10),
    .bh_grid__wrapper .col-lg-3:nth-child(18),
    .bh_grid__wrapper .col-lg-3:nth-child(20),
    .bh_grid__wrapper .col-lg-3:nth-child(24),
    .bh_grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 523px) {
    /* .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }
	.bh_grid__wrapper .col-lg-3{
       -ms-flex: 0 0 49%;
       flex: 0 0 49%;
        max-width:49%;
   } */
    .grid__wrapper .row {
        justify-content: space-between;
    }
}
@media (max-width: 321px) {
    .bh_grid__wrapper .container {
        padding: 30px 0;
    }
    /* .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 154px;
        flex: 0 0 154px;
	    max-width:154px;
    } */
    .bh_grid__wrapper .col-lg-3:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(5n){
        margin-left: 1%;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 1%;
        margin-right: 0;
    }
    .bh_grid__wrapper .col-lg-3:nth-child(6),
    .bh_grid__wrapper .col-lg-3:nth-child(12),
    .bh_grid__wrapper .col-lg-3:nth-child(10),
    .bh_grid__wrapper .col-lg-3:nth-child(18),
    .bh_grid__wrapper .col-lg-3:nth-child(20),
    .bh_grid__wrapper .col-lg-3:nth-child(24),
    .bh_grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 319px) {
    /* .bh_grid__wrapper .col-lg-3{
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin: 0 0 1% 0;
    } */
    .bh_grid__wrapper .col-lg-3:nth-child(5n),
    .bh_grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 0;
    }
}
.bh_grid__card.featured .bh_grid__picture{
    
}
.bh_grid__card.featured .grid__description{
    background: #000;
    border: 1px solid #FFCB8E;
    margin: 0 3px;
    position: relative;
    height: 175px;
}
.bh_grid__picture {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    border: none;
}
.bh_grid__card .grid__card__inside,
.bh_grid__card .grid__description{
        
}
.bh_grid__picture_wrap {
    overflow: hidden;
	height: auto;
    /* height: 330px; */
    border: 3px solid transparent;
}
.bh_grid__card.featured .bh_grid__picture_wrap{
}
@media (max-width: 1329px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 1199px) {
    
}
@media (max-width: 1065px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 1058px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 802px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 797px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 524px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 523px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 624px) {
    .bh_grid__picture_wrap {
        
    }
}
@media (max-width: 321px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
    .bh_grid__card.featured .grid__description{
        height: 190px;
    }
}
@media (max-width: 319px) {
    .bh_grid__picture_wrap {
        height: auto;
    }
}
.bh_grid__picture img {
    display: block;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .bh_grid__picture img {
        
    }
}
@media (max-width: 624px) {
    .bh_grid__picture img {
        
    }
}
@media (max-width: 496px) {
    .bh_grid__picture img {
        
    }
}
.bh_grid__label {
    position: absolute;
    height: 20px;
    background: #f8f8f87a;
    width: 50%;
	z-index: 10;
}

.bh_grid__label.real,
.bh_grid__label.new,
.bh_grid__label.vip,
.bh_grid__label.real-top {
    /* right: 0;
    left: auto;
    color: red;
    font-weight: 900;
    padding: 0 6px;
    overflow: hidden;
    font-size: 18px;
    line-height: 21px;
    text-align: center; */
}

.bh_grid__label.real-top {
    top: 2px;
    left: 0;
    right: 0;
    width: 97%;
    margin: 0 auto;
    background-color: #008130;
    text-align: center;
    color: white;
    font-size: 0;
	z-index: 10;
}
span.bh_grid__label.real-top:before {
    content: 'תמונות מאומתות';
    font-size: 14px;
    top: -7px;
    position: relative;
}
.bh_grid__label.real{
    top: 50px;
    right: -43px;
    background: url(/wp-content/themes/banothamot/css/hadash1.png) 0 0 no-repeat;
    background-size: 50% 50%;
    width: 100px;
    height: 70px;
    font-size: 0;
	z-index: 10;
}
/* .bh_grid__label.vip {
    bottom: 2px;
    left: 0;
    right: 0;
    width: 97%;
    margin: 0 auto;
    background-color: #ff4e00;
    text-align: center;
    color: white;
	font-size: 0;
} */
.bh_grid__label.video {
    top: 50px;
    left: 2px;
    width: 100px;
    height: 70px;
    color: #fff;
    text-align: center;
    height: auto;
    width: auto;
    padding: 0px 10px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b567), to(#006045));
    border-radius: 5px;
}
.bh_grid__label.vip {
    bottom: 2px;
    left: 0;
    right: 0;
    width: 99%;
    margin: 0 auto;
    background-color: #ff4e00;
    text-align: center;
    color: white;
	font-size: 0;
	z-index: 10;
}
span.bh_grid__label.vip:before {
    content: 'פרמיום';
    font-size: 14px;
    top: -7px;
    position: relative;
}

/* .bh_grid__label.vip + span {
    top: -15px;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/banothamot/css/new1.png) 0 0 no-repeat;
    width: 66px;
    height: 40px;
    font-size: 0;
    margin: 0 auto;
} */

.bh_grid__label.vip + span + span {
    bottom: 40px;
}
.bh_grid__title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
    color: #6600a1;
    padding: 0 4px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
	/* .bh_grid__card__inside:after {
    content: "פרטים";
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin: 9px 8%;
    padding: 5px 3%;
    display: flex;
    justify-content: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
} */
/* @media (max-width: 767.98px) {
    .bh_grid__title {
    }
} */
@media (max-width: 320px) {
    .bh_grid__label.real-top{
        left: 3px;
    }
    .bh_grid__label.vip + span,
    .bh_grid__label.real{
        top: 50px;
    }
}
.bh_grid__title a {
    color: #C20F6A;
    font-size: 15px;
    font-weight: 700;
}

.featured .bh_grid__title a {
    color: red;
}

.bh_grid__city {
	direction: rtl;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    color: #000;
    margin: 4px 5px 7px;
    display: block;
    text-align: center;
}

.bh_grid__city_icon {
    display: none;
}
.bh_grid__description_text {
    margin: 2px 3px 7px;
    font-family: Arial;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000;
}
/* .bh_grid__description_text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000;
    padding: 0 5px 4px 5px;
} */
.grid__pagination {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.grid__pagination li {
    display: block;
    margin-left: 30px;
}

.grid__pagination li:last-child {
    margin-left: 0;
}
.grid__pagination a {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 20%;
    padding: 10px;
    color: #fff;
	background: #d45c72;
}
.grid__pagination .navigator{
    display: none;
}
.grid__pagination a:hover {
    text-decoration: none;
    background: #a02239;
}
.grid__pagination li.active a {
    background: #a02239;
}
/***********
# end wrapper__catalog
***********/

/***********
# wrapper__profile
***********/
.bh_wrapper__profile {
    padding-bottom: 0px;
}

.bh_wrapper__profile .title {
    margin-top: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.lg-outer {
    direction: ltr;
}

.bh_gallery__box_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
@media (max-width: 1329px) {
    
}
@media (max-width: 1199px) {
    
}
@media (max-width: 992px) {
    .bh_wrapper__profile .title {
        right: 0;
        left: 0;
        width: 100%;
        font-size: 27px;
        top: 550px;
    }
    .bh_gallery__box_wrapper {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .bh_wrapper__profile .title {

    }
}
@media (max-width: 375px) {
    .grid__pagination li {
        margin-left: 15px;
    }
}
.bh_gallery__carousel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 340px;
    flex: 0 0 340px;
    padding-left: 0;
    margin: 0 auto 20px auto;
    border: 0px solid #fff;
    order: 0;
}
@media (max-width: 992px) {
    .bh_gallery__carousel {
        order: 0;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        border: 0px solid #fff;
    }
}
.gallery {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}
.lSSlideOuter .lSPager.lSGallery{
    margin: -67px 0 7px 0 !important;
}
.lSSlideOuter .lSAction>a{
    background: url(/wp-content/themes/banothamot/css/arrow.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-top: -30px;
}
.lSSlideOuter .lSAction>a.lSNext{
    transform: scale(-1, 1);
    right: 20px;
}
.lSSlideOuter .lSAction>a.lSPrev{
    left: 20px;
}
.bh_gallery__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh_gallery__list li {
    width: 300px;
    height: auto;
    background: white;
    position: relative;
	padding-bottom: 5px;
}

.bh_gallery__list li img {
    /*width: 100%;
    height: 100%; */
    object-fit: cover;
}

.gallery .lSGallery li {
    height: 60px!important;
    border: 1px #e9e9e9 solid;
}

.gallery .lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .lSSlideOuter .lSPager.lSGallery li.active, 
.gallery .lSSlideOuter .lSPager.lSGallery li:hover {
    border-color: #222222;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.gallery .lslide:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(../img/glass2.png) center center no-repeat;
    cursor: pointer;
    background-size: contain;
}

.bh_gallery__nexting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    overflow: hidden;
    margin: 0 0 60px 0;
    position: relative;
    width: 100%;
}

.bh_gallery__nexting a {
    display: block;
    width: 39px;
    height: 39px;
    background: transparent;
    position: absolute;
    bottom: 0;
}
.bh_gallery__nexting a.gallery__nexting_next{
    left: 0;
}
a.gallery__nexting_next:before {
    content: 'הבא';
    color: #c9a1a9;
}
a.gallery__nexting_prev:before {
    content: 'הקודם';
    color: #c9a1a9;
}
/* .bh_gallery__nexting a.gallery__nexting_prev{
    transform: scale(-1, 1);
} */
.gallery__nexting_next {
    background: url(../img/gallery.png) -20px -600px no-repeat;
}

.gallery__nexting_prev {
    background: url(../img/gallery.png) 6px -600px no-repeat;
}

.bh_gallery__description {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    height: fit-content;
    order: 1;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .bh_gallery__description {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bh_gallery__nexting {
        position: relative;
        width: 100%;
    }
    .bh_gallery__nexting a{
        width: 22px;
        height: 22px;
        background-size: contain;
    }
    .bh_gallery__list li {
        height: auto;
    }
}
@media (max-width: 479px) {
    .bh_gallery__description_tel_wrap {
        width: 315px;
    }
    .bh_gallery__nexting {
        padding: 0 11px;
    }
   /* .bh_gallery__nexting a{
        position: relative;
    } */
    .bh_gallery__nexting a.gallery__nexting_prev{
        transform: scale(1, 1);
    }
    .bh_gallery__nexting a.gallery__nexting_next{
        transform: scale(-1, 1);
    }
}

a.whatsapp4950 {
    position: absolute;
    right: 5%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    background: #3dc000;
    display: block;
    width: 90%;
    margin-top: 10px;
    padding: 12px 7px;
    text-shadow: 0 -1px 1px #3E1100;
}
.bh_gallery__description_tel span {
    display: none;
}
.bh_gallery__description_wtsp span {
    display: none;
}
.bh_gallery__description_tlgr span {
    display: none;
}
@media (max-width: 992px) {
    
}
@media (max-width: 767.98px) {
    .bh_gallery__description_tel {
        
    }
    .bh_gallery__description_tel:hover, .bh_gallery__description_tel:focus, .bh_gallery__description_tel:active {
        background: #f96786;
        text-decoration: none;
        color: white!important;
    }
	/* .navbar .navbar-toggler {
    padding: 5px 6px 5px 0;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6474), to(#ac3c51));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #c57a87;
    -moz-box-shadow: 0px 1px 0px rgba(118, 33, 48, 1), inset 0px 0px 0px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 1px 0px rgba(118, 33, 48, 1), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 1px 0px rgba(118, 33, 48, 1), inset 0px 0px 0px rgba(255, 255, 255, 0);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
    } */
	/* nav.navbar.navbar-expand-md.navbar-light.bn_navter:after {
    content: "תפריט";
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-right: 7px;
    } */
}
@media (max-width: 479.98px) {
    .bh_gallery__description_tel {
         
    }
    .bh_gallery__description{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 11px;
    }
}

.bh_gallery__description_city_wrap {
    margin: 0;
    width: 100%;
    order: 1;
    background: #fff;
    position: relative;
}
@media (max-width: 479px) {
    .bh_gallery__description_city_wrap {
        margin: 0 auto 0 0;
    }
}

.bh_gallery__description_city {
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    height: 28px;
    color: #000;
    padding: 11px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.bh_gallery__description_text_wrap {
    max-width: 100%;
    order: 1;
    width: 100%;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #000;
    margin: 33px 0 0 0;
    padding: 0;
}
.bh_gallery__label_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 316px;
    left: 0;
    right: 0;
    top: 12px;
    pointer-events: none;
    height: 100%;
    max-height: 484px;
    min-height: 484px;
    z-index: 2;
    margin: auto;
}
@media (max-width: 992px) {
    .bh_gallery__description_city_wrap {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .bh_gallery__description_city {
        height: 57px;
    }
    .bh_gallery__description_text_wrap {
        margin: 11px 0 0 0;
        font-size: 15px;
        line-height: 25px;
        background-size: contain;
        padding: 0;
    }
    .bh_gallery__label_wrap {
        top: 1px;
    }
    .bh_gallery__description_tel_wrap {
        margin: 0;
        width: 100%;
    }
}
@media (max-width: 479px) {
    
}
.bh_gallery__label {
    font-size: 0;
    position: absolute;
    display: block;
}

.gallery__label_vip {
    background: url(/wp-content/themes/banothamot/css/vip1.png) 0 0 no-repeat;
    width: 65px;
    height: 53px;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
}

.gallery__label_real {
    background: url(/wp-content/themes/banothamot/css/real1.png) 0 0 no-repeat;
    width: 74px;
    height: 17px;
    bottom: 42px;
    left: 20px;
}

.gallery__label_new {
    background: url(/wp-content/themes/banothamot/css/new1.png) 0 0 no-repeat;
    width: 66px;
    height: 40px;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
}
.lSSlideOuter .lSPager.lSGallery{
    display: none;
}
/***********
# end wrapper__profile
***********/

/***********
# wrapper__form
***********/
.main__form {
    
}
.wrapper__form {
    padding-bottom: 27px;
}

.wrapper__form .title,
.form-group {
    text-align: right;
}
.wrapper__form .title{
    display: none;
}
.form-group {
    align-items: flex-start;
    display: block;
}

.label {
    margin-bottom: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 5px;
    text-align: right;
    color: #000;
    max-width: 100%;
    padding: 0 6px 0 0;
}
.label > span {
    color: #FF0000!important;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.form-control {
    color: #495057;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    margin: 0 0 8px 0;
    background: rgba(255, 203, 142, 0.3);
    border-radius: 0;
    border: 2px solid #fff;
}

textarea.form-control {
    max-width: 100%;
    min-height: 91px;
    height: 100%;
}

.form-control:focus {
	/**************
    background: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.46);
    border-color: #fff;
    color: #fff;
	**************/
	border-color: #f72f00;
    font-size: 25px;
	box-shadow: none;
}

.form-text {
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    padding-top: 13px;
    display: none;
}

.form__send {
    padding-right: 0px;
    padding-left: 0;
    margin: 0 auto !important;
    max-width: 100%;
}
.form__fields .col-md-10{
    max-width: 100%;
    padding: 0 7px;
}
@media (max-width: 992px) {
    .form__send {
        padding-right: 0px;
    }
    .gallery__label_vip {
        background-size: contain;
        width: 65px;
        height: 53px;
        bottom: 15px;
        right: -1px;
    }
    .gallery__label_new{
        background-size: contain;
        width: 64px;
        height: 40px;
        top: -14px;
    }
    .gallery__label_real {
        background-size: contain;
        width: 74px;
        height: 17px;
        bottom: 35px;
        left: 15px;
    }
    .lSSlideOuter .lSAction>a{
        background-size: contain;
        width: 30px;
        height: 30px;
    }
    .lSSlideOuter .lSAction>a.lSPrev{
        left: 20px;
    }
    .lSSlideOuter .lSAction>a.lSNext{
        right: 20px;
    }
}

.button_submit {
    height: auto;
    padding: 0;
    outline: none;
    display: block;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin: 94px auto 0 auto;
    width: 414px;
    background: #a02239;
    border: none;
    border-radius: 0; 
}

@media (max-width: 767px) {
    .form__fields {
        padding-right: 0px;
    }
    .form-control {
        max-width: 100%;
    }
    .form-text {
        text-align: right;    
    }
}

.main__form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.main__form .header, .wrapper__form, .main__form .footer {
    flex-shrink: 0;
}
.wrapper__form {
    flex-grow: 1;
}
.form-box{
    max-width: 858px;
    margin: 50px auto 30px;
}
@media (max-width: 1199px) {
    .form-box{
        width: 95%;
    }
}
@media (max-width: 992px) {
     .form-box{
        width: 720px;
    }
}
@media (max-width: 767px) {
    .form-box {
        padding: 20px;
        width: 95%;
        margin: 40px auto;
    }
    .label{
    	/*********
        font-size: 30px;
        line-height: 34px;
		********/
    }
    .form__fields .col-md-10{
        padding: 0;
    }
    .form-control{
        width: 100%;
        height: 50px;
        margin: 0 0 20px 0;
    }
    textarea.form-control{
        height: 72px;
        min-height: 72px;
    }
    .button_submit {
       /*********** 
		height: 72px;
        font-size: 20px;
        line-height: 23px;
        width: calc(100% + 30px);
        margin: 50px -15px 0 0;
        background-size: 0;
		***********/
		width: 240px;
    }
}
/***********
# end wrapper__form
***********/

#lg-download {
    display: none !important;
}
.lg-autoplay-button {
    display: none !important;
}
.lg-fullscreen {
    display: none !important;
}
#lg-share {
    display: none !important;
}
.lg-toolbar .lg-icon {
    height: 40px!important;
    padding: 5px 0!important;
    width: 40px!important;
    border: 2px solid #999;
    border-radius: 50%;
}
.lg-toolbar .lg-icon:hover {
    border: 2px solid #fff;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.lg-toolbar .lg-close:after {
    font-weight: 600;
    font-size: 30px;
}

.content_block {
	cursor: inherit;
}
.sub-cats {
	cursor: inherit;
}
.rigushim_catalog_block_a .col-lg-12{
    display: flex;
    flex-wrap: wrap;
}
.banothamot {
	cursor: inherit;
}
.bn_maintop {
	cursor: inherit;
}
.bh_wrapper__profile ~ .bn_footerfeter .footer__nav{
}
.bh_wrapper__profile ~ .bn_footerfeter .footer__nav li:last-child{
    display: none;
}
.bn_headersaret {
	cursor: inherit;
	position: fixed;
    width: 100%;
    z-index: 5;
}
.bn_navter {
	cursor: inherit;
}
.bn_wrapperyu {
	cursor: inherit;
}
.bn_footerfeter {
	cursor: inherit;
    background: #a02239;
    position: relative;
    border-top: 1px solid #500b18;
}
.pred {
    line-height: 14px;
    color: #ffbdbd;
	text-align: center;
}
.bn_gallery_profile {
	cursor: inherit;
}

.bn_header_block_a {
	cursor: inherit;
}
.bn_header_block_b {
	cursor: inherit;
}	
.bn_header_block_c {
	cursor: inherit;
}	
.bn_main_block_a {
	cursor: inherit;
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
.bn_main_block_a {
	padding-top: 40px;
	}
}
.bn_main_block_b {
	cursor: inherit;
}
.bn_catalog_block_a {
	cursor: inherit;
}
.bn_catalog_block_b {
	cursor: inherit;
}
.bn_catalog_block_c {
	cursor: inherit;
}
.bn_catalog_block_d {
	cursor: inherit;
}
.bn_catalog_block_e {
	cursor: inherit;
}
.bn_profile_block_a {
	cursor: inherit;
}
.bn_profile_block_b {
	cursor: inherit;
}	
.bn_profile_block_c {
	cursor: inherit;
}	
.bn_profile_block_d {
	cursor: inherit;
}
.bn_profile_block_e {
	cursor: inherit;
}
.bn_profile_block_f {
	cursor: inherit;
}
.bn_profile_block_g {
	cursor: inherit;
}
.bn_profile_block_x {
	cursor: inherit;
}
.bn_profile_block_y {
	cursor: inherit;
}
.bn_profile_block_z {
	cursor: inherit;
}
.bn_profile_block_n {
	cursor: inherit;
}
.bn_footer_block_a {
	cursor: inherit;
}	
.bn_footer_block_b {
	cursor: inherit;
}	
.bn_footer_block_c {
	cursor: inherit;
}
.bn_footer_block_d {
	cursor: inherit;
}
.bn_footer_block_f {
	cursor: inherit;
}
.bn_user_profile_block_a {
	cursor: inherit;
}
.bn_user_profile_block_b {
	cursor: inherit;
}
.bn_user_profile_block_c {
	cursor: inherit;
}
.bn_user_profile_block_d {
	cursor: inherit;
}
.bn_user_profile_block_f {
	cursor: inherit;
}
.bn_user_profile_block_g {
	cursor: inherit;
}
.bn_user_profile_block_x {
	cursor: inherit;
}

.bh_main__catalog {
	cursor: inherit;
}
.bh_main__catalog .navbar-light .navbar-brand{
    margin: 0 auto;
}
.bh_gallery__box {
	cursor: inherit;
}
.bh_gallery__description_text {
	cursor: inherit;
}
.bh_grid__label_wrapper {
	cursor: inherit;
}
.bh_gallery__box .container{
    max-width: 665px !important;
    margin: 40px auto 0 auto;
}
.hide {
	display: none;
}
#feedback-form-result .message-result {
    color: #F44336;
    margin: 10px;
}
.message-result h2 {
    font-size: 20px;
}
#preloader_show {
    background: url(/wp-content/themes/banothamot/img/preloader.svg) center center no-repeat;
    z-index: 99999;
    height: 10vh;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
a.footer__copyright_link {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    cursor: none;
}
#html-map li {
    list-style-type: circle;
    padding-left: 20px;
}
ul.map-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin-right: 0px;
	text-align: right;
	margin-top: 50px;
	
}
@media (max-width: 1199px) {
    
}
@media (max-width: 992px) {
    .bh_gallery__box .container{
        max-width: 320px !important;
        margin: 0 auto;
    }
   /* .bh_gallery__box .col-lg-12{
        padding: 0 4px;
    } */
}
@media screen and (max-width: 767px) {
	ul.map-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-right: 0px;
		text-align: right;
		font-size: 16px;
		line-height: 30px;
		font-weight: 400;
		margin-top: 0;
	}
}
.bh_main__information {
    background: #ededed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.bh_wrapper__information {
    padding-bottom: 150px;
	margin-top: 80px;
    font-size: 16px;
    /* flex-grow: 1; */
}
.bh_wrapper__information .title {
    text-align: right;
}
.bh_main__information .header, .bh_wrapper__information, .bh_main__information .footer {
    flex-shrink: 0;
}
.bh_wrapper__information .col-lg-12 {
    text-align: right;
}
.lg-toolbar .lg-icon {
    text-shadow: 0 -1px 1px #ffffff;
}
@media (min-width: 992px) {
.lg-backdrop {
background-color: rgba(0, 0, 0, 0)!important;
}
.lg {
width: 40%!important;
height: 90%!important;
top: 5%!important;
background-color: rgba(0, 0, 0, .9)!important;
}
.lg-outer .lg-img-wrap {
padding: 15px 0!important;
}
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
}
.link_to {
    margin: 0px 0 60px;
    text-align: center;
}
.link_to a {
	text-decoration: none;
	max-width: 700px !important;
    font-size: 1.6em !important;
    padding: 4px 5%;
    font-weight: bold !important;
    text-align: center;
    display: block;
    margin: 20px auto 70px auto;
    background: #a02239;
    color: #ffffff !important;
    border: 2px solid #93001b;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 14px #9e9e9e;
    box-shadow: 0 3px 14px #9e9e9e;
}
.link_to a:hover {
    background: #a3374a;
}
details summary {
    text-decoration: underline;
}
.bh_texts h2 {
    font-size: 1.2rem;
}
.bh_texts h3 {
    font-size: 1.1rem;
}
.bh_grid__city:before {
    content: '\1F4CD';
	padding-left: 5px;
}
.ad_profiles .bh_grid__wrapper .container {
    background: none;
    border: none;
}
.ad_profiles {
}
.ad_profiles h3 {
    font-size: 18px;
    font-weight: 600;
	text-align: right;
    margin: 20px 10px 0 0;
}
h3.ad_banot {
    font-weight: 600;
    margin: 20px 0 0 0;
}
h2.title {
    font-size: 21px;
    color: #a02239;
    margin-bottom: 0;
}
.contact_button {
	margin: 0 auto;
    line-height: 23px;
    max-width: 500px;
    height: 60px;
    bottom: 54px;
    padding: 6px 8px;
    left: 12%;
    z-index: 21;
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff !important;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(#24ff00), to(#0a5600));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #0afa5e;
    -moz-box-shadow: 0px 1px 3px rgba(078, 166, 064, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(078, 166, 064, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 3px rgba(078, 166, 064, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-shadow: 0px 3px 0px rgba(000, 000, 000, 1), 1px 1px 22px rgba(255, 255, 255, 1);
}
.go_to_catalog a {
    max-width: 700px;
    font-size: 1.6em !important;
    padding: 4px 5%;
    font-weight: bold !important;
    text-align: center;
    display: block;
    margin: 20px auto 70px auto;
    background: #a02239;
    color: #ffffff !important;
    border: 2px solid #93001b;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 14px #9e9e9e;
    box-shadow: 0 3px 14px #9e9e9e;
}
.go_to_catalog a:hover {
    background: #a3374a;
}
.container.bn_catalog_block_d .bh_texts a {
    text-decoration: none;
    max-width: 230px;
    font-size: 1.6em !important;
    padding: 4px 15px 4px 0;
    font-weight: bold !important;
    display: block;
    background: #a02239;
    color: #ffffff !important;
    border: 2px solid #93001b;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 14px #9e9e9e;
    box-shadow: 0 3px 14px #9e9e9e;
}
.container.bn_catalog_block_d .bh_texts a:hover {
    background: #a3374a;
}
/* .mina56{
    background-image: url(https://mc.yandex.ru/watch/54612955);
    position: absolute;
    left: -9999px;
} */

/**new data*/

.block-cn-profile {
    width: 100%;
	margin-top: 40px;
}

@media (max-width: 767.98px){
		.block-cn-profile {
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 22;
		display: flex;
		flex-direction: column;
		background: #fff;
		border-top: 1px solid;
		padding-top: 5px;
	}

	.bh_gallery__description_tel_wrap {
        margin: 0 0 5px 0;
        width: 100%;
        text-align: center;
        /* margin: 0 auto; */
        /* display: block; */
        display: flex;
        justify-content: center;
    }
		.bh_gallery__description_wtsp_wrap {
        margin: 0 0 5px 0;
        width: 100%;
        text-align: center;
        /* margin: 0 auto; */
        /* display: block; */
        display: flex;
        justify-content: center;
    }
		.bh_gallery__description_tlgr_wrap {
        margin: 0 0 5px 0;
        width: 100%;
        text-align: center;
        /* margin: 0 auto; */
        /* display: block; */
        display: flex;
        justify-content: center;
    }
	
}

.block-cn-profile-list {
    margin: 0 10%;
}
.block-cn-profile-list .bh_gallery__description_tel_wrap {
	order: 3;
    margin: 0;
    width: 100%;
    background: -moz-linear-gradient(top, #a7001f 0%, #610214);
    background: -webkit-gradient(linear, left top, left bottom, from(#a7001f), to(#610214));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    line-height: 30px;
    padding: 10px 3%;
    text-align: center;
    margin-bottom: 5px;
    height: 40px;
    font-size: 16px;
}
.block-cn-profile-list .bh_gallery__description_tel_wrap:active {
    background: #f96786;
}
.block-cn-profile-list .bh_gallery__description_tel_wrap >div{
	position: absolute;
    width: 100%;
    left: 0px;
	top: 0;
    height: 100%;
    padding-top: 5px;
}
.block-cn-profile-list .bh_gallery__description_wtsp_wrap {
	order: 3;
    margin: 0;
    width: 100%;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#007d1d), to(#005814));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    line-height: 26px;
    padding: 10px 3%;
    text-align: center;
    margin-bottom: 5px;
    height: 40px;
    font-size: 16px;
}
.block-cn-profile-list .bh_gallery__description_wtsp_wrap:active {
    background: #338b47;
}
.block-cn-profile-list .bh_gallery__description_wtsp_wrap >div{
	position: absolute;
    width: 100%;
    left: 0px;
	top: 0;
    height: 100%;
    padding-top: 5px;
}
.bh_gallery__list li img {
    width: 100%;
}
.finger-list {
    top: calc(60% - 68px);
    position: absolute;
    position: absolute;
    left: calc(40% - 24px);
    margin-left: 0px;
    bottom: 300px;
    z-index: 10;
    height: 60px;
    width: 120px;
}
.block-cn-profile-list .bh_gallery__description_tlgr_wrap {
	order: 3;
    margin: 0;
    width: 100%;
    background: -moz-linear-gradient(top, #35aab5, #3c4ab3);
    background: -webkit-gradient(linear, left top, left bottom, from(#35aab5), to(#3c4ab3));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    line-height: 30px;
    padding: 10px 3%;
    text-align: center;
    margin-bottom: 5px;
    height: 40px;
    font-size: 16px;
}
.block-cn-profile-list .bh_gallery__description_tlgr_wrap:active {
    background: #35a4b1;
}
.block-cn-profile-list .bh_gallery__description_tlgr_wrap >div{
	position: absolute;
    width: 100%;
    left: 0px;
	top: 0;
    height: 100%;
    padding-top: 5px;
}

/**end new data*/

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 35px!Important;
	color: #e8e8e8;
}