body {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 14px;
    color: #222;
}

.form-control {
    border: #c8c8c8 2px solid;
}

.grid-section > div {
    margin-bottom: 10px;
}

ol.list-group-bordered li {
    list-style-type: decimal;
    list-style-position: inside;
    display: list-item;
    color: #1980B6;
}

.img-res {
    max-width: 100%;
}

p {
    line-height: 140%;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    margin: 0px 0px 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

div.heading-title h1 {
    border-bottom: 0;
    padding-right: 15px !important;
}

h2 {
    font-size: 20px;
    color: #1980B6;
    margin: 0px 0px 15px 0px;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    color: #1980B6;
    margin: 0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: right;
    padding: 12px;
}

tr:nth-child(even) {
    background-color: #f6f6f6;
}

tr:hover {
    background-color: #c0d2e6;
}



#topNav ul.dropdown-menu li a {
    font-size: 16px;
}

section {
    border-bottom: none;
    padding: 40px 0;
}

    section.search {
        padding: 20px 0;
    }

.tp-caption.large_bold_white {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 2.6em;
}

#header {
    background: url('/media/1003/bg_header.jpg') no-repeat top center transparent;
	background-size: cover
}

    #header li.search .search-box {
        margin-top: 34px;
        z-index: 999;
    }

@media only screen and (max-width: 992px) {
    #header #topNav a.logo > img {
        max-height: 50px !important;
        padding-top: 5px;
    }

    #header.dark #topMain.nav-pills > li.active > a,
    #header.dark #topMain.nav-pills > li:hover > a,
    #header.dark #topMain.nav-pills > li > a {
        color: #1F262D;
    }

        #header.dark #topMain.nav-pills > li.active > a, #header.dark #topMain.nav-pills > li > a:hover {
            color: #1F262D;
        }

    #topMain li a {
        text-align: right;
    }

    #header.dark li.search .search-box {
        margin-top: 0px !important;
    }
}

.homepage-cat-item {
    text-align: center;
    border: 1px solid #ececec;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
    border-bottom: 3px solid #daf0fd;
}

    .homepage-cat-item h3 {
        margin: 20px 0 10px 0;
        border-bottom: 0px solid #CCC;
    }

    .homepage-cat-item p {
        padding-right: 15px;
        padding-left: 15px;
        color: #666666;
    }

        .homepage-cat-item p:first-child {
            padding: 0;
            margin: 0;
        }

    .homepage-cat-item img {
        max-width: 100%;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topright: 12px;
        -moz-border-radius-topleft: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .homepage-cat-item a {
        color: #222;
    }

.inner-cat-item {
    text-align: center;
    border: 1px solid #ececec;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    border-bottom: 5px solid #daf0fd;
}

    .inner-cat-item h3 {
        margin: 20px 0 10px 0;
        border: 0px;
    }

    .inner-cat-item p {
        padding-right: 15px;
        padding-left: 15px;
        color: #666666;
    }

        .inner-cat-item p:first-child {
            padding: 0;
            margin: 0;
        }

    .inner-cat-item img {
        max-width: 100%;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topright: 12px;
        -moz-border-radius-topleft: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

div.heading-title {
    text-align: center;
}

    div.heading-title h1 {
        color: #0e76bc;
    }

    div.heading-title.heading-line-single:before {
        border-top: #ccc 1px solid;
    }

.above-content {
    height: 230px;
}

#footer {
    border-top: 10px solid #0e76bc;
}

    #footer img.footer-logo {
        max-width: 200px;
    }

    #footer.footer-light {
        background: #fff;
    }

    #footer ul.footer-links > li > a,
    #footer ul.footer-links > li > a:hover {
    }

    #footer address .footer-sprite {
        padding-right: 30px;
        padding-left: 0px;
        background-position-x: right !important;
    }

    #footer ul.footer-links > li > a:before {
        display: none;
    }

    #footer ul.footer-links > li > a:after {
        content: "\f104";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
    }

    #footer > .copyright {
        background-color: #fafafa;
    }

    #footer h4 {
        font-size: 15px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #000;
    }

    #footer ul.footer-links > li {
        padding-bottom: 0;
    }

@media only screen and (max-width: 768px) {
    #footer .footer-logo {
        margin: 0 auto;
    }

    #footer.footer-light h4 {
        margin-top: 0;
    }

    #footer .row > div {
        margin-bottom: 20px;
    }
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a {
    margin-left: 4px;
}

.column img {
    max-width: 100%;
}

ul {
    padding-right: 20px;
}

div.side-nav ul > li > ul > li a {
    font-size: 16px;
    color: #222;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
}


#Accessibility_Statement {
    display: none;
}

#accessIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    z-index: 1001;
    background-image: url('/media/1341/accessibility.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#accessMenu {
    position: absolute;
    width: 150px;
    height: auto;
    left: 10px;
    top: 35px;
    z-index: 1001;
    display: none;
    background-color: #fff;
    border: 1px solid #143d8d;
}

    #accessMenu ul {
        list-style-type: none;
        padding: 10px;
        text-align: center;
    }

.contrast-hight {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}

.contrast-low {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
}

#portfolio.portfolio-gutter .item-box
{
	min-height:175px;
}
.wInfo {direction:rtl!important; position:relative;width:222px;font-family:Arial;padding:8px 9px;color:#696969;background:#e0e0e0;border:1px #ada1ad solid;font-size:12px;}
 .wInfo a {color:#007694} .wInfo a:hover {color:#ff0000} .wInfo img {position:absolute;z-index:1;width:45px; left:5px;top:3px} 
 .wInfo ul {position:relative;z-index:2;list-style:none;margin:0;padding:0;text-align:right;line-height:1.1; direction:rtl;} .wInfo .wTitle
 {font-weight:bold;font-size:14px;color:#396097;padding:0 0 3px} .wInfo .wtCountry {display:inline} .wTitle a {text-decoration:none;}
 .wInfo .wTitle b {display:block;} .wInfo .wMtemp {font-weight:bold;font-size:28px;color:#006da8;width:90px;padding:8px 0 4px;float:right;text-align:center} .wInfo .wNtemp {text-align:left;float:none;padding:8px 0 3px} .wInfo .wTtemp {text-align:left;float:none;padding:0 0 6px} .wInfo .w10fore {clear:both;float:right;padding:3px 0} .wInfo .wFore {text-align:left;padding:3px 0} .wInfo .wFclean {width:0;height:0;font-size:0;line-height:0;padding:0;margin:0;clear:both;}
