/*
Theme Name: Hon
Description: Custom theme for Hon by Roi Wolf
Version: 1.0
Author: Roi Wolf
*/


@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Alef');
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew');

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
}

html .main-box {
    float: none;
}

html {
    margin-top: 0 !important;
    direction: rtl;
}


.hide_desktop, .hide_pc {
    display: none;
}

.smaller_pad {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.nopad {
    padding: 0 !important;
    margin: 0 !important;
}

.bButton{
    position:fixed;
    bottom:50px;
    right:-11px;
    padding-right:50px;
    display:inline-block;
    background-repeat: no-repeat; 
    z-index: 999;

}

.top-header a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.top-header a:hover {
    color: #1e73be !important;
}

.exit_nad {
    position: absolute;
    left: 11px;
    font-size: 15px;
    top: 0;
    color: #656060;
}

#logo {
    margin: auto;
    display: block;
    position: relative;
    top: 20px;
}

.vce-main-content {
    float: right;
    padding: 15px 0 0 30px;
}

.main-box-inside .container {
    width: 100%!important;
    max-width: 100%!important;
}

@media screen and (min-width: 401px){
    .bButton a {
      font-family: Arial, Helvetic, sans-serif;
      font-weight: 700;
      font-size: 19px;
      display: inline-block;
      border-radius: 15px;
      padding: 15px 26px 22px 26px;
      position: fixed;
      bottom: 0;
      right: 50px;
      line-height: 30px;
      width: 320px;
      color: #476e9e !important; /*#cf4d35*/
      background-color: #fff !important;
      border: 7px solid #476e9e;
      text-align: center;
      /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    }
    
    .bButton a:hover {
        text-decoration: none;
        /*background: #fffff0 !important; */
    }
    
    .bButton a span {
        text-align: center;
        display: block;
        color: #000;
        font-weight: 400;
        font-size: 16px;
    }
    
}

.bButton-red a
{
   background-color: #CF4D35;
}
.bButton-pink a
{
   background-color: #E54E7E;
}

.bButton-purplelight a
{
   background-color: #CA85CA;
}
.bButton-purple a
{
   background-color: #8E0C49;
}

.bButton-orange a
{
   background-color: #F4B23F;
}
.bButton-blue a
{
   background-color: #607EC7;
}

.bButton-green a
{
   background-color: #46C49C;
}
.bButton-greenultra a
{
   background-color: #81D742;
}

h1, h2, h3, h4, h5, h6, blockquote, .vce-post-link, .site-title, .site-title a, .main-box-title, .comment-reply-title, .entry-title a, .vce-single .entry-headline p, .vce-prev-next-link, .author-title, .mks_pullquote, .widget_rss ul li .rsswidget, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .entry-title a, .prev-next-nav a, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink, .woocommerce ul.products li.product .price .amount {
    color: #232323;
}

a, .entry-title a:hover, .vce-prev-next-link:hover, .vce-author-links a:hover, .required, .error404 h4, .prev-next-nav a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, .woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product h3:hover mark, .main-box-title a:hover {
    color: #4267b2;
}


.b {

    width: 320px;
    /* height: 200px; */
    position: relative;
    padding: 10px;
    border-radius: 5px;
    bottom: 7px;
    right: 35px;
    background: #FFA500;

}
.b-red,.b-pink,.b-purplelight,.b-purple,.b-orange,.b-blue,.b-green,.b-greenultra
{
    width: 320px;
    /* height: 200px; */
    position: relative;
    padding: 10px;
    border-radius: 5px;
    bottom: 7px;
    right: 35px;
    z-index:999 !important;	
}
.b-blue {
    width: 315px;
    /* height: 200px; */
    position: relative;
    padding: 10px;
    border-radius: 5px;
    bottom: 61px;
    right: 15px;
    z-index: 999 !important;
}
.b-red
{
   background: #CF4D35;
}
.b-pink
{
   background: #E54E7E;
}
.b-pink-left
{
   background: #E54E7E;
   padding:10px;

-webkit-box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.4);
-moz-box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.4);
box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.4);
}

.b-purplelight
{
   background: #CA85CA;display: none; /*By default button is closed (display:none)*/
}
.b-purple
{
   background: #8E0C49;display: none;
}

.b-orange
{
   background: #F4B23F;display: none;
}
.b-blue
{
   background: #ced7ec;display: none;
}

.b-green
{
   background: #46C49C;display: none;
}
.b-green-left
{
   background: #46C49C;display: none;
   padding:10px;

-webkit-box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.4);
-moz-box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.4);
box-shadow: 5px 7px 7px -2px rgba(0,0,0,0.4);
}
.b-greenultra
{
   background: #81D742;display: none;
}

.b h3 {

  color: black;

  font-size: 16px;

  font-weight: bold;
line-height: 20px;
}

.main-header .site-title a {

  text-align: center;

/* padding-left: 890px;*/

}

.vce-header-ads {

    float: left;

    width: 728px;

}

.widget_nav_menu li a, .widget_pages li a {

    padding: 10px 20px 10px;

    float: right;

}

.header-sticky .site-title {

    float: right;

    padding: 6px 0 0;

}

.header-left-nav .main-navigation ul {

    text-align: right;

}

.mks_adswidget_ul.small li:nth-child(2n), .site-footer .mks_adswidget_ul.small li:nth-child(2n) {

    padding: 15px 0px 0px 15px;

}

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

  .bButton a {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    border-radius: 13px;
    padding: 10px 22px 21px 16px;
    position: fixed;
    bottom: -11px;
    left: 0;
    width: 245px;
    color: #ffffff !important;
  }

  .b h3 {font-size: 13px;}

  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], select, #comment, textarea {
    width: 75%;
  }

}
.top-nav-menu li {
    margin: 0 0px 0 10px;
}
h2
{
	font-size: 20px;
}
.wpcf7-list-item input[type="checkbox"] {
    width: 13px !important;
}

div.url{
	display:none;
}


.category-631 .entry-meta, .category-631 .social-ring, .category-631 .meta-image, .category-631 #mail_notice_warp,
.category-632 .entry-meta, .category-632 .social-ring, .category-632 .meta-image, .category-632 #mail_notice_warp,
.category-633 .entry-meta, .category-633 .social-ring, .category-633 .meta-image, .category-633 #mail_notice_warp,
.category-634 .entry-meta, .category-634 .social-ring, .category-634 .meta-image, .category-634 #mail_notice_warp

{
    display: none;
}

.archive.category-634 .meta-image {
    display: none;
}

.archive.category-631 .vce-lay-b,
.archive.category-632 .vce-lay-b,
.archive.category-633 .vce-lay-b,
.archive.category-634 .vce-lay-b {
    min-height: 95px;   
    /*padding-right: 20px; */
}

/*.hovit:hover {
   
   border-top: 1px solid #d8d5d5;
   border-bottom: 1px solid #d8d5d5;
}*/

.hovit:hover label {
    color: #cf4d35;
}

#mail_notice_warp {
    float: right;
    margin-bottom: 20px;
}

#mail_notice_warp #mn_open {
    font-weight: bold;
}

#mail_notice_warp #mn_close {
    float: left;
}

#mail_notice_warp div.wpcf7-response-output {
    margin-bottom: 10px;
}

/*body.cat-650 #main {
    border: 5px #dd4f33 solid;
}*/
article.vce-single.category-650 .vce-share-bar {
    margin-top: 33px;
}

body.cat-650 #main .meta-category a {
    border: 0;
    background: red;
    color: #fff;
    padding: 1px;
    display: inline-block;
    /*margin: 8px;*/
}

body.cat-650 #main .meta-category a:hover,
body.cat-650 #main .meta-category a:focus {
    text-decoration: none;
    color: #fff !important;
}

#category_form {
    border: 7px solid #0ca50c; /* #476e9e */
    padding: 10px;
    border-radius: 5px;
    margin: 0 40px;
}

#category_form p {
    margin-bottom: 15px;
}

#category_form input[type="text"],
#category_form input[type="email"],
#category_form input[type="url"], 
#category_form input[type="tel"], 
#category_form input[type="number"], 
#category_form select {
    width: 49%;
    float: right;
    margin-left: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 3px;
    font-size: 15px;
}
#category_form input[type="submit"] {
    float: left;
    margin-left: 10px;
    /*-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #26803a), color-stop(1, #0ca50c));
    background: -moz-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: -webkit-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: -o-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: -ms-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: linear-gradient(to bottom, #26803a 5%, #0ca50c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#26803a',GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 9px 27px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

#category_form input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0ca50c), color-stop(1, #26803a));
    background: -moz-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: -webkit-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: -o-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: -ms-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: linear-gradient(to bottom, #0ca50c 5%, #26803a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ca50c', endColorstr='#26803a',GradientType=0);
    background-color: #0ca50c;
}

#category_form span.wpcf7-list-item-label {
    font-size: 13px;
}

.category_form_ico_warp {
    text-align: center;
}

.category_form_ico {
    color: #8ce033;
    font-size: 200%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: none;
}

#category_form .tity {
    color: #0ca50c;
}

.tity.bigger {
    font-size: 14pt;
    font-weight: bold;
}

#category_form span.wpcf7-not-valid-tip, #category_form_modal span.wpcf7-not-valid-tip{
    display: none !important;
}

#darr {
    animation: MoveUpDown 1s linear infinite;
}

#uarr {
    animation: MoveUpDown2 1s linear infinite;
}


.the_forms {
    margin-bottom: 75px;
}

.the_forms h1 {
    font-size: 52px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #1d4c67;
    border-radius: 5px;
}

.the_forms .button_h2 {
    text-align: center;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 30px 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.the_forms .button_insurance {
    width: 100%;
    color: #fff;
    font-size: 35px;
    padding: 23px;
    margin-top: 5px;
}

.the_forms .step {
    display: none;
}

.the_forms .step1_title {
    font-size: 48px;
    margin-bottom: 35px;
    text-align: center;
    color: #1d4c67;
    margin-top: 30px;
}


.the_forms .the_next {
    margin: 20px 0;
}

.the_forms .the_next .title {
    font-size: 38px;
    margin-bottom: 1px;
    padding: 10px;
    text-align: right;
    color: #fff;
    line-height: 44px;
}

.the_forms .the_next .title.l1 {
    background: #1d4c67;
    margin-bottom: 20px;
}

.the_forms .the_next .title.l2 {
    background: #0b354e;
    margin-bottom: 35px;
}

.the_forms .the_next .read_more {
    font-size: 46px;
    color: #1d4c67;
    margin-top: 28px;
    text-align: center;
    font-weight: bold;
}

.the_forms .the_form {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    top: -53px;
}

.the_forms .the_form .title {
    font-size: 35px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    border-radius: 10px;
    background: #cf4d35;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: normal;
}

.the_forms .the_form .arrow_down {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #cf4d35;
    /*margin: 0 auto;*/
    float: left;
    margin-left: 54px;
}

