@charset "utf-8";

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700&display=swap&subset=hebrew');

/* RESET */
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    padding: 0px;
}

.clear{
    clear: both;
}

.noPadding{
    padding: 0px;
}

.noMargin{
    margin: 0;
}

button, button:hover, button:active, button:focus{
    outline:none;
}

img[src=""]{
    display: none;
}

img.ckImage.img-fluid{
    height: auto !important;
}
/* END RESET */


/* GENERAL */
html, body{
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    direction: rtl;
    overflow-x: hidden;
    text-align: right;

}

body:active{
    outline: none;
}

h1{
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #444;
}

h2, .homeH1{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.richtext h2{
    color: #cb0060;
    font-size: 28px;
    padding: 10px 0;
}

.richtext h3{
    color: #cb0060;
    font-size: 22px;
    padding: 10px 0;
}

.richtext a{
    color: #3a9590;
}

h3{
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
    color: #444;
}

h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #444;
}

h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #444;
}

h6{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #444;
}

p{
    font-size: 16px;
    line-height:22px;
    color: #444;
    font-weight: 400;
    margin-bottom:18px;
}

a, a:visited{
    color: #cb0060;
}

a:hover, a:focus{
    text-decoration: none;
    color: #cb0060;
}
/* END GENERAL */


/* FRAMEWORK */
main{
   min-height: 500px; 
}

footer{
    position: relative;
    background-color: #e9e9e9;
}

.ts{
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tm-btn, 
    .tm-btn:visited,
    a.tm-btn,
    a.tm-btn:visited
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 270px;
    max-width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background-color: #cb0060;
    border: 2px solid #cb0060;
    border-radius: 40px;
}

.tm-btn:hover, 
    .tm-btn:focus,
    a.tm-btn:focus,
    a.tm-btn:hover
{
    background-color: transparent;
    color: #cb0060;
    cursor: pointer;
}

.tm-btn::before,
    .tm-btn::after {
    content: '';
    flex: 1 0 auto;
}

a.tm-btn-link,
    a.tm-btn-link:visited{
        color: #cb0060;
}

a.tm-btn-link:focus,
    a.tm-btn-link:hover
{
    text-decoration: underline;
}

.labelHide {
    width:1px;
    height:1px;
    overflow:hidden;
    display: none !important;
}

