/*
 * Technion international school
 * Author: FatFish | Vlad Tansky <vl.tansky@gmail.com>
 */


/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:400,100,300,500,700,900);*/

@import url("accessibility.css");
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

@font-face {
    font-family: Argumentum;
    src: url('../fonts/Argumentum/Kostic - Argumentum-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Argumentum;
    src: url('../fonts/Argumentum/Kostic - Argumentum-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Argumentum_light;
    src: url('../fonts/Argumentum/Kostic - Argumentum-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Argumentum_ulight;
    src: url('../fonts/Argumentum/Kostic - Argumentum-UltraLight.otf');
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    font-family: Argumentum;
}

.ui-accordion h3:focus {
    outline: 0;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}


/* ==========================================================================
   Template style starts here
   ========================================================================== */

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #e9e9e9;
}

body {
    background-color: #f1f1f1;
    font-family: Argumentum;
    font-weight: 400;
    background: url('/wp-content/uploads/2015/02/back1.jpg');
    background-size: 100%;
}

footer#footer {
    font-family: Argumentum_light;
}

.navbar-technion {
    margin-bottom: 0;
    border: none;
}

.navbar-technion>div.container {
    background-color: #fff;
}

.navbar-technion a.navbar-brand {
    height: auto;
    margin-left: 5px !important;
}

.navbar-technion .navbar-nav.main {
    margin-top: 36px;
    margin-left: 33px;
}

.navbar-technion .navbar-nav.main>li>a {
    display: inline;
    padding: 0;
    color: #1a2253;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.navbar-technion .navbar-nav.main .dropdown-menu a {
    padding: 0 5px;
    line-height: 1.75;
}

.navbar-technion .navbar-nav.main .dropdown-menu .separator {
    display: none;
}

.navbar-technion .navbar-nav.main .current-menu-ancestor {
    background: none;
    color: #fe9900;
}

.navbar-technion .navbar-nav.main .current-menu-ancestor a,
.navbar-technion .navbar-nav.main .current-menu-ancestor .active {
    color: #a76500;
}

.navbar-technion .navbar-nav.main .current-menu-ancestor ul a {
    color: #1a2253;
}

a:hover {
    text-decoration: none;
}

.a:hover,
a:focus,
section#news .post-item h4 a:hover,
.navbar-technion .navbar-nav.main>li>a:hover,
.navbar-technion .navbar-nav.main>li>a:focus,
.navbar-technion .navbar-nav.main>li>a.active {
    background-color: transparent;
    /*border-bottom: 1px solid #1A235C;
    color: #1A235C;*/
    color: #a76500;
}

body a:focus {
    outline: 1px solid black !important;
}

#menu-top_menu_main .caret {
    display: none;
}

#lang_sel {
    margin-top: 35px;
    font-family: Argumentum;
}

#lang_sel a.lang_sel_sel {
    border: none;
    display: inline;
    padding: 0;
    color: #1a2253;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    /* font-family: 'Open Sans', sans-serif;*/
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    background: url("../img/arrow_down.png") -8px no-repeat;
    background-size: 17px;
    padding-left: 13px;
}

.navbar-technion .navbar-nav.main>li:hover>ul {
    overflow: visible;
    display: block;
    visibility: visible;
}

.navbar-technion .navbar-nav.main>li>ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

.navbar-technion .navbar-nav.main>li:hover>ul li {
    max-height: 150px;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    box-shadow: none;
    background-color: #FAFAFA;
    display: block;
    visibility: hidden;
}

#lang_sel a.lang_sel_sel:hover,
#lang_sel a.lang_sel_sel:focus {
    /*  background-color: transparent;
    border-bottom: 1px solid #1A235C;
    color: #1A235C;*/
    color: #a76500;
    font-weight: normal;
}

#lang_sel a:hover,
#lang_sel ul ul a:hover {
    /* background: transparent;*/
    color: #1A235C;
    border-color: #1A235C;
    font-weight: bold;
}

#lang_sel ul ul a,
#lang_sel ul ul a:visited {
    background: transparent;
    border: none;
    border-bottom: 1px dashed #ccc;
}

#lang_sel ul ul li {
    width: 100%;
}

#lang_sel ul ul {
    top: 20px;
}

#lang_sel li:before {
    display: none;
}

#lang_sel li {
    width: auto;
}

#lang_sel ul li:hover ul,
#lang_sel ul li:focus ul,
#lang_sel ul a:hover ul {
    border: none;
    width: auto;
    min-width: 75px;
}

input[type="submit"].backgroungBlack {
    color: yellow !important;
}

#lang_sel ul li:hover ul,
#lang_sel ul li:focus ul,
#lang_sel ul a:hover ul,
#lang_sel ul a:focus ul,
#lang_sel ul li.hover ul,
#lang_sel ul a.hover ul {
    visibility: visible;
}

li#search {
    margin-top: 30px;
}

li#search>a {
    border-radius: 50%;
    height: auto;
    width: auto;
    padding: 6px 9px;
    background-color: #dbecf4;
    color: #222;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

div#main_wrap {
    background-color: #fff;
}

nav#main_technion {
    border-top: 3px solid #fe0003;
    width: 157px;
}

nav#main_technion>h2 {
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 20px;
    color: #1a2253;
    padding-top: 13px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    background: url("../img/arrow_down.png") right no-repeat;
}

nav#main_technion>ul,
nav#sidemenu_widget ul,
nav#content_horizontal ul {
    margin: 0;
    padding: 0;
}

nav#main_technion>ul {
    padding-left: 0!important;
}

nav#main_technion>ul>li {
    line-height: 1.75;
}

nav#main_technion>ul>li>a,
#global_nav_wrap>ul>li:first-child a {
    display: block;
    color: #06002e;
    text-decoration: none;
    padding-left: 15px;
    border-left: 5px solid transparent;
    padding-left: 16px !important;
    /*-webkit-transition: all 150ms linear;*/
    /*-moz-transition: all 150ms linear;*/
    /*-ms-transition: all 150ms linear;*/
    /*-o-transition: all 150ms linear;*/
    /*transition: all 150ms linear;*/
}

nav#main_technion>ul>li>a:hover,
nav#main_technion>ul>li>a:focus,
#global_nav_wrap>ul>li:first-child li a:hover,
#global_nav_wrap>ul>li:first-child li a:focus,
#global_nav_wrap ul.dropdown-menu>li.active a {
    border-color: #fe0003;
    background-color: #f1f1f1;
}

#global_nav_wrap>ul>li:first-child li a:hover,
#global_nav_wrap>ul>li:first-child li a:focus,
#global_nav_wrap ul.dropdown-menu>li.active a {
    background-color: transparent;
}

.dropdown-menu>.active>a {
    background-color: inherit;
    color: #333;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: inherit;
    color: #333;
}

.home #global_nav_wrap>ul>li:first-child .dropdown-menu {
    display: block;
    box-shadow: none;
    visibility: visible;
}

nav.orange {
    margin-top: 200px;
}


/*#sidemenu_widget .active .inner{
border-left:5px solid transparent !important;

}
#sidemenu_widget .active .outer:hover .inner{
	border-left:5px solid #fe0003 !important;
	padding-top: 0 !important;

}*/