.the_forms .the_form .row {
    margin-top: 5px;
}

.the_forms .the_form .s_title {
    font-size: 55px;
    color: #334d5e;
}

.the_forms .the_form .gallery {
    /*margin-bottom: 15px;*/
}

.the_forms .the_form .bubb {
    background: #1d4c67;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 148px;
    border-radius: 29px;
    padding: 10px;
    position: relative;
    top: 50px;
    z-index: 9;
    left: 10px;
}

.the_forms .the_form .bubb .l1 {
    font-size: 120%;
    margin-bottom: 5px;
}

.the_forms .the_form .bubb .l2 {
    font-weight: normal;
}


.the_forms .the_form input[type="submit"] {
    font-size: 23px;
    padding: 12px 80px;
    margin-top: 10px;
    float: left;
}

.the_forms .the_form label {
    font-size: 18px;
}

.the_forms .slick-dots button {
    display: none;
}

.the_forms .slick-dots li {
    position: relative;
    top: 20px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.the_forms .slick-dots li.slick-active {
    background-color: #cf4d35;
}

.the_forms form {
    margin-top: 26px;
    padding: 10px;
}

.the_forms .bordy {
    border: 1px solid #1d4c67;
    border-top: 0;
}

.the_forms .the_form .pullra, .the_forms .the_form .pullra2 {
    float: right;
}

.post-template-default {
    font-size: 18px;
}

@keyframes MoveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}

@keyframes MoveUpDown2 {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}

#category_form_modal, .category_form_modal {
    z-index: 9999;
    margin-top: 50px;
}

#category_form_modal .glyphicon-remove, .category_form_modal .glyphicon-remove {
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 115%;
}

#category_form_modal .modal-title, .category_form_modal .modal-title {
    color: #41750a;
}

#category_form_modal .wpcf7-form, .category_form_modal .wpcf7-form {
    color: #41750a;
    font-weight: bold;
}

#category_form_modal input[type="text"], 
#category_form_modal input[type="email"], 
#category_form_modal input[type="url"], 
#category_form_modal input[type="tel"], 
#category_form_modal input[type="number"], 
#category_form_modal select,
.category_form_modal input[type="text"], 
.category_form_modal input[type="email"], 
.category_form_modal input[type="url"], 
.category_form_modal input[type="tel"], 
.category_form_modal input[type="number"], 
.category_form_modal select {
    width: 49%;
    float: right;
    margin-left: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 3px;
    font-size: 15px;
}


#category_form_modal input[type="submit"],
.category_form_modal input[type="submit"]{
    margin-top: -20px;
    float: left;
    margin-left: 10px;
    /*-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #26803a), color-stop(1, #0ca50c));
    background: -moz-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: -webkit-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: -o-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: -ms-linear-gradient(top, #26803a 5%, #0ca50c 100%);
    background: linear-gradient(to bottom, #26803a 5%, #0ca50c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#26803a',GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 9px 27px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

#category_form_modal input[type="submit"]:hover,
.category_form_modal input[type="submit"]:hover{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0ca50c), color-stop(1, #26803a));
    background: -moz-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: -webkit-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: -o-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: -ms-linear-gradient(top, #0ca50c 5%, #26803a 100%);
    background: linear-gradient(to bottom, #0ca50c 5%, #26803a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ca50c', endColorstr='#26803a',GradientType=0);
    background-color: #0ca50c;
}

#category_form_modal span.wpcf7-list-item-label,
.category_form_modal span.wpcf7-list-item-label {
    font-size: 13px;
    color: #0ca50c;
}

#category_form_modal .modal-content,
.category_form_modal .modal-content {
    border: 7px solid #0ca50c;
}

#category_form_modal .modal-body,
.category_form_modal .modal-body {
    color: #0ca50c !important; /* #0ca50c */
}

#category_form_modal .quacker,
.category_form_modal .quacker{
    width: 96%;
    margin-bottom: 10px;
}

#category_form_modal p,
.category_form_modal p {
    margin: 0;
    padding: 0;
}

.ornage_color {
    color: #cf4d35;
}


#rl_modal .modal-header {
    padding-bottom: 0px;
    border-color: #cf4d35;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
}

#rl_modal .closer {
    color: #cf4d35;
}

#rl_modal .fb_iframe_widget {
    top: -27px;
    left: 73px;
    position: relative;
    margin-bottom: 0;
}

#rl_modal .taknon_fb {
    position: relative;
    top: -20px;
    font-size: 10px;
    line-height: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#rl_modal .modal-body {
    padding: 0;
    margin-top: 10px;
}

#rl_modal .padit {
    padding:  0 15px;
}

#rl_modal .nav-tabs>li.active>a {
    font-weight: bold;
}

#rl_modal small {
}

#rl_modal .nav-tabs {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin-bottom: 10px;
}

#rl_modal .about {
    font-weight: bold;
    margin-right: 50px;
}


#rl_modal .modal-title {
    margin-top: 10px;
}

#rl_modal input[type="text"],
#rl_modal input[type="email"],
#rl_modal input[type="password"]{
    width: 100%;
}

#rl_modal label {
  width: 100%;
  padding: 0;
}

#rl_modal .glomary {
    position: relative;
    top: -10px;
    margin-bottom: 15px;
}

#rl_modal input[type="submit"] {
    margin-top: 15px;
}

#rl_modal #hon_home {
    float: left;
    text-decoration: none;
}

#rl_modal h4 a span {
    font-size: 13px;
    margin-right: 10px;
}
  

/*.vce-main-content.prof {
    float: none;
        margin: 0 auto;
}*/


.vce-main-content.prof.tax .entry-meta {
    display: none;
}

.prof_index {
    background: #8ce033; /*#8ce033;*/
    padding: 7px;
    font-weight: bold;
    border-radius: 5px;
    color: #000;
    font-size: 90%;
    float: left;
    position: relative;
    top: -15px;
    font-weight: normal;
}

.prof_index:hover {
    text-decoration: underline;
    color: #000;
}

.prof_top {
    background: #23527c;
    padding: 11px 10px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff !important;
    top: 12px;
    position: relative;
}

.prof_top:hover {
    text-decoration: none;
    font-size: 108%;
}

.single .vce-main-content.prof .meta-image {
    display: none;
}


/*.tax-professionals .vce-main-content.prof .meta-image {
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
}*/

.tax-professionals .vce-main-content.prof .meta-image img {
   /* width: 200px;
    height: 150px;
    border-radius: 100px;*/
}

.site-content.prof {

}


  .ui-tooltip {
      padding: 0 5px !important;
     opacity: 1;
      box-shadow: none !important;
      border: 1px solid #cf4d35 !important;
  }
  
  .ui-tooltip-content {
      opacity: 1 !important;
      box-shadow: none !important;
      font-size: 13px !important;
  }
  
  .info_tip {
      color: #cf4d35;
  }
  .vce-lay-d .meta-category a {
      font-size: 15px;
  }
  .vce-lay-d .entry-title  a {
      font-size: 18px;
  }
  
  #header_sub_menu_mobile {
      display: none;
  }
  

  .banner_near_logo {
        color: #323292;
        font-family: 'Rubik', sans-serif;
        font-weight: bold;
        background: #fff; /* #959393 */
        display: inline-block;
        width: 330px;
        padding: 18px 0 28px 0;
        border-radius: 20px;
        font-size: 20px;
        position: absolute;
        cursor: pointer;
        top: 32px;
        /*border-top: 0;
        background: red;
    padding: 0 8px;
    font-weight: bold;
    border-radius: 5px;
    position: absolute;
    top: 70px;
    cursor: pointer;
    left: 30px;*/
     
  }
  
  .banner_near_logo:hover {
      text-decoration: none;
      font-size: 21px;
  }
  
  .gtranslate.head {
    float: left;
    margin-top: 8px;
    margin-left: 20px
  }
  
  .gtranslate a{
      margin: 5px;
  }
  
  .gtranslate.mob {
    margin-top: 40px;
    text-align: center;
  }
  
  /*.banner_near_logo:hover {
      background: #959393;
      color: #fff;
      opacity: 0.8;
      text-decoration: none;
  }*/
  
 /* .banner_near_logo:hover i {
      color: blue;
  }*/
  
.home .wpcf7-form-control-wrap.terms .wpcf7-list-item {
      font-size: 80%;
      margin-right: 0;
      text-decoration: underline;
  }
  
  .banner_near_logo i {
    position: absolute;
    top: -6px;
    /* color: #959393; */
    font-size: 180%;
    right: 119px;
  }
  
  .category .main-box-subtitle {
      font-size: 16px;
  }

  .nav-menu > li > a {
    box-shadow: -2px 0 0 0 rgba(255, 0, 0, 0.2) !important;
}

.vce-grid-text {
    /*margin-top: 35%; */
    background-color: rgba(0, 0, 0, 0.4);
}

#reg_prof label{
    margin-bottom: 5px;
}


/* =============== Landing Page - Professional ===============  */

