#royal_preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display:none;
}

    #royal_preloader .load {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99;
    }

        #royal_preloader .load img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: auto;
            margin-right: auto;
            display: table;
            width: 10.375rem;
            color: #fff;
            opacity: 0;
            -webkit-animation: loadanimate 1.5s ease-in-out infinite alternate;
            animation: loadanimate 1.5s ease-in-out infinite alternate;
        }

@-webkit-keyframes loadanimate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loadanimate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.left-body {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

body {
    background: -webkit-linear-gradient(left, #fbfbfb 50%, #fff 50%);
    background: -moz-linear-gradient(left, #fbfbfb 50%, #fff 50%);
    background: -ms-linear-gradient(left, #fbfbfb 50%, #fff 50%);
    background: linear-gradient(left, #fbfbfb 50%, #fff 50%);
}

    html.active,
    body.active {
        background: #fff;
        overflow: hidden;
        height: 100vh;
        width: 100%;
    }

header {
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    padding-bottom: 17px;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.2);
    z-index: 99;
    position: relative;
}

a {
    text-decoration: none !important;
}

.transition_200 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* Advertis Bar */
.Top-bar {
    position: relative;
    width: 100%;
    margin-top: -138px;
}

.Tob-bar-hidden {
    margin-top: 0px !important;
}

.Top-bar-close {
    margin-top: 0px;
}

    .Top-bar-close .bar-dark-button i {
        color: #fff
    }

.bar {
    width: 100%;
    background-color: #eeeeee;
    text-align: center;
    height: 138px;
    overflow: hidden;
}

.bar-table {
    display: table;
    vertical-align: middle;
    height: 138px;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
}

    .bar-table .bar-table-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 5px;
    }

.bar img {
    width: 100%;
}
/* Bar Dark */
.bar-dark {
    background-color: #2e2e2e;
    height: 29px;
    width: 100%;
    color: #fff;
    position: relative;
}

.bar-dark-button {
    position: absolute;
    right: 16px;
    top: 8px;
    color: #fff;
    font-family: 'montserratsemi_bold';
    font-size: 11px;
    cursor: pointer;
}

    .bar-dark-button i {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px;
        margin-left: 4px;
        font-size: 10px;
        color: #fff;
    }

    .bar-dark-button:hover i {
        color: #54ceff;
    }

.issn {
    color: #fff;
    font-size: 11px;
    font-family: Tahoma;
    margin: 7px 0px 0px 0px;
    float: left;
    padding-right: 8px;
    color: #74c3f6;
}

.aves-logo {
    float: right;
    margin-top: 3px;
    display: block;
}

    .aves-logo img {
        width: 50px
    }

.lang {
    float: right;
    margin-top: 6px;
    display: block;
    background-color: #000000;
    width: 73px;
    height: 18px;
    border-radius: 3px;
    text-align: right;
    font-family: 'montserratsemi_bold';
    font-size: 11px;
    /*padding:2px 5px 0px 8px;*/
    padding: 2.3px 11px 0px 0px;
    margin-right: 15px;
    color: #fff;
}

    .lang:hover {
        color: #54ceff
    }

    .lang i {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
        font-size: 6px;
        color: #727272;
        margin-top: -1px;
    }
/* Social */
.social {
    float: right;
    display: block;
    margin: 6px 15px 0px 0px;
    color: #ffffff;
}

    .social i {
        font-size: 13px;
    }

    .social:hover {
        color: #54ceff
    }
/* News */
.news {
    float: left;
    margin: 9px 0px 0px 0px;
    padding-left: 8px;
    line-height: 1;
    width: 495px;
    height: 13px;
    position: relative;
    overflow: hidden;
    padding-top: 2px;
}

    .news::after {
        content: "";
        background-color: #666666;
        width: 1px;
        height: 10px;
        position: absolute;
        left: 0px;
        top: 0px;
        margin-top: 1px;
    }

    .news a {
        display: block;
        color: #ffffff;
        font-family: Verdana;
        font-size: 11px;
        position: absolute;
        top: -1400px;
    }

        .news a span {
            color: #ec5f76;
        }

.new_inner {
    position: absolute;
    width: 100%;
    top: 0px;
}
/* Logo */
.logo-field {
    height: 119px; /*padding-top:35px;*/
}

    .logo-field > .container {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        height: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .logo-field > .container:before,
        .logo-field > .container:after {
            display: none;
        }

    .logo-field .logo, .logo-field .logo-two {
        height: 100px;
        width: auto;
		display:flex;
		align-items:flex-end;
    }

        .logo-field .logo img, .logo-field .logo-two img {
            max-height: 100%;
            width: auto;
        }


.logo-text-prop {
	color: #454545;
	font-family: Arial;
	font-size: 38px;
	letter-spacing: -2px;
	padding-bottom: 13px;
	padding-left: 30px;
	line-height: 1;
	display: flex;
	text-align: right;
	justify-content: flex-end;
	min-height: 100%;
	align-items: flex-end;
	white-space: nowrap;
	margin-left: auto;
}

.logo-text-prop span {
	font-weight: bold;
	color: #166fa8;
}

@media screen and (min-width:320px) {
}

@media screen and (min-width:768px) {
    .aves-logo {
        margin-right: 20px;
    }

    .issn {
        font-size: 10px;
        margin-top: 7px
    }

    .news a {
        font-size: 10px;
    }

    .news {
        width: 442px;
        padding-left: 0px
    }

    .social {
        margin: 6px 10px 0px 0px;
    }

    .lang {
        margin-right: 15px
    }

    .news::after {
        display: none
    }

	.logo-text-prop {
		font-size: 25px;
	}
}

@media screen and (min-width:992px) {
    .aves-logo {
        margin-right: 50px;
    }

    .issn {
        font-size: 11px;
        margin-top: 7px
    }

    .news a {
        font-size: 10px;
    }

    .news {
        width: 442px;
        padding-left: 8px
    }

    .social {
        margin: 6px 10px 0px 0px;
    }

    .lang {
        margin-right: 10px
    }

    .news::after {
        display: block
    }

	.logo-text-prop {
		font-size: 38px;
	}
}

@media screen and (min-width:1200px) {
    .aves-logo {
        margin-right: 0px;
    }

    .issn {
        font-size: 12px;
        margin-top: 7px
    }

    .news a {
        font-size: 11px;
    }

    .news {
        width: 495px;
        padding-left: 8px
    }

    .social {
        margin: 6px 12px 0px 0px;
    }

    .lang {
        margin-right: 13px
    }

    .news::after {
        display: block
    }

	.logo-text-prop {
		font-size: 38px;
	}
}

@media screen and (min-width:1300px) {
    .aves-logo {
        margin-right: 0px;
    }
}
/* menu */
.menu {
    background-color: #2babde;
    width: 100%;
    height: 42px;
}

    .menu .navbar-default {
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
        min-height: 42px;
    }

    .menu .navbar-brand {
        width: 52px;
        height: 42px;
        line-height: 1;
        font-size: 21px;
        padding: 11px 0px 0px 0px;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        position: relative;
        overflow: hidden;
    }

        .menu .navbar-brand i {
            color: #fff;
            font-size: 21px;
        }

            .menu .navbar-brand i:before {
                content: "\6f";
                font-family: "yaysis" !important;
                font-style: normal !important;
                padding-left: 16px;
                position: absolute;
            }

            .menu .navbar-brand i:after {
                content: "\6e";
                font-family: "yaysis" !important;
                font-style: normal !important;
                padding-left: 70px;
                position: absolute;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -ms-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

        .menu .navbar-brand:hover {
            background-color: #166fa8;
        }

            .menu .navbar-brand:hover i:before {
                opacity: 0;
            }

            .menu .navbar-brand:hover i:after {
                padding-left: 16px;
            }

    .menu .navbar-nav > li > a {
        color: #ffffff;
        font-family: 'montserratsemi_bold';
        font-size: 14px;
        border-right: 1px solid #2d89c3;
        padding: 10px 20px 10px 20px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .menu .navbar-nav > li:last-of-type > a {
        border-right: 10px;
    }

    .menu .navbar-default .navbar-nav > li.active > a,
    .menu .navbar-default .navbar-nav > li.active > a:hover,
    .menu .navbar-default .navbar-nav > li.active > a:focus,
    .menu .navbar-default .navbar-nav > li > a:hover,
    .menu .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #166fa8;
    }

.richmenu {
    position: absolute;
    background-color: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
    z-index: 99;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    padding: 24px 5px 31px 5px;
    min-width: 222px;
}

.menu .navbar-nav > .sfHover > .richmenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.richmenu a {
    border-bottom: 1px solid #eae9e9;
    display: block;
    color: #6f6e6e;
    font-family: Arial;
    font-size: 13px;
    padding: 12px 22px 10px 22px;
}

    .richmenu a:hover {
        color: #1191d9;
    }

    .richmenu a:last-of-type {
        border-bottom: 0px;
    }

@media screen and (min-width:320px) {
}

@media screen and (min-width:768px) {
    .menu .navbar-nav > li > a {
        padding: 12px 15px 10px 15px;
        font-size: 10px;
    }
}

@media screen and (min-width:992px) {
    .menu .navbar-nav > li > a {
        padding: 12px 19px 10px 18px;
        font-size: 14px;
    }
}

@media screen and (min-width:1200px) {
    .menu .navbar-nav > li > a {
        padding: 12px 19px 10px 19px;
        font-size: 14px;
    }
}
/* Fix Menü */
@-webkit-keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fixed_menu_animation {
    -webkit-animation-name: fixed_menu_animation;
    animation-name: fixed_menu_animation;
}

.fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: fixed_menu_animation 0.3s;
    -moz-animation: fixed_menu_animation 0.3s;
    -ms-animation: fixed_menu_animation 0.3s;
    -o-animation: fixed_menu_animation 0.3s;
    animation: fixed_menu_animation 0.3s;
    min-height: inherit;
    height: 102px !important;
    padding-bottom: 0px;
}

    .fixed_menu .Top-bar {
        display: none;
    }

    .fixed_menu .logo-field {
        padding-top: 0px;
        background-color: #fff;
    }

	.fixed_menu .logo-text-prop {
		padding-bottom: 0px;
		font-size: 23px;
		padding-left: 20px;
	}

	.fixed_menu .logo-text-prop span {
		display: initial
	}
    
    .fixed_menu .logo-field {
        height: 64px;
    }

    .fixed_menu .logo, .fixed_menu .logo-two, .fixed_menu .logo-text-prop {
        height:50px;
    }
        .fixed_menu .logo img, .fixed_menu .logo-two img {
            height:100%;
        }
/* Footer */
.footer {
    background-color: #323232;
    width: 100%;
    position: relative;
}

    .footer .container {
        z-index: 2;
        position: relative;
    }

.footer-right {
    background-color: #414141;
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.footer-one,
.footer-two,
.footer-three,
.footer-four {
    float: left;
    width: 25%;
    background-color: #323232;
    min-height: 232px;
}

    .footer-four img {
        max-width: 100px;
    }
.footer-one,
.footer-two,
.footer-three {
    padding: 36px 10px 10px 27px;
}

.footer-two,
.footer-four {
    background-color: #414141;
}

    .footer-one a,
    .footer-two a,
    .footer-three a,
    .footer-four .footer-four-app a,
    .footer-one p,
    .footer-four .footer-four-app p,
    .footer-two p,
    .footer-three p {
        color: #a8a8a8;
        font-size: 14px;
        font-family: Arial;
        line-height: 2;
    }

        .footer-one a i,
        .footer-four a i,
        .footer-two a i,
        .footer-three a i {
            font-size: 8px;
            color: #777777;
            padding-right: 5px;
        }

        .footer-one a:hover, .footer-two a:hover, .footer-three a:hover, .footer-four a:hover {
            color: #13a6e0
        }


.footer-four {
    padding: 35px 0px 0px 18px;
}

.footer-four-app {
    color: #949494;
    font-size: 13px;
    font-family: Arial;
}

    .footer-four-app span {
        display: block;
    }

.app_store {
    float: left;
    padding-top: 10px;
    margin-left: -3px;
}

.app_google {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

    .app_store img, .app_google img {
        width: 106px
    }

.footer-four-social-text {
    color: #a8a8a8;
    font-size: 14px;
    font-family: Arial;
    /*padding-top: 25px;*/
}

.footer-four-social a {
    float: left;
    border: 2px solid #626262;
    border-radius: 50%;
    background-color: #515151;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    color: #a8a8a8;
    padding-top: 6px;
    margin-right: 11px;
    margin-top: 15px;
}

    .footer-four-social a i {
        font-size: 13px;
        padding-right:0px !important;
    }

    .footer-four-social a:hover {
        background-color: #323232
    }
/* Latest Copyright */
.latest-copyright {
    padding: 10px 0px 20px 0px;
    background-color: #fff;
    width: 100%;
}

.footer-logo {
    float: left;
}

    .footer-logo img {
        width: 106px
    }

.Latest {
    color: #545454;
    font-size: 11px;
    font-family: Arial;
    float: left;
    padding: 15px 10px 10px 30px;
}

.copyright {
    float: right;
    font-size: 14px;
    font-family: Arial;
    color: #337ab7;
    padding-top: 10px;
}

    .copyright a {
        padding: 0px 10px 0px 5px;
        border-right: 1px solid #7e7e7e;
    }

    .copyright span {
        padding-left: 5px;
    }

    .copyright a:hover {
        text-decoration: underline !important
    }

    .copyright .termsofuse {
        color: #1684be;
    }

    .copyright .privacy {
        color: #009999;
    }

@media screen and (min-width:320px) {
    .footer-one, .footer-two, .footer-three, .footer-four {
        width: 100%
    }

        .footer-one a, .footer-two a {
            font-size: 13px;
        }

    .Latest {
        padding: 20px 10px 10px 10px;
    }
}

@media screen and (min-width:768px) {
    .footer-one, .footer-two, .footer-three, .footer-four {
        width: 50%
    }

        .footer-one a, .footer-two a {
            font-size: 13px;
        }

    .Latest {
        padding: 20px 10px 10px 10px;
    }

    .copyright {
        font-size: 11px;
        padding-top: 20px;
    }
}

@media screen and (min-width:992px) {
    .footer-one a, .footer-two a {
        font-size: 13px;
    }

    .footer-one, .footer-two, .footer-three, .footer-four {
        width: 25%
    }

    .Latest {
        padding: 22px 10px 10px 20px;
    }

    .copyright {
        font-size: 12px;
        padding-top: 20px;
    }
}
/* Mobile */
.header-mobile {
    border-bottom: 3px solid #2e2e2e;
}

    .header-mobile .bar-dark {
        height: 39px;
    }

    .header-mobile .news {
        width:60%;
        height: 27px;
        margin-top: 6px;
        line-height: 1.2;
        padding-left: 0px;
        margin-left: 10px;
    }

        .header-mobile .news::after {
            display: none
        }

    .header-mobile .aves-logo {
        padding-right: 10px;
        padding-top: 2px;
    }

.logo-border {
    margin-left: 6px;
    float: right;
    width: 7px;
    height: 1px
}
    .logo-border span {
        border-left: 1px solid #fff;
        transform: scaleY(1.5);
        height: 8px;
        top: 11px;
        position: absolute
    }

.mobile-logo {
    position: relative;
}

.mobile-logo-one, .mobile-logo-two {
    float: left;
    padding-top: 23px;
}

.mobile-logo-one {
    padding-left: 10px;
}

.mobile-logo-two {
    padding-left: 21px;
}

    .mobile-logo-one img, .mobile-logo-two img {
        height: 50px;
    }

.mobile-text {
    color: #454545;
    font-family: Arial;
    font-size: 18px;
    letter-spacing: -2px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1;
    text-align: center;
}

    .mobile-text span {
        font-weight: bold;
        color: #166fa8;
    }

    .mobile-text span {
        display: block;
    }

.mobile-text-short {
    letter-spacing: -0.6px;
}
/* Menu Mobile */
.menu-mobil,
.menu-home {
    position: absolute;
    right: 12px;
    top: 59px;
    z-index: 99999;
    cursor: pointer;
}

.menu-home {
    display: block;
    right: auto;
    left: 12px;
    color: #000;
    font-size: 25px;
    margin-top: -3px;
}

.menu-mobil span {
    width: 21px;
    height: 2px;
    /*background-color: #000000;*/
    display: block;
    transition: 0.4s;
}

    .menu-mobil span + span {
        margin-top: 5px;
    }

.menu-mobil.active span {
    background-color: #fff;
}

.menu-mobil.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 6px);
    transform: rotate(-45deg) translate(-2px, 6px);
}

.menu-mobil.active .bar2 {
    opacity: 0;
}

.menu-mobil.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -8px);
    transform: rotate(45deg) translate(-4px, -8px);
}
/* Mobile Menu */
.overlay-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

@media screen and (min-width:320px) {
    .overlay-back.active {
        visibility: visible;
        opacity: 1
    }

    .menu-mobil {
        display: block
    }
}

@media screen and (min-width:768px) {
    .overlay-back.active {
        visibility: hidden;
        opacity: 0
    }

    .menu-mobil {
        display: none
    }
}

.left-body {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

@media screen and (min-width:320px) {
    .left-body {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@media screen and (min-width:768px) {
    .left-body {
        -webkit-transform: inherit;
        transform: inherit;
    }
}

@media screen and (min-width:992px) {
    .left-body {
        -webkit-transform: inherit;
        transform: inherit;
    }
}

@media screen and (min-width:1200px) {
    .left-body {
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.right-menu {
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 274px;
    z-index: 9999;
    top: 0px;
    color: #000;
    right: 0px;
    -webkit-transform: translate3d(274px, 0, 0);
    transform: translate3d(274px, 0, 0);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    visibility: hidden;
    display: none;
}

@media screen and (min-width:320px) {
    .left-body.active {
        position: absolute;
        -webkit-transform: translate3d(-274px, 0, 0);
        transform: translate3d(-274px, 0, 0);
    }

    .right-menu.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0 0, 0);
        visibility: visible;
        display: block;
    }
}

@media screen and (min-width:768px) {
    .left-body.active {
        position: absolute;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .right-menu.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0 0, 0);
        visibility: visible;
        display: none;
    }
}

.right-menu .bar-dark {
    height: 39px;
}

.right-menu .social {
    float: left;
    margin: 12px 0px 0px 18px;
}

.right-menu .lang {
    margin: 11px 16px 0px 0px;
}

.mobile-issn {
    height: 38px;
    border-bottom: 1px solid #c7c7c7;
    padding-right: 14px;
    color: #2e2e2e;
    font-size: 14px;
    font-family: Tahoma;
    text-align: right;
    padding-top: 9px;
    width: 100%;
}

    .mobile-issn span {
        color: #1191d9;
        font-size: 12px;
        padding-right: 10px;
    }
/* Mobil List */
.mobil-list {
    overflow: hidden;
    display: block;
    position: relative;
    height: 120px;
    min-height: 340px;
    margin-top: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    overflow-y: scroll;
}

    .mobil-list a {
        display: block;
        border-bottom: 1px solid #e2e2e2;
        color: #6f6e6e;
        font-size: 16px;
        font-family: Arial;
        padding: 12px 0px 9px 0px;
        margin-left: 19%;
    }

        .mobil-list a span {
            font-size: 8px;
            display: inline-block;
            vertical-align: middle;
            float: right;
            margin-left: 5px;
            margin-right: 20px;
            margin-top: 6px;
            color: #6f6e6e;
        }

        .mobil-list a i {
            font-size: 8px;
            display: inline-block;
            vertical-align: middle;
        }

        .mobil-list a:hover,
        .mobil-list a.active,
        .mobil-list a.active:hover,
        .mobil-list a:hover span,
        .mobil-list a.active span,
        .mobil-list a.active:hover span {
            color: #1191d9;
        }
/* Menu Level Menu */
.menu__level {
    position: absolute;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu__level--left {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.menu__level--current {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.menu__level--right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s;
}

.menu__level--current {
    visibility: visible;
}

.menu-level-open li:last-child a {
    border-bottom: 0px;
}

.mobile-advert {
    display: block;
    margin-top: 10px;
}

    .mobile-advert img {
        width: 100%;
    }

.section-left {
    display: table-cell;
    width: 277px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    padding-right: 14px;
    padding-bottom: 30px;
    vertical-align: top;
}

.section-right {
    display: table-cell;
    border-left: 1px solid #ececec;
    background-color: #fff;
    width: 100%;
    padding-left: 15px;
    vertical-align: top;
    margin-bottom: 20px;
}

.footer-topbar {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

@media screen and (min-width:320px) {
    .section-left, .section-right {
        display: block
    }

    .section-left {
        padding-right: 0px;
        width: 100%;
    }

    .section-right {
        padding-left: 0px;
        border-left: 0px;
    }
}

@media screen and (min-width:768px) {
    .section-left, .section-right {
        display: table-cell
    }

    .section-left {
        padding-right: 11px;
        width: 220px;
    }

    .section-right {
        padding-left: 13px;
        border-left: 1px solid #ececec;
    }
}

@media screen and (min-width:992px) {
    .section-left, .section-right {
        display: table-cell
    }

    .section-left {
        padding-right: 11px;
        width: 220px;
    }

    .section-right {
        padding-left: 13px;
        border-left: 1px solid #ececec;
    }
}
/* Cover */
.cover-out {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 13px 12px 11px 12px;
    display: block;
}

    .cover-out .cover {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .cover-out .cover img {
            width: 194px;
            height: 305px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .cover-out .cover .overlay {
            background-color: rgba(43,47,62,0.9);
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0;
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            z-index: 9;
        }

    .cover-out .overlay_pdf {
        width: 90px;
        height: 90px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        border: 6px solid #00b5f9;
        color: #b8bac4;
        font-size: 14px;
        font-family: 'montserratsemi_bold';
        border-radius: 50%;
        text-align: center;
        margin: auto;
        padding-top: 16px;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .cover-out .overlay_pdf span {
            display: block;
        }

        .cover-out .overlay_pdf i {
            font-size: 20px;
        }

    .cover-out .overlay_plus {
        background-color: #444c63;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        color: #00b5f9;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
        margin-top: 12px;
    }

        .cover-out .overlay_plus i {
            font-size: 9px;
        }

    .cover-out .overlay_text {
        color: #b8bac4;
        font-size: 13px;
        text-align: center;
        margin-top: 11px;
    }

    .cover-out .overlay_all_text {
        color: #ffffff;
        font-size: 12px;
        font-family: 'montserratsemi_bold';
        margin-top: 40px;
        text-align: center;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .cover-out .overlay_all_text span {
            font-weight: bold
        }

    .cover-out .overlay_all {
        background: -webkit-linear-gradient(left, #00b5f9 50%, #363e54 50%);
        background: -moz-linear-gradient(left, #00b5f9 50%, #363e54 50%);
        background: -ms-linear-gradient(left, #00b5f9 50%, #363e54 50%);
        background: linear-gradient(left, #00b5f9 50%, #363e54 50%);
        height: 3px;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .cover-out:hover .overlay {
        opacity: 1;
    }

    .cover-out:hover > .cover > img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .cover-out:hover .overlay_pdf,
    .cover-out:hover .overlay_all_text,
    .cover-out:hover .overlay_all {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

@media screen and (min-width:320px) {
    .cover-out .cover img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width:768px) {
    .cover-out .cover img {
        width: 194px;
        height: 254px;
    }
}

@media screen and (min-width:992px) {
    .cover-out .cover img {
        width: 194px;
        height: 253px;
    }
}
/* Left Box */
.left-box {
    display: block;
    margin-top: 25px;
    position: relative;
}

    .left-box a {
        display: block;
    }
/* Left Slide */
.left-slide-out {
    position: relative;
    margin-bottom: 12px;
}

.left-slide {
    border: 1px solid #cccccc;
}

.left-slide-head {
    color: #000;
    font-size: 13px;
    font-family: Arial;
    border-bottom: 1px solid #e2e2e2;
    margin: 19px 19px 0px 14px;
    padding-bottom: 5px;
}

.left_slide_image {
    padding-top: 12px;
}

    .left_slide_image img {
        width: 100%
    }

.left_slide_text {
    color: #696969;
    font-size: 12px;
    font-family: Arial;
    padding: 17px 14px 0px 14px;
}

.left_slide_text_detail {
    color: #696969;
    font-size: 12px;
    font-family: Arial;
    padding: 17px 14px 0px 14px;
    overflow: hidden;
}

.slide-blue span, .slide-blue a {
    color: #2387ba;
}

.slide-red span, .slide-red a {
    color: #e61f2c;
}

.slide-green span, .slide-green a {
    color: #00a3a3;
}

.slide-blue a:hover {
    color: #2387ba;
}

.slide-red a:hover {
    color: #e61f2c;
}

.slide-green a:hover {
    color: #00a3a3;
}

.more-detail {
    font-size: 12px;
    font-family: Arial;
    padding: 10px 14px 10px 14px;
    display: block;
    color: #e2333f;
}

    .more-detail:hover {
        text-decoration: underline !important;
    }

.left_slide_control {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 38px;
    display: block;
    z-index: 99
}

.left_slide_control_left,
.left_slide_control_right {
    float: left;
    width: 39px;
    height: 38px;
    text-align: center;
    display: block;
    padding-top: 8px;
    color: #7b7b7b;
}

    .left_slide_control_left i,
    .left_slide_control_right i {
        font-size: 9px;
        color: #7b7b7b
    }

.left_slide_control_right {
    border-left: 1px solid #ececec
}

.left_slide_control a:hover {
    background-color: #e9e9e9;
    border-bottom: 1px solid #cccccc
}

.left-slide-item {
    position: absolute;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    top: 0px;
    z-index: 1;
    min-height: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .left-slide-item.active {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 2
    }
/* Slide Green */
.slide-green .left-slide-head {
    background-color: #00a3a3;
    width: 100%;
    margin: 0px;
    height: 36px;
    color: #fff;
    padding: 9px 0px 0px 15px;
}

.slide-green .left-slide-out {
    margin: 0px 9px 0px 9px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}

.slide-green .more-detail {
    position: absolute;
    padding: 10px 17px 10px 50px;
    margin-top: -40px;
    z-index: 9;
}

.slide-green .left_slide_control {
    bottom: inherit;
    top: 0px;
    width: 84px;
    border: 0px;
}

    .slide-green .left_slide_control .left_slide_control_left,
    .slide-green .left_slide_control .left_slide_control_right {
        width: 42px;
        height: 35px;
        border: 0px;
        border-left: 1px solid #00a3a3;
        background-color: #00cdcd;
        padding-top: 7px;
    }

        .slide-green .left_slide_control .left_slide_control_left i,
        .slide-green .left_slide_control .left_slide_control_right i {
            font-size: 10px;
            color: #007373;
        }

        .slide-green .left_slide_control .left_slide_control_left:hover,
        .slide-green .left_slide_control .left_slide_control_right:hover {
            background-color: #00b7b7;
        }

            .slide-green .left_slide_control .left_slide_control_left:hover i,
            .slide-green .left_slide_control .left_slide_control_right:hover i {
                color: #004c4c;
            }

.slide-green .date-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

    .slide-green .date-icon i {
        font-size: 14px;
        color: #aeaeae;
    }

.slide-green .date-text {
    display: table-cell;
    vertical-align: top;
}

    .slide-green .date-text span {
        display: block;
    }

.slide-green .arrow_box-left {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #cfcfcf;
    background: -moz-linear-gradient(45deg, #fff 0%, #fff 50%, #cfcfcf 51%, #cfcfcf 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%,#fff 50%,#cfcfcf 51%,#cfcfcf 100%);
    background: linear-gradient(45deg, #fff 0%,#fff 50%,#cfcfcf 51%,#cfcfcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#cfcfcf',GradientType=1 );
    top: 35px;
}

.slide-green .arrow_box-right {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 50%, #cfcfcf 51%, #cfcfcf 100%);
    background: -webkit-linear-gradient(-45deg, #fff 0%,#fff 50%,#cfcfcf 51%,#cfcfcf 100%);
    background: linear-gradient(-45deg, #fff 0%,#fff 50%,#cfcfcf 51%,#cfcfcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#cfcfcf',GradientType=1 );
    top: 35px;
    right: 0px;
}

@media screen and (min-width:320px) {
    .left_slide_image {
        text-align: center
    }
}

@media screen and (min-width:768px) {
    .left_slide_image {
        text-align: inherit
    }

    .left-box {
        width: 220px;
    }
}

@media screen and (min-width:992px) {
    .left_slide_image {
        text-align: inherit
    }
}
/* Tab Menu */
.tab-menu {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-top: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

    .tab-menu li {
        flex: 1 1 auto;
        border: 1px solid #dddddd;
        border-bottom: 2px solid #b3b3b3;
    }

        .tab-menu li.active {
            border-bottom: 2px solid transparent;
        }

        .tab-menu li a {
            width: auto !important;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            font-size: 14px;
            padding: 0;
            color: #3a3a3a;
            background-color: #eeeeee;
        }

        /*.tab-menu li:hover:not(.active) a {
            color: #13a6e0;
        }*/

        .tab-menu li.active a,
        .tab-menu li a:focus {
            background-color: white;
        }

			.tab-menu li a i {
				margin-left: 8px;
				line-height: 1;
				font-size: 16px;
			}

        .tab-menu li a span {
            display: block;
        }
	.tab-menu li:first-child a i{
		margin-top:5px;
	}
.tab-menu-toggle {
    margin-left: 8px;
}

    .tab-menu-toggle span {
        display: block;
        width: 16px;
        height: 2px;
        background-color: #3a3a3a;
    }
/*.tab-menu  li:not(.active) :hover .tab-menu-toggle span {
    background-color: #13a6e0;
}*/

.tab-menu-toggle span + span {
    margin-top: 3px;
}

.right_menu_tab {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #ececec;
    margin-right: 29px;
    margin-top: 25px;
}

@media(min-width:992px) {
    .right_menu_tab {
        width: 234px;
    }
}

.nav-tabs {
    margin-top: 13px;
    border: 0px;
}

    .nav-tabs > li > a {
        color: #3a3a3a;
        font-size: 14px;
        font-family: Arial;
        border: 1px solid #dddddd;
        border-bottom: 2px solid #b3b3b3;
        border-radius: 0px;
        margin-right: 0px;
        width: 110px;
        padding: 5px 0px 0px 0px;
        text-align: center;
        background-color: #eeeeee;
        min-height: 40px;
    }

        .nav-tabs > li > a:hover {
            border: 1px solid #dddddd;
            color: #2babde;
            border-bottom: 2px solid #b3b3b3;
        }

			/*.nav-tabs > li > a:hover .tab-menu-toggle span {
				background-color: #13a6e0;
			}*/

    .nav-tabs > li.active > a:before {
        border-bottom: 0px;
    }

    .nav-tabs > li > a > i {
        font-size: 18px;
        color: #000000;
        vertical-align: middle;
        display: inline-block;
        padding-left: 8px;
        padding-top: 4px;
    }

    .nav-tabs > li:first-child > a {
        margin-right: -1px;
    }

@media screen and (min-width:320px) {
    .right_menu_tab {
        display: block;
        margin-right: 0px;
        border-left: 0px
    }

    .nav-tabs > li:last-child > a {
        width: 141px
    }
}

@media screen and (min-width:768px) {
    .right_menu_tab {
        display: block;
        margin-right: 0px;
        border-left: 1px solid #ececec
    }

    .nav-tabs > li:last-child > a {
        width: 355px
    }

    .nav-tabs {
        margin-top: 0px;
    }
}

@media screen and (min-width:992px) {
    .right_menu_tab {
        display: table-cell;
        margin-right: 29px;
        border-left: 1px solid #ececec
    }

    .nav-tabs > li:last-child > a {
        width: 112px
    }

    .index_content .nav-tabs > li:first-child > a {
        width: 97px !important;
    }

    .nav-tabs {
        margin-top: 13px;
    }
}

@media screen and (min-width:1200px) {
    .nav-tabs > li:last-child > a {
        width: 114px
    }

    .index_content .nav-tabs > li:first-child > a {
        width: 105px;
    }
}
/* Left Menu Tab*/
.left_menu_tab {
    border: 0px;
}

    .left_menu_tab .nav-tabs > li {
        width: 50%;
    }

        .left_menu_tab .nav-tabs > li > a {
            font-size: 12px;
            color: #3a3a3a;
            font-family: Arial;
            padding: 8px 5px 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100% !important;
        }

            .left_menu_tab .nav-tabs > li > a p {
                max-width: 100px;
                margin: 0;
            }

    .left_menu_tab .left-box {
        margin-top: 0px;
        border-top: 0px;
    }

.nav-tabs > li > a:hover {
    color: #13a6e0
}

@media (min-width:992px) {
    .left_menu_tab .nav-tabs > li:last-child > a {
        width: auto !important;
    }
}
/* twitter ve facebook */
#twitter {
    width: 220px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 0px;
}

#facebook {
    width: 220px;
}

.left_menu_tab .nav-tabs > li:last-child > a {
    width: 111px
}

.nav-tabs > li > a:hover {
    color: #13a6e0
}
/* Article Type Head */
.json_load {
    border-bottom: 1px solid #e2e2e2;
}

.article_type_head {
    color: #107ebb;
    font-size: 16px;
    font-family: Arial;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top: 1px solid #eeeeee;
}

    .article_type_head > div:not(.clearfix) {
        display: flex;
        justify-content: flex-end;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 6px;
    }

	.article_type_head span {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 27px;
	}

    .article_type_head a {
        color: #e61f2c;
        font-size: 15px;
        float: right;
        position: relative;
        padding-left: 23px;
        letter-spacing: -0.4px;
    }

        .article_type_head a:hover {
            text-decoration: underline !important
        }

        .article_type_head a i {
            font-size: 14px;
            color: #5a5a5a;
            display: inline-block;
            vertical-align: middle;
            padding-left: 10px;
            padding-top: 2px;
            padding-right: 5px
        }
		.article_type_head a:last-child {
			padding-right:15px;
		}


.article {
    background: rgba(248,248,247,1);
    background: -moz-linear-gradient(top, rgba(248,248,247,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,247,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(248,248,247,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,247,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,247,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,247,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f7', endColorstr='#ffffff', GradientType=0 );
    border-top: 1px solid #e2e2e2;
    padding-top: 28px;
    position: relative;
}

.article_image {
    border: 1px solid #cccccc;
    float: left;
    vertical-align: top;
    margin-bottom: 20px;
	margin-left:27px;
}

    .article_image img {
        width: 98px;
        height: 98px;
    }

.article_content {
    padding-left: 27px;
    float: left;
    color: #787878;
    font-size: 12px;
    font-family: Arial;
    width: 720px;
    padding-bottom: 40px;
    padding-right: 100px;
    /*position:relative;*/
}

    .article_content text {
        margin-bottom: 10px;
        display: block;
    }

    .article_content h2 {
        margin: 0px 0px 10px 0px;
        color: #3a3a3a;
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
    }

    .article_content p {
        font-size: 11px;
    }

    .article_content span {
        color: #e61f2c;
        display: block;
        font-size: 11px;
    }

    .article_content p a {
        color: #787878;
        font-size: 11px;
        font-family: Arial;
    }

        .article_content p a:hover {
            color: #2387ba;
        }
/* İssue Head */
.article_content_link {
    display: flex;
    position: absolute;
    right: 30px;
    text-align: right;
}

    .article_content_link a {
        color: #3a3a3a;
        font-size: 12px;
        position: relative;
        padding: 0px 12px 0px 12px;
        white-space: nowrap;
    }

        .article_content_link a:hover {
            color: #13a6e0;
        }

        .article_content_link a:before {
            border-right: 1px solid #989898;
            position: absolute;
            width: 1px;
            height: 10px;
            content: "";
            right: 0px;
            margin-top: 5px;
        }

        .article_content_link a:last-child:before {
            border-right: 0px;
        }

.article_button {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 66px;
    padding-bottom: 66px;
}

    .article_button button {
        border: 0px;
        color: #3a3a3a;
        font-size: 14px;
        font-family: Arial;
        border-radius: 2px;
        padding: 15px 22px 15px 0px;
        width: 200px;
        position: relative;
        border: 1px solid #c7c7c7;
    }

        .article_button button:hover {
            background-color: #2babde;
            border: 1px solid #2babde;
            color: #fff;
        }

@media screen and (min-width:320px) {
    .article_content {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .bar-table .bar-table-cell {
        display: block
    }

    .article_type_head a {
        padding-left: 2px;
        font-size: 10px;
    }

    .article_content_link a {
        font-size: 12px;
    }

    .index_content .nav-tabs > li:first-child > a {
        margin-left: 0px;
    }
}

@media screen and (min-width:768px) {
    .article_content {
        width: 340px;
        padding-right: 0px;
        padding-left: 27px;
    }

    .article_type_head a {
        padding-left: 2px;
        font-size: 11px;
    }

    .article_type_head span {
        display: block;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .bar-table .bar-table-cell {
        display: table-cell
    }

    .article_content_link a {
        font-size: 12px;
    }

    .index_content .nav-tabs > li:first-child > a {
        margin-left: 15px;
    }
}

@media screen and (min-width:992px) {
    .article_content {
        width: 560px;
        padding-right: 20px;
        padding-left: 27px;
    }

    .article_type_head a {
        padding-left: 14px;
        font-size: 13px;
    }

    .bar-table .bar-table-cell {
        display: table-cell
    }

    .article_content_link a {
        font-size: 12px;
    }

    .index_content .nav-tabs > li:first-child > a {
        margin-left: 15px;
    }
}

@media(max-width:768px) {
    .index_content .right_menu_tab {
        height: 304px;
        margin-top: 25px
    }

    .index_content .nav-tabs > li:first-child > a {
        margin-left: 15px;
        width: 105px
    }

    .article_content_link {
        right: 0
    }

    #menu ul {
        margin-top: 19px
    }

    #menu a {
        border-bottom: 1px solid #c8c8c8;
        display: block;
        height: 33px;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        margin-left: 15px
    }

        #menu a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -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: .3s;
            transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            background: #3de9a3;
            background: -moz-linear-gradient(left,#3de9a3 0%,#1fb1e1 100%);
            background: -webkit-linear-gradient(left,#3de9a3 0%,#1fb1e1 100%);
            background: linear-gradient(to right,#3de9a3 0%,#1fb1e1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3de9a3',endColorstr='#1fb1e1',GradientType=1)
        }

        #menu a::after {
            position: absolute;
            content: "";
            background-color: #fff;
            height: 1px;
            width: 42px;
            left: 0;
            bottom: -1px
        }

    .menu-one {
        float: left;
        width: 42px;
        text-align: center;
        padding-top: 8px
    }

        .menu-one i {
            color: #9c9c9c;
            font-size: 16px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out
        }

    .menu-two {
        float: left;
        color: #000;
        font-size: 13px;
        font-family: Arial;
        padding-top: 8px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .menu-three {
        float: right;
        padding-right: 13px;
        padding-top: 5px
    }

        .menu-three i {
            color: #aaa;
            font-size: 7px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out
        }

    #menu a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    #menu a:hover {
        border-bottom-color: #fff
    }

        #menu a:hover .menu-one i {
            color: #fff
        }

        #menu a:hover .menu-two {
            color: #fff
        }

        #menu a:hover .menu-three i {
            color: #fff
        }

    .json_load .article_type_head:first-child a {
        float: initial;
        padding-left: 0;
        margin-left: 11px
    }

        /*.json_load .article_type_head:first-child a:nth-child(2) {
        margin-left: 0
    }*/

        .json_load .article_type_head:first-child a i {
            padding-left: 0
        }

    .json_load .article_type_head:first-child span {
        position: absolute;
        top: 40px
    }

    .json_load .article_type_head:first-child {
        position: relative;
        padding-top: 10px;
        padding-bottom: 40px
    }

    .json_load .article_image img {
        display: none
    }

    .mobil-list + .right_menu_tab .nav-tabs > li > a {
        width: 137px
    }

    .mobil-list {
        border-bottom: 0
    }

    .fast-search {
        padding: 2px 0 0 16px
    }

        .fast-search input {
            width: 100%;
            border: 1px solid #e4e4e4;
            color: #787878;
            font-family: Arial;
            font-size: 12px;
            margin-top: 10px;
            padding: 5px 16px 4px
        }

    .fast-search-button a {
        display: block;
        color: #2e2e2e;
        font-size: 14px;
        font-family: Arial;
        float: left;
        padding: 7px 0 0 1px
    }

        .fast-search-button a:hover {
            color: #2babde
        }

    .fast-search-button button {
        display: block;
        font-size: 12px;
        font-family: Arial;
        float: right;
        background-color: transparent;
        padding: 6px 15px 5px;
        border-radius: 2px;
        border: 1px solid #c7c7c7;
        color: #3a3a3a
    }

        .fast-search-button button:hover {
            background-color: #2babde;
            border-color: #2babde;
            color: #fff
        }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .index_slide_top {
        display: block;
        width: 100%;
        padding-top: 0px
    }

    .index_slide {
        width: 100%;
        height: 255px;
    }

    .bullet-top {
        margin-right: 0px
    }

    .index_content .right_menu_tab {
        margin-top: 25px;
    }

    #menu a {
        margin-left: 0px;
    }
}

#recaptcha_logo {
    display: none;
}

#recaptcha_response_field {
    border: 1px solid #e5e5e5 !important;
    margin-top: 5px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 10px !important;
    background-color: #f4f4f4 !important;
    color: #242424 !important;
    font-size: 14px !important;
    width: 100% !important;
    font-family: Arial !important;
}

.modal-header {
    background: #2babde !important;
    color: white;
}

    .modal-header [class="close"] {
        font-size: 30px;
        opacity: 1;
        color: white;
    }

        .modal-header [class="close"] span {
            font-size: 30px !important;
            right: 15px;
            top: 10px;
            position: absolute;
        }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9050 !important;
    display: none;
}
/**/
@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-reload-css {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

    .uil-reload-css > div {
        -ms-animation: uil-reload-css 1s linear infinite;
        -moz-animation: uil-reload-css 1s linear infinite;
        -webkit-animation: uil-reload-css 1s linear infinite;
        -o-animation: uil-reload-css 1s linear infinite;
        animation: uil-reload-css 1s linear infinite;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        border: 3px solid #055e97;
        border-top: 3px solid rgba(0,0,0,0);
        border-right: 3px solid #055e97;
        border-bottom: 3px solid #055e97;
    }

        .uil-reload-css > div:after {
            content: " ";
            width: 0px;
            height: 0px;
            margin-left: 13px;
            border-style: solid;
            border-width: 0 6px 6px 6px;
            border-color: transparent transparent #055e97 transparent;
            display: block;
            -ms-transform: translate(-15px, 0) rotate(45deg);
            -moz-transform: translate(-15px, 0) rotate(45deg);
            -webkit-transform: translate(-15px, 0) rotate(45deg);
            -o-transform: translate(-15px, 0) rotate(45deg);
            transform: translate(-15px, 0) rotate(45deg);
        }

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}

.ui-autocomplete-loading {
    background: white url("https://socialsciences-ataunipress.org/content/images-ui/ui-anim_basic_16x16.gif") right center no-repeat;
}
/*@media screen and (min-width:320px) {
    .index_slide_top{ display:block;width:100%; padding-top:0px }
    .index_slide { width:100%; height:255px;}
    .right_menu_tab { display:block; margin-right:0px }
    .nav-tabs > li:last-child > a{ width:141px }
    .bullet-top { margin-right:0px }
}
@media screen and (min-width:768px) {
    .index_slide_top{ display:block;width:100%; padding-top:17px }
    .index_slide { width:100%; height:227px;}
    .right_menu_tab { display:block; margin-right:0px }
    .nav-tabs > li:last-child > a{ width:295px }
    .bullet-top { margin-right:0px }
}
@media screen and (min-width:992px) {
    .left_menu_tab .nav-tabs > li:last-child > a{ width:131px }
}*/
.loader {
    color: #808080;
    font-size: 9px;
    margin: 70px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@media screen and (min-width: 320px) {
	.article_type_head span {
		padding-left: 0px;
	}
}

@media screen and (min-width: 768px) {
	.article_type_head span {
		padding-left: 27px;
	}
}
/*Youtube Icon */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon_orxgwd.eot');
	src: url('../fonts/icomoon_orxgwd.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon_orxgwd.ttf') format('truetype'), url('../fonts/icomoon_orxgwd.woff') format('woff'), url('../fonts/icomoon_orxgwd-icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon-youtube-01:before {
	content: "\e900" !important;
	font-family: 'icomoon' !important;
}
/*Youtube Icon */