nav#main_technion>ul>li.current-menu-item>a {
    background-color: #f1f1f1;
    border-color: #fe0003;
}

nav#content_horizontal>ul>li {
    display: inline-block;
}

nav#content_horizontal>ul>li>a {
    display: block;
    margin-right: 10px;
    padding: 15px 5px;
    text-transform: uppercase;
    width: 160px;
    border-top: 3px solid #ff9900;
    color: #020038;
    font-size: 16px;
}

nav#content_horizontal>ul>li>a:hover,
nav#content_horizontal>ul>li>a:focus {
    text-decoration: none;
}

nav#content_horizontal>ul>li.dropdown.open>a {
    background-color: #ff9900;
    color: #fff;
    text-decoration: none;
}

nav#content_horizontal ul.dropdown-menu {
    border: 0;
    border-radius: 0;
}

div.h_stick {
    background-color: #f0f0f0;
    padding: 15px;
    margin: 15px 0;
}

div.h_stick>h2 {
    margin: 0;
    color: #ff9700;
    font-weight: bold;
}

div.h_stick>h3 {
    margin: 0;
    color: #000028;
}

div.colorful_block {
    display: block;
    width: 100%;
    height: 10px;
    position: relative;
    padding-right: 0!important;
}

nav.orange h2 {
    color: #fe9900;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 15px;
}

nav.orange div.colorful_block {
    background-color: #fe9900;
}

div.colorful_block .lighter {
    background-color: rgba(255, 255, 255, 0.36);
    width: 50%;
    height: inherit;
    right: 0;
    position: absolute;
}

#main_wrap>div.row>aside#main_sideblock {
    padding-left: 0;
}

#main_wrap>div.row>aside#main_sideblock>nav>* {
    padding-left: 15px;
}

nav#sidemenu_widget>div.nav_wrap {
    position: relative;
    padding-left: 0!important;
}

nav#sidemenu_widget>div.nav_wrap>ul>li>a {
    color: #000;
    padding-left: 15px;
    display: block;
    line-height: 1.8;
}

nav#sidemenu_widget>div.nav_wrap>ul>li>a:hover,
nav#sidemenu_widget>div.nav_wrap>ul>li>a:focus,
nav#sidemenu_widget>div.nav_wrap>ul>li:hover>a,
nav#sidemenu_widget>div.nav_wrap>ul>li:focus>a {
    background-color: #f1f1f1;
    text-decoration: none;
}

nav#sidemenu_widget>div.nav_wrap>ul {
    width: 50%;
    display: inline-block;
}

nav#sidemenu_widget ul.sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    display: none;
    min-height: 100%;
    background: #fff;
    z-index: 5;
}

nav#sidemenu_widget>div.nav_wrap>ul>li:hover>ul,
nav#sidemenu_widget>div.nav_wrap>ul>li:focus>ul {
    display: block;
}

nav#sidemenu_widget ul.sub-menu>li>a {
    color: #000;
    display: block;
    line-height: 1.8;
    padding-left: 5px;
}

nav#sidemenu_widget ul.sub-menu>li>a:hover,
nav#sidemenu_widget ul.sub-menu>li>a:focus {
    background-color: #f1f1f1;
    text-decoration: none;
}

#shortcuts_menu ul li {
    position: relative;
}

#shortcuts_menu ul li a {
    /*  font-family: 'Lato', sans-serif;*/
    display: block;
    line-height: 78px;
    color: #030034;
    font-size: 20px;
    padding-left: 22px;
    text-transform: uppercase;
    margin-bottom: 3px;
    /*font-weight: bold;*/
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    line-height: 40px;
    background-color: #E8E8E8;
    background: #E2E2E2;
}


/*
     * Gradient start
     * URL: http://www.colorzilla.com/gradient-editor/#c9c9c9+0,d4d4d4+100;Custom
     */


/*background: #c9c9c9; */


/* Old browsers */


/* IE9 SVG, needs conditional override of 'filter' to 'none' */


/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/

background: -moz-linear-gradient(top,
#c9c9c9 0%,
#d4d4d4 100%);

/* FF3.6+ */

background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%,
#c9c9c9),
color-stop(100%,
#d4d4d4));

/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,
#c9c9c9 0%,
#d4d4d4 100%);

/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,
#c9c9c9 0%,
#d4d4d4 100%);

/* Opera 11.10+ */

background: -ms-linear-gradient(top,
#c9c9c9 0%,
#d4d4d4 100%);

/* IE10+ */

background: linear-gradient(to bottom,
#c9c9c9 0%,
#d4d4d4 100%);

/* W3C */


/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#d4d4d4',GradientType=0 );*/


/* IE6-8 */


/* opacity: 0.8;*/


/*
    static background
    */


}
.category .item-thumbnail .post-thumbnail img {
    margin: 22px 0;
    /*transition: width 0.25s;
-webkit-transition: width 0.25s;
-moz-transition: width 0.25s;*/
}
#shortcuts_menu,
#shortcuts_menu_position {
    position: relative;
    top: 250px;
    clear: both;
}
#shortcuts_menu.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
}
#shortcuts_menu.fixed_bottom {
    position: absolute;
}
#shortcuts_menu.static {
    position: static!important;
    top: 0!important;
}
.home #shortcuts_menu.static {
    position: static!important;
    top: 0!important;
    margin-top: 352px;
    /*was important*/
}
#shortcuts_menu ul {
    padding: 0;
    margin: 0;
}
#shortcuts_menu ul li a:hover,
#menu-shortcuts li a:focus,
#menu-shortcuts li:hover a,
#menu-shortcuts li:focus a {
    background: #fd9a01;
    text-decoration: none;
}

/*
 * Menu icon classes examples:
 * Font awesome: .menu_fa.fa-pencil-square-o ; sizes: fa-lg, fa-2x, fa-3x, fa-4x, fa-5x
 * URL: http://fortawesome.github.io/Font-Awesome/
 * Glyphicons: .menu_glyphicon.glyphicon-edit
 * URL: http://glyphicons.com/ *(HALFLINGS collection)
 */
