/*
Theme Name: uritheme
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/********************************************GENERAL************************************************************/
body{   
  font-family: 'Open Sans Hebrew', sans-serif !important;
  overflow-x: hidden;
}
input,textarea,select,a,h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans Hebrew', sans-serif !important;
}
a{
    text-decoration: none;
}
.header_nav ul li.current-menu-item a:link,
.header_nav ul li.current-menu-item a:visited{
    color:#70abe9;  
}
ul{
    margin:0;
    padding:0;
}
.clear:after{
    clear:both;
    display:block;
    content: " ";
}
p{
    margin:0;
    padding:0;
}
/********************************************HEADER***********************************************************/
.header{
    background: url(images/header_01.jpg) no-repeat;
    background-size: cover;
    height: 88px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.home{
    overflow: hidden;
}
.header_nav ul li a{
    font-size: 18px;
    color:#fff;
    padding: 0 30px !important;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.header_nav ul li a:hover{
    color:#70abe9
}
.header_nav ul li a:after{
   content: "";
    display: block;
    height: 21px;
    width: 2px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.header_nav ul li:first-child a:after{
    content: none;
}
.menu > li{
    display: inline-block !important ;
 
}
.header_nav{
    text-align: center;
    padding-top: 35px;
}
.logo{
    position: absolute;
    top: 5px;
    right: 20px;
}
.phone_header{
    position: absolute;
    left: 20px;
    top: 0;
    width:15%;
    height: 85px;
}
.phone_header a{
  color:#fff;
  font-size: 22px;  
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.phone_header a:hover{
    color:#70abe9
}
.phone_header_phone{
    float: left;
    width: 60%;  
    position: relative;
    top:5px
}
.phone_header_icon{
    float: right;
    width:40%;
    position: relative;
}
.phone_header_icon_img{
    position: absolute;
    background: #70aae8;
}
.phone_header_fix_height{
    line-height: 85px;
  
}
.phone_header_icon_img{
     -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); 
}
.right_footer{
    float: right;
    width:75%
}
.left_footer{
    width:25%;
    float: left;
}
.right_footer_list ul li a{
    font-size: 16px;
    color:#1d304c;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.right_footer_list ul li a:hover{
    color:#70abe9;
    
}
.right_footer_list ul li a:after{
    content: "";
    display: block;
    height: 21px;
    width: 2px;
    position: absolute;
    background: #1d304c;
    right: 0;
    top: 9px;
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);  
}
.right_footer_list ul li:first-child a:after{
    content: none;
}
.footer{
    background: url(images/footer_02.jpg) no-repeat;
    background-size: cover;
    height: 40px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.right_footer_list,.right_footer_icon_list{
   float: right;
}
.right_footer_icon_list ul li{
    display: inline-block;
    width: 30px;
    height: 70px;
    text-align: center;
    padding-top: 3px;
    -ms-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
    position: relative;
    top: -22px;
    margin-left: 4px;
    -webkit-transform: scale(1);
    Webkit: Scale down image to 0.8x original size;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    Webkit: Animation duration;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
    
}
.right_footer_icon_list ul li:hover{
    -webkit-transform: scale(1.1);
    Webkit: Scale up image to 1.2x original size;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
 
}
.right_footer_icon_list ul li a{
    color: #fff;
    font-size: 21px;
    position: relative;
    top: 12px;
    -ms-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
}

.right_footer_phone{
    font-size: 18px;
    color:#1d304c;
    margin-top: 6px;
}
.right_footer_phone a{
     font-size: 18px;
    color:#1d304c 
}
.list_email{
    background: #51797c;
}
.list_fce{
    background: #3b5a99;
}
.list_phonne{
    background: #70aae8;
}
.right_footer_icon_list{
    margin-top: 9px;
    margin-left: 20px;
    margin-right: 9px;
}
.left_footer a{
    font-size: 16px;
    color:#1d304c
}
.left_footer_wrap{
    margin-top: 10px;
}
.right_footer_icon_list ul{
    position: relative;
}
.list_phonne a i{
      -ms-transform: rotate(57deg);
    -webkit-transform: rotate(57deg);
    transform: rotate(57deg);  
}
.list_fce a i{
       -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);   
}
.list_email a i{
         -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);    
}
.page_wrapper{
    padding-top: 86px;
    min-height: 900px;
}
.row{
    max-width: 73.125em;
}
.page_content_title,.page_content_content{
    text-align: center !important;
    overflow: hidden;
        margin-top: 16px;
    margin-bottom: 22px;
}
.ami_tami{
    text-align: left;
    position: relative;
    top: 10px;
}
.ami_tami a{
    color:#70abe9
}
.page_content_title h1{
    display: inline-block;
    background: #1d304c;
    position: relative;
    font-size: 22px;
    color:#70aae8;
    padding: 10px 0;
}
.page_content_title h1:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #1d304c transparent transparent;
    display: block;
    position: absolute;
    left: -50px;
    top: 0px;
}
.page_content_title h1:before{
     content: "";
    width: 0;
height: 0;
border-style: solid;
border-width: 50px 0 0 50px;
border-color: transparent transparent transparent #1d304c;
   display: block;
    position: absolute;
    right: -50px;
    top: 0px;
}
.page_content_title{
    height: 50px;
}
.just_line_up{
    background: #1d304c;
    width: 100%;
    height: 3px;
    position: relative;
    top: 17px; 
}
.just_line_bottom{
    background: #70aae8;
    width: 100%;
    height: 3px;
    position: relative;
    top:17px;   
}
.page_content_content a{
    
    color:#70aae8
}
.page_content_content strong,.page_content_content h2,.page_content_content h3{
    font-size: 18px;
    color:#70aae8
}

