/**handles:style-theme-css**/
/*
Theme Name: Emun
Author: Quatro-Digital
Author URI: http://www.quatro-digital.com
Description: Emun
Version: 1.0.0
*/

.soc_links {
    position: fixed;
    left: 0;
    bottom: 45%;
    width: 40px;
    z-index: 9999999;
}

.soc_links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.soc_links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.soc_links ul li:nth-child( 1 ) {
    background: #00b322;
}

.soc_links ul li:nth-child( 2 ) {
    background: #4c6fa8;
}

.soc_links ul li:nth-child( 3 ) {
    background: #e24021;
}

.soc_links ul li a {
    width: inherit;
}

.soc_links i:before {
    color: white;
    padding: 10px 5px;
    display: inline-block;
}

.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"] {
    direction: rtl;
}

.gidurvideo {
    overflow: hidden;
    position: relative;
    width:100%;
	max-width:720px;
	margin:0 auto;
}

.gidurvideo::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.gidurvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 800px){
	section.sec_0 .no_mobile {
		display: block !important;
	}
	
	section.sec_0 .title h1{
		font-size: 27px;
	}
	
	section.sec_0 .no_mobile p{
		font-size: 14px;
	}
	
	section.sec_0 .no_mobile img{
		max-width: 150px;
	}
	.archive.category .article_im{
		background-position: center;
		height: 50vw!important;
	}
	.page-template-career-main .article_im{
		background-position: right center;
		height: 50vw!important;
	}
	.archive.category .articles article,
	.page-template-career-main article.large{
		margin-bottom: 35px;
	}
}

/*new mobile header css*/
.main-mobile-phone-wrapper,
.sales-menu-wrapper,
.customer-service-menu-wrapper,
.moked-seyur-menu-wrapper,
.sherut-shmira-menu-wrapper{
/*     display: block; */
	width: 100vw;
    height: 100vh;
    position: absolute;
    top: 45px;
    left: calc(-100% + 3.5rem);
    bottom: 0;
    z-index: 99;
    padding: 2rem 3rem;
    background: rgba(256,256,256,1);
}
.dis-none{
    display: none;
}
.mobile-menu_btn_wrapper{
    margin: 2rem 0;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 3px;
}

.mobile-menu_btn_wrapper a{
    color: #000000;
}
.mobile-menu_btn_wrapper button{
    background: none;
    color: #000000;
    border: none;
    position: relative;
}
.mobile-menu_btn_wrapper button::after{
    content: '>';
    position: absolute;
    top: 0;
    right: 105%;
    width: 10px;
    height: 10px;
}

.right.new-mobile-header-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    float: unset;
    left: 50px !important;
}
.new-mobile-header-wrapper #left-whatsapp-text{
    position: relative;
    left: unset;
    top: unset;
}
.new-mobile-header-wrapper .enail-new-btn{
    margin: 0 10px;
    color: #000000;
    font-size: 23px;
    margin-right: 20px;
}
.new-mobile-header-wrapper .new-mobile-phone-menu.visible-xs{
    display: inline-block !important;
}
.header_wrapper .new-mobile-header-wrapper.col.right{
    top:27px !important
}
.new-mobile-phone-menu button.main-phone-icon{
    background: none;
    border: none;
    color: #000000;
    font-size: 23px;
}
@media screen and ( max-width:768px){
    .right.new-mobile-header-wrapper{
        display: flex;
        left: 50px;
        align-items: flex-start;
        justify-content: space-between;
        top: 20px !important;
    }
    .main-mobile-phone-wrapper,
    .sales-menu-wrapper,
    .customer-service-menu-wrapper,
    .moked-seyur-menu-wrapper,
    .sherut-shmira-menu-wrapper{
/*         display: block; */
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 45px;
        left: calc(-100% + 3.5rem);
        bottom: 0;
        z-index: 99;
        padding: 2rem 3rem;
        background: rgba(256,256,256,1);
    }
}
div.inline-b{
	display:inline-block;
}

/*
*
* new contact form strip
*
*/
.new_contact_form{
    text-align: center;
    padding: 50px 50px 0 50px;
    -moz-box-shadow: 0 0 11px rgba(1,1,1,0.44);
    -webkit-box-shadow: 0 0 11px rgb(1 1 1 / 44%);
    box-shadow: 0 0 11px rgb(1 1 1 / 44%);
    max-width: 1160px;
	margin: 0 auto;
}
.new_contact_form p.title{
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}

.new_contact_form input[type="text"], 
.new_contact_form input[type="number"], 
.new_contact_form input[type="tel"], 
.new_contact_form input[type="email"]{
    width: 208px;
}

.new_contact_form .tx{
    margin-right: 0;
    margin-left: 15px;
}

.new_contact_form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.new_contact_form.floating-form{
    margin: -40px auto 0;
}

@media all and (max-width: 1280px){
    .new_contact_form{
        max-width: 100%;
        margin: 0 auto!important;
    }
}

@media all and (max-width: 992px){
    .new_contact_form .left.bt{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 15px;
    }
    .new_contact_form .left.bt .ease{
        width: 176px;
    }
}

@media all and (max-width: 768px){
    .new_contact_form{
        padding: 15px 30px 35px;
    }
    .new_contact_form p.title{
        font-size: 20px;
    }
    .new_contact_form .left{
        float: unset;
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
        align-items: center; 
    }
    .new_contact_form .wpcf7 input[type="text"], 
    .new_contact_form .wpcf7 input[type="email"], 
    .new_contact_form .wpcf7 input[type="tel"], 
    .new_contact_form.wpcf7 textarea{
        margin: 0 auto;
        width: 100%;
    }
}

.page-template-text .new_contact_form form .left.bt{
	margin-top: 15px;
}

@media all and (max-width: 1112px){
	.page-template-text .new_contact_form input[type="text"], 
	.page-template-text .new_contact_form input[type="number"], 
	.page-template-text .new_contact_form input[type="tel"], 
	.page-template-text .new_contact_form input[type="email"]{
		width: 100%;
	}
	.page-template-text .new_contact_form .left.bt{
		float: none;
    	width: 100%;
	}
}

/*new mobile header css*/
.main-mobile-phone-wrapper,
.sales-menu-wrapper,
.customer-service-menu-wrapper,
.moked-seyur-menu-wrapper,
.sherut-shmira-menu-wrapper{
    display: block;
	width: 100vw;
    height: 100vh;
    position: absolute;
/*     top: 45px; */
	top: 100%;
/*     left: calc(-100% + 3.8rem); */
/* 	left: -42%; */
	left: 0;
	right: 0;
    bottom: 0;
    z-index: 99;
    padding: 2rem 2.5rem;
    background: rgba(256,256,256,1);
}

.new-mobile-phone-menu button.close{
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 1;
}

.dis-none{
    display: none;
}
.mobile-menu_btn_wrapper{
    margin: 2rem 0;
    padding: 10px 20px;
    /* border: 1px solid #000000; */
    border-radius: 30px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 30%);
}

.mobile-menu_btn_wrapper .fas{
    font-family: 'FontAwesome';
    vertical-align: middle;
    color: #ef6429;
}

.mobile-menu_btn_wrapper a{
    color: #000000;
}
.mobile-menu_btn_wrapper button{
    background: none;
    color: #000000;
    border: none;
    position: relative;
    width: 100%;
    text-align: right;
}
.mobile-menu_btn_wrapper button::after{
    content: '>';
    position: absolute;
    top: 0;
    right: 100%;
    width: 10px;
    height: 10px;
}

