@font-face {
    font-family: "fb";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    src: url('../fonts/OpenSansHebrew-Light.woff') format("opentype"); /* here you go, IE */
} 

@font-face {
    font-family: "fb_regular";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    src: url('../fonts/OpenSansHebrew-Regular.woff') format("opentype"); /* here you go, IE */
} 

@font-face {
    font-family: "fb_bold";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    src: url('../fonts/OpenSansHebrew-Bold.woff') format("opentype"); /* here you go, IE */
}



@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}


@media screen and (max-height: 768px) {

}

@media screen and (max-height: 768px) {
    /*    body {
            zoom: 60%;
        }*/
}

body {
    direction: rtl;
    font-family: "fb","helvetica","arial";
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: black;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}



p {direction: rtl;}

strong {
    font-family: "fb","Roboto","helvetica","arial";
    font-weight: bold;
}

.fontNormal{
    font-family: "fb","Roboto","helvetica","arial";
}

.fontLight{
    font-family: "fb_light","Roboto","helvetica","arial";
}

.fontBold{
    font-family: "fb_bold","Roboto","helvetica","arial";
}


.textRight {
    text-align:right;
}

.textLeft {
    text-align:left;
}

.inline-display {
    display:inline-block;
}

.transformCenter {
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform:translateY(-50%);
}

.wrapper {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
}
.clear:before {
    content: '';
    display: block;
    clear: both;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}

header, section, footer, aside, nav, article, figure, figcaption,
hgroup{
    display: block;
}

img, img a{border:none;}

/* for accessibility */
.visited_shadow_img:focus img {
    box-shadow: 0 0 5px rgb(51, 51, 51);
    display: block;
    /* padding: 5px; */
}

/*a:visited, a:focus, a:active {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}*/


/**************************** HEADE + NAV ***************************************/

.header-wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    width:100%;
    top:0;
    z-index: 999;
}



