body p {
    font-weight: 400;
}

.top-tool-box{
    position: relative;
    z-index: 2;
}

.fonts_holder{
    display: inline-block;
    vertical-align: middle;
}

.fonts_holder > ul{
    display: table;
}

.fonts_holder > ul > li{
    display: table-cell;
    vertical-align: bottom;
}

.font_small{
    padding-top: 3px;
    font-size: 10px;
    line-height: 10px;
}

.font_medium{
    font-size: 13px;   
    line-height: 13px;
}

.font_large{
    font-size: 16px;
    line-height: 16px;
}

.search_btn{
    position: relative;
    cursor: pointer;
    font-size: 22px;
}

a.pikto-menu-item{
    transition: 0.3s all ease;
}

a.pikto-menu-item:hover{
    transform: scale(1.1);
}

.search_holder{
    height: 30px;
        line-height: 30px;
}

.search_holder > ul > li{
    display: inline-block;
    vertical-align: middle;
}

.search_holder > ul > li:first-child{
    padding-right: 10px;
}

.search_holder > ul > li form{
    font-family: "Roboto", Verdana, Arial, sans-serif;
    display: none;
}

.chosen_lang{
    cursor: pointer;
}

.top-tool-box .lang_list{
    display: none;
    position: absolute;
    top: 100%;
    right: -12.25px;
    padding: 10px;
    margin-top: 10px;
    background: #D3D3D3;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.top-tool-box .lang_list > li{
    margin-bottom: 10px;
    
}

.top-tool-box .lang_list > li:last-child{
    margin-bottom: 0;
}

.form1{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e9e9e9;
}

.form1 div.holder{
    margin-bottom: 15px;
}

