﻿@charset "utf-8";

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_0-webfont.eot');
    src: url('../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('../fonts/opensans-regular_0-webfont.woff') format('woff'), url('../fonts/opensans-regular_0-webfont.ttf') format('truetype'), url('../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background: #FF7D34;
    color: #fff;
}

::-moz-selection {
    background: #FF7D34;
    color: #fff;
}

html, body {
    font-family: 'open_sansregular' !important;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

body, html, a, p, h1, h2, h3, h4, h5, h6, em, ol, li, ul, input, select, textarea, button, form {
    font-family: 'open_sansregular' !important;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .2s linear,background .2s linear;
    -moz-transition: all .2s linear,background .2s linear;
    -o-transition: all .2s linear,background .2s linear;
    transition: all .2s linear,background .2s linear;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

    a:active {
        text-decoration: none;
        outline: none;
    }

    a:focus {
        text-decoration: none;
        outline: none;
    }

p {
    color: #333;
}

.effect-2 {
    padding: 10px;
}

    .effect-2:before, .effect-2:after, .effect-2 span:before, .effect-2 span:after {
        content: '';
        position: absolute;
        transition: transform .5s ease;
    }

    .effect-2:before, .effect-2:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-style: solid;
        border-color: #88D7F6;
    }

    .effect-2:before {
        border-width: 1px 0;
        transform: scaleX(0);
    }

    .effect-2:after {
        border-width: 0 1px;
        transform: scaleY(0);
    }

    .effect-2:hover:before, .effect-2:hover:after, li.active a.effect-2:before, li.active a.effect-2:after {
        transform: scale(1,1);
    }

.header {
    position: relative;
}

.carousel-control i {
    top: 44%;
    position: absolute;
    color: #88D7F4;
    font-size: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    opacity: .8;
}

.carousel-control a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    opacity: 1;
}

.carousel-control {
    text-shadow: none;
}

#carousel1 .carousel-control {
    display: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

#carousel1:hover .carousel-control {
    display: block;
}

.left.carousel-control {
    margin-left: -12px;
}

.right.carousel-control {
    margin-right: 29px;
}

.carousel-inner > .item > img {
    width: 100%;
}

.carousel-inner img {
    margin: 0 auto;
}

.main-menu {
    float: left;
    width: 100%;
}

.shadow-head {
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
}

.main-menu .logo, .main-menu .menu {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-bar {
    background: #FF7D34;
    min-height: 44px;
}

.top-social, .login-sign {
    padding: 10px 0;
}

    .top-social a {
        color: #4F4F4F;
        background: #fff;
        padding-top: 5px;
        margin-left: 4px;
        border-radius: 50%;
        width: 30px;
        text-align: center;
        display: inline-block;
        height: 30px;
        font-size: 17px;
    }

        .top-social a:hover {
            border-radius: 10%;
            color: #4F4F4F;
        }

.flexy-menu li a {
    border-radius: 5px;
}

.flexy-menu li.active a:first-child {
    background: #21397C;
    color: #fff;
    border-radius: 5px;
}

.flexy-menu li.active li a:hover {
    color: #FFF !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: medium none;
    border-radius: 0px;
}

.log-reg {
    list-style: none;
}

    .log-reg a {
        padding: 15px 25px;
        display: inline-block;
    }

    .log-reg .reg {
        background: #303030;
        color: #fff;
    }

    .log-reg .log {
        background: #484848;
        color: #fff;
    }

        .log-reg .reg:hover, .log-reg .log:hover {
            background: #000;
            color: #fff;
        }

.top_ele {
    margin-bottom: 0;
}

.top_res {
    list-style: none;
}

.text-res {
    padding-top: 12px;
    color: #fff;
}

.top_res a:hover {
    background: #D6D6D6;
}

.top_res a {
    background: #f4f4f4;
    padding: 4px 0;
    display: inline-block;
    margin-left: 2px;
    border-radius: 3px;
    color: #181818;
    width: 29px;
    text-align: center;
}

#toggle-search {
    float: right;
    background-position: -64px -10px;
    background-size: 153px;
    margin-top: 9px;
    margin-left: 6px;
}

    #toggle-search.open:after {
        top: 40px;
    }

    #toggle-search:after {
        -moz-transition: top,.5s;
        -o-transition: top,.5s;
        -webkit-transition: top,.5s;
        transition: top,.5s;
        position: absolute;
        top: 52px;
        left: 50%;
        margin-left: -8px;
        content: "";
        border-color: transparent transparent #e1e4e7;
        border-style: solid;
        border-width: 8px 8px 12px;
    }

#toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

    #toggle-basket:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 2px;
        height: 50px;
        content: "";
        background-color: #000;
    }

#search-form {
    -moz-transition: max-height,.5s;
    -o-transition: max-height,.5s;
    -webkit-transition: max-height,.5s;
    transition: max-height,.5s;
    position: absolute;
    top: 44px;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 100000;
}

    #search-form.open {
        max-height: 36px;
        z-index: 1000;
        border-radius: 30px;
        border: 2px solid #ff7d34;
    }

    #search-form fieldset {
        position: relative;
        margin: 0 60px 0 0;
        padding: 0;
        border: none;
    }

    #search-form input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: 33px;
    }

        #search-form input[type="search"] {
            width: 100%;
            padding: 0 5px 0 22px;
            background: transparent;
            border: none;
        }

        #search-form input[type="submit"] {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            margin: 0;
            padding: 0;
            font-weight: 700;
            text-transform: uppercase;
            color: #516270;
            background: #c6cacd;
            border: none;
            cursor: pointer;
            color: #fff;
            background: #FF7D34;
        }

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA8CAQAAABlJ1gMAAABfElEQVR42u3ZsU7CUBhA4U6Iib5IITigOzMzzwUMmNA3MRofwMSRCDB1MPIAOoDBHAch0VhUCb2Ecr4uBJb23Oa/FKJIkiRJkiRJkiRJygENElJSEhpEmxz6W+Z7Vu43S71PlxvTZsiMGQ+0iTe7szY6EuCOmJg7IClwaEr0eOOzN/ocBwqdwnJhYyAtbGhK3ACQcEGZMhckANxSChIayHxduNCXwISzL6deYQT0Chma3+RzmRUWQO3b+2fAgkrOgbd0vfsQurN2A0qATgFD72hwDIHzzNM/B4YBRkbW6Chg6DlwlHn6R8Dc0PmHPgWeA22C//lsT2f0+tFRBwaGDrMZdgsYekejo7rm610NWFA1dIgHlqtgDyoHEXr1CN6nTokT6vQBgAktZ/Q2j6wfla6ZAOMcUx9g6I9h0WXEKy8M6FIlosU419SHNjp+WPp8Uxs6UGpDZ6Y2dJDUedzRTz/uSFP/nN3WAjaZrs38SNPQkiRJkiRJkiRJKoB36w+U2Cj/A/EAAAAASUVORK5CYII=);
    border: none;
    cursor: pointer;
    background-color: #303030;
    border-radius: 50%;
}

.w-txt h1 {
    color: #253b80;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 2px dotted #D0D0D0;
    padding-bottom: 12px;
}

.mini-block {
    background-color: #43caca !important;
    margin-bottom: 15px !important;
    position: relative;
}
    .mini-block .sub-title {
    line-height:20px; font-size: 12px;
    }

    .mini-block .media-heading {
       /* font-weight: 700;*/
        font-size: 15px;
        padding: 15px 0 5px;
        color: #000;
    }

    .mini-block .sub-title {
        color: #fff;
    }

    .mini-block .sub-m-txt {
        color: #652b04;
        font-size: 12px;
    }