#lp_professional {
    min-height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
}

#lp_professional.lp_1 {
    background-image: url(professional-lp/bg1.jpg);
}

#lp_professional.lp_2 {
    background-image: url(professional-lp/bg2.jpg);
}

#lp_professional.lp_3 {
    background-image: url(professional-lp/bg3.jpg);
}

#lp_professional .warp {
    width: 70%;
    padding: 0 55px;
}

#lp_professional.lp_2 .warp {
    float: left;
    width: 55%;
    padding: 0;
}

#lp_professional.lp_3 .warp {
    float: left;
    width: 54%;
    padding: 0;
}

#lp_professional .lp_logo {
    width: 80px;
}

#lp_professional .lp_logo {
    float: left;
    margin-left: 39px;
}

#lp_professional.lp_1 .lp_logo {
    margin-top: 3px;
}

#lp_professional .title {
    color: #184d7a;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Rubik';
}

#lp_professional.lp_3 .title {
    font-size: 50px;
}

#lp_professional .content {
    color: #184d7a;
    font-size: 20px;
    font-family: 'Rubik';
}

#lp_professional .form {
    border: 1px solid rgba(24, 77, 122, 0.24);
    margin-top: 70px;
    padding: 0 15px;
    border-radius: 5px
}

#lp_professional.lp_3 .form {
    margin-top: 250px;
}


#lp_professional .t_slog {
    color: #184d7a;
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: bold;
    /*margin-top: 70px;*/
    margin-top: 10px;
    float: right;
}

#lp_professional.lp_3 .t_slog {
    font-size: 22px;
}

#lp_professional .lp_send_to {
    display: none;
}

#lp_professional input {
    float: right;
    width: 24%;
}

#lp_professional input::-webkit-input-placeholder {
    color: #6f869a;
}

#lp_professional input[type="text"],
#lp_professional input[type="email"],
#lp_professional input[type="tel"] {
    font-size: 17px;
    height: 40px;
    margin-left: 2px;
    margin-top: 5px;
}

#lp_professional.lp_3 input[type="text"],
#lp_professional.lp_3 input[type="email"],
#lp_professional.lp_3 input[type="tel"] {
    background: rgba(255,255,255,0.7);
}


#lp_professional input[type="submit"] {
    float: left;
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
    background-color:#7892c2;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:19px;
    padding:12px 37px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}
#lp_professional input[type="submit"]:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
    background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
    background-color:#476e9e;
}


.horgah {
    width: 104px;
}

#ads4loc {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 700px){
    
    .banner_near_logo {
        display: none;
    }
    
    #rl_modal .modal-dialog {
        width: 95%;
    }
    
    #rl_modal .fb_iframe_widget {
        left: -50px;
    }
    
    #rl_modal .padit {
        padding:  0 7px;
    }
    
    #rl_modal .nav-tabs {
        margin-right: 0;
        font-size: 15px;
    }
    
    #rl_modal input[type="submit"]{
        background: #cf4d35;
    }
    
    #rl_modal .nav>li>a {
        padding: 7px;
    }
    
    .bButton a {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 13px;
      display: inline-block;
      border-radius: 3px;
      padding: 0px 8px 15px 3px;;
      position: fixed;
      bottom: 1px;
      left: 2px;
      line-height: 17px;
      width: 45%;
      color: #232323 !important;
      background-color: #fff !important;
      border: 1px solid #232323;
      /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    }
    
    .bButton a:hover {
        text-decoration: none;
        background: #e6f7fb !important;
    }
    
    .bButton a span {
        text-align: center;
        display: block;
        color: #607ec7;
        font-weight: 400;
        font-size: 16px;
        display: none;
    }   
    
    .b-blue {
        /* height: 200px; */
        width: 100%;
        position: relative;
        padding: 10px;
        border-radius: 5px;
        bottom: 0;
        /* right: -63px; */
        float: left;
        z-index: 999 !important;
        font-size: 13px;
        line-height: 16px;
        bottom: 20px;
    }
    
    .bButton {    
        position: fixed;
        bottom: 32px;
        left: 8px;
        padding-left: 0;
        display: inline-block;
        background-repeat: no-repeat;
        z-index: 9999;
        width: 79%;
    }
    
    
    .the_forms h1 {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 5px;
        line-height: 20px;
    }
    
    .the_forms .button_h2 {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 5px;
    }
    
    .the_forms .step1_title {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .the_forms .button_insurance {
        font-size: 16px;
        font-size: 16px;
        padding: 5px;
    }
    
    .the_forms .the_next .title.l1, .the_forms .the_next .title.l2 {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 21px;
    }
    
    .the_forms .the_next .read_more {
        font-size: 16px;
        color: #1d4c67;
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
    }
    
    .the_forms .the_form .bubb {
        font-size: 14px;
        left: 0;
    }
    
    .the_forms .the_form .title {
        font-size: 0;
    }
    
    .the_forms .the_form label {
        font-size: 16px;
    }
    
    .the_forms .the_form .pullra2 {
        float: none;
    }
    
    .the_forms .the_form input[type="submit"] {
        font-size: 16px;
        padding: 12px;
        margin-top: 10px;
        /* float: left; */
        width: 100%;
    }
    
    #header_sub_menu_mobile {
        display: block;
    }
    
    #header_sub_menu_mobile ul {
        margin: 0;
        text-align: center;
        position: relative;
        top: 35px;
        margin-bottom: 20px;
    }
    
    #header_sub_menu_mobile li {
        list-style-type: none;
        display: inline-block;
        background: #cf4d35;
        border-radius: 5px;
        padding: 3px;
        margin-bottom: 5px;
        font-size: 112%;
        margin-left: 4px;
    }
    
    #header_sub_menu_mobile li.menu-item-37434 {
        display: table;
        margin: 0 auto; 
        margin-bottom: 7px; 
        padding: 3px 40px;
        /*background: #959393; */
    }
    
    #header_sub_menu_mobile li a {
        color: #fff;
        font-weight: bold;
    }
    
    
    .exit_nad {
        display: none;
    }
    
    .vce-single .entry-content,
    .vce-page .entry-content {
        font-size: 20px;
    }
    
    #category_form {
        margin: 0;
    }
    
    .header-1-wrapper {
        height: 90px !important;
    }
    
    .site-branding img {
        max-height: 75px;
        max-width: none;
    }
    
    #lp_professional {
        background-size: cover;
        min-height: 0;
    }
    
    #lp_professional.lp_1 .warp,
    #lp_professional.lp_2 .warp,
    #lp_professional.lp_3 .warp {
        width: auto;
        padding: 0 10px;
    }
    
    #lp_professional.lp_1 .title,
    #lp_professional.lp_2 .title, 
    #lp_professional.lp_3 .title{
        color: #184d7a;
        font-size: 25px;
        line-height: 30px;
        font-family: 'Rubik';
    }
    
    #lp_professional.lp_1.form,
    #lp_professional.lp_2.form,
    #lp_professional.lp_3 .form { 
        margin-top: 10px;
    }
    
    #lp_professional input {
        width: 100%;
    }
    
    #lp_professional .lp_logo {
        float: right;
    }
    
   #lp_professional.lp_1,
   #lp_professional.lp_2,
   #lp_professional.lp_3{
        background-image: none;
    }

#category_form_modal input[type="text"], 
#category_form_modal input[type="email"], 
#category_form_modal input[type="url"], 
#category_form_modal input[type="tel"], 
#category_form_modal input[type="number"], 
#category_form_modal select, 
#category_form input[type="text"],
#category_form input[type="email"],
#category_form input[type="url"], 
#category_form input[type="tel"], 
#category_form input[type="number"], 
#category_form select {
    width: 100%;
}

.fb_iframe_widget_fluid {
    display: none !important;
}

  
}

@media screen and (max-width: 500px){
    /*.page-id-11550 td, 
    .page-id-33471 td, 
    .page-id-34463 td,
    .page-id-34459 td,
    .page-id-34451 td,
    .page-id-29809 td,
    .page-id-11580 td,
    .page-id-30137 td,
    .page-id-34453 td,
    .page-id-34461 td {
        display: block;
        margin-top: 6px;
    }*/
    .page-id-11550 td {
        display: block;
        margin-top: 6px;
    }
    /*.page-id-11550 tr,
    .page-id-33471 
    {
        margin-top: 5px;
    }*/
    
    .horgah {
        width: auto;
    }
}


/* =========== new design =========== */

body {
    font-family: 'Assistant', sans-serif !important;
    background: #fff !important;
    margin: 0;
}

.center {
    text-align: center;
}

.top-header, .top-nav-menu li .sub-menu {
    background: #474747 !important;
}

.vce-social-name {
    display: inline-block;
    opacity: 1;
    margin: 0 4px 0 0px;
    font-size: 13px;
}

.soc-nav-menu a {
    width: auto;
    height: auto;
}


.top_new_nav {
    position: absolute;
    top: 30px;
    margin: 0;
}

.top_new_nav.left {
    left: 0;
}

.top_new_nav.right {
    right: 0;
}

.top_new_nav li {
    display: inline-block;
    list-style-type: none;
    margin-left: 13px;
}

.top_new_nav li a {
    color: #474747;
    font-weight: bold; 
    text-align: center;
    display: block;
    text-decoration: none !important;
}

.top_new_nav li a img {
    margin: 0 auto !important;
    text-align: center;
}

.top_new_nav li a span {
   display: block; 
}

.header-1-wrapper {
    height: 123px !important;
}

.sidebar .widget {
    background: #fff !important;
    box-shadow: none;
}

.sidebar .widget-title {
    background: #fff !important;
    color: #0ca50c;
    border-top: 4px solid #0ca50c;
    font-size: 22px;
    text-align: right;
    box-shadow: none;
    padding-right: 0;
    clear: both;
}

.sidebar .widget-title:not(:first-of-type) {
    margin-top: 20px;
}

