
/* LANG SWITCH */
/*
.lang-switch {
    position: absolute;
    margin-top: 12px;
    margin-right: -34px;
    right: 0px;
    top: 5px;
    z-index: 100;
}

.lang-switch a {
    color: #636a70;
    margin-left: 7px;
}
*/

.lang-switch {
    position: relative;
    top: 80px;
    /*margin-top: 8px;*/
    margin-right: 250px;
    float: right;
}

.lang-switch a {
    color: white;
    margin-left: 7px;
    text-shadow: 0px 0px 5px black !important;
}


.lang-switch .active {
    text-decoration: underline;
}
/* /LANG SWITCH */

.colMid {
    position: relative;
    margin-top:22px;
}


div.logo {
    margin-bottom: -4px;
}

.menuTop {
    width: 720px !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    display: block !important;

    font-size: 10px !important;

    background: none !important;
    background-color: #ce0018 !important;
    /*background-repeat: repeat-y;
    background: -webkit-gradient(linear, left top, right top, from(#ce0018), to(#FFFFFF)) !important;
    background: -webkit-linear-gradient(left, #ce0018, #FFFFFF) !important;
    background: -moz-linear-gradient(left, #ce0018, #FFFFFF) !important;
    background: -ms-linear-gradient(left, #ce0018, #FFFFFF) !important;
    background: -o-linear-gradient(left, #ce0018, #FFFFFF) !important;*/

    background: rgb(206,0,24) !important;
    background: -moz-linear-gradient(left, rgba(206,0,24,1) 0%, rgba(206,0,24,1) 94%, rgba(206,0,24,1) 94%, rgba(252,252,252,1) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,0,24,1)), color-stop(94%,rgba(206,0,24,1)), color-stop(94%,rgba(206,0,24,1)), color-stop(100%,rgba(252,252,252,1))) !important;
    background: -webkit-linear-gradient(left, rgba(206,0,24,1) 0%,rgba(206,0,24,1) 94%,rgba(206,0,24,1) 94%,rgba(252,252,252,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(206,0,24,1) 0%,rgba(206,0,24,1) 94%,rgba(206,0,24,1) 94%,rgba(252,252,252,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(206,0,24,1) 0%,rgba(206,0,24,1) 94%,rgba(206,0,24,1) 94%,rgba(252,252,252,1) 100%) !important;
    background: linear-gradient(to right, rgba(206,0,24,1) 0%,rgba(206,0,24,1) 94%,rgba(206,0,24,1) 94%,rgba(252,252,252,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0018', endColorstr='#fcfcfc',GradientType=1 ) !important;
}

.menuTop a {
    /*margin-left: 6px !important;*/
}

.menuTop span {
    padding-right: 10px !important;
    width: auto !important;
    font-weight: normal !important;
}

.menuTop span:hover {
    color: white !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

.lang_panel {
    float: right;
    margin-right: 25px;
}

.school article hr {
    margin-top: 22px !important;
}

.school article img {
    float: left;
    padding-right: 10px;
}

.school article {
    /*min-height: 150px;*/
    clear: both;
}

.school article .content {
    text-align: justify;
}


/* Top menu 2 level */
.menuTop a {
    display: inline-block;
    vertical-align: super;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 0px;
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}

.menuTop a:hover {
    background-color: orangered;
}

.menuTop ul {
    position: relative;
}

.menuTop ul li:not(.submenu) {
    display: inline;
    list-style-type: none;
    position: relative;
}

.menuTop ul.submenu li {
    background-color: #B3001E;
    margin-bottom: 1px;
    padding: 0;
}

.menuTop ul.submenu a {
    width: 160px;
}

.menuTop ul.submenu {
    display: none;
    position: absolute;
    margin-top: 23px;
    left: -35px;
    padding: 1px;
    background-color: white;
    z-index: 1;
    list-style-type: none;
}

.menuTop ul li:hover ul.submenu {
    display: inline-block;
}

.menuTop ul.submenu:hover {
    display: inline-block;
}


/* Left menu 2 level */
.colLeft ul li a span:hover {
    padding: 4px 10px !important;
    font-weight: bold;
}

.colLeft ul {
    position: relative;
}

.colLeft ul.submenu {
    display: none;
    min-height: inherit;
    position: absolute;
    left: 175px;
    margin-top: -20px;
    padding-left: 1px;
    background-color: white;
}

.colLeft ul li:hover ul.submenu {
    display: block;
}


.colLeft ul li a {
    color: white !important;
    font-weight: normal !important;
    /*width: 165px;*/
    display: block;
}

.colLeft ul li.active a {
    font-weight: bolder !important;
}

.colLeft ul li a:hover {
    background-color: lightslategray;
}

ul {
    margin: 0 0 10px 12px;
}

.monochrome {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    /*filter: url(desaturate.svg#greyscale);*/

    /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.sideLeftDetail h5 {
    height: auto !important;
}

.text-danger {
    color: red;
    font-weight: bold;
}

.sideLeftDetail .h5 {
    font-weight: bold;
    background-color: #636A70;
    line-height: 26px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    height: 26px;
    width: 176px;
    text-align: center;
    font-size: 86%;
}

.h2 {
    color: #e32;
    font-size: 120%;
    line-height: 20px !important;
    font-weight: bold;
}

.sideRightDetail .h5 {
    background-color: #636A70;
    line-height: 26px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    height: 26px;
    width: 100%;
    font-size: 100%;
    margin-top: 10px;
    font-weight: bold;
}

.sideRightDetailRss .h5 {
    background-color: #636A70;
    line-height: 26px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    height: 26px;
    width: 100%;
    font-size: 100%;
    margin-top: 10px;
    font-weight: bold;
}

.social-plugins {
    font-size: 24px;
}

.social-plugins a {
    color: darkblue;
    padding: 5px;
    width: auto !important;
}
