/*
 * IUI CSS Document
 * Written by Lionways.com
 * March 2013
 */

/*
* font face
*/
@font-face {
    font-family: open-sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'UbuntuRegular';
    src: url('/fonts//Ubuntu-R-webfont.eot');
    src: url('/fonts//Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts//Ubuntu-R-webfont.woff') format('woff'), url('/fonts//Ubuntu-R-webfont.ttf') format('truetype'), url('/fonts//Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

/*===========================================================================*/
/* start of popup menu */
/*===========================================================================*/
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
header nav {
/*    list-style: none;*/
     *zoom: 10;
/*     background:#175e4c;*/
}
header nav:before, header nav:after {
    content: " "; 
    display: table; 
}
header nav:after {
    clear: both;
}

/*header nav ul {
    list-style: none;
    width: 9em;
}*/
/*header nav a {
    padding: 10px 15px;
    color:#fff;
}*/
    
/*header nav ul{
	overflow:hidden;
}*/

header nav li {
    position: relative;
}
    
/*
    The element>element selector is used to select elements with a specific parent.
    For example: div > p selects and style every <p> element where the parent is a <div> element
*/

/* -------------------------------------------- */
/* Top menu items                               */   
/* -------------------------------------------- */
header nav > ul > li {
    /*float: left;*/
    float:inherit;
    display:inline-block;
}
header nav > ul > li > .parent {
    /*background-image: url("resources/images/downArrow.png");*/
    background-repeat: no-repeat;
    background-position: right;
}
/*header nav li a{
    border-top:1px solid #72c1ee; 
    margin:0 10px; 
    padding:4px 20px;
}*/
/* The first top menu item */
header nav li li:first-child a{
    border-top:none;
}

/* top menu items's <a> element */   
header nav > ul > li > a {
    display: block;
	margin:0;
	padding:0 6px;
	border:none;
}

header nav li a:hover {
        color: #33a5e6;
        /*background-color: white;*/
        /*Michael 04/12/19*/
        background-color: #efeeea;
        
    }

header nav li ul {
        position: absolute;
        left: -9999px;
        /*Michael 04/12/19*/
        /*border: 1px solid #33a5e6;
        background-color: #33a5e6;*/
        padding: 0;
    }

/* sub-menu */
header nav > ul > li.hover > ul {
    left: 0px;
}

/*position:absolute;*/
/*left: 100%;*/
/*header nav li li.hover ul {
    top: 0;
    left:210px;
}*/

/*
    http://htmldog.com/examples/dropdowns3/# 
*/
/* ---------------------------------- */
/*header nav a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
}

header nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
}

header nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}*/
/* ---------------------------------- */

/*header nav ul ul ul {   	
    left: 100%;
    top: 0;
}*/

/*border: 1px solid white;*/

/* sub-menu items */
header nav li li a {
        display: block;
        position: relative;
        background-color: #33a5e6;
        color: #daeef6;
        z-index: 100;
        /*z-index:0;*/
        /*font-size: 0.85em;
        min-width: 200px;*/
        /*Michael 05/12/19*/
        font-size: 0.75em;
        min-width: 150px;
        /*width:200px;*/
    }

/*display: block;*/
/*color: #7ac2de;*/ /*active*/
/*header nav li li a:hover
{
    color: #33a5e6;
    background-color:white;    
}*/

/* sub-sub-menu */
/*position:sticky;*/ /* interesting...*/
header nav li li ul {
    position: relative;
    border: 1px solid #33a5e6;
    padding: 0;

    display:block;
    left:0px;
}
    
/*
    The z-index property specifies the stack order of an element. 
    An element with greater stack order is always in front of an element with a lower stack order.
*/

/*position: relative;*/
/*position:absolute ;*/
/*top: -20px; left: -80%; margin-left: 10px;*/

    /*top: 0px;
    left:0px;*/
header nav li li li a {
    display:block;
    z-index: 200;

    color: #33a5e6;
    background-color: white;
}

header nav li li li a:hover {
    color:white;
    background-color:orange;
}

/*position: relative;*/
    /*float:right;*/
    /*top: -30px;
    left: 210px;*/
/*header nav li > ul > li.hover > ul {
    position:absolute;
    right:100%;
    top: 0;   
}*/

/*header nav li li li a:after {
    display: block;
    content: " ";
    float: right;
}*/
/*border-top: 1px solid #1d7a62;*/

/*header nav ul ul ul {
    left: 100%;
    top: 0;
}*/




.ajax__combobox_buttoncontainer button{background-image:url(../images/white-down-arrow.gif) !important;}
.ajax__combobox_inputcontainer td{padding:0 !important; border:none !important;}


@media screen and (max-width: 768px) {
/*    .active {
        display: block;
    }
    header nav > ul > li {
        float: none;
    }
    header nav > ul > li > .parent {
        background-position: 95% 50%;
    }
    header nav li li .parent {
        background-image: url("resources/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    header nav ul {
        display: block;
        width: 100%;
    }
   header nav > ul > li.hover > ul , header nav li li.hover ul {
        position: static;
    }
*/
}


/*===========================================================================*/
/* end of popup menu */
/*===========================================================================*/



/*
standard elements
*/
body {
    /*font: 1em/1.4em UbuntuRegular, Arial, Helvetica, sans-serif;*/
    font: 1em/1.4em open-sans,"Helvetica Neue",Helvetica, Arial,sans-serif;
    color: #054c67;
    font-size: 120%;
}
::-moz-selection, ::selection
        {background:#0099d4; color:white; text-shadow:none;}
hr      {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
img     {vertical-align:middle;}
a       {text-decoration:none; color:#0099d4;}
a:hover, a:focus{color:#7ac2de;}
h1,h2,h3,h4,h5{font-weight:bold;}

.ltr    {direction:ltr;}
.ltr ol {padding:0 0 0 40px;}
.ltr ul {padding:0 0 0 40px;}

.rtl    {direction:rtl;}

.hide-me{display:none;}
.no-margin{margin:0;}
.sprite{display:block; background-image:url(../images/sprites.png); text-indent:-9999px; overflow:hidden;      width: 100%;}

/*
header
*/
.header-tools {
    /*font: 11px/14px Verdana, Geneva, sans-serif;*/
    font: 80% Verdana, Geneva, sans-serif;
    color: #8d9ea4;
    overflow: hidden;
    margin: 5px 5px 10px;
}
.header-tools a{color:#a5b7bd; margin:0; padding:0 5px;}
.header-tools a.active{color:#0099d4;}
.header-tools a:hover{color:#7ac2de;}
.header-tools ul{list-style:none; padding:0; margin:0; float:right; overflow:hidden;}
.header-tools li{list-style:none; padding:0; margin:10px 0; float:left;  border-left:1px solid #a5b7bd;}
.header-tools li:first-child{border:none;}
.header-tools .user-tools{float:left; margin:0;}

header .logo{margin:5px 0 15px; display:flex;}
/*header .logo a{background-position:-253px 0; width:253px; height:71px; margin:0 auto;}*/

header .logo a:hover, header .logo a:focus{opacity:.8;}

header nav{background-color:#0099d4; padding:10px 0;}
/*header nav {
    background-color: #fff;
    padding: 10px 0;
}*/
header nav ul{list-style:none; padding:5px; margin:0; text-align:center; line-height:1.375em; z-index:50;}
header nav li{list-style:none; padding:0; margin:0; display:inline;}
header nav a{color:white; padding:4px 6px; white-space:nowrap;}
    /*header nav a {
        color: #0099d4;
        padding: 4px 6px;
        white-space: nowrap;
    }*/
header nav a.active, header nav a:hover, header nav a:focus{color:#90e0ff;}
header .subnav{font-size:90%;}

/*
user tools (login, sign in)
*/
.user-tools-panel{background-color:#efeeea; padding:15px; font-size:.82em; line-height:1.2em; display:none;}
.user-tools-panel h4{background-color:#054c67; color:white; margin-right:30px; margin-top:0; height:24px; line-height:24px; text-align:center; font-weight:bold;}
.user-tools-panel .close{display:block; width:24px; height:24px; color:white; background-color:#0099d4; text-align:center; font:15px/24px Verdana, Geneva, sans-serif; font-weight:bold; float:right; margin:0 0 10px 20px;}
.user-tools-panel .close:hover{color:#90e0ff;}

.form-field-box, .form-checkbox-box{overflow:hidden; margin-bottom:5px;}
.form-field-box label{float:left; padding:3px;}
.form-field-box input[type='text'],
.form-field-box input[type='password']{
    margin-left:100px; 
    display:block; 
    background-color:#a0d5e9; 
    color:#015e82; 
    border:none; 
    padding:3px; 
    font:1em/1.2em UbuntuRegular, Arial, Helvetica, sans-serif;
}
.form-field-box input[type='text']:focus, .form-field-box input[type='password']:focus {
    background-color:#b5deee;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color:#0099d4; 
    color:white; 
    border:none; 
    font-weight:bold; 
    padding:5px 10px; 
    width:100%;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color:#90e0ff;
}

.form-required {
    color:#f90b0b; /*visibility:hidden;*/
}
.error-msg {
    background-color:#f90b0b; color:white; padding:5px;
}
.ok-msg {
    background-color:#559e53; color:white; padding:5px;
}

/*
general styles
*/
.op-dir{text-align:right;}
img.resp{width:100%; height:auto; display:block; margin-bottom:10px;}
a:hover img{opacity:.8;}

/*
content
*/
.home-items, aside{width:90%; margin:10px 5%;}
.home-item{border-bottom:1px solid #99d6ee;}

/*
affiliate logos
*/
.affiliates{font-size:.75em; line-height:1em; clear:both; position:relative; margin:50px auto 20px; }
.affiliates ul{list-style:none; margin:0; padding:0; text-align:center;}
.affiliates li{display:inline-block; vertical-align:text-bottom; margin:0; padding:0 4px;}
.affiliates a{display:block; width:85px; height:85px;}
.affiliates a span{display:block; width:55px; height:45px; margin:0 auto 5px;}
.affiliates a:hover span, .affiliates a:focus span{opacity:.8;}

.affiliates .haifa{background-position:0 -107px;}
.affiliates .bgu{background-position:-55px -107px;}
.affiliates .biu{background-position:-110px -107px;}
   /*Michael 09/09/19*/
/*.affiliates .tau{background-position:-165px -107px;}*/
    .affiliates .tau {
        background-position: -176px -107px;
    }
/*Michael 09/09/19*/
/*.affiliates .technion{background-position:-220px -107px;}*/
    .affiliates .technion {
        background-position: -244px -107px;
    }
    /*Michael 09/09/19*/
/*.affiliates .weizmann{background-position:-275px -107px;}*/
    .affiliates .weizmann {
        background-position: -296px -107px;
    }
    /*Michael 09/09/19*/
/*.affiliates .huji{background-position:-330px -107px;}*/
    .affiliates .huji {
        background-position: -350px -107px;
    }
/*.affiliates .huji {background-position: -370px -107px;}*/

/*
footer
*/
footer{background-color:#2b2b2b;}
footer .contact-info{background-color:#0099d4; color:white; text-align:center; padding:5px 0;}
footer .contact-info a{color:#a1e3fd;}
footer .contact-info a:hover, footer .contact-info a:focus{color:#cbeffd;}
/*footer .logos{background-color:#e8e8e8; text-align:center; padding:5px 0;}*/
 footer .logos {background-color: #fff; text-align: center; padding: 5px 0;}
footer .logo{margin:15px 0;}
footer .logo a{background-position:-253px 0; width:253px; height:71px; margin:0 auto;}
footer .logo a:hover, footer .logo a:focus{opacity:.8;}
footer .huji{margin:15px 0;}
footer .huji a{background-position:0 -71px; width:222px; height:36px; margin:0 auto;}
footer .huji a:hover, footer .huji a:focus{opacity:.8;}

.footer-nav{padding:20px 0;}
footer nav{margin:10px 5%;}
footer nav ul{margin:0; padding:0;}
footer nav ul li{margin:0 0 10px;}
footer nav ul li ul li{display:inline; margin:0; padding:2px 6px;}
footer nav a{white-space:nowrap; font-size:80%; line-height:1.25em;}
footer a{color:#b2bbbf;}
footer a:hover, footer a:focus{color:#05abeb;}
footer nav h5{color:white; /*border-bottom:1px solid #6f7375;*/ margin:0; font-weight:normal;}

footer .copyright, footer .credits{font-size:80%; line-height:1.25em; margin:0 5%; padding:20px 0; color:#888;}
footer .copyright{border-top:1px solid #464646;}
.nav-sep{display:block; width:0; height:0; overflow:hidden;}

a.totop{display:block; width:26px; height:26px; margin:50px auto; background-position:-222px -71px; background-color:#c0ccd2; border-radius:50%;}
a.totop:hover{background-color:#a8b5bb;}

aside section, .content section, .centerpiece{position:relative; margin-bottom:30px;}

/*
sidebar
*/
/*section h2{color:white; background-color:#0099d4; text-align:center; font-size:1.2em; line-height:1em; padding:8px; margin:0 0 10px;}*/
section h2 {
    color: white;
    background-color: #0099d4;
    text-align: center;
    /*font-size: 1.2em;*/
    /*font-size: 2.4em;*/
    font-size: 300%;
    
    line-height: 1em;
    padding: 8px;
    margin: 0 0 10px;
}

@media all and (max-width: 1080px) and (min-width: 320px) {
    section h2 {
        color: white;
        background-color: #0099d4;
        text-align: center;
        /*font-size: 1.2em;*/
        /*font-size: 2.4em;*/
        font-size: 120%;
        line-height: 1em;
        padding: 8px;
        margin: 0 0 10px;
    }
}

    /*
home page
*/
    .home-news ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .home-news li {
        border-bottom: 1px solid #99d6ee;
    }

    /* Tsadok 25-01-2017 */
    .news-swiper-container, .news-swiper-slide {
        width: 80%;
        height: 100px;
        position: relative;
    }

    .news-swiper-container {
        width: 80%;
    }

    /*.swiper-container, .swiper-slide{width:100%; height:200px; position:relative;}*/
    .swiper-container, .swiper-slide {
        width: 100%;
        height: 800px;
        position: relative;
    }

    /*.swiper-container   {width:100%;}*/
    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center center;
    }

    /*.slide-cont, .trans-blue-bg{background-color:#009ad4; background-color:rgba(0,154,212,.8);}*/
.slide-cont, .trans-blue-bg {
    background-color: #009ad4;
    /*background-color: rgba(0,154,212,.5);*/
    background-color: rgba(0,154,212,.1);
}


    .slide-cont {
        margin: 20px;
        padding: 10px 20px;
        color: #d9f1ff;
        font-size: 80%;
    }

        .slide-cont a {
            color: white;
        }

            .slide-cont a:hover {
                color: #afe2f6;
            }

        .slide-cont h3,
        .slide-cont p {
            margin: 0 0 8px;
            line-height: 1.2em;
        }

    .swiper-nav {
        position: absolute;
        width: 20px;
        height: 30px;
        bottom: 20px;
        z-index: 5;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        -ms-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

        .swiper-nav:hover {
            background-color: #009ad4;
        }

    .swiper-nav-prev {
        left: 20px;
        background-position: -267px -71px;
        top:0;
    }

.swiper-nav-next {
    right: 20px;
    background-position: -287px -71px;
    top: 0;
}


    /*
inner pages
*/
    .inner-top-img {
        background-size: cover;
        background-position: center center;
        height: 120px;
        margin-bottom: 10px;
    }

    .text-page-main-col {
        width: 90%;
        margin: 0 5%;
    }

    .limit-width {
        max-width: 946px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .breadcrumbs {
        color: #74858b;
        font-size: 100%;
    }

    .text-img {
        text-align: center;
        color: #999;
        font-size: 75%;
        line-height: 1.3em;
        margin: 20px 0;
    }

        .text-img img {
            width: 100%;
            max-width: 100%;
            height: auto;
            margin-bottom: 4px;
        }

    .personal-info-ltr {
        text-align: left;
        color: #999;
        font-size: 75%;
        line-height: 1.3em;
        margin: 0 0;
    }

    /*.personal-info-rtl{text-align:right; color:#999; font-size:75%; line-height:1.3em; margin:0 0;}*/
    .personal-info-rtl {
        text-align: right;
        color: #999;
        /*font-size: 75%;*/
        line-height: 1.3em;
        margin: 0 0;
    }

    /*
data entry
*/
    button,
    input,
    select,
    textarea {
        padding: 3px;
        font: 1em/1.2em UbuntuRegular, Arial, Helvetica, sans-serif;
        background-color: #e7f2f6;
        border: 1px solid #d5e2e7;
        color: #054c67;
    }

        input:focus, select:focus, textarea:focus {
            background-color: #d5e2e7;
            border: 1px solid #bfcdd2;
        }

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }
    /*textarea{resize:vertical;}*/
    button, input[type=submit] {
        background-color: #0099d4;
        color: white;
        border: none;
        border-radius: 3px;
    }

    /*.adminFormItem{margin-bottom:10px;}*/
    form {
        overflow: hidden;
    }

    select, input, textarea, span.cb {
        margin: 0 15px 10px 0;
    }

        span.cb input[type='checkbox'] {
            margin-right: 5px;
        }

        select:disabled, input[type='text']:disabled {
            background-color: #eee;
            border: 1px solid #ddd;
            color: #888;
        }

    span[disabled], span[disabled] input[type='checkbox'], span[disabled] label, a[disabled] {
        color: #888;
    }

    input[type='submit']:disabled {
        background-color: #ccc;
    }

        input[type='submit']:disabled:hover {
            color: white;
        }

    .adminTable {
        border: 2px solid white;
        margin: 20px auto 20px 0;
    }

        .adminTable th {
            background-color: #dedddb;
            padding: 10px 8px;
            text-align: inherit;
            border: 2px solid white;
            line-height: 1em;
        }

        .adminTable td {
            padding: 4px 8px;
            border: 2px solid white;
            line-height: 1.2em;
        }

        .adminTable tr:nth-child(odd) td {
            background-color: #efeeea;
        }

        .adminTable tr:nth-child(even) td {
            background-color: #f5f4f0;
        }

        .adminTable tr:hover td {
            background-color: #e5e3dd !important;
        }

        .adminTable tr.activity-future:nth-child(odd) td {
            background-color: #d2e4e7;
        }

        .adminTable tr.activity-future:nth-child(even) td {
            background-color: #d2e4e7;
        }
        /*c4dfe6*/
        .adminTable tr.activity-past:nth-child(odd) td {
            background-color: #ece5c9;
        }

        .adminTable tr.activity-past:nth-child(even) td {
            background-color: #ece5c9;
        }
        /*f0ecdb*/
        .adminTable tr.activity-irrelevant:nth-child(odd) td {
            background-color: #847f6b;
        }

        .adminTable tr.activity-irrelevant:nth-child(even) td {
            background-color: #847f6b;
        }
        /*f0ecdb*/
        .adminTable td.activity-pending {
            color: #054C67;
            background-color: #dedddb !important;
            font-weight: bold;
        }

        .adminTable tr.activity-selected td {
            background-color: #afe4ad;
        }

    .form-label-size {
        width: 150px
    }

    .form-field-size {
        width: 180px
    }

    .limit-select {
        min-width: 150px;
        max-width: 400px;
        width: auto;
    }

        .limit-select .ajax__combobox_textboxcontainer input {
            width: 100px;
        }

    .adminTable select, .adminTable input {
        margin: 0 0 5px;
    }

    .nowrap {
        white-space: nowrap;
    }


    .status-negative-bg {
        background-color: #cf6768 !important;
        color: white;
    }

    .status-positive-bg {
        background-color: #88bd7c !important;
        color: white;
    }

    .status-irrelevant-bg {
        background-color: #847f6b !important;
        color: white;
    }

    .status-negative {
        color: #c95052;
        font-family: AlefBold;
    }

    .status-positive {
        color: #279a0d;
        font-family: AlefBold;
    }

    .red-background {
        background-color: #cf6768 !important;
        color: white;
    }

    /*
pager
*/
    .pager {
        margin: 30px 0;
    }

        .pager ul {
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        .pager li {
            float: left;
            margin: 0 10px 10px 0;
            padding: 0;
        }

        .pager a {
            display: block;
            font-size: 110%;
            padding: 6px 10px;
            border: 1px solid #e3eaec;
            background-color: #ecf3f5;
            font-weight: bold;
            color: #666;
        }

            .pager a:hover, .pager a:focus, .pager a.active {
                background-color: #c3d6dc;
                color: #333;
            }

    /*
stacktable
*/
    .stacktable {
        width: 100%;
    }

    .st-head-row {
        padding-top: 1em;
    }

        .st-head-row.st-head-row-main {
            font-size: 1.5em;
            padding-top: 0;
        }

    .st-key {
        width: 49%;
        text-align: right;
        padding-right: 1%;
    }

    .st-val {
        width: 49%;
        padding-left: 1%;
    }

    .stacktable.large-only {
        display: table;
    }

    .small-only {
        display: none;
    }


.hScroll {

}


    @media (max-width:980px) {
        .large-only {
            /*display: none;*/
            display: table;
        }

        .adminTable td {
            width: 0.1em;
            
        }

        .hScroll {
            visibility: visible;
            overflow-x: scroll;
            
        }

        .stacktable.small-only {
            display: table;
        }
    }


    /* ==========================================================================
   Media Queries
   ========================================================================== */

    @media only screen and (min-width:480px) {
        .header-tools {
            float: right;
            margin: 0 2%;
        }

            .header-tools ul {
                margin: 0 0 0 15px;
            }

            .header-tools .user-tools {
                float: right;
            }

        header .logo {
            margin: 15px auto 15px 5%;
            width: 253px;
        }
        /*.footer-contact{width:253px;}*/
        .header-tools li {
            margin: 0;
        }

        .swiper-container, .swiper-slide {
            height: 240px;
        }

        .news-swiper-container {
            height: 180px;
        }

        .news-swiper-slide {
            height: 60px;
        }

        img.resp {
            float: right;
            margin: 5px 0 10px 10px;
            width: 45%;
        }

        .form-field-box input[type='text'],
        .form-field-box input[type='password'] {
            padding: 4px;
        }

        button, html input[type="button"], input[type="reset"], input[type="submit"] {
            width: auto;
            padding: 8px 16px;
        }
    }

    @media only screen and (min-width:600px) {
        .footer-contact {
            display: table;
            width: 100%;
        }

        footer .contact-info {
            display: table-cell;
            width: 50%
        }

        footer .logos {
            display: table-cell;
        }

        aside section, .content section {
            float: left;
            width: 44%;
            margin: 0 15px 20px;
        }

        .swiper-container, .swiper-slide {
            height: 280px;
        }

        .news-swiper-container {
            height: 210px;
        }

        .news-swiper-slide {
            height: 70px;
        }

        .swiper-nav-next {
            left: 45px;
            right: auto;
        }
        /*.slide-cont{ position:absolute; left:80px; right:20px; bottom:20px; margin:auto;}*/
        .slide-cont {
            position: absolute;
            left: 80px;
            /*right: 20px;*/
            right: 80px;
            /*bottom: 20px;*/
            top: 100px;
            margin: auto;
            /*TSADOK*/
            min-height: 15%;
        }

        img.resp {
            float: none;
            margin: 0 0 10px;
            width: 100%;
        }

        .content {
            width: 90%;
            margin: 10px 5%;
        }

        .breadcrumbs {
            width: 90%;
            margin: 0 auto;
        }

        .inner-top-img {
            height: 150px;
        }

        .user-tools-panel {
            position: absolute;
            top: 60px;
            right: 10%;
            width: 400px;
            border: 8px solid #e3e2dd;
            z-index: 10;
        }
    }

    @media only screen and (min-width:768px) {
        /*footer{height:520px;}*/
        footer nav > ul {
            display: table;
            width: 100%
        }

            footer nav > ul > li {
                display: table-cell;
                padding-right: 10px;
            }

        footer nav ul li ul li {
            display: block;
            float: none;
        }

        footer nav a {
            white-space: normal;
        }

        aside section, .content section {
            width: 45%;
            margin: 0 16px 20px;
        }

        .swiper-container, .swiper-slide {
            height: 320px;
        }

        .news-swiper-container {
            height: 240px;
        }

        .news-swiper-slide {
            height: 80px;
        }

        .inner-top-img {
            height: 200px;
        }

        .text-img {
            width: 50%;
        }

        .text-img-ltr {
            float: right;
            margin: 5px 0 20px 30px;
        }

        .text-img-rtl {
            float: left;
            margin: 5px 30px 20px 0;
        }
    }

    @media only screen and (min-width:960px) {
        /*.affiliates ul{margin:80px auto 20px;}*/
        .affiliates li {
            margin: 0 10px;
        }

        footer {
            position: relative;
            overflow: hidden;
        }

        .footer-contact {
            display: block;
            width: 30%;
            float: left;
            font-size: 80%;
            line-height: 1.4em;
        }

        footer .contact-info {
            display: block;
            width: 100%;
        }

        footer .logos {
            display: block;
            padding: 5px 0 80px 0;
        }

        footer nav {
            margin: 0 5% 0 35%;
        }

            footer nav a {
                font-size: 70%;
            }

            footer nav h5 {
                border-bottom: 1px solid #4b4e50;
                margin-bottom: 10px;
            }

            footer nav ul li ul li {
                padding: 2px 0px;
            }

        footer .copyright {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 30%;
            font-size: 70%;
            margin: 0;
            padding: 0;
            border: none;
            text-align: center;
            color: #727272;
        }

            footer .copyright a {
                color: #717171;
            }

        footer .credits {
            position: absolute;
            bottom: 10px;
            right: 0;
            font-size: 70%;
            margin: 0 20px 0 0;
            padding: 0;
            border: none;
        }

        .nav-sep {
            display: inline;
            width: auto;
            height: auto;
            padding: 0 6px;
        }

        .swiper-container, .swiper-slide {
            height: 350px;
        }

        .news-swiper-container {
            height: 270px;
        }

        .news-swiper-slide {
            height: 90px;
        }

        .swiper-nav {
            width: 52px;
            height: 102px;
        }

        .swiper-nav-prev {
            background-position: 0 -152px;
        }

        .swiper-nav-next {
            background-position: -52px -152px;
            /*Michael 13/06/18*/
            /*left: 76px;*/
            left:95%;
        }

        .slide-cont {
            height: 82px;
            left: 148px;
            font-size: 100%;
        }


            /*.slide-cont h3{font-size:1.45em;}*/
            .slide-cont h3 {
                font-size: 300%;
            }

        aside section, .content section {
            width: 46%;
        }
    }

    @media only screen and (min-width:1024px) {

        .main-col, aside {
            font-size: 80%;
            line-height: 1.4em;
        }

        header {
            height: 100px;
            /*Michael 06/12/18*/
            /*background-color: #0099d4;*/
        }

            header .logo {
                float: left;
                height: 85px;
                background-color: white;
                margin: 0;
                padding: 15px 0 0;
                width: 30%;
            }

            header nav ul {
                text-align: left;
            }

            header nav {
                margin-left: 30%;
            }

                header nav > ul {
                    text-align: left;
                    margin-left: 20px;
                }

        .header-tools {
            margin-top: 15px;
            margin-right: 1%;
            color: #b6cbd4;
        }

            .header-tools a {
                color: #bfe2f0;
            }

                .header-tools a.active {
                    color: #90e0ff;
                }

        .content {
            margin: 24px 0;
            width: 100%;
        }

            .content section {
                float: none;
                width: auto;
                margin: 0 0 24px 20px;
                overflow: hidden;
            }

        .text-page-main-col {
            width: 90%;
            margin: 0 auto;
            font-size: 90%;
        }

        .home-items {
            display: table;
            border-collapse: separate;
        }

            .home-items h2 {
                display: none;
            }

        .home-item {
            display: table-cell;
            background-color: #e7f2f6;
            border-bottom: none;
        }

        .home-item-2col {
            width: 49%;
        }

        .home-item-3col {
            width: 32%;
        }

        .home-item-auto-col {
            width: auto;
        }

        .home-item h3, .home-item p {
            margin-left: 10px;
            margin-right: 10px;
        }

        .home-item h3 {
            margin-bottom: .5em;
            font-size: 130%;
        }

            .home-item h3 a {
                color: #017fb0;
            }

                .home-item h3 a:hover {
                    color: #7ac2de;
                }

        .home-item-sep {
            display: table-cell;
            width: 15px;
        }

        .top-section h2 {
            margin-top: 0;
            background-color: #dbebf1;
            color: #015e82;
        }

        .affiliates li {
            margin: 0 15px;
        }

        .aside {
            width: auto;
            margin: 0 auto 50px;
        }

        /*TSADOK*/
        /*.main-col{float:left; width:70%; margin:0 auto 50px;}*/
        .main-col {
            float: left;
            width: 100%;
            margin: 0 auto 50px;
        }

        /*aside{float:right; width:30%; margin:0;}*/
        aside {
            float: right;
            width: 100%;
            margin: 0;
        }

            aside section {
                float: none;
                width: auto;
                margin: 0 20px 20px;
            }

        .top-section h2 {
            margin: 0 -20px 20px;
        }

        /*.swiper-container, .swiper-slide{height:400px;}*/
        .swiper-container, .swiper-slide {
            height: 800px;
        }

        .news-swiper-container {
            height: 300px;
        }

        .news-swiper-slide {
            height: 100px;
        }

        .inner-top-img {
            height: 220px;
        }

        .breadcrumbs {
            width: 100%;
        }

        /*.user-tools-panel{top:50px; right:5%; width:450px;} */
        .user-tools-panel {
            position: fixed;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); /* IE 9 */
            -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
        }
    }

    /*---------------------------------------------------------------------*/
    @media only screen and (min-width:1200px) {
        header .logo {
            /*width: 25%;*/
            width: 15%;
        }

        header nav {
             /*margin-left: 25%;*/
            margin-left: 21%;
        }

            header nav > ul > li > a {
                padding: 0 10px;
            }

        .affiliates li {
            margin: 0 20px;
        }

        .footer-contact, footer .copyright {
            /*width: 25%;*/
            width: 16%;
        }

        /*TSADOK*/
        /*aside{width:25%;}*/
        aside {
            width: 100%;
        }

        /*.main-col{width:75%;}*/
        .main-col {
            width: 100%;
        }

        .slide-cont {
            font-size: 110%;
        }

        /*.swiper-container, .swiper-slide{height:450px;}*/
        .swiper-container, .swiper-slide {
            height: 800px;
        }

        .news-swiper-container {
            height: 330px;
        }

        .news-swiper-slide {
            height: 110px;
        }

        .inner-top-img {
            height: 245px;
        }

	
    }


@media only screen and (max-width:1300px) {
	header .logo a{background-position:-253px 0; width:228px; height:71px; margin:0 auto;}
}


    /*---------------------------------------------------------------------*/
    @media only screen and (min-width:1400px) {
        .affiliates li {
            margin: 0 30px;
        }

        /*.swiper-container, .swiper-slide{height:500px;}*/
        .swiper-container, .swiper-slide {
            height: 1000px;
        }

        .news-swiper-container {
            height: 375px;
        }

        .news-swiper-slide {
            height: 125px;
        }

	header nav {
             /*margin-left: 25%;*/
            margin-left: 17%;
        }

    header .logo a{background-position:-253px 0; width:258px; height:71px; margin:0 auto;}

    }

    /* ==========================================================================
   Helper classes
   ========================================================================== */

    .ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        *text-indent: -9999px;
    }

        .ir:before {
            content: "";
            display: block;
            width: 0;
            height: 150%;
        }

    .hidden {
        display: none !important;
        visibility: hidden;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .visuallyhidden.focusable:active,
        .visuallyhidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .invisible {
        visibility: hidden;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }

    /* ==========================================================================
   Print styles
   ========================================================================== */

    @media print {
        * {
            background: transparent !important;
            color: #000 !important; /* Black prints faster: h5bp.com/s */
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        /*
     * Don't show links for images, or javascript/internal links
     */

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        thead {
            display: table-header-group; /* h5bp.com/t */
        }

        tr,
        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        @page {
            margin: 0.5cm;
        }

        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }
    }



    .center {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        background-color: #b0e0e6;
        text-align: center;
    }

    .centerScreen {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 1px solid black;
        background-color: #b0e0e6;
        width: 400px;
        height: 100px;
        text-align: center;
    }