.form1 div.holder label{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.form1 div.holder .input1 {
    width: 100%;
    border: 1px solid #c5d0d8;
    background: #fafbfc;
    height: 46px;
    padding: 0 15px;
    border-radius: 3px;
}

.form1 div.holder .submit1 {
    width: 100%;
    border: 1px solid #1641a2;
    background: #1641a2;
    height: 46px;
    padding: 0 15px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
}

.form1 div.holder .textarea1{
    width: 100%;
    border: 1px solid #c5d0d8;
    background: #fafbfc;
    padding: 15px;
    min-height: 105px;
    border-radius: 3px;
    resize: none;
}

.form1 div.holder .file_input{
    width: 100%;
    border: 1px solid #c5d0d8;
    background-color: #e4e9ec;
    height: 46px;
    padding: 0 15px;
    border-radius: 3px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-image: url('./../img/file_icon.jpg');
   

}

.form1 div.holder .file_input label {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-top: 12px;
    font-size: 14px;
}

.form1 div.holder .file_input .file1{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
}

.modal-content .btn-primary{
    width: 100%;
    border: 1px solid #1641a2;
    background: #1641a2;
    height: 46px;
    padding: 0 15px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
}

.modal-content textarea{
    width: 100%;
    border: 1px solid #c5d0d8;
    background: #fafbfc;
    padding: 15px;
    min-height: 105px;
    border-radius: 3px;
    resize: none;
}

@media only screen and (max-width: 991px) {
    .search_holder > ul > li:first-child{
        padding-right: 10px;
        width: calc(100% - 20px);
    }

    #jumbo .info a{
        position: relative;
    }
    table{
        width: 100%;
    }
    table td{
        font-size: 8px !important;
    }
    #top-header > div > div{
        padding: 15px 0 !important;
    }
    .fa-2x{
        font-size: 20px;
    }
    .top-tool-ico {
        margin-left: 0 !important;
    }
    .top-tool-ico img{
        max-width: 20px;
        height: auto;
    }
    .logo_box{
        position: relative;
    }
    .logo_box img{
        max-width: 100px !important;
        height: auto;
    }
    .rwd_btn{
        display: block;
        width: 30px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .rwd_btn > div{
        width: 100%;
        height: 3px;
        margin-bottom: 3px;
        background: #164194;
    }
    .rwd_btn > div:last-child{
        margin-bottom: 0;
    }
    .top-tool{
        margin-top: 15px;
        border-top: 1px solid #c5d0d8;
    }
    .top-tool-item{
        max-width: auto;
        min-width: 0;
        padding-top: 15px;
        width: 50%;
        max-width: 49%;
        text-align: center;
    }
    .top-tool-item .top-tool-ico{
        float: none;
        margin: 0 auto !important;
    }
    .top-tool-item > button > span:last-child{
        display: none;
    }
    #navigation{
        display: none;
    }
    #navigation > div > ul > li{
        width: 100%;
        text-align: center;
    }
    #navigation > div{
        display: flex;
        flex-flow: column;
    }
    #navigation > div > div, ul{
        align-items: stretch;
        margin-bottom: 0 !important;
    }
    #navigation ul li a{
        font-size: 13px;
        padding: 5px 0;
    }
    #navigation > div > ul:nth-child(2){
        order: 3
    }
    #navigation > div > div{
        order: 2;
        margin-top: -20px;
    }
    #header_toolbox > div > div > div{
        flex-flow: column;
        justify-content: center !important;
    }
    #header_toolbox{
        background-color: transparent !important;
        display: none;
    }
    #navigation .social{
        padding-top: 15px;
    }
    #navigation .social li{
        width: auto;
    }
    a.pikto-menu-item{
        align-items: stretch;   
        min-width: 100%;
        margin: 0;
    }
    #navigation > div > div.row > div{
        display: block !important;
    }
    .pikto-menu-item-thumb{
        display: none;
    }
    .pikto-menu-item-label{
        display: block;
        padding:5px 0;
        color: #164194;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        text-decoration: none;
    }
    .news-container{
        text-align: center;
        margin-top: 0;
    }
    .news-item{
        padding: 0 15px;
    }
    .event-item a.read-more{
        width: 100%;
        position: relative;
    }
    .event-item .event-content{
        text-align: center;
        padding-bottom: 30px !important;
    }
    .event-item .event-location{
        padding-left: 0;
        padding-top: 34px;
        background-position: center top;
    }
    footer .footer-middle{
        padding: 30px 0;
    }
    footer .footer-top ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    footer .footer-top ul.social{
        padding-top: 30px;
    }
    footer .footer-top ul li:last-child{
        margin-bottom: 0;
    }
    .footer-middle img{
        max-width: 100%;
        height: auto;;
    }
    footer .footer-bottom{
        padding: 50px 0;
    }
    footer .footer-bottom{
        text-align: center;
    }
    footer .footer-bottom img{
        float: none !important;
        display: block;
        margin: 0 auto 30px auto !important;
    }
    footer .footer-middle ul li{
        width: 100%;
        text-align: center;
    }
    #page-content, #news-content{
        padding: 15px;
    }
    #page-content > h1{
        text-align: center;
    }
    .page-container .left{
        margin-bottom: 30px;
    }
    #leftMenuContainerSecondary{
        padding:10px 15px 30px 15px;
    }
    .page-container .right{
        margin-bottom: 0px;
    }
    #breadcrumbs{
        padding: 10px 15px;
    }
    #page-content ul, #page-content ol{
        padding-left: 18px;
    }
    h1{
        font-size: 30px !important;
        padding: 0 0 25px 0;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    .event-item .event-content{
        height: auto;
    }
    .top-tool-box{
        right: 0;
        left: 0;
        z-index: 10;
    }
    .top-tool-item{
        position: static;
    }
}
/*
.top-tool-box{
    width: 100%;
    height: auto;
    bottom: auto;
    top: 100%;
    padding: 0;
    white-space: nowrap;
}
.top-tool-box{
    padding: 5px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.top-tool-box .languages > li{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #c5d0d8;
    transition: 0.3s all ease;

}
.top-tool-box form{
    white-space: normal;
}
.top-tool-box .languages{
    white-space: normal;
}
.top-tool-box .languages > li a{
    padding: 5px 0;
    display: block;
    text-decoration: none;
    font-size: 12px;
}
.top-tool-box .languages > li:hover{
    background: #c5d0d8;
}
.top-tool-box .languages > li:first-child{
    padding-top: 0;
}
.top-tool-box .languages > li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.top-tool-box input{
    width: 100%;
    border: 1px solid #c5d0d8;
    background: #fafbfc;
    height: 26px;
    outline: none;
    padding: 0 5px;
    font-size: 11px;
}

.top-tool-box .btn-default{
    width: 100%;
    border: 1px solid #1641a2;
    background: #1641a2;
    height: 26px;
    outline: none;
    padding: 0 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
}

*/