.header-bottom-wrapper {
    background: #fff !important;
    box-shadow: none;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;

}

.header-bottom-wrapper .nav-menu > li > a {
    box-shadow: none !important;
    color: #474747;
}
.header-bottom-wrapper .nav-menu > li > a:hover {
    box-shadow: none !important;
}

.search-header-wrap {
    position: absolute !important;
    right: 0;
    color: #0ca50c;
    width: 95px;
    font-size: 16px;
}

.search-header-wrap a:after {
    content: " חיפוש";
}

.search-header-wrap a,
.search-header-wrap a:hover {
    color: #0ca50c !important;
}
.main-navigation ul li.search-header-wrap.vce-zoomed > ul.search-header-form-ul {
    right: 0;
    left: auto !important;
    border-top: 2px solid #0ca50c;
}

.header-bottom-wrapper #vce_main_navigation_menu li:first-of-type a,
.header-bottom-wrapper #vce_main_navigation_menu li:first-of-type a:hover {
    color: #e64d02 !important;
    cursor: default;
}


.header-bottom-wrapper .top_icon {
    font-size: 1.5em;
    position: relative;
    left: 10px;
    top: -3px;
}

.main-navigation a {
    padding: 10px;
}

.main-navigation a:hover {
    color: #0ca50c;
}

.header-bottom-wrapper #vce_main_navigation_menu li#menu-item-60588 {
    float: left;
}

.header-bottom-wrapper #vce_main_navigation_menu li#menu-item-60588 a {
    color: #0ca50c;
}

/*.header-bottom-wrapper #vce_main_navigation_menu li#menu-item-60588 a i {
    font-size: 19px;
}*/

h1.entry-title {
    font-size: 44px;
    line-height: 48px;
    font-family: 'Assistant';
    text-align: right;
    margin: 5px 0;
    padding: 0;
    color: #000;
}

.vce-single .entry-header {
    text-align: right;
}

.entry-meta {
    text-align: right;
    margin-bottom: 4px;
}

.meta-category a {
    font-size: 16px;
    color: #0ca50c;
    font-family: 'Assistant';
    font-weight: bold;
    text-align: right;
    border-top: 2px solid #0ca50c;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.vce-square, .vce-main-content .mejs-controls .mejs-time-rail .mejs-time-current, button, input[type="button"], input[type="reset"], input[type="submit"], .vce-button, .pagination-wapper a, #vce-pagination .next.page-numbers, #vce-pagination .prev.page-numbers, #vce-pagination .page-numbers, #vce-pagination .page-numbers.current, .vce-link-pages a, #vce-pagination a, .vce-load-more a, .vce-slider-pagination .owl-nav > div, .comment-reply-link:hover, .vce-featured-section a, .vce-lay-g .vce-featured-info .meta-category a, .vce-404-menu a, .vce-post.sticky .meta-image:before, #vce-pagination .page-numbers:hover, #bbpress-forums .bbp-pagination .current, #bbpress-forums .bbp-pagination a:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.products li.product .added_to_cart, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce ul.products li.product .added_to_cart:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce span.onsale, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .comments-holder .navigation .page-numbers.current {
    background-color: #0ca50c;
}

.main-box-title, .comment-reply-title {
    background: #ffffff;
    color: #0ca50c;
    border-top: 4px solid #0ca50c;
    padding: 0;
    padding-bottom: 15px;
    text-align: right;
}

.main-box, .comment-respond, .prev-next-nav {
    box-shadow: none;
}
.main-box-inside, .vce-content-outside, .comment-form {
    background: #fff;
}

#mobile_menu, .slicknav_menu {
    display: none;
}

.entry-content {
    font-size: 21px;
    line-height: 28px;
    color: #000;
    width: 100% !important;
}

#header_slider {
    margin: 10px 0;
    padding: 20px 0;
    background: #e7e7e7;
    /*border-bottom: 1px solid #d3d3d3;*/
}

#header_slider #owy {
    padding: 0 70px;
    display: none; 
}

#header_slider a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

#header_slider a:hover {
    text-decoration: none;
}

#header_slider .item {
}

#header_slider .item img {
    width: 80px;
    height: 60px;
    margin-left: 13px;
    float: right;
}

#header_slider .item .financed {
    color: #0ca50c;
}

#header_slider .owl-next, 
#header_slider .owl-prev{
    width: 30px;
    height: 60px;
    position: absolute;
    top: 0;
}

#header_slider .owl-next {
    background: url("./images/hsl.png");
    left: 20px;
}

#header_slider .owl-prev {
    background: url("./images/hsr.png");
    right: 20px;
}

.newslater {
    position: relative;
}

.newslater .inf {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.newslater input[type="email"] {
    height: 30px;
    border: 1px solid #84bfd8;
    font-size: 14px;
    width: 70%;
    border-radius: 0;
    float: right;
    padding-right: 30px;
}

.newslater input[type="email"]::placeholder {
    color: #000;
}

.newslater input[type="submit"] {
    background-color: #0ca50c;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 27%;
    height: 30px;
    padding: 0;
    min-width: 0;
    border-radius: 0;
    float: right;
}

.vce-main-content .newslater input[type="email"] {
    width: 30%;
}

.vce-main-content .newslater input[type="submit"] {
    width: 15%;
    float: none;
}

.vce-main-content .newslater .wpcf7-form-control-wrap.terms .wpcf7-list-item {
    display: block;
}


.newslater .ic {
    display: none;
}

#sidebar .newslater .ic {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
}

.newslater .wpcf7-form-control-wrap.terms .wpcf7-list-item {
    margin: 0;
    font-size: 12px;
    text-decoration: none;
}

#sidebar .newslater span.wpcf7-list-item {
    position: relative;
    float: right;
    top: -10px;
}

.bold_label {
    border-top: 0;
}


#right_sidebar {
    float: right;
    width: 160px;
    padding-top: 0;
    margin-top: -7px;
}

#right_sidebar .vce-post-list {
    margin-top: 10px;
}


#llbar {
    /*float: right;
    width: 645px;*/
    margin-right: 40px;
}


#pibkola {
    border-left: 1px solid #d3d3d3;
   /* border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3; */
}

#useful_tools .tool {
    margin-top: 25px;
    background: #f6f6f6;
    padding: 5px 0;
}

#useful_tools .tool img {
    float: right;
    width: 40px;
    margin-left: 5px;
}

#useful_tools .tool .title {
    font-weight: bold;
    font-size: 18px;
    float: right;
    width: 105px;
    line-height: 17px;
}

#useful_tools .tool a {
    text-decoration: underline;
    font-size: 14px;
}

#right_sidebar .newslater .inf {
    display: none;
}

#right_sidebar .newslater .ic {
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
}

#right_sidebar .newslater input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
}

#right_sidebar .newslater input[type="submit"] {
    float: left;
    height: 44px;
    width: 30%;
}

#right_sidebar .wpcf7-form-control-wrap.terms {
    float: right;
    width: 57%;
}

#right_sidebar .wpcf7-response-output {
    clear: both;
}

#right_sidebar .terms .wpcf7-list-item-label {
    float: right;
    width: 72%;
    line-height: 14px;
    font-size: 12px;
    margin-right: 5px;
}

#right_sidebar .wpcf7-list-item input[type="checkbox"] {
    float: right;
    position: relative;
    top: -2px;
}

#right_sidebar #author_info {
    text-align: center;
    margin-bottom: 135px;
    display: block;
    color: #000;
}
#right_sidebar #author_info:hover {
    text-decoration: none;
}

#right_sidebar #inf {
    font-size: 24px;
    color: #0ca50c;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

#right_sidebar #author_img {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px;
}


#right_sidebar #author_img img {
    border-radius: 50%;
    width: 100px;
}

.terms .wpcf7-list-item-label {
    font-weight: bold;
}

.sidebar .widget {
    margin: 0;
}

h1.entry-title {
    width: auto;
}

.vce-sid-left .vce-main-content {
    padding: 15px 0;
}

.container {
    max-width: 1200px;
}

.vce-main-content {
    width: 840px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

h1, h2, h3, h4, h5, h6, blockquote, .vce-post-link, .site-title, .site-title a, .main-box-title, .comment-reply-title, .entry-title a, .vce-single .entry-headline p, .vce-prev-next-link, .author-title, .mks_pullquote, .widget_rss ul li .rsswidget, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink {
    font-family: 'Assistant', sans-serif !important;
}

.vce-single .meta-image img.main_img {
    width: 400px;
    height: 282px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vce-single .meta-image {
    width: auto !important;
    float: right;
}

.entry-content .social-ring {
    float: right;
    margin: 10px 70px 0 0 !important;
}

.social-ring .social-ring-button {
    float: none !important;
}

.vce-single .entry-content {
    margin: 0;
}

/* ========== home page - new ========== */

.homepage #sec_1_r .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

.homepage #sec_1_r img {
    width: auto;
    height: 392px;
    margin-top: 20px;
}

.homepage #sec_1_l {
    border-top: 1px solid #d3d3d3;
}

.homepage #sec_1_l .info {
    padding: 5px 0 10px 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.homepage #sec_1_l .info.left {
    float: left;
}

.homepage #sec_1_l .info.active {
    border-top: 4px solid #0ca50c;
}

.homepage #sec_1_l .item .cat.globes {
    color: red;
}

.homepage #sec_1_l .item .cat.bizportal {
    color: #0c476e;
}

.homepage #sec_1_l .item .cat.calcalist {
    color: #c91a22;
}

.homepage #sec_1_l .lnews .item .cat,
.homepage #sec_1_l .lnews .item .date {
    display: inline-block;
}

.homepage #sec_1_l .item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d3d3d3;
    line-height: 21px;
}

.homepage #sec_1_l .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.homepage #sec_2 {
    padding-top: 10px;
    border-top: 1px solid #d3d3d3;
}