.r-btn {
    background: #7f3e12;
    color: #fff !important;
    font-size: 13px;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .r-btn:hover {
        background: rgba(255,255,255,0.5);
        color: #652B04 !important;
    }

.welcome-block {
    padding-bottom: 10px;
    border-bottom: 2px dotted #D0D0D0;
    margin-bottom: 30px;
}

.w-txt-main {
    line-height: 25px;
    font-size: 15px;
}

.commite-mem {
    background: url(../images/pattern.png);
    margin-bottom: 25px !important;
    position: relative;
}

.yellow-bg {
    background-color: #ff7c24;
}

.green-bg {
    background-color: #6e9038;
}
.yellow-bg2 {
background-color: #ceac4b;
}
.ks-block .sub-title {color:#000 !important;
}
.commite-mem .media-heading {
    /*font-weight: 700;*/
    font-size: 16px;
    padding: 10px 0 4px;
    color: #fff;
}

.commite-mem .sub-title {
    /*color: #5a2400;*/
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 3px;
}

.commite-mem .sub-m-txt {    padding-right: 5px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 37px;
    line-height: 17px;
    text-align:left;
}

.commite-mem .r-btn {
    background: rgba(255,255,255,0.5);
    color: #000 !important;
    font-size: 13px;
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.commite-mem .media-left {
    padding-left:0px;
}

.commite-mem .r-btn:hover {
    background: #7F3E12;
    color: #fff !important;
}

.commite-mem.green-bg .sub-title {
    color: #162105;
}

.last-holder {
    padding-right: 3px;
}

.red-bg {
     background-color: #5ea2e8;
}

.commite-mem.red-bg .sub-title {    width: 140px;
    color: #500a00;font-size: 18px;
    padding-top: 35px;
}

.commite-mem.green-bg .r-btn:hover {
    background: #2d4900;
    color: #FFF !important;
}

.commite-mem.red-bg .r-btn:hover {
    background: #891203;
    color: #FFF !important;
}

.commite-mem.red-bg .media-heading {
    padding-top: 0;
	    margin-left:10px;
}

.commite-mem.red-bg .media {
    margin-top: 9px;
}

.editor-chif .media-heading {
    font-size: 13px;
}

.commite-mem2 {
    margin-bottom: 15px !important;
}

.full-width {
    width: 100%;
}

.l-news {
    clear: both;
    max-height: 288px;
    overflow: hidden;
}

    .l-news ul {min-height:110px;
        background: #EEE;
        padding: 0;
        padding: 0 20px;
        width:100%;
    }

    .l-news li {
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: 0 11px;
        list-style: none;
        padding-left: 30px;
        border-bottom: 2px dotted #D0D0D0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.news-title {
    clear: both;
    background: #21397C;
    padding: 10px;
    float: left;
    width: 100%;
    color: #fff;
}

.n-title {
    font-size: 18px;
}

.push-play:hover, .push-play:focus {
    color: #fff;
}

.push-play {
    color: #FFF;
    padding-top: 7px;
    margin-top: 0;
    display: block;
}

    .push-play i {
        width: 18px;
        height: 18px;
        font-size: 10px;
        color: #21397C;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        padding-top: 4px;
        padding-left: 1px;
    }

.sub-paper-btn {
    background: #2C7FD4;
}
.mini-block .media-left{
     padding-left: 3px
}
.subs-btn {
    background: #F03E8D;
}

.help-btn {
    background: #31AC3A;
}

.q-links a {
    width: 32.64%;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    line-height: 15px;
    min-height: 96px;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 13px;
}

    .q-links a:last-child {
        margin-right: 0;
    }

    .q-links a img {
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 5px;
    }

.subs-btn, .help-btn {
    line-height: 31px !important;
}

.contact-block {
    clear: both;
}

.cont-title {
    background: #DFBA52;
    font-size: 21px;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
	font-weight:normal !important;
}

.con-detail {
    font-size: 13px;
    background: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 136px;
    line-height: 22px;
}

    .con-detail i {
        color: #223A7D;
    }

.news-quick {
    border-bottom: 2px dotted #D0D0D0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.l-readmore {
    color: #EC9F4C;
}

.useful-links-block {
    background: #EEE;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.open-journal {
    margin-bottom: 10px;
}

.us-links {
    background: #fff;
    border: 1px solid #d1d1d1;
}

.useful-links-block h2 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 0;
}

.us-links {
    float: left;
    width: 100%;
    padding: 13px;
}

    .us-links ul {
        padding-left: 15px;
    }

        .us-links ul li {
            /*width: 50%;
            float: left;*/
            list-style: none;
            margin-bottom: 5px;
            -webkit-transition: all .2s linear,background .2s linear;
            -moz-transition: all .2s linear,background .2s linear;
            -o-transition: all .2s linear,background .2s linear;
            transition: all .2s linear,background .2s linear;
        }

            .us-links ul li:hover a {
                color: #FF7D34;
            }

            .us-links ul li:before {
                font-family: 'FontAwesome';
                content: '\f0a9';
                margin: 0 5px 0 -15px;
                color: #FF7D34;
                -webkit-transition: all .2s linear,background .2s linear;
                -moz-transition: all .2s linear,background .2s linear;
                -o-transition: all .2s linear,background .2s linear;
                transition: all .2s linear,background .2s linear;
            }

.open-title {
    background: url(../images/open-bg.jpg);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    /*font-weight: 700;*/
    margin-bottom: 11px;
    clear: both;
}

.open-j-body {
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
    background: url(../images/journal-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
}

.browse {
    color: #BE2F1C;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 8px;
}

.gf-radio label {
    font-weight: 400 !important;
}

.gf-radio {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .gf-form label, .gf-checkbox input[type="checkbox"] + label::before, .gf-radio input[type="radio"] + label::before {
        vertical-align: middle;
    }

    .gf-checkbox input[type="checkbox"], .gf-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .gf-checkbox input[type="checkbox"] + label::before, .gf-radio input[type="radio"] + label::before {
            content: "";
            display: inline-block;
            width: 13px;
            height: 13px;
            line-height: 13px;
            margin: 0 8px 0 0;
            background: url(../images/sprite-radio-checkbox.png) no-repeat 0 0;
            vertical-align: middle;
        }

.gf-form input[type="checkbox"]:disabled + label, .gf-form input[type="radio"]:disabled + label {
    opacity: .5;
    cursor: default;
}

.gf-checkbox input[type="checkbox"]:not(:checked):hover + label::before {
    background-position: 0 -13px;
}

.gf-checkbox input[type="checkbox"]:checked + label::before {
    background-position: 0 -26px;
}

.gf-radio input[type="radio"] + label::before {
    background-position: -13px 0;
}

.gf-radio input[type="radio"]:hover + label::before {
    background-position: -13px -13px;
}

.gf-radio input[type="radio"]:checked + label::before {
    background-position: -13px -26px;
}

.gf-radio li {
    line-height: 23px;
}

@media \0screen {
    .gf-checkbox input[type="checkbox"], .gf-radio input[type="radio"] {
        position: static;
    }
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FF7D34;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.us-links ul li:hover::before {
    margin: 0px 8px 0px -15px;
}

.latest-news {
    margin-bottom: 10px;
}

.innerq-links a {
    width: 32.57%;
    padding: 10px 0;
}

.sidebar {
    padding: 20px 0;
}

.side-links {
    background: #EAEAEA;
    padding: 15px;
    margin-bottom: 15px;
}

    .side-links ul {
        background: #fff;
    }

    .side-links h2 {
        margin: 5px 0;
        font-size: 20px;
        border-top: 3px solid #FF7D34;
        background: rgb(216,216,216);
        background: -moz-linear-gradient(left, rgba(216,216,216,1) 0%, rgba(247,244,244,1) 25%, rgba(255,255,255,1) 47%, rgba(247,244,244,1) 71%, rgba(216,216,216,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(216,216,216,1)), color-stop(25%,rgba(247,244,244,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(71%,rgba(247,244,244,1)), color-stop(100%,rgba(216,216,216,1)));
        background: -webkit-linear-gradient(left, rgba(216,216,216,1) 0%,rgba(247,244,244,1) 25%,rgba(255,255,255,1) 47%,rgba(247,244,244,1) 71%,rgba(216,216,216,1) 100%);
        background: -o-linear-gradient(left, rgba(216,216,216,1) 0%,rgba(247,244,244,1) 25%,rgba(255,255,255,1) 47%,rgba(247,244,244,1) 71%,rgba(216,216,216,1) 100%);
        background: -ms-linear-gradient(left, rgba(216,216,216,1) 0%,rgba(247,244,244,1) 25%,rgba(255,255,255,1) 47%,rgba(247,244,244,1) 71%,rgba(216,216,216,1) 100%);
        background: linear-gradient(to right, rgba(216,216,216,1) 0%,rgba(247,244,244,1) 25%,rgba(255,255,255,1) 47%,rgba(247,244,244,1) 71%,rgba(216,216,216,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#d8d8d8',GradientType=1 );
        color: #FF7D34;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .side-links ul {
        list-style: none;
        padding-left: 15px;
        padding: 10px;
        margin-bottom: 0;
    }

        .side-links ul li {
            font-size: 14px;
            padding-left: 16px;
            border-bottom: 1px solid #EAEAEA;
            padding-bottom: 8px;
            margin-bottom: 6px;
        }

ul.list-style li {
    list-style: none;
    line-height: 21px;
    margin-bottom: 10px;
}

    ul.list-style li:before {
        font-family: 'FontAwesome';
        content: '\f192';
        padding: 0px;
        color: #FF7D34;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
    }

.side-links ul li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin: 0 7px 0 -15px;
    color: #FF7D34;
    -webkit-transition: all .2s linear,background .2s linear;
    -moz-transition: all .2s linear,background .2s linear;
    -o-transition: all .2s linear,background .2s linear;
    transition: all .2s linear,background .2s linear;
}

.side-links ul li a:hover, .side-links ul li a:focus {
    color: #FF7D34;
}

.page-title h1 {
    font-size: 26px;
    font-weight: bold;
    color: #21397C;
}

.page-title {
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    margin: 0 auto;
    margin-bottom: 7px;
}

    .page-title:before {
        border-bottom: 1px solid #EAEAEA;
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 1px;
        pointer-events: none;
    }

.breadcrumb {
    border-radius: 0;
    border: 1px solid #EAEAEA;
}

    .breadcrumb li a {
        color: #21397C;
    }

h2.sub-title {
    margin: 5px 0px 5px 0;
    color: #FF7D34;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    line-height: 22px;
}

h3.sub-title {
    margin: 5px 0px 5px 0;
    color: #FF7D34;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 10px;
    line-height: 22px;
}

h4.sub-title {
    margin: 5px 0px 5px 0;
    color: #FF7D34;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 10px;
    line-height: 22px;
}

.body-content span{
    margin: 0px 0px 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0 10px;
    width:100%;
}

.body-content1
{
    line-height:20px;
}
.body-content1 span{
    margin: 0px 0px 0px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    width:100%;
}

.paddin-left-10 {
    padding-left:10px;
}
.content-div {
    width:100%;
}
.content-table {

}
    .content-table thead tr th {
        padding-left:10px;
        background:#c7c7c7;
    }
    .content-table tbody tr td {
        padding-left:10px;
        text-align:left;
    }
footer {
    background: #2D2D2D;
    padding-top: 20px;
    font-size: 13px;
}

.foot-website {
    padding-top: 9px;
}

.foot-link li a {
    color: #fff;
    font-size: 13px;
}

.foot-link ul {
    padding: 0;
}

.foot-link li {
    display: inline-block;
}

.foot-link ul li + li::before {
    content: " | ";
    color: #fff;
    padding: 0 10px;
}

.foot-border {
    border-bottom: 1px solid #3d3d3d;
    padding: 1.5em 0;
    position: relative;
    margin: 0 auto;
}

    .foot-border:before {
        border-bottom: 1px solid #1f1f1f;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

.social-links a i {
    background: #fff;
    color: #505050;
    height: 34px;
    width: 34px;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all .2s linear,background .2s linear;
    -moz-transition: all .2s linear,background .2s linear;
    -o-transition: all .2s linear,background .2s linear;
    transition: all .2s linear,background .2s linear;
}

.social-links a {
    margin-right: 3px;
}

    .social-links a:hover i, .social-links a:focus i {
        border-radius: 20%;
    }

.social-logos {
    padding: 20px 0;
    display: block;
    width: 100%;
    float: left;
}

.white {
    color: #fff;
}

.copyright {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    clear: both;
}

.login_signup {
    padding: 10px 0;
}

    .login_signup ul {
        float: none;
        border: 0;
        text-align: center;
        margin: 0px auto;
        display: block;
    }

        .login_signup ul li { /*float: none; */
            display: inline-block;
            text-align: center;
            margin: 0px auto;
        }

    .login_signup .nav-tabs > li > a {
        background-color: rgb(115, 115, 115);
        color: #fff !important;
        border: 0;
        border-radius: 0;
        padding: 13px 15px;
        text-transform: uppercase;
    }

    .login_signup .nav-tabs > li.active > a {
        border: 0;
        background: #FF7D34;
    }

    .login_signup .tab-content {
        border: 1px solid #EDEDED;
        padding: 15px;
        float: left;
        margin-bottom: 50px;
        background: #fafafa;
        width: 100%;
        box-shadow: -4px 4px 0px #F0F0F0;
    }

.u-form-group {
    width: 100%;
    margin-bottom: 15px;
}

    .u-form-group input[type="email"],
    .u-form-group input[type="password"], .u-form-group input[type="text"],
    .u-form-group select {
        width: 100%;
        height: 42px;
        outline: none;
        border: 1px solid #ddd;
        padding: 0 10px;
        border-radius: 0px;
        color: #333;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .u-form-group textarea {
        width: 100%;
        outline: none;
        border: 1px solid #ddd;
        padding: 5px 5px;
        border-radius: 0px;
        color: #333;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .u-form-group label {
        font-weight: normal;
    }

    .u-form-group .login {
        width: 117px;
        background-color: #FF7D34;
        border: none;
        outline: none;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0;
        border-radius: 0px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .u-form-group .login:hover {
            background: #21397C;
        }

.default_btn {
    padding: 6px 15px;
    color: #fff;
    background-color: #FF7D34;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}

    .default_btn:hover, .default_btn:focus {
        background: #21397C;
        color: #fff;
    }

.as-imp {
    color: #f00;
}

.cke_top {
    background: #F1F1F1 !important;
}

.cke_chrome {
    box-shadow: 0 !important;
}

.cke_bottom {
    background: #F1F1F1 !important;
}

i.contact1 {
    background: #FF7D34 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    padding: 8px;
    font-size: 18px;
    margin-right: 8px;
}

.contact2 strong {
    color: #FF7D34;
    font-weight: normal;
}

.contact2 p, .contact2 a {
    color: #323232;
}

.c-links {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.volume-table td {
    vertical-align: middle !important;
}

.volume-table tr th {
    background: #F6F3F3;
    font-size: 18px;
    border-top: 3px solid #FF7D34 !important;
    color: #FF7D34;
}

.min-top {
    padding-top: 35px;
}

.foot-link li a:hover {
    color: #FF7D34;
}

.thik-b {
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 5px;
    background: #ccc;
}

.board-table th {
    background: #21397C;
    color: rgb(255, 255, 255);
    padding: 11px;
    font-size: 16px;
    text-align: center;
}

.theme-color {
    color: #FF7D34;
}

.sub2-title {
    font-size: 18px;
    font-weight: bold;
}

.main {
    line-height: 25px;
}

.vl-author-block {
    background: #9D9D9D;
    color: #FFF;
    float: left;
    width: 100%;
    padding: 2px 6px;
    margin-top: 6px;
    font-size: 12px;
}

.vl-author-block-row {
    overflow: auto;
    margin: 0px -9px -9px;
}
/*4-11-15*/
.editor-chif.red-bg .media {
    margin-top: 0px;
	padding:0px 5px 5px 5px !important;
}

.commite-mem2 {
    margin-bottom: 19px !important;
}

footer a {
    color: #fff;
}

    footer a:hover, footer a:focus {
        color: #FF7D34;
    }

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.vl-author-block {
    float: left;
    width: 100%;
    padding: 7px 30px;
    margin-top: 6px;
    font-size: 12px;
    background: none;
    color: #9A9A9A;
}

.color-anchor {
    color: #337ab7 !important;
}

.search-bar {
    float: left;
    width: 100%;
}
.search-bar h3{
    float: left;
    width: 100%;
    margin-bottom:10px;
    margin-top:0;
    font-size: 14px;
    color: #000;
}
.search-bar span{
        color: #6B6B6B;
    font-weight: 600;
    font-style:italic;
    margin-left:5px;
    margin-right:5px;
}

.open-journal ul{list-style:none;padding-left:20px;} 
.open-journal ul li:before{font-family:'FontAwesome';content:'\f192';margin:0 7px 0 -15px;color:#BE2F1C;-webkit-transition:all .2s linear,background .2s linear;-moz-transition:all .2s linear,background .2s linear;-o-transition:all .2s linear,background .2s linear;transition:all .2s linear,background .2s linear}
.open-journal ul li a:hover,.open-journal ul li a:focus{color:#FF7D34;}
.alphabets ul{padding:0;float:none;width:100%;background:#FF7D34;text-align:center;}
.alphabets ul li{float:none;list-style:none;display:inline-block;}
.alphabets ul li a{color:#fff;padding:0 6px;border-right:1px solid rgba(255,255,255,0.2);}

.sub-paper-btn,.subs-btn,.help-btn{background: #c17a44;}
.hvr-bounce-to-right::before{background: #646262;}

<!--14-oct-2016-->

.chil_logo{float:left;}
.l-news ul{position:relative !important;}
.mar_top15{margin-top:15px !important; float:left;}

/* Box styles */
.myBox {
border: none;
padding:19px 15px;
  
height: 140px;
overflow-y: scroll;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width:7px;
height:15px;
}

::-webkit-scrollbar-track {
border: 1px solid #eeeeee;
 
}

::-webkit-scrollbar-thumb {
background:#e1dfdf;  
 
}

::-webkit-scrollbar-thumb:hover {
background: #b9b8b8;  
}
#mar_rt0{margin-right:0px; padding-right:0px !important;}
.mar_left3{    margin-left: 3px;}

.child_img{    width: 63%;   padding: 25px 0px 0px 0px; margin:auto;}
.child_img2{    width: 69%;
    padding: 0% 5.4%;
    margin: auto;}
.chil_logo{
    margin: 0px;
    width: 100%;
    text-align: center;
}
.abou_text{    color: #364b8c;}