#shortcuts_menu ul li.menu_fa:before {
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#shortcuts_menu ul li.menu_glyphicon:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
#shortcuts_menu ul li:before {
    color: #191611;
    position: absolute;
    right: 0;
    font-size: 38px;
    line-height: 1;
    border-left: 1px solid #ededed;
    padding-left: 15px;
    padding-right: 15px;
    margin: 7px 0;
    box-shadow: -1px 0 0 #6a6a6a;
    text-align: center;
    width: 76px;
    z-index: 3;
    font-size: 20px;
    /*  -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;*/
}
#shortcuts_menu ul li:hover:before,
#shortcuts_menu ul li:focus:before {
    border-left: 1px solid rgba(237, 237, 237, 0.5);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.51);
    /*	font-size: 43px;
	line-height: 1.5;*/
}
#global_nav_wrap>ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
#global_nav_wrap>ul>li {
    display: inline-block;
    width: 23.5%;
    /*   padding-right: 9px;*/
    
    margin-right: 9px;
    background: none;
}
li.apply-bold {
    font-weight: bold;
}
li.apply-bold a {
    font-size: 23px !important;
    padding: 10px;
    background: #fd9a01 !important;
}
li.apply-bold:hover>a {
    /*text-decoration: underline;*/
}
li.apply-bold:before {
    font-size: 24px !important;
    margin: 14px 0 0 0 !important;
    line-height: 1.5 !important;
}
#global_nav_wrap>ul>li:hover {
    background-color: #eee;
}
#global_nav_wrap>ul>li>a {
    display: block;
    line-height: 50px;
    padding: 0 5px;
    border-top: 3px solid #a76500;
    width: 100%;
    margin-right: 10px;
    color: #2E418C;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: font 150ms linear;
    -moz-transition: font 150ms linear;
    -ms-transition: font 150ms linear;
    -o-transition: font 150ms linear;
    transition: font 150ms linear;
    font-family: Argumentum_light;
}
#global_nav_wrap>ul>li:hover>a,
ul#menu-global-menu>li>a:focus {
    /*  background: #fe9900;*/
    /* color: #fff;*/
    /*font-family: Argumentum;*/
}
#global_nav_wrap>ul>li:firse-child:hover>a,
ul#menu-global-menu>li:firse-child>a:focus {}
#global_nav_wrap>ul>li>a>span.caret {
    background: url("../img/arrow_down.png");
    background-position: 17px 0;
    width: 15px;
    height: 23px;
    border: none;
    margin-bottom: 10px;
    margin-left: 6px;
}
#global_nav_wrap>ul>li>a:hover>span.caret,
ul#menu-global-menu>li>a:focus>span.caret {
    /*background-position-x: 0;*/
}
span.separator {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: #1a2253;
    font-weight: bold;
}

/* Hide last separator ("|")*/

/*ul#menu-top_menu_main li:last-child .separator{*/

/*display: none;*/

/*}*/
#global_nav_wrap>ul>li.open>a {
    /*   background: #fe9900;
    font-weight: bold;
    color: #fff;*/
}
#global_nav_wrap>ul>li.open>a>span.caret {}
#global_nav_wrap>ul>li.current-menu-parent {
    background-color: #eee;
}
#global_nav_wrap ul.dropdown-menu {
    border: none;
    border-radius: 0;
    padding-top: 7px;
    font-family: Argumentum_light;
    min-width: 154px;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    visibility: hidden;
}
#global_nav_wrap ul.dropdown-menu li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}
#global_nav_wrap ul>li:hover ul li {
    max-height: 150px;
}
#global_nav_wrap ul.dropdown-menu>li>a {
    padding: 0 5px;
    /*min-width: 180px;*/
    
    line-height: 1.75;
}
#global_nav_wrap ul.dropdown-menu>li>a:focus {
    border: 1px solid #a76500;
}
.home #global_nav_wrap>ul>li:first-child .dropdown-menu li {
    overflow: visible;
    max-height: 300px;
}
footer#footer {
    /*background: url("../img/logo_footer.jpg") no-repeat #ccc;*/
    /*background-position-x: 20%;*/
    /*background-position-y: 20px;*/
    
    background-color: #ccc;
    padding: 37px 20px 15px;
}
footer#footer ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
footer#footer ul li a {
    color: #040404;
    font-size: 11px;
    line-height: 1.6;
    background: none;
}
footer#footer div.logo_footer {
    display: inline-block;
}
div.entry-content img,
div.entry-content iframe {
    max-width: 100%;
    height: auto;
    display: block;
}
div.entry-content h2,
div.entry-content h2 span {
    color: #c90001!important;
    font-size: 28px;
}
div.entry-content h3,
div.entry-content h3 span {
    color: #c90001!important;
    /*  font-size: 24px;*/
    
    font-size: 18px;
}
div.entry-content h4 {
    color: #c90001!important;
    margin: 20px 0 10px;
}
div.entry-content p {
    text-align: left;
}
#main_wrap>div.row>section#main_content_container {
    min-height: 1000px;
}
header.entry-header {
    background: #f0f0f0;
    clear: both;
    height: auto;
    /*margin-right: -16px;*/
    
    margin-bottom: 15px;
    padding: 15px;
    margin-top: 15px;
    padding: 15px 24px;
    text-transform: capitalize;
    /*  -webkit-border-top-left-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-bottomleft: 5px;  
	border-top-left-radius: 5px;  
	border-bottom-left-radius: 5px;*/
}
header.entry-header h1 {
    color: #010034;
    font-size: 24px;
    margin: 0;
}
header.entry-header h2 {
    color: #c90001!important;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 35px 8px;
}
.alignright {
    display: inline-block!important;
    float: right;
    margin-left: 0.7em;
}
.alignleft {
    display: inline-block!important;
    margin-right: 0.7em;
    float: left;
}
img.alignleft,
img.alignright,
img.aligncenter,
div.entry-content img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter,
div.entry-content img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.entry-content img.alignright {
    margin-left: 15px;
}
.entry-content img.alignleft {
    margin-right: 15px;
}
table.tableizer-table {
    /*border: 1px solid #CCC;*/
    
    font-size: 12px;
}
.tableizer-table th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
}
.tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #ccc;
}
.ui-tabs-panel h1 {
    margin-top: 30px;
}
h1 {
    color: #c10303;
    font-size: 18px;
    font-weight: bold;
}
nav#global_nav_wrap {
    float: left;
    width: 100%;
    /* margin-bottom: 15px;*/
}
section#promoted_posts a.card {
    display: block;
    height: 254px;
    color: #fff;
    padding: 15px;
    margin-bottom: 8px;
    position: relative;
    background: #000000 center center no-repeat;
    background-size: auto 100%;
    transition: background 0.5s ease;
}
section#promoted_posts a.card:hover,
section#promoted_posts a.card:focus {
    background-size: auto 125%;
}
section#promoted_posts a.card div.black_transparent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    transition: background 0.5s ease;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
}
section#promoted_posts a.card:hover div.black_transparent,
section#promoted_posts a.card:focus div.black_transparent {
    background-color: rgba(0, 0, 0, 0.70);
}
section#promoted_posts a.card div.content {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 228px;
    width: 250px;
    overflow: hidden;
    transition: top 0.5s ease;
    margin: auto;
}
section#promoted_posts a.card h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 127px;
    /* text-shadow: 0 0 5px #000;*/
    
    text-transform: uppercase;
}
section#promoted_posts a.card p {
    font-size: 20px;
    font-family: Argumentum_ulight;
    /* text-shadow: 0 0 5px #000;*/
    
    line-height: 1.1;
}
section#promoted_posts a.card:hover div.content,
section#promoted_posts a.card:focus div.content {
    top: -5px;
    top: -45px;
}
section#news .post-item h4 a {
    color: #373469;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