.page_content_content strong,.page_content_content h2,.page_content_content h3{
    font-size: 18px;
    color:#70aae8
}

.page_content_content h3{
    font-size: 16px;
    color:#70aae8
}
.page_content_content h4{
    font-size: 14px;
    color:#70aae8
}
.page_content_content h5{
    font-size: 12px;
    color:#70aae8
}
.page_content_content h6{
    font-size: 10px;
    color:#70aae8
}


.page_content_content p{
    font-size: 18px;
    color:#1d304c
}
.page_content_content{
    padding-bottom: 20px;
}
.page_content_content ul {
    width:50%;
    display: inline-block;
    text-align: right !important;
    font-size: 18px;
    color:#1d304c
  
}
.cat_single{
    margin-bottom: 30px;
    height: 221px;
    overflow: hidden;
    position: relative;  
}
.cat_single_title{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; 
    background: url(images/HoverBlue.png);
    height: 100%;
    width:50%;
    color:#fff;
    font-size: 18px;
    background-size: cover;
    -webkit-transition: all 650ms ease;
    -moz-transition: all 650ms ease;
    -ms-transition: all 650ms ease;
    -o-transition: all 650ms ease;
    transition: all 650ms ease;
}
.cat_single_title span{
    width: 70%;
    display: block;
    padding-top: 70px;
    padding-right: 20px;
    text-align: center;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
    float: right;
}
.cat_single:hover .cat_single_title{
    width:130%
}
.line_white{
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 999;
    position: absolute;
    bottom: 90px; 
    -webkit-transition: all 650ms ease;
    -moz-transition: all 650ms ease;
    -ms-transition: all 650ms ease;
    -o-transition: all 650ms ease;
    transition: all 650ms ease;  
    
    direction: ltr;
}

.cat_single:hover .line_white{
    width:0
}
.company_logo{
    height: 230px;
    position: relative;
    border: 1px solid #1d304c;
    margin-bottom: 30px;
}
.company_logo img{
    position: absolute;
    right:0;
    left:0;
    top:0;
    bottom: 0;
    margin: auto;
}
/***************for sticy header*************/
/*
.header_nav ul li a{
    -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
}
.logo img{
    width:100%;
    -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
}

.show_header .logo img{
    width:70%;
}

.show_header .header_nav ul li a{
    color:#70aae8
}*/