.right.new-mobile-header-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    float: unset;
    left: 50px !important;
}
.new-mobile-header-wrapper #left-whatsapp-text{
    position: relative;
    left: unset;
    top: unset;
	line-height: 1;
}
.new-mobile-header-wrapper .enail-new-btn{
    margin: 0 10px;
    color: #000000;
    font-size: 23px;
    margin-right: 20px;
	margin: 0;
	line-height: 1;
}
.new-mobile-header-wrapper .new-mobile-phone-menu.visible-xs{
    display: inline-block !important;
    margin-bottom: 0;
    margin-right: 5px;
}
.header_wrapper .new-mobile-header-wrapper.col.right{
    top:23px !important
}
.new-mobile-phone-menu button.main-phone-icon{
    background: none;
    border: none;
    color: #ef6429;
    font-size: 23px;
}
@media screen and ( max-width: 768px){
    .right.new-mobile-header-wrapper{
        display: flex;
        left: 50px;
        align-items: center;
        justify-content: space-between;
        top: 20px !important;
    }
    /* .main-mobile-phone-wrapper,
    .sales-menu-wrapper,
    .customer-service-menu-wrapper,
    .moked-seyur-menu-wrapper,
    .sherut-shmira-menu-wrapper{
        display: block;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 45px;
        left: calc(-100% + 3.5rem);
        bottom: 0;
        z-index: 99;
        padding: 2rem 3rem;
        background: rgba(256,256,256,1);
    } */
}
div.inline-b{
	display:inline-block;
}
/* #wpadminbar{
    display: none;
} */
button.btn-back{
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    padding: 5px 15px;
    left: 10%;
    position: absolute;
}

/*
*
* new contact form strip
*
*/
.new_contact_form{
    text-align: center;
    padding: 50px 50px 0 50px;
    -moz-box-shadow: 0 0 11px rgba(1,1,1,0.44);
    -webkit-box-shadow: 0 0 11px rgb(1 1 1 / 44%);
    box-shadow: 0 0 11px rgb(1 1 1 / 44%);
    max-width: 1160px;
}
.new_contact_form p.title{
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}

.new_contact_form input[type="text"], 
.new_contact_form input[type="number"], 
.new_contact_form input[type="tel"], 
.new_contact_form input[type="email"]{
    width: 208px;
}

.new_contact_form .tx{
    margin-right: 0;
    margin-left: 15px;
}

.new_contact_form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.new_contact_form.floating-form{
    margin: -40px auto 0;
}

@media all and (max-width: 1280px){
    .new_contact_form{
        max-width: 100%;
        margin: 0 auto!important;
    }
}

@media all and (max-width: 992px){
    .new_contact_form .left.bt{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 15px;
    }
    .new_contact_form .left.bt .ease{
        width: 176px;
    }
}

@media all and (max-width: 768px){
    .new_contact_form{
        padding: 15px 30px 35px;
    }
    .new_contact_form p.title{
        font-size: 20px;
    }
    .new_contact_form .left{
        float: unset;
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
        align-items: center; 
    }
    .new_contact_form .wpcf7 input[type="text"], 
    .new_contact_form .wpcf7 input[type="email"], 
    .new_contact_form .wpcf7 input[type="tel"], 
    .new_contact_form.wpcf7 textarea{
        margin: 0 auto;
        width: 100%;
    }
}

.page-template-text .new_contact_form form .left.bt{
	margin-top: 15px;
}

@media all and (max-width: 1112px){
	.page-template-text .new_contact_form input[type="text"], 
	.page-template-text .new_contact_form input[type="number"], 
	.page-template-text .new_contact_form input[type="tel"], 
	.page-template-text .new_contact_form input[type="email"]{
		width: 100%;
	}
	.page-template-text .new_contact_form .left.bt{
		float: none;
    	width: 100%;
	}
}