section#news .post-item h4 {
    margin-bottom: 8px;
    max-height: 35px;
    overflow: hidden;
}
section#news .post-item p {
    font-size: 16px;
    font-family: argumentum_ulight;
    line-height: 1;
    margin: 0;
}
section#news .post-item a.more {
    color: #cc2f0c;
    font-size: 16px;
}
section#news {
    max-height: 420px;
}
section#news .scrollbar-wrap {
    max-height: inherit;
    overflow: hidden;
    height: 100%;
    /* width: 100%;*/
    
    padding-right: 81px;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 15px;
    margin-left: 15px;
}
section#news .scrollbar-cotainer {
    height: 100%;
    width: 100%;
    overflow: auto;
    max-height: inherit;
}
section#news .scrollbar-cotainer.hideScroll {
    box-sizing: content-box;
    padding-right: 16px;
    overflow: hidden;
}
#tooltip_wrap {
    display: none;
    position: absolute;
    width: 315px;
    right: -29px;
    top: 48px;
    background: #fff;
    padding: 15px;
    z-index: 999;
    border: 1px solid #ccc;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.39);
}
#tooltip_wrap .tooltip-arrow-wrap {
    width: 25px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 32px;
    margin-left: -10px;
    overflow: hidden;
}
.tooltip-arrow {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: hidden\9;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}
button#Search {
    border-radius: 0;
    background: #FE9900;
    color: #fff;
    border: none;
}
button#Search:hover,
button#Search:focus {
    background: #E48900;
}
input#search_input {
    border-radius: 0;
    height: 32px;
}
li#search>a:hover {
    background-color: #ABD4E7;
}
.main_slider_frontpage {
    clear: both;
    position: relative;
}
.main_slider_frontpage .ms-container:before {
    position: absolute;
    z-index: 2;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_line_white.jpg"), url("../img/bg_line_white.jpg"), url("../img/bg_line_white.jpg");
    background-position: 23% center, 49% center, 75% center;
    /*background-origin: border-box, content-box;*/
    
    background-repeat: repeat-y;
    background-position: 24.3% center, 50% center, 75.5% center;
    background-size: 9px 100%;
}
.master-slider-parent {
    z-index: 9999;
}
.main_slider_frontpage .ms-slide-info {
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    opacity: 0;
    position: absolute!important;
    z-index: 3;
    bottom: 0;
    left: 0.10px;
    width: 74%!important;
    height: 40%;
    background-color: rgba(254, 0, 0, 0.78);
    color: #fff;
    padding-right: 3px;
    padding-top: 1px;
}
.main_slider_frontpage .ms-slide-info a {
    color: #fff;
}
.main_slider_frontpage .ms-slide-info .ms-info {
    margin: 20px 15px;
    /* font-family: 'Lato', sans-serif;*/
}
.main_slider_frontpage .ms-slide-info .ms-info h2 {
    font-size: 30px;
    font-weight: normal !important;
    font-family: Argumentum_ulight;
}
.main_slider_frontpage .ms-slide-info .ms-info p {
    font-size: 20px;
    margin-top: 0px;
    font-family: Argumentum_ulight;
}
.main_slider_frontpage .ms-bullets.ms-dir-v {
    position: absolute;
    z-index: 4;
    bottom: 6px;
    left: 12px!important;
}
.main_slider_frontpage .ms-bullets-count {
    left: 10px;
}
.main_slider_frontpage .ms-bullets-count .ms-bullet {
    margin: 5px!important;
    background: rgba(255, 255, 255, 0.8);
    border: none;
}
.main_slider_frontpage .ms-bullets-count .ms-bullet-selected {
    background: rgba(0, 0, 0, 0.42);
    border: none;
}
div#dotbar {
    position: absolute;
    bottom: 5px;
    right: 18px;
}
div#dotbar a.dotbar_item {
    height: 8px;
    width: 8px;
    background: #cbcbcb;
    display: block;
    margin: 5px 0;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    color: #000002;
}
div#dotbar a.dotbar_item.active {
    background-color: #c40608;
    color: #ffffff;
}

/* TABS PILLS */
.nav-pills>li>a {
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    background-color: #FDBD5C;
    color: #000;
    font-weight: bold;
    text-shadow: 0 0 1px #fff;
    border-radius: 4px;
}
.nav-pills>li>a,
.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #cddee6;
    color: #0B0700;
    text-shadow: 0 0 1px #fff;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    border: 1px solid #a1bdc8;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #FDBD5C;
    border: 1px solid #F4A022;
}
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: rgb(236, 151, 22);
}
.nav-pills>li>a:hover {
    background-color: #e1ecf1;
}

/*.nav-pills>li>a:hover, .nav-pills>li>a:focus {
    background-color: #FFA824;
    color: #121212;
}
*/
.entry-content #tabs ul.tab-pills li {
    float: right;
    width: 100%;
    margin-bottom: 5px;
}
.entry-content #tabs ul li {
    float: none;
}
.navbar-brand>img {
    max-width: 100%;
}
#promoted_posts .row.r2>div {
    /* float: right; */
}
body th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}
body td {
    margin: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}
h2,
div.entry-content h2,
div.entry-content h2 span {
    font-size: 18px;
}
body header.entry-header h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 4px;
    padding: 0;
}
#afterbig1 .tableizer-table::before,
.entry-content #afterbig1 table::before {
    content: "";
    background: none;
    float: none;
    width: 0px;
    height: 0px;
}
#afterbig1 table {
    width: 615px !important;
}
#afterbig1 table .top_table {
    background: #ffffff!important;
}
#afterbig1 tbody {
    float: none !important;
}
.wrap_acval {
    float: right;
}
#sidemenu_widget .nextend-accordion-menu-inner-container dl.level2 dt.active:hover a span {
    font-weight: bold !important;
}

/* Media queries */