.post_single_img{
  width:33%;
  float: right;   
}
.post_single_expert_title {
    float: left;
    width: 67%;
    padding-right: 30px;
    padding-top: 21px;
}
.post_single_title{
    font-size: 22px;
    color:#70aae8;
    margin-bottom: 10px;
}
.post_singleexpert p{
    font-size: 18px;
    color:#1d304c
}
.post_single{
    margin-bottom: 20px;
    border-top:1px solid #1d304c;
    padding-top: 20px;
    position: relative;

}
.post_single_btn{
    background: url(images/Articles_03.jpg) no-repeat;
    height: 40px;
    width: 150px;
    float: left;
    /* text-align: center; */
    color: #fff;
    padding-top: 7px;
    font-weight: bold;
    padding-right: 30px;
    position: relative;
}
.post_single_btn img{
    position: absolute;
    left: 20px;
    top: 10px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
        -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.post_single:hover .post_single_btn img{
    left:10px

}

#map{
    width:55%;
    height: 100%;
    float: right;
}
.left_contct{
    width:45%;
    float: left;
    background: #1d304c;
    position: relative;
}
.left_contct_width{
    width:50%
}
.form_contact{
    padding-top: 200px;
   
}
input{
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.form_contact_title{
    
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}
#submit{
    background: url(images/Indexbtn_03.jpg) no-repeat;
    height: 40px;
    width: 137px;
    border: navajowhite;
    font-size: 25px;
    color:#fff;
    position: relative;
    background-size: contain;
    float: left;
    position: relative;
}
#submit:before{
    content:"" ;
    display: block;
    width:20px;
    height: 20px;
    background: url(images/arroww_07.png) no-repeat;
}
.under_form_right{
    width:50%;
    float: right;
     
}
.under_form_left{
    width:50%;
    float: left;
}
.under_form p,.under_form a{
    font-size: 18px;
    color:#fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.under_form a:hover{
    color:#70abe9
}
.left_contct_width img{
    margin: 0;
}
.under_form {
      padding-top: 85px;  
         
}
.hp_wrapper{
   position: relative;
}
.hp_content{
      position: absolute;
    bottom: 40px;
    z-index: 999;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;  
    text-align: center;
}
.content_and_sliser_wrapper{
    position: absolute;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 999;
    top:300px
}
.content_and_sliser_wrapper_content_title{
    font-size: 60px ;
    color:#fff;
   
}
.content_and_sliser_wrapper_content_title p{
    line-height: 60px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.41);
}
.content_and_sliser_wrapper_content_btn{
    margin-top: 25px;
    position: relative;
    cursor: pointer;
        color: #fff;
    font-size: 30px;
    position: relative;
    padding-top: 3px;
    line-height: 52px;
}
.content_and_sliser_wrapper_slider{
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative;
    z-index: -11;
}
.lSAction > a{
      width:60px;
    display: block;
    top: 32%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: 16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    font-size: 60px;  
    color:#fff;
    opacity: 1;
}
.lSAction > .lSPrev{
    left:-10px
}
.lSAction > .lSNext{
    right:0
}
.content_and_sliser_wrapper_content_btn img{
    cursor: pointer;
}
.content_and_sliser_wrapper_content_btn{
    background: url(images/Indexbtn_03.jpg) no-repeat;
    width:330px;
    height: 56px;
        margin: auto;
    margin-top: 10px;
    background-size: cover;
}
.content_and_sliser_wrapper_content_btn img{
   position: absolute;
    left: 30px;
    top: 17px; 
}
.content_and_sliser_wrapper_content_btn img{
   -ms-transform: rotate(0); /* IE 9 */
    -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
    transform: rotate(0); 
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.page-template-template-contact{
    overflow: hidden;
}

.left_contct:before{
      content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 850px solid #1d304c;
    border-right: 300px solid transparent;
    position: absolute;
    right: -300px;
    top: 81px;
}

.page-template-template-contact .ami_tami{
    top:100px
}
.contact_wrapper .ami_tami{
    color:#fff
}
#slider_hp img{
    width:100% !important
}
.contact_wrapper{
    overflow: hidden;
}
input{
    font-size: 22px;
    color:#1d304c
}
input::-webkit-input-placeholder {
 color:#1d304c;
 font-weight: bold;
}
 