body.contrast  .event-content-fade, body.contrast-2  .event-content-fade, body.contrast-3  .event-content-fade, body.contrast-4  .event-content-fade{
    background: none;
}

body.contrast .vote1 button img, body.contrast-2 .vote1 button img, body.contrast-3 .vote1 button img, body.contrast-4 .vote1 button img{
    display: none;
}

body.contrast .vote1 button div, body.contrast-2 .vote1 button div, body.contrast-3 .vote1 button div, body.contrast-4 .vote1 button div{
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

body.contrast * {
    background-color: #000000 !important;
    background-image: none !important;
}

body.contrast-2 *{
    background-color: #ffffff !important;
    background-image: none !important;
}

body.contrast-3 *{
    background-color: #000000 !important;
    background-image: none !important;
}

body.contrast-4 *{
    background-color: #ffe400!important; 
    background-image: none !important;
}

body.contrast h1{
    border-bottom: none;
}

body.contrast-2 h1{
    border-bottom: none;
}

body.contrast-3 h1{
    border-bottom: none;
}

body.contrast-4 h1{
    border-bottom: none;
}

body.contrast .btn-primary{
    border: none;
}

body.contrast-2 .btn-primary{
    border: none;
}

body.contrast-3 .btn-primary{
    border: none;
}

body.contrast-4 .btn-primary{
    border: none;
}

body.contrast .event-item a.read-more{
    background-color: #ffffff !important;
    color: #000000 !important;
}

body.contrast-2 .event-item a.read-more{
    background-color: #000000 !important;
    color: #ffffff !important; 
}

body.contrast-3 .event-item a.read-more{
    background-color: #ffe400 !important;
    color: #000000 !important;
}

body.contrast-4 .event-item a.read-more{
    background-color: #000000 !important;
    color: #ffe400 !important;
}

body.contrast  input[type=text] {
    border: 1px solid #ffffff !important;
}

body.contrast  input[type=password] {
    border: 1px solid #ffffff !important;
}

body.contrast input[type=submit] {
    border: 1px solid #ffffff !important;
}

body.contrast textarea {
    border: 1px solid #ffffff !important;
}

body.contrast .file_input {
    border: 1px solid #ffffff !important;
}

body.contrast .form1 {
    border-top: 1px solid #ffffff !important;
}

body.contrast-2  input[type=text] {
    border: 1px solid #000000 !important;
}

body.contrast-2  input[type=password] {
    border: 1px solid #000000 !important;
}

body.contrast-2  input[type=submit] {
    border: 1px solid #000000 !important;
}

body.contrast-2 textarea {
    border: 1px solid #000000 !important;
}

body.contrast-2 .file_input {
    border: 1px solid #000000 !important;
}

body.contrast-2 .form1 {
    border-top: 1px solid #000000 !important;
}

body.contrast-3 input[type=text] {
    border: 1px solid #ffe400 !important;
}

body.contrast-3  input[type=password] {
    border: 1px solid #ffe400 !important;
}

body.contrast-3  input[type=submit] {
    border: 1px solid #ffe400 !important;
}

body.contrast-3 textarea {
    border: 1px solid #ffe400 !important;
}

body.contrast-3 .file_input {
    border: 1px solid #ffe400 !important;
}

body.contrast-3 .form1 {
    border-top: 1px solid #ffe400 !important;
}

body.contrast-4  input[type=text] {
    border: 1px solid #000000 !important;
}

body.contrast-4  input[type=password] {
    border: 1px solid #000000 !important;
}

body.contrast-4  input[type=submit] {
    border: 1px solid #000000 !important;
}

body.contrast-4 textarea {
    border: 1px solid #000000 !important;
}

body.contrast-4 .file_input {
    border: 1px solid #000000 !important;
}

body.contrast-4 .form1 {
    border-top: 1px solid #000000 !important;
}

body.font-size-l{
    font-size: 15px;
}
body.font-size-l label{
    font-size: 15px;
}
body.font-size-l .news-container h1 {
    font-size: 38px;
}
body.font-size-l .news-container h2 {
    font-size: 18px;
}
body.font-size-l .news-item h3{
    font-size: 24px;
}
body.font-size-l .event-item h3{
    font-size: 24px;
}
body.font-size-l .news-item .news-date-day{
    font-size: 29px;
}
body.font-size-l  .news-item .news-date-month{
    font-size: 16px;
}
body.font-size-l .event-item .event-date-day{
    font-size: 29px;
}
body.font-size-l  .event-item .event-date-month{
    font-size: 16px;
}
body.font-size-l .leftMenu li.breaker span{
    font-size: 16px;
}
body.font-size-l  .leftMenu li ul li a, body.font-size-l .leftMenu  li ul li span{
    font-size: 16px;
}
body.font-size-l  #navigation ul li a{
    font-size: 18px;
}
body.font-size-l .btn, body.font-size-l .read-more{
    font-size: 16px;
}
body.font-size-xl{
    font-size: 17px;
}
body.font-size-xl .news-container h1 {
    font-size: 40px;
}
body.font-size-xl .news-container h2 {
    font-size: 20px;
}
body.font-size-xl .news-item h3{
    font-size: 26px;
}
body.font-size-xl .event-item h3{
    font-size: 26px;
}
body.font-size-xl .news-item .news-date-day{
    font-size: 31px;
}
body.font-size-xl  .news-item .news-date-month{
    font-size: 18px;
}
body.font-size-xl .event-item .event-date-day{
    font-size: 31px;
}
body.font-size-xl  .event-item .event-date-month{
    font-size: 18px;
}
body.font-size-xl .leftMenu li.breaker span{
    font-size: 18px;
}
body.font-size-xl  .leftMenu li ul li a, body.font-size-xl .leftMenu  li ul li span{
    font-size: 18px;
}
body.font-size-xl label{
    font-size: 17px !important;
}