/* Medium Devices, Desktops */

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .nopadding {
        padding: 0!important;
    }
    
    .nomargin {
        margin: 0!important;
    }
}
@media only screen and (max-width: 992px) {
    #afterbig1 table {
        width: 100% !important;
    }
    
    #main_wrap>div.row>aside#main_sideblock {
        display: none;
    }
    
    .home #main_wrap>div.row>aside#main_sideblock {
        display: block;
    }
    
    .home #shortcuts_menu.static {
        margin-top: 0;
        padding: 0;
        display: block;
    }
    
    .home #main_wrap>div.row>aside#main_sideblock {
        padding-left: 7px;
    }
    
    .home #main_wrap>div.row>aside#main_sideblock .nomargin-fix-md {
        margin-left: 0 !important;
        width: 100%;
        padding: 0;
        visibility: visible;
    }
    
    .navbar-right {
        margin-right: 0px;
    }
    
    .menu-top_menu_main-container {
        clear: both;
    }
    
    #menu-top_menu_main,
    #lang_sel,
    /*#main_sideblock,*/
    
    #menu-global-menu-1,
    #global_nav_wrap {
        display: none;
    }
    
    .navbar-right {
        width: 150px;
        float: right;
        margin-top: -72px;
        margin-top: -112px;
        z-index: 9999;
        position: absolute;
        right: 5px;
        background: none;
        position: fixed;
        top: 5px;
        margin-top: 0;
    }
    
    #search {}
    
    nav#main_technion {
        margin-bottom: 30px;
    }
    
    .nomargin-fix-md {
        margin-left: -30px!important;
    }
    
    #lang_sel {
        float: left;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
    .navbar-brand>img {
        width: 240px;
    }
    
    #shortcuts_menu ul li a {
        padding-left: 30px;
    }
    
    .main_slider_frontpage:before {
        display: none;
    }
    
    .navbar-technion .navbar-nav.main>li>a {
        display: block;
        line-height: 31px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .navbar-technion .navbar-nav.main>li>.separator {
        display: none;
    }
    
    #promoted_posts .row.r2>div {
        float: none;
    }
    
    .nopadding-sm {
        padding: 0!important;
    }
    
    #shortcuts_menu.static {
        margin-top: 15px;
    }
    
    section#promoted_posts {
        margin-top: 15px;
        padding-right: 7px;
        padding-left: 7px;
    }
    
    section#promoted_posts a.card {
        background-size: 100% auto;
    }
    
    section#promoted_posts a.card:hover,
    section#promoted_posts a.card:focus {
        background-size: 125% auto;
    }
    
    section#news .scrollbar-cotainer {
        overflow: hidden;
    }
    
    div#dotbar {
        width: 100%;
        background: #fff;
        padding: 15px;
        text-align: center;
    }
    
    div#dotbar {
        padding: 15px 0;
        right: 0;
    }
    
    article .entry-content,
    .entry-content #tabs {
        padding: 0 0 0 0 !important;
    }
    
    div#dotbar a.dotbar_item {
        display: inline-block;
        margin: 0 5px;
        height: 20px;
        width: 20px;
    }
    
    .main_slider_frontpage .ms-slide-info {
        position: relative!important;
        width: 100%!important;
        padding-right: 0;
    }
    
    .main_slider_frontpage .ms-bullets-count .ms-bullet-selected {
        background: #FE0000;
    }
    
    nav#main_technion>h2 {
        display: none;
    }
    
    nav#main_technion>ul>li>a {
        border-bottom: 1px solid #EFEFEF!important;
        line-height: 40px;
    }
    
    #global_nav_wrap>ul>li>a>span.caret {
        display: none;
    }
    
    #global_nav_wrap>ul>li {
        width: 100%;
    }
    
    .navbar-toggle {
        border-color: #171E54;
        position: fixed;
        right: 0;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 0 1px #FFF;
        border-radius: 0;
    }
    
    .navbar-toggle .icon-bar {
        background-color: #171E54;
    }
    
    .navbar-technion a.navbar-brand {
        margin-right: 50px;
    }
    
    nav#shortcuts_menu.fixed {
        position: static!important;
        top: 0!important;
    }
    
    li#search>a {
        display: none;
    }
    
    #tooltip_wrap {
        display: block!important;
        visibility: visible!important;
        position: static;
        width: 100%;
        right: auto;
        top: 0;
        left: 0;
        opacity: 1!important;
        box-shadow: none;
        border: none;
        padding: 0px;
        /*position:fixed;
		right:auto;
		left:auto;*/
    }
    
    li#search {
        margin-top: 0;
    }
    
    #tooltip_wrap .tooltip-arrow-wrap {
        display: none;
    }
    
    #lang_sel ul ul a,
    #lang_sel ul ul a:visited {
        line-height: 20px;
    }
    
    .navbar-technion .container>.navbar-collapse {
        margin: 0;
    }
    
    #main_wrap>div.row>section#main_content_container {
        min-height: 0;
    }
    
    body .position_top {
        margin-top: 0;
    }
    
    section#news .scrollbar-wrap {
        padding-right: 0;
    }
    
    .container>.navbar-header {
        margin: 0;
    }
    
    .tab-pills {
        margin-bottom: 20px;
        padding-right: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .navbar-brand>img {
        width: 200px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}
#global_nav_wrap .dropdown:hover .dropdown-menu,
#global_nav_wrap .dropdown:focus .dropdown-menu {
    display: block;
    box-shadow: none;
    visibility: visible;
    z-index: 999999;
}

/* NOT SURE */
nav#shortcuts_menu>.container>.row>div {
    padding-left: 0px;
}
.tab-pills {
    float: right;
    margin-left: 20px;
}
#promoted_posts {
    padding-left: 0;
    padding-right: 0;
    margin-top: 7px
}
.position_top {
    height: 253px;
    margin-top: 129px;
    /*margin-left: 17px;*/
}
.scrollbar-text-wrap {
    height: 102px;
    overflow: hidden;
    margin-top: 5px;
}
#promoted_posts .row div:nth-child(2) .black_transparent {}
#navbar-header {
    margin-left: 23px;
}
#menu-left_main_menu {}
.page-template-home #menu-left_main_menu {
    display: block;
    position: absolute;
    z-index: 1;
}
.list-item .entry-header {
    display: none;
}
.front #main_wrap .row:first-child section {
    padding: 0;
}
.home .row.r2 {
    margin-top: 4px;
}
.category .more-link .arrow-right {
    display: block;
    background: url("../img/arrow_right.png") 8px 10px no-repeat;
    text-indent: -999px;
    padding: 8px 0;
    color: black;
}
.more {
    display: block;
    background: url("../img/arrow_right.png") 4px 4px no-repeat;
    text-indent: -999px;
    padding: 0px 0;
}
.category #main_content_container .list-item:nth-child(even) {
    background: #f0f0f0;
}
.category .item-thumbnail .post-thumbnail img {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.category .list-item .item-thumbnail .post-thumbnail:hover img {
    /*width: 100%;
	overflow: visible;
	width: 125%;*/
}
.category .list-item .in-entry-content {
    /*max-height: 156px;*/
    
    overflow: hidden;
    /*transition: max-height 0.15s;
-webkit-transition: max-height 0.15s;
-moz-transition:max-height 0.15s ;*/
    
    font-size: 13px;
    font-family: Argumentum_ulight;
    padding: 12px 7px 0;
}

/*.category .list-item:hover .in-entry-content{
max-height: 800px;

}*/
article h1.entry-title a {
    color: #060234;
}
article h1.entry-title {
    /*margin-top:4px;
margin-bottom: 23px;
font-family: Argumentum;
line-height: 1.3;*/
}
.item-date {
    font-size: 15px;
    font-family: Argumentum_ulight;
}

/*.list-item{
padding:0;
}*/
dl.level1 {
    margin-bottom: 10px !important;
}
dd.level1 {
    margin-top: 5px !important;
}
div#nextend-accordion-menu-uniquef64f876 dl.level2 dt.parent.opened span.inner span {
    text-transform: inherit;
}

/*
#menu-item-431135{
    position: relative;
    left: -334px;
}
#global_nav_wrap>ul>li#menu-item-431135>a{
    border-top: 3px solid #fe0003;
    padding-left: 20px;
}
#global_nav_wrap .dropdown#menu-item-431135:hover .dropdown-menu{
    margin-left: 10px;
}
*/
#global_nav_wrap>ul>li:first-child {
    display: none;
}

/*body .nextend-accordion-menu-inner-container dt.active a span,
body .nextend-accordion-menu-inner-container a.active span{
font-weight:bold !important;
}
body .nextend-accordion-menu-inner-container>dd{
margin-top: 10px !important;
}
body .nextend-accordion-menu-inner-container dd dd{
width: 65%  !important;
position: absolute !important;
left: 110px !important;
top: 0 !important;

overflow: visible !important;
}
dl.level2 {
min-height:300px;
}
div#nextend-accordion-menu-uniquef64f876 dl.level1 dd{
overflow: visible !important;
}*/
body .navbar-right {
    margin-right: 0;
}
.glyphicon {
    top: 2px;
}
.home .ms-bullets.ms-dir-v .ms-bullet {
    float: left;
}
.home .ms-bullets.ms-dir-v {
    top: auto;
}