.moreBtn {
    display: block;
    width: 100%;
    max-width: 215px;
    height: 53px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    color: #666;
    background-color: #efefef;
    border: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.moreBtn:hover {
    color: #fff;
    background-color: #444;
}


input::-webkit-input-placeholder {
    color: #59595b;
    font-size:17px;
    text-align: center;
    font-weight:400;
}

input:-moz-placeholder {
    color: #59595b;
    font-size:17px;
    text-align: center;
    font-weight:400;
}

input::-moz-placeholder {
    color: #59595b;
    font-size:17px;
    text-align: center;
    font-weight:400;
}

input:-ms-input-placeholder{
    color: #676767;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
input::-webkit-input-placeholder{
    color: #676767;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
input::-moz-placeholder{
    color: #676767;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
input:-moz-placeholder{
    color: #676767;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.tm-form-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 40px;
    padding: 0 20px;
}

.tm-form-input:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cb0060;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cb0060;
}

textarea.tm-form-input{
    padding: 8px 15px;
    height: 100px;
}
/* END FRAMEWORK */


/* VALIDATIONS */
input.inValid,
    select.inValid,
    textarea.inValid
{
    border: 2px solid #DC0000 !important;
}

.inputErrText{
    display: block;
    background-color: #db0004;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border: 1px solid #db0004;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
/* END VALIDATIONS */


/* TABLE RESPONSIVE */
table{
    width: 100% !important;
}

td, th {
    padding: 6px;
}
/* END TABLE RESPONSIVE */


/* TOHENCHECK */
.tohenCheck[type="checkbox"]{
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(0,0,0,0);
    z-index: -2;
}

.tohenCheck[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 3px;
    font-weight: normal;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -o-transition:         all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    -moz-transition:     all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}

.tohenCheck[type="checkbox"] + label:before{
    display: inline-block;
    content: '\f096';
    font-family: FontAwesome;
    font-size: 25px;
    color: #b0b0b0;
    position: absolute;
    top: 0;
    right: 0;
}


.tohenCheck[type="checkbox"] + label:after{
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 15px;
    opacity: 0;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 2px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tohenCheck[type="checkbox"]:checked + label:before{
    display: inline-block;
    content: '\f0c8';
    font-family: FontAwesome;
    font-size: 23px;
    color: #cb0060;
    position: absolute;
    top: 0;
    right: 0;
}

.tohenCheck[type="checkbox"]:checked + label:after{
    opacity: 1;
}


.tohenCheck[type="checkbox"]:hover + label:before, .tohenCheck[type="checkbox"]:focus + label:before{
    content: '\f096';
    color: #cb0060;
    font-size: 25px;
}

.tohenCheck[type="checkbox"]:hover + label:after, .tohenCheck[type="checkbox"]:focus + label:after{
    color: #cb0060;
}
/* END TOHENCHECK */



/* TOHENRADIO */
.tohenRadio[type="radio"]{
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(0,0,0,0);
    z-index: -2;
}

.tohenRadio[type="radio"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 3px;
    font-weight: normal;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -o-transition:         all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    -moz-transition:     all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}

.tohenRadio[type="radio"] + label:before{
    display: inline-block;
    content: '\f10c';
    font-family: FontAwesome;
    font-size: 25px;
    color: #b0b0b0;
    position: absolute;
    top: 0;
    right: 0;
}


.tohenRadio[type="radio"] + label:after{
    content: '\f192';
    font-family: FontAwesome;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    color: #cb0060;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tohenRadio[type="radio"]:checked + label:before{
    display: inline-block;
    content: '\f192';
    font-family: FontAwesome;
    font-size: 25px;
    color: #cb0060;
    position: absolute;
    top: 0;
    right: 0;
}

.tohenRadio[type="radio"]:checked + label:after{
    opacity: 1;
}


.tohenRadio[type="radio"]:hover + label:before, .tohenRadio[type="radio"]:focus + label:before{
    content: '\f10c';
    color: #0bc8db;
    font-size: 25px;
}

.tohenRadio[type="radio"]:hover + label:after, .tohenRadio[type="radio"]:focus + label:after{
    color: #0bc8db;
}
/* END TOHENRADIO */


/* CSS LOADER */
.cssLoader{
    border: 6px solid #cb0060;
    border-top: 6px solid #9dd3af;
    border-bottom: 6px solid #9dd3af;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* END CSS LOADER */


/* DEBUG MODE */
.debugButton{
    position: fixed;
    left: 0px;
    bottom: 54px;
    display: inline-block;
    float: left;
    white-space: nowrap;
    text-align: center;
    background-color: #1f1f1f;
    color: #99ff22;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    direction: ltr;
    z-index: 300;
}

.debugWindow{
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0px;
    background: #1f1f1f;
    padding: 15px;
    font-size: 16px;
}

.debugButton:hover .debugWindow{
    display: block;
}

.debugButton:hover{
    width: 100%;
}

.debugModulesList{
    width: 400px;
    height: 200px;
    overflow: auto;
    background-color: rgb(43, 43, 43);
    margin-bottom: 20px;
}

.infoElem{
    display: none;
    position: absolute;
    z-index: 90;
    background: transparent;
    outline: none;
    box-shadow: 12px 12px 5px 2px #343a4085;
    border: 1px solid #21252912;
    color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Popover Header */
.popover-header {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #cb0060;
}
/* Popover Body */
.popover-body {
  font-size: 16px;
}



.contentInspect .infoElemParent{
    position: relative;
}



.contentInspect .infoElemParent:hover .infoElem, .contentInspect .infoElemParent:focus .infoElem{
    display: block;
}
/* END DEBUG MODE */


.recaptcha-policy{
    font-size: 12px;
    color: #636363;
    text-align: left;
    direction: ltr;
}

.grecaptcha-badge{
    display: none !important;
}

.at4-follow .at4-follow-inner .at4-follow-close-control{
    display: none !important;
}


/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .tm-form-input{
        margin-bottom: 10px;
    }

    .tm-btn, 
        .tm-btn:visited,
        a.tm-btn,
        a.tm-btn:visited
    {
        width: 130px;
        height: 30px;
        font-size: 14px;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    h1{
        font-size: 30px;
        font-weight: 300;
        line-height: 1.2;
    }

    h2{
        font-size: 24px;
        font-weight: 300;
        line-height: 1.2;
    }

    h3{
        font-size: 22px;
        font-weight: 400;
        line-height: 1.2;
    }

    h4{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    h5{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
    }

    h6{
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
    }
}