.homepage #sec_1_r .cat,
.homepage #sec_1_l .item .cat,
.homepage #sec_2 .item .cat,
.promoted_articles .info,
.homepage .sidearticle .item .cat  {
    font-size: 14px;
    color: #0ca50c;
    font-weight: bold;
    display: block;
}

.promoted_articles .info {
    font-weight: 600;
    margin-top: -15px;
}

body .homepage #sec_1_l .item .cat {
    float: right;
    margin-left: 5px;
    font-size: 15px;
}

.homepage #sec_1_l .item .title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

body .homepage #sec_1_l .item .cat:hover,
.homepage #sec_1_l .item .title:hover {
    text-decoration: none;
    color: #1e73be;
}

.homepage #sec_2 {
    margin: 20px 0;
}

.homepage #sec_2 .item .title,
.homepage .sidearticle .item .title {
    color: #000;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    min-height: 50px;
}

.homepage #sec_2 .item img,
.homepage .sidearticle .item img {
    width: 100%;
    height: 182px;
    margin-top: 5px;
}

.homepage .sidearticle .item img {
    margin-bottom: 20px;
}

.promoted_articles {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.promoted_articles .info {
    margin-bottom: 7px;
    position: relative;
    top: -23px;
}

#promoted_in_article.promoted_articles .info {
   top: 23px;
   float: left;
}

.promoted_articles .item .title {
    color: #000;
    line-height: 20px;
    font-size: 17px;
    display: block;
}

.promoted_articles .item img {
    width: 100%;
    height: 60px;
}

.homepage .sec_end {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}

.homepage .sec_end .row_sec_end {
    margin-top: 10px;
}

.homepage .sec_end .cat {
    border-top: 4px solid #0ca50c;
    font-size: 24px;
    color: #0ca50c;
    font-weight: 900;
}

.homepage .sec_end .tright {
    float: right;
}

.homepage .sec_end .tright img {
    height: 210px;
    width: 100%;
}


.homepage .title {
    font-weight: 600;
}

.homepage .sec_end .tright .title {
    font-size: 21px;
    color: #000;
    line-height: 24px;
    margin-top: 8px;
    display: block;
}

.homepage .sec_end .tleft .rock {
    margin-bottom: 12px;
}

.homepage .sec_end .tleft img {
    height: 60px;
    width: 100%;
}

.homepage .sec_end .tleft .title, 
.homepage .sec_end .promoted_item a {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    
}

.homepage .sec_end .tleft ul {
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.homepage .sec_end .tleft ul li {
    color: #337ab7;
}

.homepage #sec_1_r .title a {
    color: #000;
    display: block;

}

.homepage .sec_end .promoted_item img {
    width: 100%;
    height: 240px;
}

#hon_tv {
    background: #737373; /*#474747; */
    border-top: 4px solid #0ca50c;
    padding: 15px;
    margin-bottom: 40px;
}

#hon_tv a.cat {
    font-size: 24px;
    /*color: #0ca50c;*/
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
    display: block;
}

#hon_tv a.title {
    color: #fff;
    margin-top: 5px;
    display: block;
}

#hon_tv .cat_img {
    width: 100%;
    height: 183px;
}

#hon_tv .vid_logo {
    position: absolute;
    left: 40px;
    bottom: 64px;
}

#hon_tv .holcky {
    position: relative;
}

.header_banner {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.close_head_banner {
    position: absolute;
    left: 122px;
    color: #fff;
    cursor: pointer;
    top: 2px;
    font-size: 20px;
}

.widget > div, .widget p, .widget > form {
    padding: 10px 0;
}

.widget ul.vce-post-list {
    padding: 20px 0;
}

.exclusive_big:before, .firstPublish_big:before, .honCheck_big:before {
    font-size: 16px;
    background: #e84c00;
    width: auto;
    padding: 0 5px;
    float: none;
    margin-bottom: 3px;
}

.honCheck_small:before, .honCheck_big:before, .honCheck_slider:before, .honCheck_slider:before {
        content: 'בדיקת "הון"';
}

.widget li{
    padding: 12px 0;
}

.widget_nav_menu li a, .widget_pages li a {
    padding: 0;
}

.vce-single .entry-header {
    margin: 0;
}

.archive .main-box-title {
    border-top: 4px solid #0ca50c !important;
}

.main-box-subtitle {
    width: auto;
}

.vce-lay-b {
    width: 100%;
}

.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background, .vce-post-big li:hover .vce-post-img:after, .vce-post-slider li:hover .vce-post-img:after {
    opacity: 0;
}

.vce-post-big .vce-posts-wrap {
    bottom: 10px;
    top: auto !important;
    background: rgba(0,0,0,0.6);
}

.paddig {
    padding-right: 5px !important;
    line-height: 21px;
}

.widget.vce_posts_widget .vce-post-list .vce-post-img {
    
}

.widget_nav_menu li {
    padding: 7px;
    border-bottom: 0;
}

.widget_nav_menu li a {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.widget_nav_menu .menu-item img._before, 
.widget_nav_menu .rtl .menu-item img._after {
    margin-right: 0;
}


.vce-post-list li {
    padding: 0;
    list-style-type: none;
}

.vce-post-list .vce-post-img {
    width: 120px;
    height: 90px;
}


.vce-post-list .vce-posts-wrap a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
}


/* ==== category new design ==== */

.archive .main-box-head {
    box-shadow: none;
    background: #fff;
    padding-bottom: 50px;
}

.archive .main-box-head .main-box-title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    padding-left: 17px;
    padding-top: 2px;
}

.archive .main-box-subtitle {
    color: #000;
    line-height: 24px;
    font-size: 18px;
    background: #f1faf1;
    padding: 20px;
}

.archive .main-box-head .title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

.archive .cat_links {
    margin: 0 0 30px 0;
}


.archive .cat_links li {
    list-style-type: none;
    color: #4267b2;
    margin-bottom: 12px;
}

.archive .cat_links li a {
    color: #0ca50c;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    font-weight: 600;
}

.archive .cat_links li a:hover {
    text-decoration: none;
}

.archive .vce-lay-b{
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    height: auto;
}

.archive article h2 {
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.archive .meta-image img {
    width: 100%;
    height: 182px;
}

.archive article .warpik {
    height: 290px;
}

.archive #vce-pagination {
    border: 0;
    background: #fff;
}

#vce-pagination ul {
    margin: 0;
    text-align: center;
}

#vce-pagination ul li {
   list-style-type: none;
   display: inline-block;
    /*float: right;
    margin-left: 3px;*/
}

#vce-pagination ul li.f {
    float: right;
}

#vce-pagination ul li.l {
    float: left;
}

#vce-pagination ul li a {
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 18px;
    min-width: 0;

}

#vce-pagination ul li.active a {
    font-weight: 900;
    background: #087708;
}

#vce-pagination ul li a .icor {
    padding: 0 2px;
}



.archive #vce-pagination .page-numbers {
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 18px;
}

.archive #vce-pagination .page-numbers.current {
    font-weight: 900;
    background: #087708;
}

.archive #vce-pagination a.prev:before, .archive #vce-pagination a.next:after {
    display: none;
}

.archive #vce-pagination a.prev:after {
    content: "\f104";
    margin-right: 6px;
    font-family: "FontAwesome";
}

.archive #vce-pagination a.next:before {
    content: "\f105";
    margin-left: 6px;
    font-family: "FontAwesome";
}

/* ==== professionals new design ==== */

.archive .prof .main-box-head {
    padding-bottom: 0;
}

.archive .prof .main-box-inside {
    padding-top: 20px;
}

.archive .prof .entry-title {
    line-height: normal;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0 20px 0;
}


.prof .the_cat {
    border-top: 2px solid #0ca50c;
    color: #0ca50c;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

/* ==== calc new design ==== */
.calc_template  .warp{
   background: #f1faf1;
   border-right: 4px solid #18a918;
    padding: 15px 30px;
    margin: 20px 0 40px 0;
   
}

.calc_template .warp_inp {
    width: 100%;
    margin-top: 4px;
}

.calc_template .warp_inp label {
    display: inline;
}

.calc_template .warp_inp .the_text {
    width: 50%;
    display: inline-block;
    float: right;
}

.calc_template .warp_inp .the_inp {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.calc_template .warp_inp .the_inp {
    font-size: 18px;
    font-weight: normal;
    width: 48%;
}

.calc_template .warp_inp .the_inp.s2 {
    width: 23%;
    margin-left: 2%;
}


.calc_template .warp_inp .the_inp.full {
    font-size: 18px;
    width: 100%;
}

.calc_template .warp_inp .the_inp.big {
    width: 40%;
    margin-right: 7%;
}

.calc_template .warp_inp .the_inp input,  .calc_template .warp_inp .the_inp select{
    border: 1px solid #0ca50c;
    border-radius: 5px;
    height: auto;
    padding: 4px 3px;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    background: #fff;
}

.calc_template .warp_inp .the_inp input:read-only,
.calc_template .warp_inp .the_inp input:disabled {
    background: #ededed;
    color: #212529;
}

.calc_template .warp_inp.the_table{
}

.calc_template .tdate.warp_inp {
    width: 100%;
}

.calc_template .datec select {
    border: 1px solid #0ca50c;
    border-radius: 5px;
    height: auto;
    padding: 4px 3px;
    font-size: 18px;
    font-weight: normal;
    float: left;
}

.calc_template .datec {
    width: 48%;
    float: right;
}

.calc_template .datec select.d, .calc_template .datec select.m {
    width: 27%;
    margin-right: 3%;
}

.calc_template .datec.min select.m {
    width: 42%;
}

.calc_template .datec select.y {
    width: 40%;
}

.calc_template .datec.min select.y {
    width: 55%;
} 


.calc_template .warp_inp .the_inp input[type="checkbox"], 
.calc_template .warp_inp .the_inp input[type="radio"]{
    width: auto;
}

.calc_template .info_tip.toptip {
    color: #0ca50c;
    font-weight: bold;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}



.calc_template .warp .results {
    border-radius: 5px;
    border: 1px solid #0ca50c;
    background: #fff;
    padding: 30px 0;
    text-align: center;
}

.calc_template .warp .results input[type="submit"],
.calc_template .calc_submit input[type="submit"] {
    font-weight: bold;
    font-size: 24px;
    width: 60%;
    padding: 10px 0px;
    letter-spacing: 1px;
}

.calc_template .calc_submit {
    text-align: center;
}

.calc_template .calc_submit input[type="submit"] {
    width: 18%;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
}

.calc_template .warp .results .title {
    font-size: 24px;
    line-height: 28px;
    color: #0ca50c;
    text-align: center;
    margin-top: 40px;
}

.calc_template .warp .results .value {
    font-size: 40px;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}


.calc_template #pibkola {
    margin-top: 28px;
}

.calc_template .sruler_warp {
    margin-top: 4px;
    margin-bottom: 2px; 
}

.calc_template .sruler_calc {
    height: 32px;
    /*margin-top: 10px; */ 
    border-color: #0ca50c;
    border-radius: 5px;
}

.calc_template .sruler_calc .ui-slider-range {
    background: #dafdda;
    border-radius: 5px;
}

.calc_template .sruler_calc .ui-slider-handle {
    border-color: #0ca50c;
    height: 31px;
    width: 8px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 0;
}
.calc_template .sruler_calc .ui-slider-handle,
.calc_template .sruler_calc .ui-slider-handle.ui-state-active,
.calc_template .sruler_calc .ui-slider-handle:hover{
    background: #0ca50c;
    margin-left: -1px;
}

.calc_template .sruler_calc.ui-state-disabled {
    opacity: 1;
    background: #fff;
}

.calc_template .sruler_num {
    font-size: 12px;
    padding: 2px 5px;
}

.calc_template .sruler_num.min {
    text-align: right;
    float: left;
    position: relative;
    z-index: 2;
}

.calc_template .sruler_num.max {
    text-align: left;
    float: right;
    position: relative;
    z-index: 2;
}

.calc_template #calc_tabs {
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #32af32;
    /*float: right;
    display: inline-block;*/
}