/* new langing page start */
.page-template-new-lp header,
.page-template-new-lp footer,
.page-template-new-lp .soc_links{
    display: none;
}
.page-template-new-lp .site_content{
    padding: 0;
}
.page-template-new-lp .new-lp-wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
}
.page-template-new-lp .lp-left{
    width: 80%;
    display: inline-block;
    height: 97%;
    background-image: url("https://www.emun.co.il/wp-content/uploads/2022/11/new-lp-desktop-new.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
}
.page-template-new-lp .lp-right{
    width: 20%;
    background-color: #ef6429;
    height: 97%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
    position: relative;
}
.page-template-new-lp a.c2c{
    width: 100%;
    color: #000000;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    font-size: 1.5rem;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
}
.page-template-new-lp a.c2c svg{
    max-width: 32px;
    display: inline-block;
    margin-right: 20px;
}
.page-template-new-lp h1{
    font-weight: 600;
    margin-bottom: 48px;
    line-height: 1;
    color: #000000;
	font-size: 32px;
}
.page-template-new-lp .f-w input[type="tel"],
.page-template-new-lp .f-w input[type="email"],
.page-template-new-lp .f-w input[type="text"],
.page-template-new-lp .f-w input[type="submit"]{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}
.page-template-new-lp span.wpcf7-list-item{
    margin: 0;
}
.page-template-new-lp .f-w input[type="submit"]{
    margin-top: 20px;
}
.page-template-new-lp input.bt_grey_0{
    background: #000000;
    padding: 10px;
    height: auto;
    line-height: 1;
}
.f-w.checkbox{
    font-size: 14px;
    line-height: 1.2;
}
.f-w.checkbox a{
    color: blue;
    text-decoration: underline;
}
.new-lp-wrapper.mobile{
    display: none;
}
.page-template-new-lp span.wpcf7-not-valid-tip,div.wpcf7-validation-errors,div.wpcf7-response-output,div[role="alert"] {
	display:block!important;
}
.floating-c2c{
    display: none;
}
@media all and (max-width: 1440px){
	.page-template-new-lp h1{
        font-size: 30px;
    }
    .page-template-new-lp .lp-left{
        width: 75%;
    }
    .page-template-new-lp .lp-right{
        width: 25%;
    }
}
@media all and (max-width: 1120px){
	.page-template-new-lp h1{
        font-size: 26px;
    }
    .page-template-new-lp .lp-left{
        background-position: center center;
        width: 70%;
    }
    .page-template-new-lp .lp-right{
        width: 30%;
    }
}
@media all and (max-width: 782px){
    html.new-lp{
        margin: 0!important;
    }
}
@media all and (max-width: 769px){
	.new-lp-wrapper.desktop{
        display: none;
    }
	.floating-c2c{
        display: block;
        width: 40px;
        position: fixed;
        top: 50%;
        left: 0;
        background: #ef6429;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .new-lp-wrapper.mobile{
        display: flex;
        flex-direction: column;
        position: inherit;
    }
    .new-lp-wrapper.mobile .lp-top{
        background-image: url("https://www.emun.co.il/wp-content/uploads/2022/04/new-lp-mobile-up.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #000;
        background-position: center;
        padding-bottom: 100%;
    }
    .new-lp-wrapper.mobile .lp-down{
        background-image: url("https://www.emun.co.il/wp-content/uploads/2022/01/new-lp-mobile-down.jpg");
        background-repeat: no-repeat;
        background-size: auto;
        background-color: #000;
        background-position: center;
        padding-bottom: calc(110vh + 100px);
    }
	.new-lp-wrapper.mobile .lp-down img{
		display: none!important;
	}
    .new-lp-wrapper.mobile .lp-center{
        background-color: #000000;
        padding: 0 20%;
    }
    .new-lp-wrapper.mobile .form-wrapper{
        background-color: #ef6429;
        border-radius: 10px;
        padding: 10px 20px;
    }
    .page-template-new-lp h1{
        text-align: center;
    }
    .page-template-new-lp a.c2c{
        position: relative;
    }
    .new-lp-wrapper.mobile form{
        max-width: 300px;
        margin: 0 auto;
    }
}
@media all and (max-width: 500px){
    .new-lp-wrapper.mobile .lp-center{
        padding: 0 30px;
    }
}
@media all and (max-width: 360px){
    html.new-lp body .mm-page{
        overflow: auto;
    }
	.page-template-new-lp a.c2c{
		font-size: 1.2rem
	}
}
.page-template-new-lp .new-btns-wrapper{
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    flex-direction: row-reverse;
    box-shadow: 0px 0px 10px #ffffff;
	height: 50px;
}
.page-template-new-lp .new-btns-wrapper a.c2c{
    width: 50%;
    height: 100%;
    background-color: #000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 10px;
    bottom: 0;
}
.page-template-new-lp .new-btns-wrapper a.c2c svg{
    margin: 0;
}
.page-template-new-lp .form-popup-btn{
    background-color: #ef6429;
    width: 50%;
    font-size: 10px;
    color: #fff;
    height: 100%;
    text-align: center;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page-template-new-lp .form-popup-btn svg{
    max-width: 32px;
    margin: 0 auto;
}
.page-template-new-lp .form-popup{
    width: 100%;
    height: calc(100% - 48px);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background-color: #ffffff;
    display: none;
}
.page-template-new-lp .form-popup .form-wrapper{
    margin: 50% 10px;
}
.page-template-new-lp .form-popup.display{
    display: block;
}
.page-template-new-lp .form-popup span.popup-close{
    font-size: 20px;
    position: absolute;
    top: 5%;
    left: 5px;
    font-weight: 600;
}
.page-template-new-lp .grecaptcha-badge,
.page-template-new-lp #open_sogoacc.bottomleft{
	bottom: 20% !important; 
}
/* new langing page end */

/* popt-in popup btn fix */
.poptin-popup .froala-editor-button span{
	display: none !important;
}
/* popt-in popup btn fix END */

.career_job_id{
	position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 600;
}

@media all and (max-width: 768px){
	.career_job_id{
		top: unset;
		bottom: 30px;
		left: 30px;
	}
	.new-lp-wrapper.mobile .lp-down img{
		display:none;
	}
}

@media all and (max-width: 460px){
	.career_job_id{
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		margin-top: 1rem;
	}
}


.job_title{
	width: 80%;
}

/* .new-mobile-phone-menu.visible-sm.visible-xs{
	display: none !important;
} */

@media all and (max-width: 801px){
	.header_wrapper.test48 .head_in.clearfix{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
	}

	.header_wrapper.test48 .head_in.clearfix .left.logo{
		float: unset;
		left: unset;
		right: unset;
		order: 1;
		margin: 0;
	}

	.header_wrapper.test48 .head_in.clearfix .right.menu_bt{
		float: unset;
		margin-right: 0;
		order: 3;
	}

	.header_wrapper.test48 .head_in.clearfix .new-mobile-header-wrapper{
		position: unset;
		top: unset!important;
		left: unset!important;
		right: unset!important;
		display: flex;
		order: 2;
		margin: 0 auto 0 1rem;
	}
	
	.header_wrapper.test48 .head_in.clearfix .new-mobile-header-wrapper .whatsAppBtn{
		margin: 0;
	}
	
	.header_wrapper.test48 .head_in.clearfix .new-mobile-header-wrapper .enail-new-btn{
		margin: 0 16px;
	}
	
	.header_wrapper.test48 .head_in.clearfix .new-mobile-header-wrapper .new-mobile-phone-menu{
		margin-right: 0;
	}

	.header_wrapper.test48 .head_in.clearfix .right.menu_bt a{
		margin: 0;
	}
}

.archive.category .sec_0{margin-bottom:45px;}
.archive.category .sec_0 .sec_title{text-align:center;}
.archive.category .articles article:nth-child(3n){margin:0;}
.archive.category article.large{width:45%;}
.archive.category article.small{width:25%;}
.archive.category article{margin-right:2.5%;}
.archive.category article{margin-bottom:45px;}
.row article:last-child{margin:0;}
.archive.category .article_content{display:block;padding:30px;background-color:#e5e5e5;height:170px;}
.archive.category .article_im{height:430px;background-repeat:no-repeat;display:block;background-size:cover;}
.archive.category .article_title{display:block;}
.archive.category .article_title h3{font-size:22px;}
.archive.category .article_tx{display:block;font-size:16px;line-height:35px;height:70px;overflow:hidden;}
.archive.category article a{text-decoration:none;color:#3d3e41;}
.archive.category article a:hover .article_content{background-color:#3d3e41;}
.archive.category article a:hover .article_title,
.archive.category article a:hover .article_tx{color:#ffffff;}
.archive.category article{margin-right:0;margin-left:2.5%;}
.archive.category .article_title{margin-bottom:15px;}

/* maslolim start */
.page-template-maslol .table-data-section,
.page-template-trade_in .table-data-section{
    margin: 90px auto 0;
}
.page-template-maslol .table-data-section h2,
.page-template-trade_in .table-data-section h2{
    margin-bottom: 60px;
    font-size: 45px;
}
.page-template-maslol .table-data-section table,
.page-template-trade_in .table-data-section table{
    width: 100%;
    text-align: center;
}
.page-template-maslol .table-data-section table h3,
.page-template-trade_in .table-data-section table h3{
    font-size: 30px;
    margin-bottom: 20px;
	margin-top: 16px;
}

.page-template-maslol .table-data-section table span:not(.price),
.page-template-trade_in .table-data-section table span:not(.price){
/* 	max-width: 45%; */
    display: inline-block;
}

.page-template-maslol .table-data-section table span:not(.numbers),
.page-template-trade_in .table-data-section table span:not(.numbers){
/* 	max-width: 45%; */
    display: inline-block;
}

.page-template-maslol .black-cell,
.page-template-trade_in .black-cell{
    background-color: #292929;
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.page-template-maslol .table-data-section table thead tr,
.page-template-trade_in .table-data-section table thead tr{
    background-color: #f5f5f5;
}

.page-template-maslol .table-data-section table tr:nth-child(even),
.page-template-trade_in .table-data-section table tr:nth-child(even){
    background-color: #f5f5f5;
}
.page-template-maslol .table-data-section table .btn.price,
.page-template-trade_in .table-data-section table .btn.price{
    background-color: #ef6429;
    padding: 5px 10px;
    color: #ffffff;
    margin: 30px 0 30px 0;
    display: inline-block;
	line-height: 1;
}
.page-template-maslol .table-data-section table .btn.price .numbers,
.page-template-trade_in .table-data-section table .btn.price .numbers{
	font-size: 200%;
    line-height: 1;
    vertical-align: 0px;
	    display: contents;
}
.page-template-maslol .table-data-section table td,
.page-template-trade_in .table-data-section table td{
    padding: 10px 15px;
    vertical-align: middle;
    position: relative;
	border-left: 1px solid #000000;
}

.page-template-maslol .table-data-section table td:last-child,
.page-template-trade_in .table-data-section table td:last-child{
	border: none;
}

.page-template-maslol .table-data-section table td img,
.page-template-trade_in .table-data-section table td img{
	    max-width: 40px;
}

.page-template-maslol .table-data-section table td p,
.page-template-trade_in .table-data-section table td p{
	font-weight: bold;
}

.page-template-maslol .table-data-section table td span.additional-text,
.page-template-trade_in .table-data-section table td span.additional-text{
    position: absolute;
    left: 26%;
    top: 15%;
    font-size: 30px;
}
.page-template-maslol .table-data-section table tr td:last-child{
    background-color: #fcded2;
}
.page-template-maslol .table-data-section table tr:nth-child(even) td:last-child{
    background-color: #f3e4dd;
}

.page-template-maslol .accordion ,
.page-template-trade_in .accordion{
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 19px;
	font-weight: bold;
    transition: 0.4s;
}
.page-template-maslol .accordion:before,
.page-template-trade_in .accordion:before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #ef6429;
    border-right: 2px solid #ef6429;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 5px;
}
.page-template-maslol .accordion.active:before,
.page-template-trade_in .accordion.active:before{
    transform: rotate(-135deg);
    margin-bottom: 0;
}
.page-template-maslol .panel ,
.page-template-trade_in .panel{
padding: 0 18px;
display: none;
/* background-color: white; */
overflow: hidden;
}
.page-template-maslol .header_wrapper,
.page-template-trade_in .header_wrapper{
    display: none;
}
.page-template-maslol .site_content,
.page-template-trade_in .site_content{
    padding: 0;
}
.page-template-maslol .new_contact_form.floating-form,
.page-template-trade_in .new_contact_form.floating-form{
    margin: 0 auto;
}
.maslul-main-image{
    /* min-height: 400px; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    position: relative;
}
.maslul-main-image img{
    /* display: none; */
    max-width: 100%;
    height: auto;
	width: 100%;
}
.maslul-main-image a,
.maslul-main-image img{
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
.tbl-btn{
    color: #ffffff;
    background-color: #ef6429;
    padding: 10px 30px;
    line-height: 1;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 0 11px rgb(1 1 1 / 44%);
}
.tbl-btn:hover{
	    background-color: #000000;
}
.tbl-bottom-text{
    margin: 20px 0;
}
.action-section{
    text-align: center;
    background-color: #ef6429;
    padding: 20px;
    color: #ffffff;
    margin-top: 50px;
}
.action-section span,
.action-section a{
    color: #ffffff;
	margin-top:15px;
    background-color: #2b2b2b;
    padding: 10px 30px;
    line-height: 1;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 0 11px rgb(1 1 1 / 44%);
}
.boxs-icons-section{
    margin-top: 70px;
}
.boxs-icons-section h2{
    text-align: center;
}
.boxs-icons-section .box-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxs-icons-section .box-wrapper .single-box{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
	justify-content: center;
}
.boxs-icons-section .box-wrapper .single-box:nth-child(2){
	padding: 20px 50px;
	    border-right: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
	margin-left: 25px;
}
.boxs-icons-section .box-wrapper .single-box img{
	max-width: 50px;
}
.boxs-icons-section .box-wrapper .single-box h3{
    font-size: 25px;
    margin-right: 20px;
}
.questions-section{
    margin-top: 60px;
}
.questions-section h2{
    text-align: center;
}

.table-data-section.mb{
    display: none;
}

.mb-slider-wrapper{
    display: flex;
}
.mb-slider-wrapper .headint-container{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #000000;
    color: #ffffff;
}
.mb-slider-wrapper .headint-container .title{
    display: block;
    border-bottom: 2px solid #fff;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.mb-slider-wrapper .headint-container .title:first-of-type{
	border-top: 2px solid #ffffff;
}
.mb-slider-wrapper .slider-container{
    width: 65%;
}

.mb-slider-wrapper .headint-container .tbl.bage{
    background-color: #ef6429;
    text-align: center;
    border-radius: 50%;
    z-index: 8;
    transform: rotate(-20deg);
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    padding: 15px 0px;
    margin: 19px 0;
    width: 110px;
    height: 110px;
	display: inline-block;
}

.mb-slider-wrapper .headint-container .tbl.bage .bage_small_text{
	font-size: 12px;
}

.mb-slider-wrapper .slick-prev,
.mb-slider-wrapper .slick-next{
    position: absolute;
    bottom: 46%;
    background-position: center;
    background-size: 100%!important;
    border: 0;
    height: 45px;
    width: 45px;
	z-index: 8;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 0;
}
.mb-slider-wrapper .slick-prev{
    left: 10px;
    background: url(https://www.emun.co.il/wp-content/uploads/2022/08/Frame-5.png) no-repeat center;
}
.mb-slider-wrapper .slick-next{
    right:10px;
    background: url(https://www.emun.co.il/wp-content/uploads/2022/08/Frame-6.png) no-repeat center;
}
.mb-slider-wrapper .slick-list.draggable{
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}
.mb-slider-wrapper .single-slide{
    display: flex !important;
    flex-direction: column;
	border-left: 2px solid #000000;
    margin: 0 2px;
}
.mb-slider-wrapper .single-slide img{
    max-width: 22px;
    margin: 0 auto;
}
.mb-slider-wrapper .icon_and_text{
    position: relative;
}
.mb-slider-wrapper .icon_and_text .additional-text{
    position: absolute;
    top: 10px;
    left: 35%;
    font-size: 20px;
}
.mb-slider-wrapper .slide_orang_btn{
    margin-top: 16px;
}
.page-template-maslol .bottom_banner,
.page-template-trade_in .bottom_banner{
    margin: 60px 0 25px;
}

.page-template-maslol .bottom_banner.maslul,
.page-template-trade_in .bottom_banner.maslul{
	margin: 0;
}
.page-template-maslol .bottom_banner.maslul img,
.page-template-trade_in .bottom_banner.maslul img{
	max-width: 100%;
    height: auto;
}
.page-template-maslol .bottom_banner.maslul:hover,
.page-template-trade_in .bottom_banner.maslul:hover{
	cursor: pointer;
}

.page-template-maslol .bottom_banner a,
.page-template-trade_in .bottom_banner a{
    display: block;
    width: 100%;
}

.page-template-maslol .bottom_banner a img,
.page-template-trade_in .bottom_banner a img{
    width: 100%;
    height: auto;
}

.page-template-maslol footer,
.page-template-trade_in footer{
    display: none;
}
.page-template-maslol .tbl.container,
.page-template-trade_in .tbl.container{
	position: relative;
}
.page-template-maslol .tbl.container .tbl.bage,
.page-template-trade_in .tbl.container .tbl.bage{
	position: absolute;
    bottom: 96%;
    left: -33px;
    background-color: #ef6429;
    text-align: center;
    font-size: 30px;
    line-height: .9;
    padding: 20px;
    border-radius: 50%;
    z-index: 1;
    transform: rotate(-20deg);
    color: #ffffff;
}
.page-template-maslol .tbl.container .tbl.bage .bage_small_text,
.page-template-trade_in .tbl.container .tbl.bage .bage_small_text{
	font-size: 11px;
	line-height: 15px;
}
.page-template-maslol .bottom_banner .mobile_only,
.page-template-trade_in .bottom_banner .mobile_only{
	display: none;
}

.page-template-maslol .single-slide > *,
.page-template-trade_in .single-slide > *{
	height: 45px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page-template-maslol .single-slide > *:nth-child(odd),
.page-template-trade_in .single-slide > *:nth-child(odd){
	background-color: #f5f5f5;
}

.page-template-maslol .single-slide .tb-col-head,
.page-template-trade_in .single-slide .tb-col-head{
	height: auto;
}

.page-template-maslol .maslol-c2c,
.page-template-trade_in .maslol-c2c{
	display: none;
}

.page-template-maslol .action-section.buttom-mb-banner,
.page-template-trade_in .action-section.buttom-mb-banner{
	display: none;
}

@media screen and (max-width: 1281px){
    .page-template-maslol .new_contact_form.floating-form,
    .page-template-trade_in .new_contact_form.floating-form{
        margin: 0 20px!important;
    }
	.page-template-maslol .tbl.container .tbl.bage,
    .page-template-trade_in .tbl.container .tbl.bage{
		bottom: 98%;
	}
}
@media screen and (max-width: 990px){
    .page-template-maslol .table-data-section table td span.additional-text,
    .page-template-trade_in .table-data-section table td span.additional-text{
        font-size: 25px;
        top:30%;
    }
    .page-template-maslol .boxs-icons-section .box-wrapper,
    .page-template-trade_in .boxs-icons-section .box-wrapper{
        flex-direction: column;
    }
    .page-template-maslol .boxs-icons-section .box-wrapper .single-box,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box{
        width: 45%;
    }
    .page-template-maslol .boxs-icons-section .box-wrapper .single-box:nth-child(2),
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box:nth-child(2){
		margin: 0;
		padding: 0;
		border: none;
        position: relative;
    }
    .page-template-maslol .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::after,
    .page-template-maslol .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::before,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::after,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::before{
        content: '';
        position: absolute;
        right: 0;
        height: 2px;
        width: 50%;
        background-color: #c6c6c6;
    }
    .page-template-maslol .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::after,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::after{
        top:100%;
    }
    .page-template-maslol .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::before,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3::before{
        bottom: 100%;
    }
	.page-template-maslol .tbl.container .tbl.bage,
    .page-template-trade_in .tbl.container .tbl.bage{
		bottom: 99%;
		font-size: 20px;
		line-height: 1;
    	padding: 20px 10px;
	}
	.page-template-maslol .boxs-icons-section .box-wrapper .single-box img,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box img{
		max-width: 50px;
	}
	.page-template-maslol .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box:nth-child(2) h3{
		padding: 20px 0;
		position: relative;
	}
}
@media screen and (max-width: 800px){
	.page-template-maslol .tbl.container .tbl.bage,
    .page-template-trade_in .tbl.container .tbl.bage{
		padding: 10px 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: inline-block;
		width: 85px;
	}
	.page-template-maslol .tbl.container .tbl.bage .bage_small_text,
    .page-template-trade_in .tbl.container .tbl.bage .bage_small_text{
		    font-size: 9px;
	}
	.page-template-maslol .new_contact_form.floating-form,
    .page-template-trade_in .new_contact_form.floating-form{
		display: none;
		position: absolute;
	}
	.page-template-maslol .table-data-section,
    .page-template-trade_in .table-data-section{
		margin: 18px auto 0;
	}
	.page-template-maslol .table-data-section h2,
    .page-template-trade_in .table-data-section h2{
		margin-bottom: 18px;
	}
	.page-template-maslol .tbl.container .tbl.bage,
    .page-template-trade_in .tbl.container .tbl.bage{
		display: none;
	}
	.page-template-maslol .black-cell,
    .page-template-trade_in .black-cell{
		width: 149px!important;
		font-size: 13px;
	}
	.page-template-maslol .table-data-section table td,
    .page-template-trade_in .table-data-section table td{
		width: auto;
	}
	.page-template-maslol .table-data-section table .btn.price,
    .page-template-trade_in .table-data-section table .btn.price{
		    margin: 22px 0 12px 0;
	}
	.page-template-maslol .table-data-section table h3,
    .page-template-trade_in .table-data-section table h3{
		font-size: 20px;
    	margin-bottom: 0;
	}
    .page-template-trade_in .black-cell{
        max-width: 150px!important;
    }
}
@media screen and (max-width: 641px){
    .page-template-maslol .new_contact_form.floating-form,
    .page-template-trade_in .new_contact_form.floating-form{
        margin: 0 11%!important;
    }
    .page-template-maslol .table-data-section,
    .page-template-trade_in .table-data-section{
/*         margin: 40px auto 0; */
        overflow-x: scroll;
    }
    .page-template-maslol .table-data-section .tbl.container,
    .page-template-trade_in .table-data-section .tbl.container{
        width: 1200px;
    }
    .page-template-maslol .tbl-bottom-text,
    .page-template-trade_in .tbl-bottom-text{
        padding: 0 20px;
		font-size: 4vw;
    }
	.page-template-maslol .tbl.container .tbl.bage,
    .page-template-trade_in .tbl.container .tbl.bage{
		    left: unset;
	}
	.page-template-maslol .table-data-section h2,
    .page-template-trade_in .table-data-section h2{
/* 		margin-bottom: 70px; */
    	font-size: 8vw;
	}
	.page-template-maslol .table-data-section table img,
    .page-template-trade_in .table-data-section table img{
		width: 22px;
	}
	.page-template-maslol .action-section.container h2,
    .page-template-trade_in .action-section.container h2{
		font-size: 22px;
	}
	.page-template-maslol .boxs-icons-section .box-wrapper .single-box img,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box img{
		max-width: 25px;
	}
	.page-template-maslol .boxs-icons-section .box-wrapper,
    .page-template-trade_in .boxs-icons-section .box-wrapper{
		padding: 0 20px;
    	margin: 0 15px;
	}
	.boxs-icons-section .box-wrapper .single-box h3{
		font-weight: 600;
		font-size: 20px;
	}
	.page-template-maslol .bottom_banner img,
    .page-template-trade_in .bottom_banner img{
		display: none;
	}
	.page-template-maslol .bottom_banner img.mobile_only,
    .page-template-trade_in .bottom_banner img.mobile_only{
		display: block;
	}
	.tbl-bottom-text{
		margin: 16px 0;
	}
	.page-template-maslol .action-section.container{
		position: fixed;
		bottom: 0;
		z-index: 9;
		width: 100%;
		display: none;
	}
	.page-template-maslol .accordion,
    .page-template-trade_in .accordion{
		display: flex;
    	flex-direction: row-reverse;
		justify-content: space-between;
		padding: 18px 10px 18px 0;
		font-weight: 500;
	}
	.page-template-maslol .accordion.active,
    .page-template-trade_in .accordion.active{
		font-weight: 600;
	}
	.page-template-maslol .single-question,
    .page-template-trade_in .single-question{
		border: 2px solid #cccccc;
		border-radius: 20px;
/* 		margin-right: -17px; */
		margin-bottom: 10px;
		padding: 5px 15px;
		width: 99%;
	}
	.page-template-maslol .single-question.active,
    .page-template-trade_in .single-question.active{
		border-color: #545454;
	}
	.page-template-maslol .table-data-section{
		/*display: none;*/
	}
	.page-template-maslol .table-data-section.mb{
		display: block;
	}
	.page-template-maslol .single-slide .tb-col-head h3,
	.page-template-maslol .single-slide .tb-col-head div,
    .page-template-trade_in .single-slide .tb-col-head h3,
    .page-template-trade_in .single-slide .tb-col-head div{
		font-size: 16px;
	}
	.page-template-maslol .single-slide .tb-col-head h3,
    .page-template-trade_in .single-slide .tb-col-head h3{
		margin-top: 16px;
	}
	.page-template-maslol .single-slide .tb-col-head .tbl-price,
    .page-template-trade_in .single-slide .tb-col-head .tbl-price{
		background-color: #ef6429;
		color: #ffffff;
		padding: 10px 20px;
		line-height: 1;
		margin: 20px 0;
	}
	.page-template-maslol .boxs-icons-section,
    .page-template-trade_in .boxs-icons-section{
		margin-top: 45px;
	}
	.page-template-maslol .questions-section,
    .page-template-trade_in .questions-section{
		margin-top: 10px;
    	background-color: #f0f0f0;
	}
	.page-template-maslol .questions-section h2,
    .page-template-trade_in .questions-section h2{
		margin: 21px 0;
	}
	.page-template-maslol .bottom_banner,
    .page-template-trade_in .bottom_banner{
		margin: 0;
	}
	.page-template-maslol .accordion,
    .page-template-trade_in .accordion{
		background-color: #f0f0f0;
	}
	.page-template-maslol .single-slide p:first-of-type,
    .page-template-trade_in .single-slide p:first-of-type{
		font-weight: bold;
	}
	.page-template-maslol .questions-section.container .accordion-wrapper,
    .page-template-trade_in .questions-section.container .accordion-wrapper{
		padding: 0 10px;
	}
	.page-template-maslol .maslol-c2c,
    .page-template-trade_in .maslol-c2c{
		display: block;
		font-family: 'FontAwesome';
		position: fixed;
		left: 0px;
		top: 40%;
		z-index: 9;
		font-size: 25px;
		background-color: #000;
		padding: 5px 7px 5px 4px;
	}
	.page-template-maslol .maslol-c2c.mail,
    .page-template-trade_in .maslol-c2c.mail{
		top: calc(40% + 35px);
		font-size: 20px;
		background-color: #ef6429;
		color: #ffffff;
	}
	.page-template-maslol .soc_links,
    .page-template-trade_in .soc_links{
		display: none;
	}
	.page-template-maslol .dis-none-mb,
    .page-template-trade_in .dis-none-mb{
		display: none;
	}
	.mb-tbl-bage{
		height: 152px;
		width: 100%;
		text-align: center;
	}
	.page-template-maslol .bottom_banner.maslul img,
    .page-template-trade_in .bottom_banner.maslul img{
		width: 100%;
		height: auto;
	}
	.page-template-maslol .action-section.buttom-mb-banner,
    .page-template-trade_in .action-section.buttom-mb-banner{
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 9;
		width: 100%;
	}
}
@media screen and (max-width: 521px){
	.page-template-maslol .boxs-icons-section .box-wrapper .single-box,
    .page-template-trade_in .boxs-icons-section .box-wrapper .single-box{
		width: 90%;
	}
	.mb-slider-wrapper .headint-container .title{
		font-size: 12px;
	}
    .page-template-trade_in .tbl.container{
        max-width: 90%!important;
    }
    .page-template-trade_in .table-data-section table td span.additional-text{
        font-size: 20px;
        top: 16%;
    }
}
@media screen and (max-width: 376px){
	.page-template-maslol .table-data-section .tbl.container,
    .page-template-trade_in .table-data-section .tbl.container{
		width: 800px;
	}
	.page-template-maslol .action-section.container,
    .page-template-trade_in .action-section.container{
		bottom: -10px;
	}
	.page-template-maslol .action-section.container h2,
    .page-template-trade_in .action-section.container h2{
		font-size: 20px;
	}
	.page-template-maslol .action-section.container p,
    .page-template-trade_in .action-section.container p{
		font-size: 15px;
	}
	.page-template-maslol .bottom_banner,
    .page-template-trade_in .bottom_banner{
		margin: 10px 0 50px;
	}
    .page-template-trade_in .table-data-section table td span.additional-text{
        font-size: 15px;
        top: 26%;
        left: 22%;
    }
}
.contact-popup-overlay{
	display: none;
}
.contact-popup-overlay .popup-close{
	width: 20px;
    height: 20px;
    position: fixed;
    color: #ffffff;
    right: 5vw;
    top: 16vw;
    font-size: 20px;
    font-weight: bold;
}
body.open-popup-contact .new_contact_form.floating-form.open{
	display: block;
    z-index: 9;
/* 	position: fixed;
	top:7%; */
	position: fixed;
    max-width: 290px;
    left: 0;
    right: 0;
    top: 10vh;
}
body.open-popup-contact .contact-popup-overlay{
	position: absolute;
    width: 101%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    z-index: 9;
	display: block;
}
.page-template-maslol .new_contact_form.floating-form,
.page-template-trade_in .new_contact_form.floating-form{
	max-width: 1160px;
	margin: 0 auto!important;
}
/* maslolim END */

/* new career page css START */
.page-template-career-main .sec_0{margin-bottom:45px;}
.page-template-career-main .sec_0 .sec_title{text-align:center;}
.page-template-career-main .articles article:nth-child(3n){margin:0;}
.page-template-career-main article.large{width:45%;}
.page-template-career-main article.small{width:25%;}
.page-template-career-main article{margin-right:2.5%;}
.page-template-career-main article{margin-bottom:45px;}
.page-template-career-main .article_content{display:block;padding:30px;background-color:#e5e5e5;height:170px;}
.page-template-career-main .article_im{height:430px;background-repeat:no-repeat;display:block;background-size:cover;background-position: center;}
.page-template-career-main .article_title{display:block;}
.page-template-career-main .article_title h3{font-size:22px;}
.page-template-career-main .article_tx{display:block;font-size:16px;line-height:35px;height:70px;overflow:hidden;}
.page-template-career-main article a{text-decoration:none;color:#3d3e41;}
.page-template-career-main article a:hover .article_content{background-color:#3d3e41;}
.page-template-career-main article a:hover .article_title,.page-template-career-main article a:hover .article_tx{color:#ffffff;}
.page-template-career-main .article_title{margin-bottom:15px;}
.page-template-career-main article{margin-right:0;margin-left:2.5%;}
/* new career page css END */

/* maslol popup form START */
.maslol_popup_form{
	display:none;
	position: fixed;
    top: 15vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    z-index: 9;
    justify-content: center;
    align-items: center;
}
.maslol_popup_form.open{
	display: flex;
}
.maslol_popup_form form{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.maslol_popup_form p.title{
	margin: 30px 63px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.maslol_popup_form form .left{
	margin: 0 0 15px;
}
@media screen and (min-width: 768px){
	.contact-popup-overlay .popup-close{
/* 		right: 35vw; */
    	top: 11vh;
	}
}

@media screen and (min-width: 992px){
	.contact-popup-overlay .popup-close{
		right: 200px;
	}
}

@media screen and (max-width: 992px){
	.maslol_popup_form .left.bt{
		width: 40%;
		display: inline-block;
		margin-top: 15px;
	}
}
@media screen and (max-width: 521px){
	.maslol_popup_form{
		max-width: 290px;
    	width: 100%;
	}
	.maslol_popup_form .form-wrapper{
		width: 100%;
	}
	.maslol_popup_form .form-wrapper input{
		width:85%;
		margin: 0 auto;
	}
}
/* maslol popup form END */

/* Trade-in START */
.page-template-trade_in .tbl.container{
    max-width: 75%;
}
.page-template-trade_in .black-cell{
    max-width: 100px;
}
/* Trade-in END */



/* SEOC */

@media (max-width: 767px) {

	.padding-15-mobile {
	  padding: 15px;
	}
	
	.single-emun-landing-page .hide-mobile-title .table {
		display: none;
	}
	
	.single-emun-landing-page .sec_0.hide-mobile-title .im {
		margin-bottom: 0;
	}
    
} /*767*/



/* Maslol */


@media (max-width: 767px) {

	.page-id-6610 .free-text {
		display:block!important;
	}
	
	.page-id-6610 .free-text h1 {
		margin-top:0!important;
	}
    
} /*767*/




/* New form */

.seoc-form.v1 {
	background-color: #e5e5e5;
    margin-top: 20px !important;
    padding: 40px 40px 20px 40px;
}



.seoc-form.v1 .title-v1 {
    font-size: 25px;
    text-align: center;
    color: #ef6429;
    font-weight: bold;
    margin-bottom: 40px;
}


.seoc-form.v1 .contact_fullwidth {
	width: 100%;
}



@media (max-width: 767px) {

	.seoc-form.v1 {
		padding: 40px 20px 20px 20px;
	}
	
	.seoc-form.v1 .contact_input {
		width: 100%;
		float: none;
	}

    
} /*767*/



/* Hide the English */

#mm-0 > div:nth-child(13),
.en_link  {
	display: none !important
}


/* Articles form */

.articles-contact-form-container.article_main.inner_textpage {
	margin-bottom: 45px !important;
}





@media (max-width: 767px) {

	.page-template-maslol .table-data-section.top {
		display: none;
	}

    
} /*767*/





/* SEOC EMUN LANDING PAGE*/
.no-top-margin {
	margin-top:0 !important;
}


.show-on-mobile {
	display: none;
}

.single-emun-landing-page .mobile-number-text {
	vertical-align: bottom;
    font-size: 17px;
    font-family: "Heebo",sans-serif;
    font-weight: bold;
}


.single-emun-landing-page .new-mobile-phone-menu button.main-phone-icon {
    background: #ef6429;
    color: #fff;
    border-radius: 25px;
    padding: 4px 14px 7px 7px;
}

.single-emun-landing-page .new-mobile-phone-menu button.main-phone-icon a {
	color: #fff;
    text-decoration: none;
}

.single-emun-landing-page .new-mobile-phone-menu .dial_phone {
    margin-right: 5px;
    margin-left: 5px;
}

.single-emun-landing-page .new-mobile-header-wrapper {
    margin: 0 auto 0 0 !important;
}	
	

.single-emun-landing-page .landing_section_title {
    text-align: center;
    margin-bottom: 35px;
}



.single-emun-landing-page section.contact_boxes.sec_3  .item_grid.skin_black {
    background: #1d1f24;
    color: white;
}


.single-emun-landing-page .contact_boxes.sec_3 .size_0 {
    width: 50%;
}


.single-emun-landing-page .contact_boxes.sec_3 .content {
    padding: 0 12%;
}


.single-emun-landing-page section.contact_boxes.sec_3 .box_video a {
    background-size: 180%;
    cursor: pointer;
}




.single-emun-landing-page nav.mobile-sticky-buttons {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
}

.single-emun-landing-page .mobile-sticky-buttons__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-emun-landing-page .btn-email, 
.single-emun-landing-page .btn-phone {
  display: block;
  width: 48%;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background-color: #ef6429;
  font-size: 16px;
  font-weight: bold;
}


.single-emun-landing-page .btn-email i,
.single-emun-landing-page .btn-phone i {
	vertical-align: inherit;
    margin-right: 7px;
}



.single-emun-landing-page footer  aside .strip_grey {
	display:none;
}

.single-emun-landing-page  .sec_servicesgrid .tx {
	overflow: unset;
	height: auto;
}



.single-emun-landing-page .form-checkbox {
    /*margin-top: -17px;*/
    margin-bottom: 15px;
	
	width: 100%;
    text-align: right;
    max-width: 927px;
	
}

.single-emun-landing-page .form-checkbox .wpcf7-list-item-label {
	color: #FFF;
}



.single-emun-landing-page .new_contact_form input[type="text"], 
.single-emun-landing-page .new_contact_form input[type="number"], 
.single-emun-landing-page .new_contact_form input[type="tel"], 
.single-emun-landing-page .new_contact_form input[type="email"] {
	width: 100%;
}


.single-emun-landing-page .bt_orange_3.black {
	margin-top: 15px;
}

.single-emun-landing-page .bt_orange_3.black input {
	background: black;
}


.single-emun-landing-page .work-with-us-text,
.single-emun-landing-page .work-with-us-text a {
	color:#fff;
	font-size: 21px;
	text-align:center;
	padding-bottom: 30px;
}

.single-emun-landing-page .work-with-us-text a { 
	text-decoration:underline;
}


.single-emun-landing-page .new_contact_form {
    /*padding: 30px 30px 0 30px;*/
	padding: 4px 30px 0 30px;
}

@media (min-width: 768px) {

	.single-emun-landing-page .site_content	 {
		padding-bottom: 60px;
	}

	.single-emun-landing-page nav.mobile-sticky-buttons {
		display: none;
	}
}



.single-emun-landing-page .landing_section_desc {
	max-width: 1160px;
    margin: 0 auto 30px;
    text-align: justify;
}


@media only screen and (max-width: 1100px) {
	
	.single-emun-landing-page  .sec_3 .size_0, 
	.single-emun-landing-page  .size_0 {
		height: auto;
		width: 100% !important;
		overflow: hidden;
	}

}

.single-emun-landing-page .menu_service {
	display: inline-block;
}


.single-emun-landing-page  .menu_service.free_button {
	width: auto;
	margin-left: 10px;
}

.single-emun-landing-page .menu_service.free_button .bt_orange_0 a{
	padding: 1px 22px;
}

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

	.single-emun-landing-page .menu_service  {
		display:none;
	}
} /* 991 */


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

	 .single-emun-landing-page  .new-mobile-phone-menu button.main-phone-icon {
		padding: 7px 10px 7px 10px !important;
	}

} /* 767 */




@media only screen and (max-width: 800px) {
	.single-emun-landing-page  .item_grid:before {
		padding-top: 0;
	}
	
	.single-emun-landing-page   .sec_servicesgrid,
	.single-emun-landing-page   .sec_1 .inner_width, 
	.single-emun-landing-page   .sec_servicesgrid .inner_width {
		padding-bottom: 0 !important;
	}
	
} /* 800 */


	.single-emun-landing-page span.wpcf7-not-valid-tip {
		color: #fff;
		margin-bottom: 35px;
	}

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

	
	.single-emun-landing-page .site_content {
		padding-top: 36px;
	}
	
	.single-emun-landing-page h2 {
		margin-bottom: 15px;
	}
	
	
	.single-emun-landing-page section.sec_0 .no_mobile.tx {
		text-align:right;
	}
	
	.single-emun-landing-page .sec_0 .im {
		margin-bottom: 8px;
	}
	
	
	/* form */
	
	.single-emun-landing-page .form .order_1 {
		order: 1;
	}
	
	.single-emun-landing-page .form .order_2 {
		order: 2;
	}
	
	.single-emun-landing-page .form .order_3 {
		order: 3;
	}
	
	.single-emun-landing-page .form .order_4 {
		order: 4;
	}
	.single-emun-landing-page .form .order_5 {
		order: 5;
	}
	
	.single-emun-landing-page .form-checkbox input {
		width: auto;
	}
	
	.single-emun-landing-page .form-checkbox .wpcf7-list-item  {
		margin: 0;
		text-align: right;
		margin-top: 11px;
	}
	
	.single-emun-landing-page span.wpcf7-not-valid-tip {
		display: inline !important;
		margin-bottom:0;
		color: #fff;
	}
	
	.single-emun-landing-page .contact_input,
	.single-emun-landing-page .contact_textarea {
		width: 100%;
	}
	
	
	.show-on-mobile {
		display: block !important;
	}
	
	
	.single-emun-landing-page .bt_orange_3.black br {
		display: none;
	}


	.single-emun-landing-page  .grecaptcha-badge { 
		visibility: hidden;
	}


	.single-emun-landing-page  #open_sogoacc.bottomleft {
		bottom: 75px;
	}
	
	.single-emun-landing-page .back_top {
		bottom: 60px;	
	}
	
	.single-emun-landing-page .footer {
		margin-top: 0 !important;
	}

	
	.landing-mobile-title {
		font-size: 27px;
		margin: 0;
		font-weight: 600;
		line-height: 1.2;
	}

	
} /* 767 */



@media only screen and (max-width: 469px) {
	.single-emun-landing-page .mobile-number-text {
		font-size: 0.55em;
		line-height: 21px;
	}

} /* 469 */




@media (min-width: 320px) and (max-width: 365px) { 

	.single-emun-landing-page .new-mobile-phone-menu button.main-phone-icon {
		font-size: 17px;
	}

} /* 320 - 365 */





.single-emun-landing-page .sec-faq  {
	margin: 70px auto 30px;
}

.single-emun-landing-page .sec-faq h2 {
	margin-bottom: 20px;
}

.single-emun-landing-page .sec-faq .accordion  {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 19px;
    font-weight: bold;
    transition: 0.4s;
}


.single-emun-landing-page .sec-faq .accordion:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #ef6429;
    border-right: 2px solid #ef6429;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 5px;
}


.single-emun-landing-page .sec-faq .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}


.single-emun-landing-page .accordion.active:before {
	transform: rotate(-135deg);
	margin-bottom: 0;
}




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


	.single-emun-landing-page  .questions-section.container .accordion-wrapper {
		padding: 0 10px;
	}



	.single-emun-landing-page .single-question  {
		border: 2px solid #cccccc;
		border-radius: 20px;
		margin-bottom: 10px;
		padding: 5px 15px;
	}


	.single-emun-landing-page  .accordion {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 18px 10px 18px 0;
		font-weight: 500;
	}
	
	.single-emun-landing-page .questions-section .accordion:before {
		position: absolute;
		left: -5%;
		top: 36%;
	}
	
	.single-emun-landing-page .bottom_banner.maslul .desktop_only {
		display: none;
	}
	
	.single-emun-landing-page .bottom_banner.maslul img {
		width: 100%;
	}
	

} /* 767 */





/* main banner mods */

.page_main-banner-title {
	display:  block;
	font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
}


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


	section.sec_0 .title .page_main-banner-title {
		font-size: 27px;
	}

	.block_white .page_main-banner-title {
		font-size: 32px;
		margin: 0;
	}


} /* max-width: 800 */




/* Routes page */

/*
.routes-section--background .im {
	height: 870px !important;
}
*/


/* General defs */

.routes-section {
	margin: 80px 0;
	padding: 0 15px;
}



/* Top main section */

.sec_main-general {}

.sec_const_width {
	max-width:940px;
}

.sec_main-general__title {
	font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}


.sec_main-general__text {
    font-weight: 500;
}



/* Contact */

.routes-section.sec_contact {
	margin: 0 auto;
    padding: 40px 15px 30px;
}


.sec_contact__title {
	text-align: center;
    color: #fff;
    font-size: 37px;
    font-weight: 500;
}



.sec_contact__text {
	color: #fff;
    text-align: center;
    font-weight: 200;
    margin-bottom: 25px;
}


.sec_contact .bt_orange_3 input {
	background-color: #000;
    margin-top: 25px;
}


.sec_contact .wpcf7-checkbox {
	color: #fff;
}


/* Routes */

.routes-section {
	margin: 0;
}




.sec_main-general {
	margin: 0 auto;
    padding: 40px 0 30px;
}

.sec_routes__title-container {
	text-align: center;
	margin-bottom: 35px;
}


.sec_routes__title-inner {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #3f51b5;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  transform-origin: 0 100%;
  transform: skewX(-20deg);
  overflow: hidden; /* To hide overflow when text exceeds the width */
}

.sec_routes__title{
	transform: skewX(20deg);
	font-size: 35px;
    font-weight: 600;
    min-width: 450px;
}



.sec_routes_anchor .route-anchor-list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}

.sec_routes_anchor .route-anchor-list .route-anchor-text a:hover {
	text-decoration:none;
}

.sec_routes_anchor .route-anchor-list .route-anchor-container {
	display: inline-block;
	margin-left: 2px;
}


.sec_routes_anchor .route-anchor-list .route-anchor-container .route-anchor-inner { 
	position: relative;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	padding: 4px 14px;
	line-height: 1em;
	font-weight: bold;
	transform-origin: 0 100%;
	transform: skewX(-10deg);
	overflow: hidden;
	min-width: 150px;
}


.sec_routes_anchor .route-anchor-list .route-anchor-container .route-anchor-inner .route-anchor-text {  
	transform: skewX(10deg);
	line-height: 1.2em;
    font-size: 24px;
}

.sec_routes_anchor .route-anchor-list .route-anchor-container:last-child {
	margin-left:0;
	padding-left:0;
}

.page-template-seoc-routes .new-mobile-phone-menu button.main-phone-icon {
    background: #ef6429;
    color: #fff;
    border-radius: 25px;
    padding: 4px 14px 7px 7px;
}

.page-template-seoc-routes .new-mobile-phone-menu button.main-phone-icon a {
    color: #fff;
    text-decoration: none;
}



.page-template-seoc-routes .properties_sec .property-item.property-item-container.bold  {
	-webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
}


.page-template-seoc-routes .sec_main-general__text p {
    margin-bottom: 15px;
}



.page-template-seoc-routes .questions-section  {
	margin: 30px auto 30px;
}

.page-template-seoc-routes  .questions-section h2 {
	margin-bottom: 20px;
}

.page-template-seoc-routes .questions-section .accordion  {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 19px;
    font-weight: bold;
    transition: 0.4s;
}


.page-template-seoc-routes  .questions-section  .accordion:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #ef6429;
    border-right: 2px solid #ef6429;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 5px;
}


.page-template-seoc-routes .questions-section  .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}


.page-template-seoc-routes .accordion.active:before {
	transform: rotate(-135deg);
	margin-bottom: 0;
}


.page-template-seoc-routes .bottom_banner.maslul img {
	width:100%;
}





.page-template-seoc-routes nav.mobile-sticky-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
}

.page-template-seoc-routes .mobile-sticky-buttons__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-template-seoc-routes .btn-email, 
.page-template-seoc-routes .btn-phone {
  display: block;
  width: 48%;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background-color: #ef6429;
  font-size: 16px;
  font-weight: bold;
}


.page-template-seoc-routes .btn-email i,
.page-template-seoc-routes .btn-phone i {
	vertical-align: inherit;
    margin-right: 7px;
}





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

/* General defs */

	.hide-br-mobile br {
		display:none;
	}
	
	
/* top main section */

	.sec_main-general__title {
		font-size: 39px;
	}

	.sec_main-general__text {
		text-align:justify;
	}
	
	
	.sec_main-general  {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.sec_routes_anchor .route-anchor-list .route-anchor-container .route-anchor-inner .route-anchor-text br {
		display:block;
	}
	
	.sec_routes_anchor .route-anchor-list .route-anchor-container .route-anchor-inner {
		min-width: auto;
	}
	
	.route-anchor-text a {
		font-size: 4vw;
		line-height: 1.2em;
	}
	
	.sec_routes__title-inner {
		max-width: 100%;
		min-width: 255px;
		margin-right: 8%;
	}
	
	.sec_routes__title {
		font-size: 6vw;
		font-weight: 600;
		min-width: auto;
	}
	
	.page-template-seoc-routes  .left-circle {
		left: 3% !important;
		width: 90px !important;
		height: 90px !important;
	}		
	
	.page-template-seoc-routes  .right-circle {
		right: 3% !important;
		width: 90px !important;
		height: 90px !important;
	}
	
	
	.page-template-seoc-routes .right-circle .circle-text,
	.page-template-seoc-routes .left-circle .circle-text {
		font-size: 22px !important;
	}
	
	.properties_sec {
		padding-bottom: 35px;
	}
	
	.properties_sec .properties-list .property-item {
		display: block !important;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	
	.route-list-legal-text {
		padding-bottom: 10px !important;
	}
	
	.page-template-seoc-routes .new-mobile-phone-menu button.main-phone-icon {
		padding: 7px 10px 7px 10px !important;
	}
	
	.page-template-seoc-routes .mobile-number-text {
		vertical-align: bottom;
		font-size: 17px;
		font-family: "Heebo",sans-serif;
		font-weight: bold;
	}
	
	.page-template-seoc-routes  .new-mobile-phone-menu .dial_phone {
		margin-right: 5px;
		margin-left: 5px;
	}
	
	
	/* Routes */
	
	.page-template-seoc-routes  .questions-section.container .accordion-wrapper {
		padding: 0 10px;
	}



	.page-template-seoc-routes .single-question  {
		border: 2px solid #cccccc;
		border-radius: 20px;
		margin-bottom: 10px;
		padding: 5px 15px;
	}


	.page-template-seoc-routes  .accordion {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 18px 10px 18px 0;
		font-weight: 500;
	}
	
	.page-template-seoc-routes .questions-section .accordion:before {
		position: absolute;
		left: -5%;
		top: 36%;
	}
	
	.page-template-seoc-routes .bottom_banner.maslul .desktop_only {
		display: none;
	}
	
	
	.page-template-seoc-routes nav.mobile-sticky-buttons {
		display: block;
	}
	
	
	/*
	.landing-mobile-title {
		font-size: 27px;
		margin: 0;
		font-weight: 600;
		line-height: 1.2;
	}*/

} /* 767 */



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

	.page-template-seoc-routes  .footer {
		margin-top: 0 !important;
	}

}



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

	.sec_routes_anchor .route-anchor-list .route-anchor-container {
		margin-left: -0.6vw !important;
		padding-left: 0.1rem;
	}
	
	
	.page-template-seoc-routes .left-circle {
		left: -2% !important;
		width: 70px !important;
		height: 70px !important;
	}
	
	
	.page-template-seoc-routes .right-circle {
		right: -2% !important;
		width: 70px !important;
		height: 70px !important;
	}


	.page-template-seoc-routes .right-circle .circle-text, 
	.page-template-seoc-routes .left-circle .circle-text {
		font-size: 15px !important;
		top: -2px;
	}


} /* 390 */


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* Hide the captcha badge */
.grecaptcha-badge { 
    visibility: hidden;
}



.lp-one-line-form .col-submit {
    width: calc(25% - 55px);
	position:relative;
}


.lp-one-line-form .col-submit .wpcf7-spinner {
	position: absolute;
    left: -7%;
    top: 27%;
    filter: invert(1);
}


.lp-one-line-form .wpcf7-list-item.first.last {
	margin-right: 0;
}


@media (max-width: 992px) {
		
	.lp-one-line-form .left.bt {
		margin-top: 0;
	}

}



@media (max-width: 767px) {
		
	.lp-one-line-form .col-submit {
		width:55%
	}
	
	.lp-one-line-form .col-submit  .left.bt {
		display: block;
	}
	
	.lp-one-line-form {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;	 
	}
	
	.lp-one-line-form .col-submit {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
		width: 100% !important;
	}
	
	.lp-one-line-form .col-checkbox {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
		width: 100% !important;
	}
	
	.lp-one-line-form .left.bt .ease {
		width: 100%;
	}
	
	.lp-one-line-form .col-submit .wpcf7-spinner {
		left: 0;
	 }	

} /* 767 */



/* Thank You Page */
.page-template-thank .header_wrapper .head_in .left.menu.no_tb.menu_header,
.page-template-thank .left .menu.no_tb menu_header,
.page-template-thank .col.right.new-mobile-header-wrapper,
.page-template-thank footer.footer {
	display: none;
}


@media (max-width: 767px) { 

	.single-emun-landing-page .lp-one-line-form,
	.lp-one-line-form.fbf {
		display:block
	}
	
	
	.page-template-thank  .head_in .col.right.new-mobile-header-wrapper,
	.page-template-thank  .right.menu_bt {
		display: none;
	}
	
	
	

} /* 767 */