input:-moz-placeholder { /* Firefox 18- */
 color:#1d304c;
  font-weight: bold;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
 color:#1d304c;
  font-weight: bold;
}
 
input:-ms-input-placeholder {
 color:#1d304c;
  font-weight: bold;
}
.full_footer{
    position: absolute;
    bottom:0;
    width:100%
    
}
.mobile_menu ul li {
    display: block !important;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 76px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: 10px;
}

.c-hamburger span::after {
  bottom: -20px;
}
.mobile_btn{
      position: absolute;
    left: 0;
    top: -10px;
}
.phone_header{
    left:70px
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.mobile_menu{
    margin-top: 10px;
}
.mobile_menu ul li a{
    text-align: center;
    color:#fff;
    font-size: 20px;
}
.hide_content_hp_content{
    display: none;
}
.hide_content_hp_btn{
    font-weight: bold;
    cursor: pointer;
    color:#fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.hide_content_hp_btn:hover{
    color:#70abe9
}
.mfp-title small{
    display: none;
}
.hide_content_hp{
    display: inline-block;
}
.hp_content p{
    display: inline;
}
.left_footer_wrap img{
    position: relative;
    top:-8px
}
.left_footer_wrap a{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.left_footer_wrap a:hover{
   color:#70abe9 
}
.content_and_sliser_wrapper_content_btn:hover img{
       -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); 
}
ul.lSPager.lSpg{
  margin-top: -10px !important;  
}
.lSSlideOuter .lSPager.lSpg > li a{
    width:15px;
    height: 15px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
    color:#70abe9 !important
}
.prev_post{
    background: #1d304c url(images/arroww_07.png) no-repeat;
    width:50px;
    height: 50px;
     -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-position: center;
}
.next_post{
    background:#1d304c url(images/arroww_07.png) no-repeat;
  width:50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
     -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: center; 
}
.page-template-template-catalog .cat_single_title{
     /*background: url(images/LightBlue1.png) no-repeat;*/
}
input:focus{
    outline: none;
}
.page-template-default{
    text-align: right;
}
.single{
    text-align: right;
}
.cat_bottom_content{text-align:center;font-size:18px;color:#1d304c}

.cat_bottom_content strong, .cat_bottom_content h2, .cat_bottom_content h3{
  color:#70aae8
}
.left_footer{
    text-align: left;
    padding-left: 20px;
}
.sticky-popup-left .popup-title{
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    -o-transform:rotate(180deg) !important;
     -moz-transform:rotate(180deg) !important;
    position: relative !important;
    top: 35px !important;
    left: 21px;
    font-weight: 400;
    font-size: 26px;
}

.sticky-popup-left .popup-header{
    background-color:#70abe9 !important ;
    border: none !important;
    position: relative;
    margin: 0 !important;
}


.sticky-popup-left .popup-header:before{
    /*
content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 160px 0 0 50px;
    border-color: transparent transparent transparent #70abe9;
    position: absolute;
    top: 0px;
    right: -49px;
    */
    
}
.popup-content{
    height: 280px !important;
}
.side_form_title{
     font-size: 20px;
    margin-bottom: 10px;   
}
#side_send{
    float: left;
    border: none;
    background: #70abe9 !important;
    width:200px;
    color:#fff
    
}
.popup-content input, textarea, select{
    max-width: 100% !important;
}
  .mobile_btn_like{
        display: none;
       }
.page_bannner img{
    width:100%
}
.page_content{
    min-height: 600px;
}
.main_container404{
    min-height: 890px;
    text-align: center;
}
.main_container404 h1{
    text-align: center;
}
.main_container404 img{
    margin: auto;
}

.main_container404 P{
   color: #000;
    font-size: 40px; 
}
.sticky-popup-right, .sticky-popup-left{
    top:40% !important
}
.mfp-counter{
    display: none;
}
.mfp-title{
     padding: 0;
    direction: rtl;
    text-align: right;
}

.fancybox-lock .fancybox-overlay{
    overflow: hidden;
}
.fancybox-lock .fancybox-overlay{
    margin: 0 !important;
}
.fancybox-overlay{
   
}
.fancybox-margin{
     margin: 0 !important;
}
.fancybox-lock body{
        overflow: hidden !important;
}
.cat_single_img img{width:100%}
.page_content_title{margin-top:0}
.sub-menu{
    position: absolute;
    margin: 0;
    top: 28px;
    background: #1d304c;
    color:#fff;
   display: block;;
width:100%;
display: none;
}

.sub-menu li{
    border-bottom: 1px solid #fff;
    text-align: center;
   padding: 0 10px;
 
}
.header_nav ul li ul li a{
    width:200px
}
.sub-menu li:last-child{
    border: none;
}
.sub-menu li a:after{
    content:none !important ;
}

.header_nav ul li ul li a{
     padding: 0 !important;
      font-size: 17px !important;
}

.menu > li{
    height: 58px;
}
.page_content_title, .page_content_content{
    margin-bottom: 13px;
}
.category .page_content_content{
    margin: 0 ;
    padding: 0 ;
padding-bottom:15px
}
.page-template-template-catalog .page_content_content{
    margin: 0 ;
    padding: 0 ;
padding-bottom:15px
}
.drop_down_menu,.drop_down_menu2{
      position: fixed;
    width: 100%;
    top: 88px;
    background: rgba(255,255,255,0.7);  
    z-index: 9999;
    padding-top: 15px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.drop_down_menu .cat_single_title{
 height: 100%;    
}
.drop_down_menu .cat_single{
    height: auto;
}
.drop_down_menu .lSAction > a{
    top:15%
}
.drop_down_menu .line_white{
    bottom:50px
}
.drop_down_menu .cat_single_title span{
    padding-top:9px ;
    font-size: 14px;
    padding-right: 5px;
}

/************/
.drop_down_menu2 .cat_single_title{
 height: 100%;    
}
.drop_down_menu2 .cat_single{
    height: auto;
}
.drop_down_menu2 .lSAction > a{
    top:15%
}
.drop_down_menu2 .line_white{
    bottom:50px
}
.drop_down_menu2 .cat_single_title span{
    padding-top:9px ;
    font-size: 14px;
    padding-right: 5px;
}

/*******/
.show_sub{
    opacity: 1;
    z-index: 99999;
}
.archive .cat_single_title span{
   padding-top: 10px;
   padding-right: 10px;
}
.archive .cat_single_title{
    width:40%
}
.archive .line_white{
    display: none;
}
.sticky-popup-left .popup-title{
    left:10px
}
.content_and_sliser_wrapper_content_btn_m{
    display: none;
}
.side_contact{
  position: fixed;
    width: 50px;
    height: 50px;
    background: #1d304c;
    z-index: 99;
    left: 0;
    /* top: 0; */
    bottom: 50px;
    text-align: center;
    padding-top: 15px;  
}
.side_contact a{
    color:#fff
}
.main_container404{
    padding-top:140px;
}
@media screen and (max-width: 770px){
.sub-menu{width:auto}
}
ol{text-align:right}
.page-template-template-movie .page_content_title,.page-template-template-movie .page_content_content{padding:0;margin-bottom:6px}
h2,h3,h4,h5,h6{
    margin: 0;
}
.page-template-template-cus .page_content_content {
    margin-bottom: 0 !important ;
}
.page-template-template-cus .page_content_title {
    margin-bottom: 0 !important ;
}

body.keyboard-navigation>:not(#enable-toolbar) a:focus, body.keyboard-navigation>a:focus {
    outline: none!important;
    background-color: transparent !important;
    color: #fff !important;
}