body.font-size-xl  #navigation ul li a{
    font-size: 20px;
}

body.font-size-xl .btn, body.font-size-xl .read-more{
    font-size: 18px;
}

.inaccessible .content_box{
    padding: 55px 90px;
    background: #ffffff;
    font-size: 18px;
    line-height: 43px;
}

.inaccessible .content_box.text-center header h1{
    font-size: 24px;
}

.inaccessible .content_box p a{
    text-decoration: underline;
    color: #00b1f2;
}

.inaccessible .content_box header{
    margin-bottom: 30px;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('./../img/error_icon.png');
}
@media only screen and (max-width: 991px) {
    .inaccessible .content_box{
        padding: 30px;
        text-align: center;
        font-size: 13px;
        line-height:33px;
    }
}

.alert2{
    padding: 15px 0;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.slider{
    height:322px;
    width: 100%;
    position: relative;
}
.slider > ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
    background:#164194;
}
.slider > ul > li{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.slider > ul > li:first-child{
    display: block;
}
#jumbo{
    overflow: hidden;
    height: 100%;
}



.vote1{
    border-top: 2px solid #00b1f2;margin-top:30px;padding-top: 30px;
}

.vote1 p{
    font-size: 20px;
    padding-top: 20px;
    color: #164194;
}
/*
.vote1 button{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
    width: 30%;
    position: relative;
    color: #000000;
    font-size: 10px;
}
.vote1 button img{
    max-width: 32%;
    height: auto;;
}

.vote1 button > div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 15px;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}

.vote1 button:hover div{
    opacity: 1;
    visibility: visible;
    top: 100%;
    color: #000000;
}

@media only screen and (max-width: 991px) {
    .vote1{
        margin-top: 15px;
        padding-top: 15px;
    }
    .vote1 button > div{
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .settings1{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .vote1 button{
        text-align: center !important;
        width: 100%;
        margin-bottom: 15px;
    }
    
}
*/

.vote1 .btn-lg{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    position: relative;
    color: #000000;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}
.vote1 .btn-lg img{
    max-width: 32%;
    height: auto;;
}

.vote1 .btn-lg > div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 15px;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}