.calc_template #calc_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-left: 0;
    border: 1px solid #43ab43;
    background: #fff;
    border-bottom: 0;
    padding: 2px 4px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-family: 'Assistant', sans-serif;
}

.calc_template #calc_tabs li:first-of-type {
    margin-left: 0;
}

.calc_template #calc_tabs li a {
    color: #43ab43;
}

.calc_template #calc_tabs li a:hover {
    text-decoration: none;
}

.calc_template #calc_tabs li.active,
.calc_template #calc_tabs li:hover {
    border: 2px solid #0ca50c;
    border-bottom: 0;
    background: #0ca50c;
}

.calc_template #calc_tabs li.active a,
.calc_template #calc_tabs li:hover a {
    color: #fff;
    
}

.tooltip-inner {
    background: #0ca50c;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0ca50c;
}

.sidebar.left {
    font-weight: bold;
}

.accessibility-location-left .aicon_link {
    right: -60px !important;
    bottom: 23px;
}

body .accessability_container .wahout.aicon_link {
    background: transparent !important;
}

body .accessability_container .wahout.aicon_link img {
    width: 30px !important;
}

/*body .accessability_container {
    position: absolute;
}*/

/* ========== footer - new ========== */

#new_footer {
    background: #474747;
    padding: 25px 0;
    color: #fff;
}

#new_footer a {
    color: #fff;
}

#new_footer #f_logo {
    margin: 0 auto;
    display: block;
}

#new_footer .links {
    margin-top: 60px;
}

#new_footer .links .title {
    font-weight: bold;
    margin-bottom: 5px;
}

#new_footer .links ul {
    margin: 0 15px 0px 0;
}
#new_footer .mks_social_widget_ul {
    margin: 20px 0 0 0;
    float: left;
}
#new_footer .mks_social_widget_ul li {
   padding-right: 3px;
}

#new_footer .mks_social_widget_ul a {
    width: 40px;
    height: 40px; 
    font-size: 16px;
    line-height: 45px;
 
}

.widget.vce_video_widget {
    background: #737373 !important;
    color: #fff;
}

.widget.vce_video_widget .widget-title {
    color: #fff;
    background: #737373 !important;
    padding-right: 10px;
}

.ytp-large-play-button {
    background: #0ca50c !important;
    opacity: 1;
}

body .accessability_container * {
    top: 62px !important;
    background: transparent !important;
}

.site-footer select {
    background: #f9f9f9;
}

/* ========== securities - single ========== */

.single-securities {
    
}

.single-securities h1 {
    color: #0ca50c;
    text-align: right;
    margin: 0 0 30px 0;
    font-size: 40px;
}

.single-securities .tashoa {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #0ca50c;
    padding: 10px 0;
    margin-bottom: 30px;
}

.single-securities .tashoa a {
    color: #333;
}

.single-securities .tashoa.bigger .num {
    font-size: 20px;
}

.single-securities .title {
    font-size: 20px;
    font-weight: bold;
    color: #0ca50c;
    margin-bottom: 0px;
    /*margin-right: 10px;*/
}

.single-securities .tashoa .num {
    display: inline-block;
    margin-right: 15px;
}

.single-securities .num {
    direction: rtl;
}

.single-securities .num.pos {
    color: green;
}

.single-securities .num.un_pos {
    color: red;
}

.single-securities .show_date {
    float: left;
    font-size: 14px;
}

/*.single-securities .parar {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
}*/

.single-securities .parar .title {
    border-top: 4px solid #0ca50c;
    font-size: 24px;
    color: #0ca50c;
    font-weight: 900;
    margin-bottom: 25px;
}

/*.single-securities .content .adsbygoogle {
    margin-top: 40px;
}*/

/*.single-securities .okla {
    border-bottom: 1px solid #0ca50c;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.single-securities .okla span {
    font-weight: bold;
}*/

.securities_compare h1 {
    color: #0ca50c;
    margin-bottom: 20px;
}

.securities_compare .warp_t {
}

.securities_compare .tiri {
    border: 1px solid #0ca50c;
    margin: 0 !important;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    direction: ltr;
}

.securities_compare .tiri.title {
    text-align: right;
    direction: rtl;
}

.securities_compare .tiri.title a {
    color: #000;
}

.securities_compare .warp_t .heady .tiri{
    color: #0ca50c;
}


.securities_compare.the_ribit .tiri.title a {
}

.securities_compare.the_ribit .warp_t .heady .tiri{
    color: #18567a;
}

.securities_compare.the_ribit .tiri {
    border-color: #18567a;
}

.securities_compare.the_ribit h1{
    color: #18567a;
}


.securities_compare .warp_t .heady.the_ribit div {
    /*height: 80px;*/
}

.securities_compare .winner {
    color: #0ca50c;
    /*margin-right: 15px;*/
    font-size: 20px;
}

.securities_compare .winner_num {
    position: absolute;
    color: #ccc;
}

.widget_recent_entries li {
    text-align: right;
    padding: 0;
}


.archive.tax-securities_cat article .meta-image {
    display: none;
}

.archive.tax-securities_cat article .warpik {
    height: 120px;
}


#llbar .vce-photo-caption {
    width: 400px;
    max-width: none;
    bottom: 21px;
}

#PlaySoundCanvas {
    width: 100%;
    height: 200px;
    background: #000;
}

#PlaySound {
    width: 100%;
}

#box_in_content {
    font-size: 16px;
    font-family: 'Assistant';
    border-bottom: 1px solid rgba(12, 165, 12, 0.2);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

#box_in_content .title {
    color: #0ca50c;
    font-weight: bold;
    text-align: right;
    border-top: 2px solid #0ca50c;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

#box_in_content ul {
    margin: 0;
    margin-right: 30px;
}

#box_in_content li {
    list-style-type: circle;
}

#box_in_content li a {
    color: #000;
    font-weight: 600;
}

#box_in_content li a:hover {
    color: #0ca50c;
    text-decoration: none;
}

.toc_list a {
    color: #0ca50c;
    font-weight: 600;
    font-size: 19px;
}

.toc_list .toc_number {
    font-size: 17px;
   /* font-weight: bold; */
}

.toc_list .toc_number:after {
    content: '.';
}

#smartnpv_leads select[name="Companies_City"] option[disabled="disabled"] {
    font-weight: 800;
    color: #cf4d35;
}

#mashkanta_mahshvon_top {
    margin: -20px 0 30px 0;
}

#mashkanta_mahshvon_top input[type="radio"] {
    width: auto;
    margin: 0;
    padding: 0;
    height: 11px;
}

#mashkanta_mahshvon_top label {
    font-weight: normal;
    font-size: 13px;
}

#mashkanta_mahshvon_top .warp_inp .the_inp {
    width: auto;
}

#mashkanta_mahshvon_top .warp_inp .the_inp select {
    font-size: 10px;
    font-weight: 600;
}

#mashkanta_maslul .paddix {
    padding-left: 2px !important;
    padding-right: 2px !important;
    float: right;
}

#mashkanta_maslul .uper .paddix {
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
} 

#mashkanta_maslul .botomer {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    margin-top: 4px;
    margin-right: 2px;
} 

#mashkanta_maslul .botomer a {
    color: #0ca50c;
}

#mashkanta_maslul .iner input[type="text"], 
#mashkanta_maslul .iner select {
    padding: 0 3px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    background: #fff;
}

#mashkanta_maslul .calc_submit input[type="submit"]{
    min-width: 17%;
    width: 8%;
    font-size: 17px;
    padding: 5px 0;
    float: left;
    margin-left: 20%;
}

#mashkanta_maslul .resulter input[type="text"] {
    border: 1px solid #0ca50c;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    background: #fff;
}

#mashkanta_maslul .resulter .total {
    color: #0ca50c;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    position: relative;
    top: 4px;
}

#mashkanta_maslul label {
    display: none;
}