.site-header {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    margin: 0;
    border-bottom: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.site-header .site-nav .nav li .dropdown {
    position: relative;
    display: block;
    padding: 0 10px;
}
.site-header .site-nav .nav li.active .dropdown {}
.site-header .site-nav .nav li .dropdown > a {
    display: inline-block;
    padding: 10px 12px 10px;
    font-size: 20px;
    color: #3C3C3B;
}
/*.site-header .site-nav .nav li:focus .dropdown > a,
.site-header .site-nav .nav li:hover .dropdown > a,
.site-header .site-nav .nav li.active .dropdown > a {
    border-bottom: 2px solid #E8AA2D; 
}*/

.site-header .site-nav .nav li .dropdown .dropdown-menu {
}

.site-header .site-nav .nav li .dropdown ul.dropdown-menu  {
    width: 120%;
    background: #3ca436;
    border: none;
    margin: -1px -10% 0 0;
    min-width: inherit;
    left: 0;
    right: 0;
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
}
.site-header .site-nav .nav li .dropdown:hover .dropdown-menu, .site-header .site-nav .nav li .dropdown:focus .dropdown-menu {
    display: block;
    padding: 20px 10px;
}
.site-header .site-nav .nav li .dropdown .dropdown-menu li {
    padding: 0px 20px;
    width: 100%;
    text-align: center;
}
.site-header .site-nav .nav li .dropdown .dropdown-menu li > a {
    font-size: 21px;
    padding: 10px 0;
    margin: 0;
    color: white;
    border-bottom: 1px dotted white;
}
.site-header .site-nav .nav li .dropdown .dropdown-menu li.active > a {
    background-color: transparent;
}
.site-header .site-nav .nav li .dropdown .dropdown-menu ul {
    display: block;
}
.site-header .site-nav .nav li .dropdown .dropdown-menu ul li {
    display: inline-block;
}


.site-header .site-nav .wrapper {
    padding: 0 0 0 0;
}


.site-header .site-nav .nav > li > a {
    color: #B2B2B2;
    font-size: 18px;
    margin: 0 0 0 30px;
    padding: 28px 0 24px 0px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.site-header .site-nav .nav > li:last-child > a {
    border-left: none;
}




/**************************** CONTENT ***************************************/

.content-wrapper {
    margin: auto;
    position:relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/**************************** FOOTER ***************************************/


.footer-wrapper {
    position:relative;
}
.footer-wrapper:before {
    content: '';
    width: 100%;
    height: 45px;
}


.credit {
    margin: 0px 0 0 0;
    padding: 0px 0 20px;
    text-align: center;
}
.site-footer {
    padding: 50px 0 0px 0;
    margin: 0px 0 0 0;
    color: black;
    position: relative;
    /* background: white; */
    background: #E4E4E4;
}

.welcome-index .site-footer {
}

.site-footer .wrapper {
}

.site-footer .nav {
    margin: 0 auto;
    padding: 0;

    font-size:0;
}
.site-footer .nav > li {
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}

.footer_table {
    display:table;
    /* width: 70%; */
    margin: 0 auto 40px;
}

.footer_table .col{
    vertical-align:middle;
    vertical-align: top;
    border-left: 1px solid darkgrey;
    padding: 0 28px;
}

.footer_table .footer-brand {
    width: 83%;
    text-align: center;
    padding: 0px 0 0 0;
}

.footer_table .footer-brand a{
}

.footer_table .footer-brand a img{
    max-width: 100%;
}

.footer_table .footer-list {
    width: 17%;
}

.footer_table .footer-list .list {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.footer_table .footer-list .list.branch-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer_table .footer-list .list .title {
    color:#9ac341;
    font-family: "fb","Roboto","helvetica","arial";
    font-size:18px;
}


.footer_table .footer-newsletter {
    width: 220px;
    text-align: center;
}

.footer_table .footer-newsletter .facbook-link {
    color:#878787;
    font-family: "fb_light","Roboto","helvetica","arial";
    font-size: 18px;
}


.footer_table .footer-newsletter .facbook-link a:hover .icon-face, .footer_table .footer-newsletter .facbook-link a:hover .icon-insta_icon{
    color:#878787;
}

.footer_table .footer-newsletter .facbook-link .icon-face {
    color:#9ac341;
    font-size: 25px;
    vertical-align: middle;
}

.footer_table .footer-newsletter .facbook-link .icon-insta_icon {
    color: #9ac341;
    font-size: 25px;
    vertical-align: middle;
}

.footer_table .footer-newsletter .newsletter-link a {
    color:#3c3c3b;
    border-radius: 10px;
    border: 1px solid #3c3c3b;
    font-family: "fb_light","Roboto","helvetica","arial";
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 50px;
    display: block;
}

.footer_table .footer-newsletter .newsletter-link a:hover {
    color:#fff;
    background: #3c3c3b;
}

.site-footer .nav > li:last-child {
    border-left: none;
    padding-right: 1px;
    border-bottom: none;
}
.site-footer .nav li.title {
    float: none;
    color: white;
    padding: 0px;
    font-size: 22px;
    line-height: .9;
    margin: 0 0 8px 0;

}
.site-footer .nav li ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 0 0 0px;
}
.site-footer .nav li ul li {
    text-align: right;line-height: 1.2;
}

.site-footer .nav li a {
    color: #878787;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: "fb_light","Roboto","helvetica","arial";
}

.site-footer .nav li.title a {
    font-size: 23px;
    color: white;
    padding: 0;
}

.site-footer .nav li.title a:hover,.site-footer .nav li.title a:focus {
    color: #1E1E1D;
}

.site-footer .nav li a img {
    /* width: 19px; */
    margin: 0;
}
.site-footer .nav li a:hover, .site-footer .nav li a:focus {
    background-color: inherit;
    font-weight: bold;
}
.site-footer .nav li.active a {}

.site-footer .social {
    text-align: right;
}

.site-footer .social > a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0 0;
}

.site-footer .logo > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}
.site-footer .logo a > img {
    height: 38px;
    height: 38px;
    margin: 0;
    vertical-align: middle;
}

.site-footer .logo a.star {
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
}
.site-footer .logo a.star:hover, .site-footer .logo a.star:focus {
    text-decoration: underline;
}

/**************************** FORMS ***************************************/

.form-wrapper form input[type='text'],
.form-wrapper form input[type='email'],
.form-wrapper form input[type='tel'],
.form-wrapper form input[type='password'],
.form-wrapper form textarea,
.form-wrapper form select,
.form-wrapper form button {
    color: #808080;
    outline: 0;
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "fb","helvetica","arial";
    border: 1px solid #D4D4D4;
    background-color: white;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 47%;
    margin: 0 0 10px 2%;
}

.form-wrapper form input:focus, .form-wrapper form textarea:focus,
.form-wrapper form select:focus
 {background: rgba(128, 128, 128, 0.02);}


.form-wrapper form textarea {
}

.form-wrapper form input[type='email'] {
}

.form-wrapper .form-input {}
.form-wrapper .radio,
.form-wrapper .checkbox {
    margin: 0;
    padding: 5px 0px 5px 0;
}
.form-wrapper .radio span,
.form-wrapper .checkbox span {}
.form-wrapper .form-radio[type='radio'],
.form-wrapper .form-checkbox[type='checkbox'] {
    margin-right: -20px;
}
.form-wrapper .form-textarea {
    height: 100px;
}
.form-wrapper .form-select {}
.form-wrapper .form-button {}
.form-wrapper .form-submit {
    font-size: 20px;
    line-height: 1;
}


.form-wrapper  .iselect {
    width: 100%;
    -webkit-appearance: none;
    color: black;
    padding: 10px 0 8px 0;
    margin: 0;
    line-height: 1;
    background: url('../img/icons/arrow_select.svg?v=2') left center transparent no-repeat;
    background-size: 12px;
    border-bottom: 1px solid #c3a96f;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-wrapper form .iname {
}

.form-wrapper form .send_btn {
    background-color: #E2E2E2;
    border: none;
    width: 21%;
    border: 1px solid #808080;
    height: 30px;
    margin-left: 0;
}
.form-wrapper form .send_btn:hover,
.form-wrapper form .send_btn:focus
{
    background-color: black;
    color: white;
}

.form-wrapper .itext {
    height: 106px;
    width: 100%;
    margin: 10px 0 0 0;
    /* resize: none; */
    color: black;
    border: none;
    border-bottom: 1px solid #C3A96F;
    border-left: 1px solid #C3A96F;
    clear: both;
    padding: 0;
    line-height: 1.2;
}

textarea.itext {}

::-webkit-input-placeholder {padding-top: 0px;color:black;}
:-moz-placeholder {padding-top: 0px;color:black;}
::-moz-placeholder {padding-top: 0px;color:black;}
:-ms-input-placeholder {padding-top: 0px;color:black;}


.placeholder_white::-webkit-input-placeholder {padding-top: 0px; color:rgba(255, 255, 255, 0.50);}
.placeholder_white:-moz-placeholder {padding-top: 0px; color:rgba(255, 255, 255, 0.50);}
.placeholder_white::-moz-placeholder {padding-top: 0px; color:rgba(255, 255, 255, 0.50);}
.placeholder_white:-ms-input-placeholder {padding-top: 0px; color:rgba(255, 255, 255, 0.50);}

.placeholder_grey::-webkit-input-placeholder {padding-top: 0px; color:grey;}
.placeholder_grey:-moz-placeholder {padding-top: 0px; color:grey;}
.placeholder_grey::-moz-placeholder {padding-top: 0px; color:grey;}
.placeholder_grey:-ms-input-placeholder {padding-top: 0px; color:grey;}


.site-header ::-webkit-input-placeholder {padding-top: 0px;color:#144178;}
.site-header  :-moz-placeholder {padding-top: 0px;color:#144178;}
.site-header  ::-moz-placeholder {padding-top: 0px;color:#144178;}
.site-header  :-ms-input-placeholder {padding-top: 0px;color:#144178;}

/**************************** ALL AROUND ***************************************/


.error {
    background: url('../img/bgs/error404.jpg') center top #070707 no-repeat;

    min-height: 810px;
    padding: 240px 0 0px 0;
    text-align: center;
    line-height: 1;
    height: 100vh;
}

.error h1 {
    color: white;
    font-size: 61px;
    margin: 0;
    padding: 0;
    letter-spacing: 00px;
    line-height: .8;
    font-family: "fb","Roboto","helvetica","arial";
}

.error h1 strong {
    font-family: "fb_bold","Roboto","helvetica","arial";
}

.error main {}


.error main a {
    padding: 1px 20px;
    color: white;
    border-radius: 20px;
    margin: 30px 0 0 0;
    font-size: 25px;
    letter-spacing: -1px;
    display: inline-block;
}


.error main a:hover, .error main ul li a:focus {
    /* text-decoration: underline; */
    color: #C69C6D;
}

/*Carousell Fade*/

.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}

/* END Carousell Fade  END Carousell Fade  END Carousell Fade  END Carousell Fade */


/* MODAL */
.modal-alert {
    background-color: rgba(255,255,255,0.97);
}
.modal-alert .modal-dialog {
    margin-top: 0px;
    width: 100%;
}
.modal-alert .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.modal-alert .modal-header {
    /* background-color: #C40C0E; */
    border: none;
    padding: 10px 0 0 0;
}

.modal-alert .modal-header .books {
    margin: 30px auto 20px;
    padding: 0 0 0 0px;
    display: block;
    width: 66px;
}

.modal-alert .close {
    opacity: 1;
    color: black;
    font-size: 26px;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    float: none;
}

.modal-alert .modal-footer button {
    opacity: 1;
    text-decoration: none;
    color: #C40C0E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #DF5B56;
    padding: 5px 50px;
    border: none;
    color: white;
    display: block;
    margin: 0 auto;
    float: none;
}


.modal-alert .modal-footer button:hover, .modal-alert .modal-footer button:focus {
    background-color: black;
}

.modal-alert .close img {
    width: 20px;
}

.modal-alert .modal-title {
    color: black;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    margin: 5px 0 3px 0;
}
.modal-alert .modal-body {
    width: 100%;
    padding: 0 20px;
    background-color: transparent;
}

.modal-body {}
.modal-alert .modal-body p {
    text-align: center;
    color: #C40C0E;
    line-height: 0.9;
    font-size: 17px;
    margin: 0;
}
.modal-alert .buttons {
    width: 100%;
    display: block;
    padding: 20px;
}
.modal-alert .buttons .btn {
    width: 100%;
    display: block;
    margin: 5px auto;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
}
.modal-alert .buttons .btn img {
    width: 24px;
    /* float: right; */
    /* margin-left: 5px; */
}
.modal-alert .buttons .btn1 {
    background-color: #333333;
}
.modal-alert .buttons .btn2 {
    background-color: #B11924;
}
.modal-alert .modal-footer {
    /* display: none; */
    border: none;
    padding: 30px 0 0 0;
}
/* AREAS */
.modal-alert .area-list {
    display: block;
    margin-bottom: 0;
}
.modal-alert .area-list:before {
    content: '';
    display: block;
    clear: both;
}
.modal-alert .area-list:after {
    content: '';
    display: block;
    clear: both;
}
.modal-alert .area-list .list-group-item {
    background-image: inherit;
    background-color: #8C1612;
    border: solid 1px white;
    text-shadow: inherit;
    color: white;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    float: right;
    width: 33.33333333%;
    padding: 10px 0;
}

.modal-alert .area-list .list-group-item:hover, .modal-alert .area-list .list-group-item:focus  {
    background-color: #C40C0E;
}

.modal-alert .area-list .list-group-item.active {background-color: #FACC80;color: #8C1612;font-weight: bold;}
/* END AREAS */
.modal-alert.green .modal-header {/* background-color: green; */}
.modal-alert.green .close {/* color: green; */}
.modal-alert.green .modal-body p {color: #0e5f2c;}



.site-header nav .dropdown {
    padding: 0;
    margin: 0;
}

.site-header nav .dropdown .dropdown-toggle {
    background: none;
    font-size: 18px;
    padding: 0px 16px;
    margin: 0;
}

.site-header nav .dropdown:hover .dropdown-toggle, .site-header nav .dropdown:focus .dropdown-toggle {color: black;}

.site-header nav .dropdown .dropdown-toggle span {}
.site-header nav .dropdown .dropdown-menu {
}

.site-header .site-nav .nav li .dropdown .dropdown-menu li > a:hover {
    background: transparent;
    font-weight: bold;
}

.site-header nav .dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    color: black;
    font-size: 17px;}

.site-header .site-nav .nav li.dropdown_class {
    /* padding: 7px 0; */
}


.lb-outerContainer {
    border-radius: 0;
    background-color: transparent;
}
.lightbox .lb-image {border-radius: 0;}
.lb-caption {
    font-size: 24px !important;
}
.lb-data .lb-details {
    float: right;
    direction: rtl;
    text-align: right;
}
.lb-data .lb-close {
    float: left;
    border: 0;
    border-radius: 50%;
    background-size: 16px;
    background-position: center center;
    position: absolute;
    top: -20px;
    margin: 0 0 0 -26px;
    background-color: #949494;
    opacity: 1;
    width: 50px;
    height: 50px;
}
.lb-closeContainer {
    direction: ltr;
}
.lb-nav a {
    display:block !important;
    opacity: 100 !important;
    fiter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-data .lb-number {
    display: none !important;
}

.bgs {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table {display: table;margin: 0;}
.row {display: table-row;margin: 0;width: 100%;}
.col {display: table-cell;}


.service {
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.modal.modal_default {
    background-color: rgba(0, 0, 0, 0.66);}

.modal.modal_default .modal-dialog {
    margin: 100px auto 0;
    width: 480px;
}

.modal.modal_default .modal-dialog .modal-content {
    border-radius: 50px;
}

.modal.modal_default .modal-dialog .modal-content .modal-body {}

.modal.modal_default .modal-dialog .modal-content .modal-body button.close {
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal.modal_default .modal-dialog .modal-content .modal-body button.close:focus img {
    outline: 5px auto 
        -webkit-focus-ring-color;
    outline-offset: -2px;
}

.modal.modal_default .modal-dialog .modal-content .modal-body button.close img {
    width: 56px;
    left: -60px;
    position: absolute;
    top: -40px;
}


/* CAROUSEL VERTICAL */


.vertical .carousel-inner {
    height: 100%;
}


.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 576px;
}

.carousel.vertical .prev {
    top: -576px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -576px;
}

.carousel.vertical .active.right {
    top: 576px;
}

.carousel.vertical .item {
    left: 0;
    min-height: 527px;
}

/* END CAROUSEL VERTICAL */



.icheck_special {
    margin: 0;
}

/*  Special checkbox button */

.icheck_special input[type="checkbox"] {
    position: absolute !important;
    right: -9999px;
    margin: 0;
}


.icheck_special input[type="checkbox"] + label {
    float: right;
    clear:both;
    margin: 0 0px 10px 0px;
    vertical-align:middle;
    cursor:pointer;
    font-size: 18px;
    font-weight: normal;
}

.icheck_special input[type="checkbox"]:focus + label {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



.icheck_special label span {
    display:inline-block;
    width: 20px;
    height: 19px;
    margin: -3px 0px 0 5px;
    cursor:pointer;
    vertical-align:middle;
    background-color: transparent;
}


.icheck_special input[type="checkbox"]:checked + label span {
    background: url('../img/icons/checked.svg') center center no-repeat;

}

.icheck_special input[type="checkbox"] + label span{
    background: url('../img/icons/un_checked.svg') center center no-repeat;

}


/* MARQUEE!! */
.marquee {
    height: 50px;	
    overflow: hidden;
    position: relative;
}
.marquee h2 {

    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;

    /* Starting position */
    -moz-transform:translateX(-200%);
    -webkit-transform:translateX(-200%);	
    transform:translateX(-200%);

    /* Apply animation to this element */	
    -moz-animation: example2 30s linear infinite;
    -webkit-animation: example2 30s linear infinite;
    animation: example2 30s linear infinite;
}

.marquee h2:hover, .marquee h2:focus 
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* Move it (define the animation) */
@-moz-keyframes example2 {
    0%   { -moz-transform: translateX(-100%); }
    100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes example2 {
    0%   { -webkit-transform: translateX(-100%); }
    100% { -webkit-transform: translateX(100%); }
}
@keyframes example2 {
    0%   { 
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%); 		
    }
    100% { 
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%); 
    }
}
/* END MARQUEE!! */


@media screen and (max-height: 850px) {

}


@media screen and (max-height: 768px) {

}

/******************** MDOR LEDOR *****************************/

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?bi3c5l');
    src:  url('../fonts/icomoon.eot?bi3c5l#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?bi3c5l') format('truetype'),
        url('../fonts/icomoon.woff?bi3c5l') format('woff'),
        url('../fonts/icomoon.svg?bi3c5l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
    content: "\e900";
}
.icon-left:before {
    content: "\e904";
}
.icon-next:before {
    content: "\e933";
}
.icon-prev:before {
    content: "\e934";
}
.icon-right:before {
    content: "\e935";
}
.icon-face:before {
    content: "\e901";
}
.icon-go:before {
    content: "\e902";
}
.icon-home:before {
    content: "\e903";
}
.icon-moview:before {
    content: "\e932";
}
.icon-search:before {
    content: "\e936";
}
.icon-tel:before {
    content: "\e937";
}
.icon-insta_icon:before {
    content: "\e905";
}


.site-header .nav-top {
    background: rgba(255,255,255,0.95);
    width: 100%;
    height: 90px;
    color:#9d9d9c;
    border-bottom: none;
}

.site-header .nav-top .wrapper {
    display: table;
    height: 100%;
}

.site-header .nav-top .wrapper .td {
    display:table-cell;
    vertical-align: middle;
}

.site-header .nav-top .wrapper .main-menu {
    padding: 8px 0 0 0;
    text-align: right;
}

.site-header .nav-top .wrapper .logo-wrap {width: 170px;padding-top: 4px;}

.site-header .nav-top .wrapper .logo-wrap a {
    display: inline-block;
    width: 130px;
}

.site-header .nav-top .wrapper .logo-wrap a img {
    width: 100%;
}


.site-header .nav-top .wrapper .details {
    text-align: left;
    padding: 6px 0 0 0;
}

.site-header .nav-top .wrapper .details a, .site-header .nav-top .wrapper .details span {
    margin-right: 10px;
    color:#c6c6c6; 
}

.site-header .nav-top .wrapper .details span {
    color: white;
    font-size: 14px;
    line-height: 1;
}

.site-header .nav-top .wrapper .details img {
    display: inline-block;
    margin: -15px 0 0 6px;
}

.site-header .lang {
    text-align: center;
    font-size: 0;
    width: 115px;
}

.site-header .lang a, .site-header .nav-top .lang span, .site-header .nav-bottom .lang span {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.site-header .lang a {
    display: block;
    margin-left: 5px;
}

.site-header .lang span {
    font-size: 15px;
    font-family: "fb_light","Roboto","helvetica","arial";
    color:#9d9d9c;
}

.site-header .lang .dropdown {
    cursor:pointer;
    margin: auto;
}

.site-header .lang .dropdown button:focus, .lang .dropdown button:hover{
    outline-color: #FFAEB1;
    border-color: #FFAEB1;
}

.site-header .lang .dropdown button {
    background:transparent;
    -webkit-appearance: none;
    padding: 5px 10px;
    background-size:6%;
    border: 0;
    outline: 0;
    width: 100%;
    text-align: center;
}

.site-header .lang .dropdown-menu {
    width: 100%;
    text-align: right;
    font-size: 15px;
    min-width:80px;
    box-shadow: none;
    border: 0;
    padding: 7px;
}

.site-header .lang .dropdown-menu:hover {
    background:#fff;
}

.site-header .lang ul.dropdown-menu li {
    border-bottom:0;
    padding-bottom: 10px;
}

.site-header .lang ul.dropdown-menu li:last-child{
    border: 0;
}

.site-header .lang ul.dropdown-menu>li>a {
    padding:0;
}

.site-header .lang ul.dropdown-menu>li>a:hover {
    background:transparent;
    color:#9ac341;
}

.site-header .lang label {
    width: 100%;
    padding: 5px;
}

.site-header .lang input[type=radio] {
    position: static;
    margin-left: 0;
    display: none;
}

.site-header .lang .prop-color {
    width: 23px;
    height: 17px;
    display: inline-block;
    background-repeat:no-repeat;
    background-size: cover;
}

.site-header .lang button .prop-color {

}

.site-header .lang .radio {
    margin: 0;
}

.site-header .lang button .caret {
    margin-top: 7px;
    margin-right: 7px !important;
}

.site-header .nav-bottom {
    height: 105px;
    background: #fff;
}

.site-header .nav-bottom .wrapper {
    display: table;
    height:100%;
}

.site-header .nav-bottom .wrapper .td {
    display: table-cell;
    vertical-align: middle;
}

.site-header .nav-bottom .lang {
    display: none;
}


.site-header .nav-bottom .main-menu {
    width: 940px;
    height: 100%;
}

.site-header .nav-bottom .main-menu .site-nav {
    height: 100%;
}

.site-header .nav-bottom .main-menu .site-nav .nav {
    height: 100%;
}

.site-header .nav-bottom .main-menu .site-nav .nav li {
    height: 100%;
    padding: 0 16px;
}

.site-header .nav-top .search {
    display: inline-block;}


.site-header .nav-top .search .search-form input, .site-header .nav-bottom .search .search-form button  {
    border:0;
    outline:0;
    background: transparent;
    display: inline-block;
    vertical-align: top;
}

.site-header .nav-top .search .search-form input {
    font-size: 20px;
    width: 60px;
    padding: 0;
    margin: 0px 0 0 0;
}

.site-header .nav-top .search .search-form button {
    background: none;
    -webkit-appearance: none;
    border: none;
}



.site-header .nav-top .search .search-form button span {
    color: #144178;
    font-size: 19px;
    font-weight: bold;
}

.site-header .nav-top .search .search-form button:hover span {
    color: black;
}

.site-header .site-nav .nav > li > a {
    color: #7c7b7b;
    font-size: 20px;
    /* height: 100%; */
    line-height: 1;
    border-bottom: 5px solid transparent;
}

.site-header .nav-bottom .site-nav .nav > li > a:hover,
.site-header .nav-bottom .site-nav .nav li .dropdown > a:hover{
    border-top: 2px solid #9ac341;
}

.site-header .nav-bottom .site-nav .nav li .dropdown > a {
    color:#525153;
    font-size: 16px;
    padding: 0;
    height: 100%;
    line-height: 101px;
    border-top: 2px solid transparent;
}

/*body.header-scroll .content-wrapper {
    padding-top: 115px;
}*/


.site-header .nav-bottom.second-nav .site-nav ul.nav li:first-child a:hover {
    border:0;
}

.site-header .nav-bottom.second-nav {
    position: fixed;
    width:100%;
    top: -105px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body.nav-scroll .site-header .nav-bottom.second-nav {
    top: 0;
}

body .header-wrapper .nav-bottom.second-nav .site-nav .nav li .logo-link {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 150px;
}


.site-header .nav-bottom.second-nav .main-menu {
    width: 1015px;
}

.site-header .nav-bottom.second-nav .lang {
    display: table-cell;
    vertical-align: middle;
}

.site-header .nav-bottom.second-nav .search {
    width: 20px;
    border: 0;
}


.site-header .nav-bottom.second-nav .search .semi-width .search-form {
    position: relative;
    margin: 4px 0 0 0;
    float: left;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-header .nav-bottom.second-nav .search .semi-width .search-form:after {
    content: '';
    width: 2px;
    height: 2px;
    background-color: white;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 23px;
    margin: 0;
}

.site-header .nav-bottom.second-nav .search .semi-width .search-form button {
    display: inline-block;
    outline: 0;
    border: none;
    background-color: transparent;
    color: #333;
    font-size: 15px;
    padding: 12px 0 12px 0;
}

.site-header .nav-bottom.second-nav .search .semi-width .search-form button span {
    display: inline-block;
    margin: 0 5px 0 0;
}
.site-header .nav-bottom.second-nav .search .semi-width .search-form input {
    display: inline-block;
    outline: 0;
    width: 0;
    visibility: hidden;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    background: white;
    z-index: 9;
    top: 3px;
    left: -4px;
    padding: 0px 7px;
    font-size: 15px;
    border: 1px solid #e6e6e6;
    line-height: 37px;
}
.site-header .nav-bottom.second-nav .search .semi-width .search-form.open input {
    width: 835px;
    visibility: visible;   
}

.site-header .nav-bottom.second-nav .search .semi-width .search-form.open button {
    position: relative;
    z-index: 10;
    top: -1px;
}

/*body.header-scroll.welcome-index .content-wrapper {
    margin-top:215px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/



/******************** Mega Dropdown *****************************/

.site-header nav.site-nav .nav li .mega-dropdown-menu li {
    padding: 0;
}

.supernav {
    background-color: #134177;  
    margin-top: 33px;
    width: 100%;
    min-height: 150px;
}


.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.site-header nav .dropdown {
    padding: 0;
    margin: 0;
    width: initial;
}

.site-header nav .dropdown .dropdown-toggle {
    background: none;
    font-size: 21px;
    padding: 9px 10px 38px;
    margin: 1px 0 0 0;
    border: none;
    line-height: 1;
}

.site-header nav .dropdown:hover .dropdown-toggle, .site-header nav .dropdown:focus .dropdown-toggle {color: black;background: white;}

.site-header nav .dropdown .dropdown-toggle span {}
.site-header nav .dropdown .dropdown-menu {
}

.site-header nav .dropdown.open .dropdown-menu {

}


/*.site-header nav .dropdown:hover .dropdown-menu {
    display: block;
}*/

.site-header nav .dropdown .dropdown-menu a:hover, .site-header nav .dropdown .dropdown-menu a:focus {
}

.site-header nav .dropdown .dropdown-menu .dropdown-item {
    display: block;width: 100%;margin: 0;padding: 4px 0;text-align: center;color: black;font-size: 17px;}

.site-header .site-nav .nav li.dropdown_class {
    /* padding: 7px 0; */
}


.site-header .supernav nav.services {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.site-header .supernav nav.services a {
    display: inline-block;
    margin: 0 0 0 9px;
}

.site-header .supernav nav.services a:last-child {
    margin-left: 0;
}

.site-header .supernav nav.services a figure {}

.site-header .supernav nav.services a figure img {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}



.site-header .supernav nav.services a:hover figure img {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.site-header .supernav nav.services a figure figcaption {
    color: white;
    line-height: 78px;
    background-color: #0d4f80;
    font-size: 32px;
}
.site-header .supernav nav.services a figure figcaption span {
    font-size: 15px;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.site-header .supernav nav.services a:hover figure figcaption {
    background-color: white;
    color: #134177;
}

.dropdown-menu:hover {
    background-color: white;
}


/********************************** SITE NAV ***********************************/

.site-nav {
    text-align: right;
    margin: 0;
    opacity: 1;
    border-bottom: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.site-nav.open {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}

.site-header .site-nav .wrapper {
    padding: 0 0 0 0;
}

.site-header .site-nav .nav {
    width: 100%;
}
.site-header .site-nav .nav li {
    padding: 0px 16px 2px;
    margin: 0;
    color: #fff;
    position: relative;
    display: block;
    text-align: right;
    float: right;
    border-left: 1px solid rgb(165, 165, 165);
}

.site-header .site-nav .nav > li > a {
    color: black;
    font-family: "fb","helvetica","arial";
    font-size: 20px;
    padding: 7px 0 0 0;
    margin: 0;
}

.site-header .site-nav .nav > li > a:before{
    /* content: '-'; */
    color: #4ac9d8;
    padding-right: 10px;
}



.site-header .menu-wrap {
}

.site-header .site-nav .nav > li > a:hover, .site-header .site-nav .nav > li > a:focus {
    color: #C3A96F;
    font-weight: bold;
    background: transparent;
}

.site-header .site-nav .nav li.active {
}

.site-header .site-nav .nav li.active > a {color: #C3A96F;      font-weight: bold;}

.close_menu {
    width: 42px;
    position: absolute;
    right: -40%;
    top: -20%;
    cursor: pointer;
}


/*GENERAL*/

section {
    position: relative;
}
h1, h2, h3 {
    margin: 0;
}

h1 {
    font-size: 59px;
}

h2 {
    font-size: 70px;
    letter-spacing: -2px;
}

h3 {
    font-size: 28px;
    font-family: "fb","Roboto","helvetica","arial";
}

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

a, a:hover, a:focus, a:visited {text-decoration: none;color: inherit;}




body.nav-scroll {
    /*padding-top: 86px;*/
}

button.no_default_style {
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

p {margin: 0 0 0px 0;}


.page-top {
    width:100%;
    height: 366px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-top .logo-wrap .logo_text_line {
    font-size: 14px;
    color: white;
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: bottom;
    letter-spacing: 3px;
}

.nav-top .main-menu .to_blank {
    color: white;
}

.nav-top .main-menu .to_blank:hover {
    text-decoration: underline;
}

.nav-top .main-menu .menu_lines {
    display: inline-block;
    margin: 0 0 0 50px;
    cursor: pointer;
}
.nav-top .main-menu .menu_lines img {
    width: 30px;
}

body.nav-scroll .site-header {
    background-color: rgba(20, 20, 22, 0.8);
}


body.welcome-index {
}

ul.breadcrumb_nav {
    position: absolute;
    bottom: 20px;
    width: 1200px;
    right: 50%;
    margin: 0 -600px 0 0;
}
ul.breadcrumb_nav li {
    display: inline-block;
}
ul.breadcrumb_nav li a {
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    color: #C69C6D;
    cursor: default;
}
ul.breadcrumb_nav li.home a:hover {
    text-decoration: underline;
}

ul.breadcrumb_nav li.home {
    margin: 0 0 0 5px;
}
ul.breadcrumb_nav li.home a {
    color: white;
    cursor: pointer;
}

/* END GENERAL*/


/* OWL */

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-carousel .owl-nav img {
    width: 16px;
}
.owl-carousel .owl-nav .owl-prev {
    display: block;
    background: transparent !important;
    left: -40px;
    position: absolute;
    padding: 0;
    margin: 0;
}
.owl-carousel .owl-nav .owl-next {
    display: block;
    background: transparent !important;
    right: -40px;
    position: absolute;
    padding: 0;
    margin: 0;
}


.owl-carousel.owl-theme .owl-dots {
    margin: 0px 0 0 0;
    bottom: 20px;
    position: absolute;
    width: 100%;
}
.owl-carousel.owl-theme .owl-dot {}
.owl-carousel.owl-theme .owl-dot span {
    width: 12px;
    height: 12px;
    background: white;
}
.owl-carousel.owl-theme .owl-dot.active span {
    background: #c3a96f;
}
/* END OWL */








/****************************** modal-video ******************************************/
.modal-video {
    padding-right: 0 !important;
}
.modal-video .modal-dialog {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
}
.modal-video .modal-content {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-video .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    background-color: white;
    padding: 0px;
    width: 40px;
    line-height: 40px;
    z-index: 1000;
    opacity: 1;
    border-radius: 50%;
}
.modal-video iframe {
    width: 100%;
    height: 100%;
}
/****************************** END modal-video ******************************************/

.full_width {
    width: 100%;
}




.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}




/* MODAL */
.modal-default {
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-default .modal-dialog {
    margin-top: 160px;
    width: 1035px;
}
.modal-default .modal-content {
    border-radius: 0;
    background-color: #6D4080;
    border: none;
    box-shadow: none;
}
.modal-default .modal-header {
    /* background-color: #C40C0E; */
    border: none;
    padding: 20px 0 0 0;
}


.modal-default .close {
    opacity: 1;
    color: black;
    font-size: 26px;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    position: absolute;
    top: -39px;
    right: 40px;
}


.modal-default .close img {
    width: 70px;
}

.modal-default .modal-body {
    width: 100%;
    padding: 30px 90px 80px;
    background-color: transparent;
}

.modal-default .modal-footer {
    /* display: none; */
    border: none;
    padding: 30px 0 0 0;
}