@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(addons/fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(addons/fonts/opensanshebrew-light-webfont.eot);
    src: url(addons/fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(addons/fonts/opensanshebrew-italic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(addons/fonts/opensanshebrew-regular-webfont.eot);
    src: url(addons/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(addons/fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(addons/fonts/opensanshebrew-bold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

html, body {
    margin:  0px;
    text-align:  right;
    color: #3A393A;
    font-family: 'Open sans hebrew';
    font-size: 18px;
    background-color: #ecfbff;
}

img {
    border:  0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.wrap {
    width: 1100px;
    margin:auto;
}

.relative {
    position: relative;
}

.float {
    float:right;
    width:100%;
}

.padding {
    padding: 10px;
}

.shadow {
    box-shadow: 0px 0px 5px #90909056;
}

#logo {
    float:right;
    position: absolute;
    width: 250px;
    margin-top: 30px;
}

.top {
    color:white;
    height: 115px;
}

#logo img {
    width:100%;
    height: auto;
    display: block;
}
 
.header {
    padding-bottom: 100px;
    overflow: hidden;   
    height: 570px;
    z-index: -2;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

}

.menubar {
    float:left;
    padding: 35px 0px;
}

.menubar ul {
    list-style-type: none;
    padding: 0px;
    margin:0px;
}

.menubar ul li {
    float:right;
    padding-right: 15px;
}

.menubar a {
    color:white;
    padding: 10px 20px;
    transition:0.2s;
    float:right;
}

.menubar a:hover {
    border-bottom: 2px solid white;
}

.hdvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    min-height: 100%;
    filter: opacity(1);
    width: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.hdoverlay {
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    pointer-events: none;
    opacity: 0.05;
    background-color: black;
}

.absolutlyheader {
    position: absolute;
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
}

.welcome {
    width: 50%;
    color:white;
    z-index: 20;
    float:right;
}

.welcome h1 {
    font-size: 40px;
    text-shadow: 1px 1px 1px black;
}

.welcome-content {
    line-height: 1.5;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 50px;
}

.more {
    border-radius: 3px;
    border:1px solid white;
    color:white;
    padding: 5px 10px;
    transition: 0.2s;
}

.more:hover {
    background-color: white;
    color:#0068a4;
}

.leftwelcome {
    float:left;
    padding-right: 25px;
}

.leftwelcome img {
    display: block;
}

.boxes {
    padding: 30px 0px;
}

.forth {
    float:right;
    padding: 10px;
    width: calc(33.33% - 37px);
    margin-left: 55px;
    transition: 0.2s;
    background-color: white;
    text-align: center;
    box-shadow: 0px 2px 10px #90909056;
}

.forth:hover {
    box-shadow: 0px 0px 10px #909090;
}

.forth-title {
    font-weight: bold;
    color: #31BBF7;
    font-size: 20px;
    margin: 15px 0px;
}

.forth-image {
    text-align: center;
    padding: 10px 10px 0px 10px;
}

.forth-image img {
    width: 50px;
    height: auto;
}

.forth-circle {
    font-weight: bold;
    color:gray;
    border:1px solid #d4d4d4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px 0px 5px 0px;
    margin-right: 122px;
    padding-top: 12px;
}

.forth-content {
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 20px 20px 20px;
}

.forth:nth-last-child(1) {
    margin-left: 0px;
}

.top-red {
    border-top: 2px solid #D81B60;
}

.top-green {
    border-top: 2px solid #43A047;
}

.top-blue {
    border-top: 2px solid #1E88E5;
} 

.top-orange {
    border-top: 2px solid #F4511E;
}

.main-h2 {
    color:#211995;
    background-color: #ecfbff;
    display: inline;
    padding: 3px 15px;
}

.main-h3 {
    font-size: 24px;
    margin: 0px;
}

.centered-title {
    position: relative;
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.centered-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    right:0px;
    left: 0px;
    height: 1px;
    top: 19px;
    background-color: #d6e6ff;
}

.half {
    width: 50%;
    float:right;
}

.right {
    float:right;
    width:70%;
    padding-left: 25px;
    margin-top: -570px;
}

.left {
    float:right;
    width:30%;
}

.footer {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 5px #90909056;
}

.laki {
    float:left;
    position: relative;
}

.laki:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #1E88E5;
    left: 0px;
    width: 100%;
    top: -20px;
}

.laki a {
    color:#1E88E5;
} 

.main-title {
    color:#D81B60;
    font-size: 30px;
    background-color: white;
    margin-bottom: 30px;
    padding: 30px;
}

.main-title h1 {
    font-size: 30px;
}

.the-content {
    background-color: white;
    padding: 0px 20px;
    margin: 0px 0px 20px 0px;
    line-height: 1.5
}

.the-content a {
color: #D81B60;
}

.leftcontact {
    border: 1px solid #90909056;
    padding: 20px;
}

.leftcontact-title {
    font-weight: bold;
    color:#D81B60;
}

.leftcontact-desc {
    font-size: 16px;
    margin-bottom: 20px;
}

 input, textarea {
    float:right;
    width:100%;
    border:1px solid #90909056;
    font-family: 'open sans hebrew';
    padding: 5px;
    outline:0px;
    margin: 10px 0px;
    font-size: 16px;
}

input:focus, textarea:focus {
    border:1px solid #b2a3ff;
    box-shadow: 0px 0px 5px #ded8ff;
}

button {
    float:left;
    border: 0px;
    font-family: 'open sans hebrew';
    padding: 5px 20px;
    cursor: pointer;
    transition:0.2s;
    outline:0px;
    font-weight: bold;
    margin: 10px 0px;
    background-color: #D81B60;
    color:white;
    font-size: 16px;
}

button:hover {
    background-color: #0068a4;
}


.post-thumb {
    position: relative;
    overflow: hidden;
    height:180px;
}

.post-thumb img {
    position: absolute;
    padding: 0px 10px;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.post-title {
    font-weight: bold;
    color: #0068a4;
    font-size: 22px;
    padding: 5px 0px;
}

.post-title:hover {
    color:#D81B60;
}

.post-date {
    font-size: 16px;
}

.post-excerpt {
    padding: 7px 0px;
}

.post-excerpt p {
    display: inline;
}

.post-right {
    float:right;
    width: 280px;
}

.boxes2 .post-info {
    width: calc(100% - 280px);
    padding-right: 15px;
}

.boxes2 .post {
    padding: 20px;
    margin-bottom: 30px;
    background-color: white;
}

.boxes2 .post:nth-last-child(1) {
    border-bottom: 0px;
}

.boxes2 .post-title {
    padding: 0px 0px 5px 0px;
}

.slogan {
    font-weight: bold;
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    margin: 5px 0px 15px 0px;
    float:right;
    width:100%;
}

.mobile {
    position: fixed;
    top:0px;
    width:100%;
    background: #31BBF7; /* Old Browsers */
    height: 60px;
    display: none;
    z-index: 10;
    color:white;
    border-bottom: 1px solid #909090;
}

.mobile > a {
    float:right;
    width:33.33%;
    padding: 13px;
    color:white;
    text-align: center;
}

.mobile-open {
    position: fixed;
    top:60px;
    z-index: 18;
    max-height:100%;
    overflow: hidden;
    right: 0px;
    left: 0px;
    display: none;
    background-color: white;
}

.menu2 {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu2 li {
    float:right;
    width: 100%;
} 
 
.menu2 li a {
    float:right;
    width:100%;
    padding: 15px;
    border-bottom: 1px solid #90909056;
    color:#0068a4;
}
 
.faq {
    background-color: #43a047;
    color:white;
    padding: 40px 0px;  
    margin: 20px 0px;
}

.accordion-toggle {
    cursor: pointer;
    margin: 20px 0px 0px 0px;
    border:1px solid #ffffff59;
    padding: 10px;
}

.accordion-content {
    display: none;
    padding: 20px;
    border:1px solid #ffffff59;
    border-top: 0px;
    margin:0px;
}

.accordion-content p {
    margin: 0px;
}

.accordion-content.default {
    display: block;
}

.footercontact {
    background-color: #1E88E5;
    color: white;
}

.the-content h2 {
    border-right: 2px solid #31BBF7;
    color:#211995;
    font-size: 24px;
    padding: 0px 15px;
}

.the-content h3 {
    border-right: 2px solid #31BBF7;
    color:#D81B60;
    font-size: 20px;
    padding: 0px 15px;
}

.the-content img {
    margin: 0px 20px 20px 20px;
    max-width: calc(100% - 40px);
    height: auto;
}

.new-h1 {
    color:white;
    float:right;
    padding-top: 20px;
    border-top: 5px solid white;
}

.bottomindexcontent h3 {
    color: #f4511e;
    font-size: 20px;
}

.category-list {
    background-color: white;
}

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

.wrap {
    width:100%;
}

.mobile {
    display: block;
}

.header {
    padding-bottom: 0px;
    margin-top: 60px;
}

.menubar {
    display: none;
}

#hdvideo {
    position: relative;
    transform: none;
    float:right;
    right: auto;
    left: auto;
    margin-top: 30px;
    width:100%;
}

.welcome {
    width:100%;
    padding: 20px;
}

.welcome h1 {
    float:right;
    width:100%;
}

#logo {
    text-align: center;
    width: 260px;
    right: 20px;
}

.class-index .header {
    height: auto;
}

.absolutlyheader{ 
    position: relative;
    float:right;
    width:100%;
}

.top {
    height: 80px;
}

}

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

.forth {
    width: 100%;
    margin-bottom: 30px;
}

.right {
    width: 100%;
    padding-left: 0px;
}

.left {
    display: none;
}

.leftwelcome {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.leftwelcome img {
    display: inline;
}

.boxes {
    padding: 20px;
}

.third-field {
    width: 100% !important;
    padding: 0px !important;
}

}