#mashkanta_maslul .remove_mob {
    display: none;
}

.loader_big {
    background-image: url(./images/ajax_loader.gif);
    width: 66px;
    height: 66px;
}

.main-box-subtitle p {
    text-align: right;
}

.single-securities .category-left-690 {
    text-align: left;
}


#dmi_niaol_ash_table .title {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
}

#dmi_niaol_ash_table span {
    font-weight: bold;
}

#dmi_niaol_ash_table .grider {
    float: right;
    width: 20%;
}

#dmi_niaol_ash_table .grider.choose {
    font-weight: bold;
}

#dmi_niaol_ash_table .grider.choose .winner {
    color: #0ca50c;
}

#dmi_niaol_ash_table .grider .title {
    text-align: right;
}

#dmi_niaol_ash_table .margix {
    margin-top: 3px;
}

#dmi_niaol_ash_table .value {
    font-size: 22px;
}

#dmi_niaol_ash_table .grider div {
    margin-bottom: 3px;
}

.content_bottom {
    float: right;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 40px;
    font-style: italic;
}

.content_bottom.l2 {
    float: left;
}

.content_bottom .icon {
    margin-left: 5px;   
    color: #4267b2;
}

.content_bottom .arr {
    color: #4267b2;
    letter-spacing: -1px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.content_bottom a {
}

#call_whatsapp {
    position: fixed;
    right: 11px;
    bottom: 55px;
    z-index: 9999999;
    text-align: center;
}
#call_whatsapp img {
    width: 40px;
    height: 40px;
}

#call_whatsapp #quest {
    font-size: 13px;
    color: #0ca50c;
}

body a:focus, body a:hover{
    color: #1e73be !important;
    text-decoration: none;
}

#hon_tv a:hover,
#hon_tv a:focus {
    color: #fff !important;
}

/*******Article Navigation*******/
.article_nav{
    background: transparent;
    width: 36px;
    height: 100px;
    top: 46%;
    position: fixed;
    display: block;
    color: #a3a3a3;
    direction: rtl;
    font-size: 24px;
    font-weight: bold;
}
/*.preving{
    margin-right: 165px;
}*/
.nexting{
    margin-right: -24px;
}
.post_title_nav {
    top: 46%;
    position: fixed;
    display: block;
    direction: rtl;
    background: #f7f7f7;
    z-index: 999;
    width: 210px;
    transform: translateY(-35%);
    padding: 10px;
    font-weight: 600;
    border-radius: 17px;
}

a.post_title_nav:hover,
a.post_title_nav:focus,
a.post_title_nav {
    color: #646464 !important;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}

.prev_post_title{
    margin-right: 15px;
}
.next_post_title{
    margin-right: -235px;
}
/*.post_warp {
    position: relative;
}

.np_post {
    position: absolute;
    color: #000;
    font-size: 35px;
    display: none;
}

.np_post:hover {
    text-decoration: none;
}

.np_post.preving {
    right: 155px;
}*/


.nadalan_sys_template #header_slider,
.nadalan_sys_template #footer,
.nadalan_sys_template #call_whatsapp,
.nadalan_sys_template .header-bottom-wrapper {
    display: none;
}
.nadalan_sys_template #loader {
    margin: 20px auto 0 auto;
    display: none;
}

.nadalan_sys_template #no_res {
    margin-top: 20px;
    display: none;
    text-align: center;
}

.nadalan_sys_template #area,
.nadalan_sys_template #radius,
.nadalan_sys_template #search_btn {
    height: 40px;
    /*box-shadow: 1px 2px 4px 0px #d0d0d0;
    font-size: 18px;*/
}

.nadalan_sys_template #area::placeholder,
.nadalan_sys_template #radius::placeholder {
    color: #0ca50ca3;
}

.nadalan_sys_template #area {
    width: 40%;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.nadalan_sys_template #radius {
    width: 28%;
    display: inline-block;
    position: relative;
    left: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.nadalan_sys_template #search {
    /*width: 25%;*/
    position: relative;
    color: #0ca50c;
    position: relative;
    left: -10px;
    
}

.nadalan_sys_template #search:hover {
    /*color: #0ca50c !important;
    font-weight: 700;*/
}

.nadalan_sys_template #search span {
    display: inline-block;
}

.nadalan_sys_template #search_btn {
    width: 25%;
    position: relative;
}

.nadalan_sys_template #primary {
    position: relative;
}

.nadalan_sys_template .entry-content {

}

.nadalan_sys_template #wap {
    width: 50% !important;
    margin: 0 auto;
    position: relative;
}

.nadalan_sys_template #wap #glu {
    margin-top: 100px;
    margin-bottom: 20px;
}

.nadalan_sys_template h1 {
    font-size: 37px;
    position: relative;
    top: -40px;
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: normal;
    color: #0ca50c;
    text-align: center;
    right: 2%;
}

.nadalan_sys_template #table-container {
    font-size: 15px;
    margin-top: 25px;
}

.nadalan_sys_template #myTable tbody td {
    cursor: pointer;
}


.nadalan_sys_template .run_page {
    text-align: center;
}

.nadalan_sys_template .page-numbers {
   margin-left: 2px;
   background: #0ca50c;
   color: #fff;
   padding: 5px 10px;
   text-align: center;
   display: inline-block;
   cursor: pointer;
}

.nadalan_sys_template .page-numbers.current {
    background: #087708;
    font-weight: 900;
}
.nadalan_sys_template #i_am_warp {
    position: relative;
}

.nadalan_sys_template #i_am_warp #hider {
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    text-align: center;
    font-size: 35px;
}

.nadalan_sys_template #i_am_warp #hider .loader_big {
    margin-top: 50px;
    text-align: center;
    margin: 50px auto 20px auto;
}

.nadalan_sys_template #gmap {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    border: 1px solid #0ca50ca3;
}

.nadalan_sys_template #myTable {
    border: 0;
}

.nadalan_sys_template .child_table {
    cursor: default;
}

.nadalan_sys_template .child_table .tabon {
    border: 1px solid #0ca50ca3;
    padding: 10px;
    min-height: 250px;
    line-height: 24px;
}

.nadalan_sys_template .child_table .tabon:hover {
    
}

.nadalan_sys_template .child_table .tabon input {
    font-size: 13px;
}
.nadalan_sys_template .child_table .tabon input[type="submit"] {
    margin: 0 auto;
    display: block;
}

.nadalan_sys_template .child_table a {
    cursor: pointer;
}

.nadalan_sys_template .child_table .title {
    font-weight: 700;
    text-align: right;
    margin-bottom: 5px;
    display: block;
    line-height: 26px;
}

.nadalan_sys_template .child_table i.fa {
    color: #848484;
    margin-left: 3px;
}

.nadalan_sys_template .child_table .tabon div {
    font-weight: bold;
}

.nadalan_sys_template .child_table .tabon div span {
    display: inline-block;
    margin-left: 2px;
    font-weight: normal;
}

.nadalan_sys_template .child_table .linker {
    color: #0ca50c;
    margin-bottom: 5px;
    font-weight: 600;
}

.nadalan_sys_template .child_table .linker:hover {
    text-decoration: underline;
}


.nadalan_sys_template .child_table .his_loader {
    font-size: 24px;
    color: #000;
}


#urban_renewal.nadalan_sys_template h1,
#urban_renewal.nadalan_sys_template #search,
#urban_renewal.nadalan_sys_template .child_table .linker {
    color:#591b3d !important;
}

#urban_renewal.nadalan_sys_template .child_table .tabon,
#urban_renewal.nadalan_sys_template #gmap {
    border: 1px solid #591b3d;
}

#urban_renewal.nadalan_sys_template #area::placeholder,
#urban_renewal.nadalan_sys_template #radius::placeholder {
    color: #591b3d;
}



#work_space.nadalan_sys_template h1,
#work_space.nadalan_sys_template #search,
#work_space.nadalan_sys_template .child_table .linker {
    color: #c40000 !important;
}

#work_space.nadalan_sys_template .child_table .tabon,
#work_space.nadalan_sys_template #gmap {
    border: 1px solid #c40000;
}

#work_space.nadalan_sys_template #area::placeholder,
#work_space.nadalan_sys_template #radius::placeholder {
    color: #c40000;
}


#work_space.nadalan_sys_template .child_table .tabon {
    min-height: 500px;
}

#elections_sys.nadalan_sys_template #area {
    width: 85%;
}


#school_sys.nadalan_sys_template h1,
#school_sys.nadalan_sys_template #search,
#school_sys.nadalan_sys_template .child_table .linker {
    color: #777 !important;
}

#school_sys.nadalan_sys_template .child_table .tabon,
#work_space.nadalan_sys_template #gmap {
    border: 1px solid #777;
}

#school_sys.nadalan_sys_template #area::placeholder,
#school_sys.nadalan_sys_template #radius::placeholder {
    color: #777;
}

#portugal_passport {
    margin: 35px 0;
}

#portugal_passport #warp {
    box-shadow: 0px 0px 34px rgba(000,000,000,0.2);
    font-size: 22px;
    padding: 50px 150px;
    text-align: center;
    clear: both;
}

#portugal_passport #your_friend {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 28px;
    width: 130px;
    border-radius: 50%;
}

#portugal_passport .title {
    margin-bottom: 30px;
    text-align: center;
}

#portugal_passport .title.bigger {
    font-size: 22px;
}

#portugal_passport input {
    text-align: center;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #0ca50c;
}

#portugal_passport .next,
#portugal_passport input {
    font: normal 21px/100% Verdana, Tahoma, sans-serif;
}

#portugal_passport .next {
    position: relative;
    margin-top: 30px;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    background: #0ca50c;
    color: #fff;
    cursor: pointer;
}


#portugal_passport .next .left_arr {
    position: absolute;
    left: 22px;
    font-size: 28px;
}

#portugal_passport label.radio {
    display: block;
    clear: both;
    cursor: pointer;
}

#portugal_passport input[type="radio"] {
    display: none;
}