/*#programsPageRight #tabs, 
.group-blog .entry-content*/
.entry-content #tabs,
.entry-content {
    padding: 0px 10px 0 23px;
}
.page-template-TIS_AcProgTabs .entry-content {
    padding: 0px 10px 0 0px;
}
.entry-content ul li:before,
.article ul li:before,
.page-template-TIS_AcProgTabs .tab-content ol li:before {
    content: "";
    background: url("../img/arrow_right.png") left no-repeat;
    float: left;
    width: 22px;
    height: 18px;
    position: absolute;
    left: 0;
}
.entry-content ul li,
.page-template-TIS_AcProgTabs .tab-content ol li {
    list-style: none;
    /*overflow: auto;*/
}
.tab-content p strong,
.entry-content p strong {}
.tableizer-table th,
.entry-content table th {
    background: none;
    color: black;
    font-size: 13px;
    text-transform: uppercase
}
.tableizer-table td,
.entry-content table td {
    padding: 4px;
    margin: 3px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: 6px solid white;
}
.tableizer-table::before,
.entry-content table::before {
    content: "";
    /* background: url("../img/arrow_right.png") left no-repeat; */
    
    float: left;
    width: 22px;
    height: 27px;
}
.tableizer-table tbody,
.entry-content table tbody {
    float: left;
}
#tooltip_wrap {
    border: none;
    box-shadow: none;
    top: 0;
    background: none;
    width: 149px;
    right: -3px;
    padding: 0;
}
#tooltip_wrap .tooltip-arrow-wrap {
    display: none;
}
#tooltip_wrap input#search_input {
    border-radius: 14px;
    height: 32px;
    background: #dbecf4;
    border: none;
}
#tooltip_wrap button#Search {
    display: none;
}
article .entry-content ul {
    padding: 0;
}
article .entry-content ul li {
    padding-left: 25px;
    position: relative;
}
.nextend-accordion-menu-inner a.active {
    /*background: #f0f0f0 !important;*/
}
.nextend-accordion-menu-inner a:hover {
    background: #f0f0f0 !important;
}
body .ui-widget {
    font-family: Argumentum;
}
.accordion-docs.ui-accordion .ui-accordion-content {
    padding: 0;
    overflow: hidden;
}
.accordion-docs .ui-state-active,
.accordion-docs .ui-widget-content {
    border: none;
}
.accordion-docs .ui-accordion-header-icon {
    display: none;
}
.accordion-docs .ui-state-default {
    background: none;
    border-radius: 0;
    border: none;
    color: #030034;
}
.accordion-docs.ui-accordion .ui-accordion-header {
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 10px;
    border-bottom: 1px solid #a76500;
}
.accordion-docs.ui-accordion .ui-accordion-header:focus {
    text-decoration: underline;
}
section#promoted_posts .accordion-docs a.card div.black_transparent {
    display: none;
}
section#promoted_posts .accordion-docs a.card:hover div.black_transparent,
section#promoted_posts .accordion-docs a.card:focus div.black_transparent {
    box-shadow: none;
    display: block;
}
section#promoted_posts .accordion-docs a.card div.content {
    display: none;
}
@media only screen and (max-width: 992px) {
    section#promoted_posts .accordion-docs a.card div.content {
        display: block;
        text-align: center;
    }
    
    section#promoted_posts .accordion-docs a.card div.black_transparent {
        display: block;
    }
}
section#promoted_posts .accordion-docs a.card:hover div.content,
section#promoted_posts .accordion-docs a.card:focus div.content {
    display: block;
    text-align: center;
}
section#promoted_posts .accordion-docs a.card:hover,
section#promoted_posts .accordion-docs a.card:focus {
    /*background-size: auto 100%;*/
}
section#promoted_posts .accordion-docs a.card h2,
section#promoted_posts .accordion-docs a.card .content>div {
    font-weight: normal;
    font-size: 24px;
    text-transform: none;
    margin-top: 90px;
}
section#promoted_posts .accordion-docs a.card p {
    font-size: 23px;
}
section#promoted_posts .accordion-docs a.card {
    background: rgba(0, 0, 0, 0.15) center center no-repeat;
    background-size: auto 100%;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.entry-content ol,
.entry-content ul {
    padding: 0 0 0 17px;
}
#global_nav_wrap>ul>li:first-child {
    display: block;
    left: -326px;
    position: absolute;
}
#global_nav_wrap .dropdown:hover .dropdown-menu,
#global_nav_wrap .dropdown .dropdown-menu {
    /*padding-left: 15px;*/
}
#global_nav_wrap>ul>li:first-child>a {
    padding-left: 15px;
    font-size: 20px;
    color: #2E418C;
    padding-top: 9px;
    margin-top: 0;
    line-height: 0;
}
#global_nav_wrap>ul>li:first-child>li a {
    padding-left: 16px;
}
ul#filters {
    overflow: auto;
}
ul#filters li {
    float: left;
    list-style: none;
    width: 130px;
    margin: 0 0 10px 0;
}
ul#filters li img {
    margin: 4px 6px 0 0;
    float: left;
}

/*menu_res*/
#wprmenu_menu ul li a {
    font-family: Argumentum_Ulight;
}
#wprmenu_menu .current_page_item a,
#wprmenu_menu .current-menu-ancestor {
    background: none;
    background: #8B8A8A;
}
#wprmenu_menu .current-menu-ancestor>.wprmenu_parent_item,
#wprmenu_menu .current-menu-ancestor .current-menu-item>a {
    color: #1B1212
}
#wprmenu_menu.wprmenu_levels ul li {
    border-top: 1px solid #474747 !important;
}
#bigcalendar1 div#afterbig1 {
    width: 100% !important;
}