.vote1 .btn-lg:hover div{
    opacity: 1;
    visibility: visible;
    top: 100%;
    color: #000000;
}

@media only screen and (max-width: 991px) {
    .vote1{
        margin-top: 15px;
        padding-top: 15px;
    }
    .vote1 .btn-lg > div{
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .settings1{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .vote1 .btn-lg{
        text-align: center !important;
        width: 100%;
        margin-bottom: 15px;
    }

}

.on1{
  
    text-decoration: underline !important;
    position: relative;
}

#navigation ul li a{
    padding: 0 !important;
}

#navigation ul.menu1 li a{
    font-weight: 400;
    position: relative;
    text-decoration: none !important;
    z-index: 2;
}

#navigation ul.menu1 li a:hover{
    color: #ffffff;
}

#navigation ul.menu1 li a:after{
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    bottom: -5px;
    right: -10px;
    background: #164194;
    transition: 0.3s all ease;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

a:hover:after{
    
    visibility: visible !important;
    opacity: 1 !important; 
}

.on1{
    color: #ffffff !important;
    background: #000000 !important;
}

.on1::after{
   
    visibility: visible !important;
    opacity: 1 !important; 
}

.on2{
    color: #7fd8f8 !important;
    background-color: #164194 !important;
}

.tool-tips{
    list-style: none;
    padding: 0;
    text-align: right;
    padding-top: 10px;
}

.tool-tips ul{
    list-style: none;
    padding: 0;
}

.tool-tips > li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.tool-tips > li:last-child{
    margin-right: 0;
}

@media only screen and (min-width: 991px) {
    .tool-tips ul > li{
        display: inline-block;
        vertical-align: middle;
    }
}



.top-tool-box .font-size{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.top-tool-box .font-size:last-child{
    margin-right: 0;
}

.top-tool-box .font-size p{
    margin-bottom: 0;
}

.remove_contrast{
    display: none;
}

.contrast-3 .remove_contrast {
    display: block;
}

.contrast-3 .remove_contrast img{
    display: block;
}

/*
.remove_contrast{
    margin-bottom: 0;
    padding: 5px 10px;
    color: #ffffff;
    cursor: pointer;
    background: #164194;
}
*/
.top-tool-box input{
   
    border: 1px solid #c5d0d8;
    background: #fafbfc;
    height: 30px;
    padding: 0 5px;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
}

.top-tool-box .btn-default{
  
    border: 1px solid #1641a2;
    background: #1641a2;
    height: 30px;
    padding: 0 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

.languages > li.on_active a{
    border-bottom: 1px solid #1641a2;
    font-weight: 700;

}

@media only screen and (max-width: 991px) {
    .tool-tips > li{
        margin-right: 0;
        width: 100%;
    }
    .tool-tips > li:last-child{
        display: none;
    }
    .top-tool-box input{
        width: calc(100% - 70px);
    }
    .top-tool-box .btn-default{
        width: 70px;
    }   
    .search_holder{
        margin-bottom: 10px;
    }
}

.error-message{
    color:red;
}

.inner_gal{
    margin: 0 -7.5px;
    list-style: none;
    padding-left: 0;
}

.inner_gal > li{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 7.5px;
    margin-bottom: 15px;
    transition: 0.3s all ease;
}

.inner_gal > li:hover{
    transform: scale(1.05);
}

.inner_gal > li div{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img_desc{
    width: 100%;
    font-size: 13px;
    padding-top: 13px;
    text-align: center;
    font-weight: 600;
    color: #164194;
}

@media only screen and (max-width: 991px) {
    .inner_gal > li{
        width: 100%;
    }
}

.navbar-toggler{
    cursor: pointer;
}
.navbar-toggler > span{
    position: relative;
}
.navbar-toggler > span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('./../img/arrow_bottom.png');
}

body.contrast-3 .navbar-toggler > span::after{
    background-image: url('./../img/arrow_bottom2.png');
}


body.contrast-3 #navigation ul.menu1 li a:after {
    background: #000;
}

.form-control{
    width: 100%;
    border: 1px solid #c5d0d8;
    background: #fafbfc;
    height: 46px;
    outline: none;
    padding: 0 15px;
    border-radius: 3px;
}

.ui-widget-header{
    border: 1px solid #c5d0d8 !important;
    background: #fafbfc !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #c5d0d8 !important;
    background: #fafbfc !important;
}



/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .chosen-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #c5d0d8;
    border-top: 0;
    background: #fafbfc;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%);
  }
  
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
  }
  
  .chosen-container a {
    cursor: pointer;
  }
  
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
  }
  
  .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
  }
  
  /* @end */
  /* @group Single Chosen */
  .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 15px;
    height: 46px;
    border: 1px solid #c5d0d8;
    border-radius: 3px;
    background-color: #fafbfc;
    background-clip: padding-box;
    color: #757575;
    text-decoration: none;
    white-space: nowrap;
    line-height: 46px;
  }
  
  .chosen-container-single .chosen-default {
    color: #999;
  }
  
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
  }
  
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
  }
  
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  
  .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
  }
  
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('./../img/select_arr123.png');
    background-size: 18px;
  }
  
  .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
  }
  
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
  }
  
  .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
  }
  
  .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%);
  }
  
  /* @end */
  /* @group Results */
  .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
  }
  
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
  }
  
  .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
  }
  
  .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  
  .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
  }
  
  .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
  }
  
  .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
  }
  
  .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
  }
  
  .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
  }
  
  /* @end */
  /* @group Multi Chosen */
  .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
  }
  
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
  }
  
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  
  .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
  }
  
  .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
  }
  
  .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  
  /* @end */
  /* @group Active  */
  /*
  .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }*/
  
  .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #c5d0d8;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  
  .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
  }
  
  /* @end */
  /* @group Disabled Support */
  .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
  }
  
  .chosen-disabled .chosen-single {
    cursor: default;
  }
  
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
  }
  
  /* @end */
  /* @group Right to Left */
  .chosen-rtl {
    text-align: right;
  }
  
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
  }
  
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
  }
  
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
  }
  
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
  }
  
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
  }
  
  .chosen-rtl .chosen-choices li {
    float: right;
  }
  
  .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
  }
  
  .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
  }
  
  .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
  }
  
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
  }
  
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
  }
  
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
  }
  
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
  }
  
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
  }
  
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
  }
  
  /* @end */
  /* @group Retina compatibility */
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
      background-image: url("chosen-sprite@2x.png") !important;
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important;
    }
  }