#portugal_passport label.radio input[type=radio] ~ span {
    border: 2px solid #e7e7e7;
    display: inline-block;
    padding: 10px;
    float: right;
    margin-left: 25px;
    border-radius: 50%; 
}

#portugal_passport label.radio input[type=radio]:checked ~ span {
    background: #0ca50c;
}

#portugal_passport .radio2_warp {
    text-align: center;
}

#portugal_passport label.radio2 input[type=radio] ~ span {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    background: #0ca50c;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-left: 150px;
    width: 60px;
}

#portugal_passport label.radio2 input[type=radio] ~ span.end {
    margin-left: 0;
}

#portugal_passport label.radio2 input[type=radio]:checked ~ span {
}

/*#portugal_passport input.ng-touched.ng-invalid {
    border: 1px solid #e85252 !important;
}*/

#portugal_passport .pp_error {
    font-size: 18px;
    color: #e85252;
    text-align: center;
    margin-top: 10px;
}

#portugal_passport #pp_progressbar {
    margin-top: 35px;
}

#portugal_passport #pp_progressbar.ui-widget-content {
    background: #fff;
    border: 1px solid #0ca50c;
    height: 15px;
}


#portugal_passport #pp_progressbar .ui-widget-header {
    background: #0ca50c;
    height: 15px;
}


#portugal_passport #spinner {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
}

.box_grid_warp {
    float: right;
}

.box_grid {
    border: 1px solid #0ca50c;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 14px 28px rgba(32, 50, 41, 0.25), 0 10px 10px #97ad97;
    border-radius: 15px;
}

.box_grid .title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#crowd_invest_template .box_grid .title {
    min-height: 68px;
}

/*#crowd_invest_template .box_grid .description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

#crowd_invest_template .box_grid {
    min-height: 900px;
}

#crowd_invest_template .box_grid .logo {
    width: auto;
    height: 50px;
    margin: 0 auto 10px auto;
    display: block;
}

#crowd_invest_template .box_grid .logo.no {
    background: #fff;
}

#crowd_invest_template .box_grid .time {
    font-size: 15px;
}

#crowd_invest_template .box_grid .minf {
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

#crowd_invest_template .box_grid .modt {
    font-size: 16px;
    line-height: 22px;
}

#crowd_invest_template .box_grid .modt strong {
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
}

#crowd_invest_template .box_grid .description {
    height: 320px;
}

#crowd_invest_template .ui-progressbar {
    position: relative;
}
#crowd_invest_template .progress-label {
    position: absolute;
    left: 50%;
    top: -3px;
    font-weight: bold;
    font-size: 15px;
}

#crowd_invest_template .ui-widget-header {
    border: 1px solid #51d468a8;
    background: #51d468a8;
}

#crowd_invest_template .no_full .ui-widget-header {
    border: 1px solid #51d468a8;
    background: #ffb100;
}

/*#crowd_invest_template .no_full.ui-widget.ui-widget-content {
    border: 1px solid #000;
}*/

#crowd_invest_template .ui-widget.ui-widget-content {
    border: 1px solid #51d468a8;
    height: 22px;
    border-radius: 15px;
}

#crowd_invest_template .ui-progressbar .ui-progressbar-value {
    height: 103%;
}

.smenu_b_page {
    margin-bottom: 15px;
}

.smenu_b_page a {
    margin-right: 5px;
    font-size: 19px;
}

.smenu_b_page a.selected {
    color: #000;
}

#realestate_invest_template .box_grid .modt {
    font-size: 16px;
    line-height: 22px;
}

#realestate_invest_template .box_grid .modt strong {
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
}

#realestate_invest_template .box_grid .description {
    height: 250px;
}

#realestate_invest_template .box_grid .description_type {
    height: 150px;
}

#realestate_invest_template .box_grid .logo {
    width: auto;
    height: 50px;
    margin: 0 auto 10px auto;
    display: block;
}

#realestate_invest_template .box_grid .logo.no {
    background: #fff;
}

#realestate_invest_template .box_grid {
    min-height: 740px;
}

#piski_din_template .loader_big,
#piski_din_template #no_res {
    display: none;
}


#piski_din_template #i_am_warp {
    position: relative;
}

#piski_din_template #i_am_warp #hider {
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    text-align: center;
    font-size: 35px;
}

#piski_din_template #i_am_warp #hider .loader_big {
    margin-top: 50px;
    text-align: center;
    margin: 50px auto 20px auto;
}


#piski_din_template #search {
    height: 40px;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#piski_din_template #html_page {
    display: none;
}

#piski_din_template .hider {
    display: none;
    margin: 0 auto;
    text-align: center;
}

#piski_din_template .hider .loader_big {
    margin: 0 auto;
} 

#piski_din_template.nadalan_sys_template h1 {
    top: 0;
}

#piski_din_template #html_page_res {
    background: #fff;
    box-shadow: 0px 5px 10px 1px #948f8f;;
    border-radius: 5px;
    padding: 10px;
}


#piski_din_template #html_page_res h1 {
    color: #000;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

#piski_din_template #html_page_res p {
    margin-bottom: 0;
}

#piski_din_template #html_page_res .MsoNormal {
    display: none;
}

#piski_din_template #html_page_res table,
#piski_din_template #html_page_res table td,
#piski_din_template #html_page_res table tr {
    border: 0;
    margin: 0;
    background: transparent;
}

#piski_din_template .title_in_table {
    font-weight: 600;
    margin-bottom: 4px;
}

.nadalan_sys_template #magrop {
    width: 50%;
    margin: 30px auto;
}

#piski_din_template #search {
    left: 0;
}

#piski_din_template h1 {
    right: 0;
}

#piski_din_template #table-container {
    margin-top: 0;
}

.ob-smartfeed-wrapper .ob-widget-header {
    display: block !important;
}

.hon_table {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;*/
    margin: 0 10px;
    border: 1px solid #18a918;
}

.hon_table .htr {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.hon_table .htd {
    flex: 1;
    text-align: center;
    border: 1px solid #18a918;
    display: flex;
    align-items: center;
    justify-content: center;
}

body #pojo-a11y-toolbar svg {
    width: 22px;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 5px !important;
}

#searchform input {
    font-size: 18px;
    margin-bottom: 10px;

}
#searchform input[type="text"] {
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

#hon_iframe_logo {
    width: 60px; 
    float: left;
}

#hon_iframe_logo_mobile {
    display: none;
}

body .anycomment .ql-editor {
    text-align: right !important;
    direction: rtl;
}

body .anycomment-app .anycomment-list .comment-single-body__actions ul li .svg-inline--fa {
    margin-left: 7px;
    margin-right: 0;
}

body .anycomment-app .anycomment-list .comment-single-body__actions ul li {
    margin-left: 12.5px;
    margin-right: 0;
}

body .anycomment-app .anycomment-list .comment-single-body-header__author-reply {
    margin-right: 5px;
    margin-left: 0;
}

body .anycomment-app .anycomment-list .comment-single-body-header__author-owner {
    margin-right: 10px;
    margin-left: 0;
}

body .anycomment-app .sc-Axmtr {
    display: none;
}

body .anycomment-app .anycomment-form__inputs-item label{
   text-align: right;
}

.anycomment-app .anycomment-form__inputs-item input[type="text"], .anycomment-app .anycomment-form__inputs-item input[type="email"], .anycomment-app .anycomment-form__inputs-item input[type="number"] {
    text-align: right !important;
}


.anycomment-app .anycomment-form__inputs-website {
    display: none;
}


@keyframes fade-in-up {
  0% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.video-wrap {
    text-align: center;
    position:relative; 
    overflow:hidden; 
    padding-bottom: 56.25%;

}

.video-wrap .video iframe {  
    max-width: 100%;
    max-height: 100%;
    
}

@media only screen and (min-width: 1200px) {
    .video-wrap .video.stuck iframe {
        position: fixed !important;
        bottom: 170px;
        left: 20px;
        transform: translateY(100%);
        width: 260px;
        height: 145px;
        animation: fade-in-up .25s ease forwards;
        z-index: 99999999;
    }
}

/*body #pojo-a11y-toolbar {
    top: no !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom: 200px;
}*/



header.kranot {
    background: #474747;
    text-align: center;
    padding: 5px 0;
}

header.kranot .honlogo {
    width: 100px;
}

.nscm h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 0;
}

.nscm .thetoper ul {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.nscm .thetoper li {
    list-style-type: none;
    width: 190px;
    height: 220px;
    background: #6e6c6c;
    border-radius: 10px 0 10px 10px;
    line-height: 28px;
    padding: 0 20px;
}

.nscm .thetoper li:nth-child(even) {
    background: #0ca50c;
}

.nscm .thetoper li div {
    text-align: center;
    color: #fff;
}

.nscm .thetoper li:hover {
    font-weight: bold;
}

.nscm .thetoper li div.l1 {
    font-size: 20px;
    margin-top: 64px;

}

.nscm .thetoper li div.l2 {
    font-size: 29px;
}

.nscm h2 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
}

.nscm .btnh {
    text-align: center;
    margin-top: 5px;
    /*margin-bottom: 50px;*/
}

.nscm .btnh a {
    color: #fff;
    background: #0ca50c;
    display: inline-block;
    padding: 7px 25px;
    font-size: 20px;
}

.nscm .btnh a:nth-child(even) {
    background: #6e6c6c;

}

.nscm .btnh a:hover,
.nscm .btnh a:active,
.nscm .btnh a:focus{
    color: #fff !important;
    font-weight: bold;
}

.nscm .dataTables_wrapper input[type="search"] {
    width: 77px;
    height: 28px;
    margin-bottom: 10px;
}

.nscm .dataTables_wrapper a {
    color: #14a114;
}

.nscm .explat {
    text-align: center;
    display: block;
    color: #0ca50c;
    margin-bottom: 30px;
}

.nscm .explat.bottomer {
    margin-top: -10px;
}