/**/
.category-news .entry-content.col-xs-6 {
    padding: 0 0 0 10px;
}
#calendar_1 .calbg {
    background: #fe9900 !important;
}
.category .item-thumbnail img {
    float: right;
}
.category article .entry-content {
    padding: 0 0 0 0px;
}
.archive.category .in-entry-content .entry-title {
    margin-top: 10px;
}
.nav-next a:hover,
.nav-previous a:hover,
.nav-next a:focus,
.nav-previous a:focus .nav-next a,
.nav-previous a {
    text-decoration: none;
}
.item-thumbnail.col-xs-6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
#bigcalendar1 .week_days {
    font-size: 20px !important;
    font-weight: normal !important;
}
.calyear_table span {
    line-height: 30px !important;
    font-family: Argumentum !important;
    color: #FE9900 !important;
    font-size: 25px !important;
    text-shadow: none !important;
}
#sharefollow {
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    z-index: 10;
}
#sharex {
    margin-bottom: 0;
}
#sharex {
    position: relative;
    height: 115px;
}
#followx {
    top: 20px;
    position: relative;
}
#sharex #sharex_bts,
#followx #followx_bts {
    position: relative;
}
a#sharex_facebook,
a#sharex_twitter,
a#sharex_linkedin,
a#followx_facebook,
a#followx_twitter,
a#followx_linkedin {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico-05.png) no-repeat;
}
footer a#followx_facebook:focus,
footer a#followx_twitter:focus {
    border: 2px solid #a76500;
    outline: none;
}
a#followx_weibo {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/weibo.jpg) no-repeat;
}
.zh-CN a#followx_a {
    top: -41px;
}
a#sharex_twitter,
a#followx_twitter {
    background-position: 0 -20px;
}
a#sharex_linkedin {
    background: url(../images/icon-linked.png) no-repeat 0 0;
}
a#sharex_a {
    display: block;
    width: 20px;
    height: 70px;
    position: relative;
    top: -60px;
    background: #72A033 url(../images/share.png) 50% 7px no-repeat;
}
a#followx_a {
    display: block;
    width: 20px;
    height: 88px;
    position: relative;
    top: -60px;
    background: #72A033 url(../images/follow.png) 50% 0 no-repeat;
}
a#followx_a {
    position: absolute;
    z-index: 9;
    top: -20px;
}
a#sharex_a {
    position: absolute;
    z-index: 999;
    top: -20px;
}
.zh-CN a#followx_a {
    display: block;
    width: 20px;
    height: 88px;
    position: relative;
    top: -40px;
    background: #72A033 url(../images/follow-ch.png) 50% 0 no-repeat;
}
.zh-CN nav#main_technion>ul>li>a,
#global_nav_wrap>ul>li:first-child a {
    /*padding-left: 0px !important;*/
}
#global_nav_wrap>ul>li:first-child>a {
    padding-left: 15px !important;
}
.zh-CN #global_nav_wrap>ul>li:first-child>a {
    padding-left: 15px;
    font-size: 17px;
}
.zh-CN .more-link.arrow-right {
    display: block;
    background: url("../img/arrow_right.png") 8px 10px no-repeat;
    text-indent: -999px;
    padding: 8px 0;
}
a#sharex_a:hover,
a#followx_a:hover,
a#sharex_a:focus,
a#followx_a:focus {
    background-color: black;
}
.StaffImg {
    float: right;
    margin-right: 20px;
    max-width: 90px;
    margin-bottom: 20px;
}
.StaffDetails {}
.StaffGridCol_1,
.StaffGridCol_2,
.StaffGridCol_3,
.StaffGridCol_4 {
    clear: both;
    padding: 10px;
    border-bottom: 1px solid #DFDFDF;
}
.page-id-2238 .ui-accordion-content-active {
    max-height: 130px !important;
}
.page-id-2238 .ui-state-active,
.page-id-2238 .ui-widget-content .ui-state-active,
.page-id-2238 .ui-widget-header .ui-state-active {
    border: none !important;
}
.page-id-2238 .ui-widget-content {
    border: none !important;
}
.page-id-2238 .ui-accordion .ui-accordion-header {
    padding: 4px;
    padding-left: 15px;
    font-weight: bold;
}
.page-id-2238 .ui-accordion .ui-accordion-header a {
    font-weight: normal;
}
.page-id-2238 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0px;
}
.page-id-2238 .ui-state-default,
.page-id-2238 .ui-widget-content .ui-state-default,
.page-id-2238 .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
}
.page-id-2238 div.entry-content .ui-accordion h3,
.page-id-2238 .ui-accordion div.entry-content h3 span {
    color: #212121 !important;
}
.page-id-2238 div.entry-content .ui-accordion h3.ui-accordion-header-active,
.page-id-2238 div.entry-content .ui-accordion h3.ui-accordion-header-active a {
    color: #c90001!important;
}
#main_content_container .entry-content ul li {
    margin-bottom: 5px;
}
.footer-header {
    color: #000000;
    text-transform: uppercase;
}
.social-links a {
    margin: 10px;
}
.acordion-title-div::before {
    content: "";
    background: url("../img/arrow_right.png") left no-repeat;
    float: left;
    width: 22px;
    height: 27px;
    margin-right: 10px;
}
.acordion-title-div.ui-accordion-header-active::before {
    background: url("../img/arrow_down.png");
    background-position-x: 17px;
    width: 15px;
    height: 23px;
    border: none;
    margin-bottom: 10px;
    margin-left: 6px;
}
div.entry-content iframe {
    max-width: 100%;
    height: 400px;
    display: block;
}
.page-template-landingPage .attachment-big.wp-post-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.page-template-landingPage #main_wrap>div.row>section#main_content_container {
    min-height: 502px;
}
.page-template-landingPage #bs-example-navbar-collapse-1 {
    display: none;
}
.page-template-landingPage #main_wrap>div.row>aside#main_sideblock {
    padding-left: 7px;
}
.page-template-landingPage .row-area {
    padding-top: 0px;
    padding-bottom: 10px;
}
.page-template-landingPage .verification .vfb-legend {
    display: none;
}
.page-template-landingPage .vfb-item-secret {
    display: none !important;
}
.page-template-landingPage .vfb-submit {
    background: #bc2c69;
    border: 0;
    text-align: center;
    outline: none;
    color: #fff;
    cursor: pointer;
    height: 37px;
    max-width: 265px;
    width: 100%;
    font-size: 19px;
    float: left;
    margin-top: 17px;
    margin-bottom: 20px;
}
.page-template-landingPage .vfb-text {
    width: 100%;
    height: 37px;
    font-size: 17px;
    outline: none;
    border: 0px;
    text-align: left;
    background-color: #F0F0F0;
}
.page-template-landingPage label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff
}
#bottom_left_area_container {
    color: #BC2C69;
}
.page-template-landingPage .vfb-fieldset ul {
    padding: 0px 20px 0px 20px;
    list-style: none;
}
.page-template-landingPage .visual-form-builder-container {
    background: #18244C;
}
.page-template-landingPage .vfb-legend {
    text-align: left;
    color: #ffffff;
}
.page-template-landingPage .vfb-legend h3 {
    font-size: 24px;
    text-align: left;
    padding: 2px 20px 5px 20px;
    color: #ffffff;
}
.page-template-landingPage .vfb-section-div {
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    border-top: 1px solid;
    padding-top: 15px;
}
.page-template-landingPage .vfb-section-div h4 {
    font-size: 20px;
    color: #ffffff;
}
.page-template-landingPage #main_content_container {
    color: #192252;
    font-size: 17px;
    margin-top: 10px;
}
.page-template-landingPage .landing-header {
    color: #bc2c69;
    font-size: 43px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 0px;
}
.page-template-landingPage .all-page {
    padding: 0px 30px 0px 30px;
    background: rgba(248, 248, 248, 1);
}
.page-template-landingPage .navbar-technion>div.container {
    background: none;
    border-radius: 10px 10px 0px 0px;
    max-width: 966px;
}
.page-template-landingPage .bottom_area {
    border-top: 2px solid #D7D7D7;
    padding: 10px 30px 10px 30px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0px;
    border-radius: 0px 0px 10px 10px;
}
.page-template-landingPage div#main_wrap {
    background: none;
}
.page-template-landingPage ul {
    list-style-image: url('bullet.png');
}
.page-template-landingPage li {
    padding: 0px 0px 10px 0px;
}
.page-template-landingPage .navbar-technion {
    padding-top: 30px;
}
.page-template-landingPage a,
.page-template-landingPage .verification li {
    color: #BC2C69;
}
.container article .container {
    width: auto;
}
@media only screen and (max-width: 992px) {
    .page-template-landingPage {
        margin-top: -42px;
    }
    
    .page-template-landingPage .navbar-technion {
        padding-top: 0px;
    }
    
    .page-template-landingPage .attachment-big.wp-post-image {
        display: none;
    }
    
    #sidebar_area {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 520px) {
    .page-template-landingPage .landing-header {
        color: #bc2c69;
        font-size: 25px;
    }
    
    .page-template-landingPage .navbar-brand>img {
        width: 223px;
    }
    
    .page-template-landingPage #main_content_container {
        margin-top: 0px;
    }
    
    #bottom_left_area_container {
        margin-bottom: 40px;
    }
}
.menu-item-431333 {
    display: none !important;
}
.page-template-pageslandingPage-php .navbar-technion {
    display: none;
}
#global_nav_wrap>ul>li#menu-item-431329 {
    width: 29.9%;
}
#global_nav_wrap>ul>li#menu-item-431329 a {
    line-height: 2;
}
.page-template-pageslandingPage-php .navbar-technion-lending {
    display: block;
}
.page-template-pageslandingPage-php .navbar-technion-lending {
    margin-top: 30px;
    background-image: url('box1.png');
}
.page-template-pageslandingPage-php .navbar {
    border-radius: 0px;
}
.ms-slide-info.ms-dir-h {
    min-height: 211px !important;
}
#footer-div {
    padding: 0
}
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opening span.inner span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opening span.inner span span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opening a,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opening a span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opened span.inner span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opened span.inner span span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opened a,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.opened a span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.active span.inner span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.active span.inner span span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.active a,
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt.active a span,
div#nextend-accordion-menu-uniquef64f876 dl.level1 .level2 .active span {
    color: #a76500 !important;
}
div#nextend-accordion-menu-uniquef64f876 dl.level1 dt .inner {
    border-color: #a76500 !important;
}
.timeline-dateblock {
    color: black;
}
#sharex a,
#followx a,
.social-links a {
    text-indent: -999px;
    overflow: hidden;
    color: black;
}
#sharex a:focus,
#followx a:focus {
    border: 1px solid red;
}
.timeline-wrap {
    background: #777575 !important;
}
.panel {
    background-color: transparent !important;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p {
    color: #787575 !important;
}
.page-template-pagespositions-php table a {
    color: #1e6bac;
}
.text-search {
    display: none;
}
.page-id-436432 .tableizer-table tbody,
.entry-content table tbody {
    float: none;
}
.stopbutton {
    background: red;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 32px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.stopbutton.paused {
    background: yellow;
}

/*videos page start*/
#viseos-list-wrapper {
    float: left;
    width: 100%;
    display: block;
}
.videso-list {
    list-style: none;
    padding: 0;
}
.video-item h2 {
    font-size: 15px;
}
@media(max-width: 992px) {
    .video-item {
        min-height: 300px;
    }
}
@media(min-width: 992px) {
    .video-item h2 {
        height: 50px;
    }
}

/*videos page end*/

/* registration landing tour page */
.registration-tour {
    background: #efefee;
    padding: 20px;
    color: #0e2050;
}
.content-info-tour .top-banner {
    position: relative;
}
.content-info-tour .top-banner img {
    width: 100%
}
.registration-tour input {
    border: 1px solid #ded5d5;
    padding: 9px;
    width: 100%;
    color: #0e2050;
}
.registration-tour input::placeholder,
.description textarea::placeholder {
    color: #0e2050;
}
.content-info-tour .title {
    position: absolute;
    background-color: rgba(254, 0, 0, 0.78);
    font-size: 32px;
    color: white;
    max-width: 480px;
    padding: 20px 20px 20px 80px;
    bottom: 0;
    font-weight: bold;
}
.registration-tour p.application {
    display: block;
    line-height: 50px;
    padding: 0 5px;
    border-bottom: 3px solid #9f1e02;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 25px;
    color: #0e2050;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: font 150ms linear;
    -moz-transition: font 150ms linear;
    -ms-transition: font 150ms linear;
    -o-transition: font 150ms linear;
    transition: font 150ms linear;
    font-family: Argumentum_light;
}
.registration-tour span.caret {
    background: url(../img/arrow_down.png);
    background-position: 17px 0;
    width: 15px;
    height: 23px;
    border: none;
    margin-bottom: 3px;
}
.tour-reg {
    border-top: 4px solid #0e2050;
}
.phone-info {
    display: flex;
    flex-wrap: nowrap;
}
.wpcf7-select.ext {
    border: 1px solid #ded5d5;
    padding: 9.5px;
    background: white;
    color: #0e2050;
    margin-left: 10px;
}
.wpcf7-submit.submit {
    background: #3e9e3e;
    color: white;
    background: #3e9e3e;
    color: white;
    padding: 17px 0;
    font-size: 17px;
    font-weight: 100;
    width: 80%;
}
.hear-from-us select {
    border: 1px solid #ded5d5;
    padding: 9px;
    width: 100%;
    color: #0e2050;
    background: white;
}
.description {
    width: 100%;
}
.during-number {
    flex: 1 1 458px;
}
.flex {
    display: flex;
}
.thanks {
    color: #0e2050;
}
.request {
    width: 80%;
}
.the-content-tour {
    padding: 0 49px 0 80px;
    color: #162561;
}
.the-content-tour h3 {
    display: block;
    line-height: 50px;
    font-weight: 100;
    padding-left: 40px;
    position: relative;
    width: 100%;
    color: #0e2050;
    text-transform: uppercase;
    -webkit-transition: font 150ms linear;
    -moz-transition: font 150ms linear;
    -ms-transition: font 150ms linear;
    -o-transition: font 150ms linear;
    transition: font 150ms linear;
    font-family: Argumentum_light;
}
.the-content-tour ul {
    position: relative;
    padding-left: 24px;
}
.limitation span {
    font-weight: 100;
}
.limitation .first {
    margin: 0;
}
.the-content-tour ul li::before {
    content: "";
    background-image: url(../img/arrow_right.png);
    background-position: 17px 4px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -13px;
}
.the-content-tour ul li {
    list-style: none;
    padding-left: 5px;
}
.wpcf7-recaptcha iframe {
    transform: scale(0.9);
    transform-origin: left center;
}
.gender input,
.limitation input {
    width: auto;
    vertical-align: top;
}
.content-info-tour {
    padding-right: 0;
}
.the-content-tour h3::before {
    content: "";
    background-image: url(/wp-content/uploads/2018/06/tour-icon.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}
@media screen and (max-width: 768px) {
    .content-info-tour .title {
        font-size: 23px;
        padding: 5px;
        max-width: 100%;
    }
    
    .the-content-tour {
        padding: 0 10px;
    }
    
    .the-content-tour h3 {
        line-height: 35px;
    }
}