.project-image{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    height:200px;
    margin:20px 0 20px 0;
}




.newsimageholder{
    width: auto;
    padding-top:10px;
    border-top: 2px solid #000;
    height:100px;
    background-size: contain;
    background-repeat: no-repeat;
}

  /* @end */

hr{
    height: 4px;
    border: 1px solid #8ca9d9;
    background-color: #8ca9d9;
}


li{
    font-weight:400;
}

td{
    font-weight:400;
}

.pagination>li>a, .pagination>li>span{
    color: #000000 !important;
}

.news-item .news-item-tags{
    color: #575757;
}

.btn-success{
    background-color: #295B29;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success{
    background-color: #295B29;
}

.chosen-container-single .chosen-single{
    color: #4D4D4D;
}

.skiplinks{
    position: absolute;
    left: 0;
    top: 0;
}

.skiplinks ul{
    padding: 0;
    list-style: none;
}

.skiplinks ul li a{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    white-space: nowrap;
    z-index: -1;

    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px;
}

.skiplinks ul li a:focus{
    opacity: 1;
    z-index: 9999;
}

.library_box > div{
    display: inline-block;
    vertical-align: top;
}

.library_box > .image{
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .library_box > .image{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.library_box > .desc{
    width: 100%;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .library_box > .desc{
        width: 100%;
        padding-left: 0;
    }
}

.library_box > .image a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.library_box_list > div{
    float:none;
    display: inline-block;
    vertical-align: top;
}

.library_box_list > div.col-md-3{
    width: 23.8%;
}

@media only screen and (max-width: 991px) {
    .library_box_list > div.col-md-3{
        width: 100%;
    }
}
.library_box{
    transition: 0.3s all ease;
    margin-bottom: 35px;
}
.library_box:hover {
    transform: scale(1.05);
}