/* Minification failed. Returning unminified contents.
(8347,32): run-time error CSS1031: Expected selector, found '/'
(8347,32): run-time error CSS1025: Expected comma or open brace, found '/'
 */
@charset "UTF-8";
/********BOOTSTRAP********/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*@import url(https://fonts.googleapis.com/earlyaccess/notonaskharabic.css);*/
@import url(../plugins/flexslider/flexslider.min.css);
@import url(../plugins/flexslider/flexslider-rtl.min.css);
@import url(../plugins/mediaelement/mediaelementplayer.min.css);
@import url(../plugins/datepicker/bootstrap-datepicker3.min.css);


* { -webkit-box-sizing: border-box; box-sizing: border-box; }
.gallery { background: #EEE; }
.gallery-cell { width: 66%; height: 200px; margin-right: 10px; /*background: #8C8;*/ counter-increment: gallery-cell; }
    .gallery-cell:before { display: block; text-align: center; /*content: counter(gallery-cell);*/ line-height: 200px; font-size: 80px; color: white; }

.flickity-top { margin-top: -50px}
.flickity-enabled { position: relative }

    .flickity-enabled:focus { outline: 0 }

.flickity-viewport { overflow: hidden; position: relative; height: 100% }

.flickity-slider { position: absolute; width: 100%; height: 100% }

.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }

    .flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing }

.flickity-button { position: absolute; background: hsla(0, 0%, 100%, .75); border: none; color: #333 }

    .flickity-button:hover { background: #fff; cursor: pointer }

    .flickity-button:focus { outline: 0; box-shadow: 0 0 0 5px #19f }

    .flickity-button:active { opacity: .6 }

    .flickity-button:disabled { opacity: .3; cursor: auto; pointer-events: none }

.flickity-button-icon { fill: currentColor }

.flickity-prev-next-button { top: 50%; width: 44px; height: 44px; border-radius: 50%; transform: translateY(-50%) }

    .flickity-prev-next-button.previous { left: 10px }

    .flickity-prev-next-button.next { right: 10px }

.flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px }

.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px }

.flickity-prev-next-button .flickity-button-icon { position: absolute; left: 20%; top: 20%; width: 60%; height: 60% }

.flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1 }

.flickity-rtl .flickity-page-dots { direction: rtl }

.flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: .25; cursor: pointer }

    .flickity-page-dots .dot.is-selected { opacity: 1 }

/*@media (min-width: 450px) {
.popupvideo{
    visibility:hidden !important;
}
}*/

@media (max-width: 450px) {
    .infobtnimg { max-width: 60% !important; min-width: 60% !important; }
}

@media (min-width: 450px) {
    .infobtnimg { max-width: 20% !important; min-width: 20% !important; }
}

@media (max-width:700px) and (min-width:450px) {
    .infobtnimg { max-width: 40% !important; min-width: 40% !important; }
}

.infographbuttons { width: 100%; border-color: transparent; background-color: transparent; }

    .infographbuttons:focus { outline: 0; }

    .infographbuttons:active { outline: none; border: none; }

.infodiv { padding: 0px; }


ul#list-ul-notification { position: fixed; bottom: 0; margin: 0; padding: 0; right: 75px; }

#list-ul-notification > li { border: 1px solid #d3d3d3; width: 402px; height: 90px; color: #333333; box-shadow: 1px 1px 1px 1px #d3d3d3; font-family: Tahoma; background: #eeeeee; margin: 10px; overflow: hidden; }

.notification-image { width: 20%; float: right; height: 90px; overflow: hidden; }

    .notification-image > img { width: 100%; height: 100%; }

.notification-info { float: left; width: 80%; height: 90px; }

    .notification-info > div { padding-top: 10px; padding-left: 10px; padding-right: 10px; }

.notification-header { font-size: 12px; }

.notification-title { font-size: 15px; line-height: 25px; padding-top: 5px !Important; }

.notification-close { display: block; height: 15px; width: 15px; position: relative; float: left; bottom: 86px; left: 2px; font-size: 12px; color: #333; background: none; border: none; cursor: pointer; padding: 0; }

.rr { font-size: 30px !important; line-height: 58px !important; }

/* @media (max-width: 450px) { */
    /* .popupvideo { height: 310px !important; } */

    /* .popuphomevideo { height: 235px !important; } */
/* } */

@media (min-width: 768px) {
    .modal-dialog { width: 700px !important; }
}

@media (max-width: 412px) and (min-width: 360px) {
    .row { margin-right: 0px !important; margin-left: 0px !important; }
}
/*@media (max-width: 321px) and (min-width: 320px) {
    .articles {
        margin-left: -22px !important;
    }
}
@media (max-width: 414px) and (min-width: 375px) {
    .articles {
        margin-right: -28px !important;
        margin-left: -28px !important;
    }

}*/

.item-fade { background: #1b1b1bc2; opacity: 0.8; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }


.champions-date { color: white; font-size: 15px; margin-right: 55px; }

.champions-name { color: white; font-size: 13px; }

.control-margin { border-right: 0.5em solid #d8b147; line-height: 2; padding: .25em .5em 0; margin: 0 0 0em 0 !important; font-size: 1em; color: #000 !important; /*margin-top: 40px !important;
    margin-bottom: 20px !important;*/ }

.control-title { color: #000 !important; }
.kalimat-special-file { border-top: 0px solid !important; border-bottom: 2px solid black; }
.img-mobile { max-width: 25px !important; height: 33px !important; }

.kalimat-special-file { border-top: 0px solid !important; border-bottom: 2px solid black; }

.img-mobile { max-width: 25px !important; height: 33px !important; }

@media(max-width:500px) {
    .champions-name { color: white; font-size: 10px !important; }

    .champions-date { color: white; font-size: 13px !important; margin-right: 10px !important; }

    .champions-team { font-size: 13px !important; }

    .champions-result { font-size: 11px !important; }

    .control-margin { border-right: 0.5em solid #d8b147; line-height: 2; padding: .25em .5em 0; margin: 0 0 0em 0 !important; font-size: 1em; color: #000 !important; margin-top: 40px !important; }

    .control-title { color: #000 !important; }

    .img-mobile { max-width: 25px !important; height: 25px !important; }

    .mobile-margin { margin-right: -1px !important; }
}

@media(max-width:350px) {
    .champions-name { color: white; font-size: 10px !important; }

    .champions-date { color: white; font-size: 10px !important; margin-right: 10px !important; }

    .champions-team { font-size: 13px !important; }

    .champions-result { font-size: 12px !important; }

    .control-margin { border-right: 0.5em solid #d8b147; line-height: 2; padding: .25em .5em 0; margin: 0 0 0em 0 !important; font-size: 1em; color: #000 !important; margin-top: 40px !important; }

    .control-title { color: #000 !important; }

    .img-mobile { max-width: 25px !important; height: 25px !important; }

    .mobile-margin { margin-right: -1px !important; }
}

.icon-team { width: 32px !important; height: 32px !important; }

.pointerclick { cursor: pointer; }

.the-loader { max-width: 50px; margin: 0 auto; }

@media(max-width:560px) {
    .hidemobileblock { display: none; }

    .fulltablemargin { margin-top: 30px; }
}

.centerscore { text-align: center !important; }

.whitearrow { color: white; }

    .whitearrow:hover { color: white; }

.nopadding { padding: 0px; }

.headdate { border-bottom: solid; color: #c9252c; font-size: 19px; margin-top: 15px; margin-bottom: 15px; }

.nomarginbottom { margin-bottom: 0; }

.whitearrow { color: white; }

    .whitearrow:hover { color: white; }

.nopadding { padding: 0px; }

.headdate { border-bottom: solid; color: #c9252c; font-size: 19px; margin-top: 15px; margin-bottom: 15px; }

.nomarginbottom { margin-bottom: 0; }


.standing { margin: 1em 0 1em 0 !important; }

.block > .standing { border-right: 0.5rem solid #d8b147; padding: .25em .5em 0; }

.leaguetitlehead { font-size: 0.8em !important; }

.liststyle { list-style: none; }

.marginul { margin-top: 65px; }

.headlogo { margin-top: 15px !important; text-align: right; }

.teamlogo { max-width: 149px !important; min-width: 20px !important; margin: auto 0; margin-right: 25% !important; }


.noborderheader { border: 0px solid #ddd !important; }

.fixheader { background-color: #c9252c; color: #fff !important; font-weight: 100; }

.readhead { color: #c9252c; }

.playerphoto { min-width: 10% !important; max-width: 90%; height: 300px; }

@media(max-width:600px) {
    .hidemobileblock { display: none; }

    .textmobile { text-align: center; }
}

.sporttable { font-size: 16px; }

.sporthead { background-color: #c9252c; color: #fff; font-weight: 100; }

.sporttxtright { text-align: right; }

.capital-title { border-right: 0.5em solid #78a2ea; line-height: 2; padding: .25em .5em 0; }

.instagram:hover { color: #e4405f; }

.square { list-style: square !important; padding: 0 25px 0 0 !important; }

.relatedli { margin-bottom: 5px !important; }

.redauthor { color: #c9252c; }

.fb-post { width: 100% !important; /*height:670px !important;*/ }


@media(max-width:500px) {
    .fb-post { width: 100% !important; height: 300px !important; }

    .fb-postv { width: 100% !important; max-height: 518px !important; }
}


.fb-video { height: 295px !important; width: 100% !important; }

@media(max-width:500px) {
    .fb-video { height: 200px !important; width: 100% !important; }
}

.rel { color: #000 !important; padding: 0; }

.bullet { list-style: square; }

.bulletsMargin { margin-right: 25px; }

@media(min-width:300px) and (max-width:420px) {
    .rel { color: #4c4c4c !important; font-weight: normal !important; }
}

.block > .block-title > .font { font-size: 14px !important; }

.dossiersection { margin: 0 2em 0 0em !important; }

div#div-gpt-ad-1521372735627-0 { margin-top: 15px !important; }

.authortext { text-decoration: none !important; }

.bylinestyle { color: #808080; }

.imgBox.article { text-align: center; }

html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

.Searchpublishdate { color: #c9252c; font-size: 0.9em !important; }

.marginbottom { margin-bottom: 4em; }

.font { font-size: 0.8em !important; }

.margindossier { margin-top: 45px !important; }

.authorphoto { padding-bottom: 10px; }

.vanilla-title { color: black; font-size: 0.6em !important; margin-top: 0.9em; }

.vanilla-image { margin-bottom: 15px; }

.paddingblock { padding-top: 0px !important; margin: 0em 0 4em 0 !important; }


.paddingmenu { padding: 0em !important; }

.paddingleftmenu { padding-left: 15px !important; }

.redheader:before { content: ''; height: .5em; left: 0; right: 0; top: 50%; margin-top: -.25em; z-index: 0; position: absolute; width: 100%; background: #ffa5a9 !important; }

.blueheader:before { content: ''; height: .5em; left: 0; right: 0; top: 50%; margin-top: -.25em; z-index: 0; position: absolute; width: 100%; background: #78a2ea !important; }

.marginlist { margin-left: 30px; }

.redblock { border-right: 0.5em solid #b52026 !important; }

.blueblock { border-right: 0.5em solid #467ee0 !important; }

.sixtyfont { font-size: 60px !important; }

.textright { text-align: right !important; }

.noborder { border-right: none !important; }

.side-blurb { margin-bottom: 4em; }
/*.b-list { font-size: 12px !important; }*/
.kalimat-listing > li > div > div > h2 > a { font-size: 0.9em !important; }

.capitallist { font-size: 1.2em; border-right: 0.5em solid #d8b147; padding: 0 .5em; }

.capitalimage { margin-top: -0.8em; }

.barbatooz { text-align: center !important; font-family: Tahoma !important; border-bottom: none !important; padding-top: 0 !important; }

    .barbatooz > a { border-bottom: 1px dotted #b3b3b3; }

.front .l-main .dossier { margin: 4em 0 1em 0 !important; }

.s-video { width: 100% !important; min-height: 350px; position: center; display: block; top: 38px; left: 22%; height: 196px; }

@media(max-width:790px) and (min-width:300px) {
    .s-video { width: 100% !important; min-height: 350px; position: center; display: block; top: 38px; left: 10% !important; height: 196px; }
}

.sport-primary { color: white !important; font-size: 1.2em !important; }

.sport-secondary { color: white !important; font-size: 0.9em !important; }

.noPadding { padding: 0px !important; }
/*.bootomtyoutube :hover{
    color: #c4302b !important;
  
}
  .bootomtinstagram :hover{
    color: #fb3958 !important;
}
 
.bootomtwitter :hover{
    color: #1dcaff !important;
}
.bootomfacebook :hover{
    color: #3B5998 !important;
}*/

@media (max-width: 500px) {
    .mobhidden { display: none; }
}

@media (max-width: 500px) {
    .paddingmobile { padding: 0 15px 0 0; }

    .article.type-section-5:nth-last-child(2) { margin-bottom: 0px !important; }
}

@media (max-width: 979px) and (min-width: 768px) {


    .centersecond { text-align: center !important; }
}

@media (min-width: 500px) {

    .show-mobile { display: none; }

    .sidebar > .hide-mobile { display: block; }

    .sidebar > .hide-mobile { margin: 4em 0 4em 0 !important; }

    /*.block.recommended
    {
        padding-top: 50px;
    }*/
}


@media (max-width: 500px) {

    .paddingsocial { padding-bottom: 28px; }
    /*.l-footer .block .menu.social li a{
        font-size: 1.8em  !important;
    }*/
    .show-mobile { display: block; }

    .sidebar > .hide-mobile { display: none; }

    .front .l-main .section, .front .l-main .block { margin: 0 0 4em 0 !important; }

    .recommended { padding-top: 0 !important; }
}

.facebooklogin { display: none !important; }

.topbanner { display: none; }

@media (max-width: 450px) {
    .vanilla-margin { margin-top: -1.5em !important; }

    .article { /*padding-top: 0em !important;*/ }

    .authormobile { display: flex; flex-direction: column-reverse; }

    .mobilesearchview { visibility: hidden; }
}

.filespan-h { position: relative; top: 46px; z-index: 100; right: 15px; font-size: 16px; padding: 5px 15px !important; }

@media (max-width: 700px) {
    .contenttitle { bottom: 0px; }
}

.kalimatheadline:hover { color: black; }

.kalimatheadline { color: black; }

.filespan { position: relative; top: 20px; z-index: 100; right: 15px; font-size: 16px; padding: 5px 15px !important; }

@font-face { font-family: 'JF-Flat'; src: url('../fonts/JF-Flat-regular.woff'); font-weight: normal; font-style: normal; }

@media (max-width: 979px) and (min-width: 768px) {
    .article .title { text-align: right; }
}

@font-face { font-family: 'GretaArabic'; font-style: normal; font-weight: 400; src: url("../fonts/Greta_Arabic_Light.eot"); src: url("../fonts/Greta_Arabic_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Greta_Arabic_Light.woff2") format("woff2"), url("../fonts/Greta_Arabic_Light.woff") format("woff"), url("../fonts/Greta_Arabic_Light.ttf") format("truetype"); }

#videocontainer { padding-right: 15px !important; padding-left: 15px !important; }

@media (max-width: 1024px) and (min-height: 310px) {
    #videocontainer { padding-right: 0px !important; padding-left: 0px !important; }

    .y-video { width: auto; min-width: 100%; min-height: 350px; position: center; display: block; top: 0; height: auto; }

    .x-video { width: auto; min-width: 100%; position: center; display: block; top: 0; height: 100% !important; }
}

.video-vanilaa-margin { margin: 0 !important; }

.l-nav .main-user-wrap.active .block { float: left !important; }

#videosize { margin-top: 27px; height: 500px; }

@media (max-width: 768px) {
    #videosize { margin-top: 27px; height: 300px; }
}

.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }

a.label:hover,
a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }

.label:empty { display: none; }

.btn .label { position: relative; top: -1px; }

.label-default { background-color: #777; }

    .label-default[href]:hover,
    .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #337ab7; }

    .label-primary[href]:hover,
    .label-primary[href]:focus { background-color: #286090; }

.label-success { background-color: #5cb85c; }

    .label-success[href]:hover,
    .label-success[href]:focus { background-color: #449d44; }

.label-info { background-color: #5bc0de; }

    .label-info[href]:hover,
    .label-info[href]:focus { background-color: #31b0d5; }

.label-warning { background-color: #f0ad4e; }

    .label-warning[href]:hover,
    .label-warning[href]:focus { background-color: #ec971f; }

.label-danger { background-color: #d9534f; }

    .label-danger[href]:hover,
    .label-danger[href]:focus { background-color: #c9302c; }

.box { width: 200px; height: 100%; margin: 15px auto; position: relative; }

    .box:before { position: absolute; content: ""; width: 30px; height: 30px; top: -2px; right: -2px; z-index: -1; border-right: 4px solid #d8b147; border-top: 4px solid #d8b147; }

    .box:after { position: absolute; content: ""; width: 30px; height: 30px; left: -2px; bottom: -2px; z-index: -1; border-left: 4px solid #d8b147; border-bottom: 4px solid #d8b147; }

.txt { text-align: center; }

body { margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary { display: block; }

.banner { padding-bottom: 10px !important; }

.spanleft { padding-left: 10px; }

.covercaption { margin-top: 2px; margin-bottom: 20px; color: #808080; font-size: 14px !important; }

.side_list_component_article_link { list-style: none; }

.covercaption > span { font-size: 14px !important; }

.section-label { font-size: 1.2em; }

.article.type-section-1 .meta .author { float: left; color: #000; font-weight: 500; }

.contact-title { font-weight: bold; }

.l-nav .wrap.main-user-wrap .block.active .block-title, .l-nav .wrap.main-user-wrap .block.active .block-content { background: #fff !important; }

.imagediary { min-width: 0% !important; max-width: 50px; }


@media screen and (max-width: 1050px) {
    .front .section .section-title { margin-top: 0em !important; }

    .front .l-highlight .article { margin-bottom: 1em !important; margin-right: -1.3em; margin-left: -1.3em; }

    .article { /*padding-top: 0em !important;*/ }
}


@media (min-width: 319px) and (max-width: 320px) {
    .front .section .section-title { margin-top: 0em !important; }

    .front .l-highlight .article { margin-bottom: 1em !important; margin-right: 0.2em; margin-left: -1em; }

    .article { /*padding-top: 0em !important;*/ }
}

@media screen and (max-width: 800px) {
    .topbanner { visibility: hidden; clear: both; float: left; margin: 10px auto 5px 20px; width: 28%; display: none; }

    .rightbanner { visibility: hidden; clear: both; display: none; }

    .leftbanner { visibility: hidden; clear: both; display: none; }
}

.labelemail { margin-right: -13px; }

audio,
canvas,
progress,
video { display: inline-block; vertical-align: baseline; }


.topbanner { width: 100% !important; padding-bottom: 15px; }

.asidebanner { margin-bottom: 20px; }

.articlebanner { float: left; padding-right: 10px !important; min-width: 0px !important; }

audio:not([controls]) { display: none; height: 0; }

[hidden],
template { display: none; }

.infographheadline { font-size: 0.8em !important; }

a { background-color: transparent; }

    a:active,
    a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b,
strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }


sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code,
kbd,
pre,
samp { font-family: monospace, monospace; font-size: 1em; }

button,
input,
optgroup,
select,
textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button,
select { text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

    button[disabled],
    html input[disabled] { cursor: default; }

    button::-moz-focus-inner,
    input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

    input[type="checkbox"],
    input[type="radio"] { box-sizing: border-box; padding: 0; }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button { height: auto; }

    input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td,
th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }

    a,
    a:visited { text-decoration: underline; }

        a[href]:after { content: " (" attr(href) ")"; }

    abbr[title]:after { content: " (" attr(title) ")"; }

    a[href^="#"]:after,
    a[href^="javascript:"]:after { content: ""; }

    pre,
    blockquote { border: 1px solid #999; page-break-inside: avoid; }

    thead { display: table-header-group; }

    tr,
    img { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    p,
    h2,
    h3 { orphans: 3; widows: 3; }

    h2,
    h3 { page-break-after: avoid; }

    .navbar { display: none; }

    .btn > .caret,
    .dropup > .btn > .caret { border-top-color: #000 !important; }

    .label { border: 1px solid #000; }

    .table { border-collapse: collapse !important; }

        .table td,
        .table th { background-color: #fff !important; }

    .table-bordered th,
    .table-bordered td { border: 1px solid #ddd !important; }
}

* { box-sizing: border-box; }

    *:before,
    *:after { box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "GretaArabic", serif; font-size: 1.76em !important; line-height: 26px !important; color: #4c4c4c; background-color: #fff; -moz-binding: url(firefox.xml#load-mozilla-css); }

.datefont { font-size: 16px !important; }

input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #c9252c; text-decoration: none; }

    a:hover, a:focus { color: #88191e; text-decoration: underline; }

    a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 6px; }

.img-thumbnail { padding: 4px; line-height: 1.625; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

.both-margin { margin-left: -2px !important; margin-right: -42px !important; }

hr { margin-top: 26px; margin-bottom: 26px; border: 0; border-top: 1px solid #ccc; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

[role="button"] { cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Jalal", "GretaArabic", serif; font-weight: normal; line-height: 2; color: #000; }

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small { font-weight: normal; line-height: 1; color: #777777; }

.author-round { border: 2px solid #000; border-radius: 100%; width: 128px; height: 128px; display: block; margin: 0 auto 1em; }

.imageauthor { min-width: 0% !important; }

.border { border-right: 0.25em solid #c9252c !important; }

h1, .h1,
h2, .h2,
h3, .h3 { margin-top: 26px; margin-bottom: 13px; }

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small { font-size: 65%; }

h4, .h4,
h6, .h6 { margin-top: 77px; margin-bottom: 13px; }

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 41px; }

h2, .h2 { font-size: 34px; }

h3, .h3 { font-size: 28px; }

h4, .h4 { font-size: 20px; }

h5, .h5 { font-size: 16px; }

h6, .h6 { font-size: 14px; }

p { margin: 0 0 13px; }

.lead { margin-bottom: 26px; font-size: 18px; font-weight: 300; line-height: 1.4; }

@media (min-width: 768px) {
    .lead { font-size: 24px; }
}

small,
.small { font-size: 87%; }

mark,
.mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase, .initialism { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777777; }

.text-primary { color: #c9252c; }

a.text-primary:hover,
a.text-primary:focus { color: #9e1d23; }

.text-success { color: #3c763d; }

a.text-success:hover,
a.text-success:focus { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover,
a.text-info:focus { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover,
a.text-danger:focus { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #c9252c; }

a.bg-primary:hover,
a.bg-primary:focus { background-color: #9e1d23; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus { background-color: #e4b9b9; }

.page-header { padding-bottom: 12px; margin: 52px 0 26px; border-bottom: 1px solid #eeeeee; }

.middleimage { margin-right: 0em !important; }

ul,
ol { margin-top: 0; margin-bottom: 13px; }

    ul ul,
    ul ol,
    ol ul,
    ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }

    .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 26px; }

dt,
dd { line-height: 1.625; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }

.dl-horizontal dd:after { clear: both; }

@media (min-width: 768px) {
    .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    .dl-horizontal dd { margin-left: 180px; }
}

abbr[title],
abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; }

.initialism { font-size: 90%; }

blockquote { padding: 13px 26px; margin: 0 0 26px; font-size: 20px; border-left: 5px solid #eeeeee; margin-top: 80px !important; }

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child { margin-bottom: 0; }

    blockquote footer,
    blockquote small,
    blockquote .small { display: block; font-size: 80%; line-height: 1.625; color: #777777; }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before { content: '\2014 \00A0'; }

    .blockquote-reverse,
    blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before { content: ''; }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 26px; font-style: normal; line-height: 1.625; }

.container { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; }

    .container:before, .container:after { content: " "; display: table; }

    .container:after { clear: both; }

@media (min-width: 768px) {
    .container { width: 768px; }
}

@media (min-width: 992px) {
    .container { width: 960px; }
}

@media (min-width: 992px) {
    .container { width: 1024px; }
}

.container-fluid { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; }

    .container-fluid:before, .container-fluid:after { content: " "; display: table; }

    .container-fluid:after { clear: both; }

.row { margin-right: -15px; margin-left: -15px; }

    .row:before, .row:after { content: " "; display: table; }

    .row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: right; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { left: auto; }

.col-xs-pull-1 { left: 8.33333%; }

.col-xs-pull-2 { left: 16.66667%; }

.col-xs-pull-3 { left: 25%; }

.col-xs-pull-4 { left: 33.33333%; }

.col-xs-pull-5 { left: 41.66667%; }

.col-xs-pull-6 { left: 50%; }

.col-xs-pull-7 { left: 58.33333%; }

.col-xs-pull-8 { left: 66.66667%; }

.col-xs-pull-9 { left: 75%; }

.col-xs-pull-10 { left: 83.33333%; }

.col-xs-pull-11 { left: 91.66667%; }

.col-xs-pull-12 { left: 100%; }

.col-xs-push-0 { right: auto; }

.col-xs-push-1 { right: 8.33333%; }

.col-xs-push-2 { right: 16.66667%; }

.col-xs-push-3 { right: 25%; }

.col-xs-push-4 { right: 33.33333%; }

.col-xs-push-5 { right: 41.66667%; }

.col-xs-push-6 { right: 50%; }

.col-xs-push-7 { right: 58.33333%; }

.col-xs-push-8 { right: 66.66667%; }

.col-xs-push-9 { right: 75%; }

.col-xs-push-10 { right: 83.33333%; }

.col-xs-push-11 { right: 91.66667%; }

.col-xs-push-12 { right: 100%; }

.col-xs-offset-0 { margin-right: 0%; }

.col-xs-offset-1 { margin-right: 8.33333%; }

.col-xs-offset-2 { margin-right: 16.66667%; }

.col-xs-offset-3 { margin-right: 25%; }

.col-xs-offset-4 { margin-right: 33.33333%; }

.col-xs-offset-5 { margin-right: 41.66667%; }

.col-xs-offset-6 { margin-right: 50%; }

.col-xs-offset-7 { margin-right: 58.33333%; }

.col-xs-offset-8 { margin-right: 66.66667%; }

.col-xs-offset-9 { margin-right: 75%; }

.col-xs-offset-10 { margin-right: 83.33333%; }

.col-xs-offset-11 { margin-right: 91.66667%; }

.col-xs-offset-12 { margin-right: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: right; }

    .col-sm-1 { width: 8.33333%; }

    .col-sm-2 { width: 16.66667%; }

    .col-sm-3 { width: 25%; }

    .col-sm-4 { width: 33.33333%; }

    .col-sm-5 { width: 41.66667%; }

    .col-sm-6 { width: 50%; }

    .col-sm-7 { width: 58.33333%; }

    .col-sm-8 { width: 66.66667%; }

    .col-sm-9 { width: 75%; }

    .col-sm-10 { width: 83.33333%; }

    .col-sm-11 { width: 91.66667%; }

    .col-sm-12 { width: 100%; }

    .col-sm-pull-0 { left: auto; }

    .col-sm-pull-1 { left: 8.33333%; }

    .col-sm-pull-2 { left: 16.66667%; }

    .col-sm-pull-3 { left: 25%; }

    .col-sm-pull-4 { left: 33.33333%; }

    .col-sm-pull-5 { left: 41.66667%; }

    .col-sm-pull-6 { left: 50%; }

    .col-sm-pull-7 { left: 58.33333%; }

    .col-sm-pull-8 { left: 66.66667%; }

    .col-sm-pull-9 { left: 75%; }

    .col-sm-pull-10 { left: 83.33333%; }

    .col-sm-pull-11 { left: 91.66667%; }

    .col-sm-pull-12 { left: 100%; }

    .col-sm-push-0 { right: auto; }

    .col-sm-push-1 { right: 8.33333%; }

    .col-sm-push-2 { right: 16.66667%; }

    .col-sm-push-3 { right: 25%; }

    .col-sm-push-4 { right: 33.33333%; }

    .col-sm-push-5 { right: 41.66667%; }

    .col-sm-push-6 { right: 50%; }

    .col-sm-push-7 { right: 58.33333%; }

    .col-sm-push-8 { right: 66.66667%; }

    .col-sm-push-9 { right: 75%; }

    .col-sm-push-10 { right: 83.33333%; }

    .col-sm-push-11 { right: 91.66667%; }

    .col-sm-push-12 { right: 100%; }

    .col-sm-offset-0 { margin-right: 0%; }

    .col-sm-offset-1 { margin-right: 8.33333%; }

    .col-sm-offset-2 { margin-right: 16.66667%; }

    .col-sm-offset-3 { margin-right: 25%; }

    .col-sm-offset-4 { margin-right: 33.33333%; }

    .col-sm-offset-5 { margin-right: 41.66667%; }

    .col-sm-offset-6 { margin-right: 50%; }

    .col-sm-offset-7 { margin-right: 58.33333%; }

    .col-sm-offset-8 { margin-right: 66.66667%; }

    .col-sm-offset-9 { margin-right: 75%; }

    .col-sm-offset-10 { margin-right: 83.33333%; }

    .col-sm-offset-11 { margin-right: 91.66667%; }

    .col-sm-offset-12 { margin-right: 100%; }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: right; }

    .col-md-1 { width: 8.33333%; }

    .col-md-2 { width: 16.66667%; }

    .col-md-3 { width: 25%; }

    .col-md-4 { width: 33.33333%; }

    .col-md-5 { width: 41.66667%; }

    .col-md-6 { width: 50%; }

    .col-md-7 { width: 58.33333%; }

    .col-md-8 { width: 66.66667%; }

    .col-md-9 { width: 75%; }

    .col-md-10 { width: 78%; }

    .col-md-11 { width: 91.66667%; }

    .col-md-12 { width: 100%; }

    .col-md-pull-0 { left: auto; }

    .col-md-pull-1 { left: 8.33333%; }

    .col-md-pull-2 { left: 16.66667%; }

    .col-md-pull-3 { left: 25%; }

    .col-md-pull-4 { left: 33.33333%; }

    .col-md-pull-5 { left: 41.66667%; }

    .col-md-pull-6 { left: 50%; }

    .col-md-pull-7 { left: 58.33333%; }

    .col-md-pull-8 { left: 66.66667%; }

    .col-md-pull-9 { left: 75%; }

    .col-md-pull-10 { left: 83.33333%; }

    .col-md-pull-11 { left: 91.66667%; }

    .col-md-pull-12 { left: 100%; }

    .col-md-push-0 { right: auto; }

    .col-md-push-1 { right: 8.33333%; }

    .col-md-push-2 { right: 16.66667%; }

    .col-md-push-3 { right: 25%; }

    .col-md-push-4 { right: 33.33333%; }

    .col-md-push-5 { right: 41.66667%; }

    .col-md-push-6 { right: 50%; }

    .col-md-push-7 { right: 58.33333%; }

    .col-md-push-8 { right: 66.66667%; }

    .col-md-push-9 { right: 75%; }

    .col-md-push-10 { right: 83.33333%; }

    .col-md-push-11 { right: 91.66667%; }

    .col-md-push-12 { right: 100%; }

    .col-md-offset-0 { margin-right: 0%; }

    .col-md-offset-1 { margin-right: 8.33333%; }

    .col-md-offset-2 { margin-right: 16.66667%; }

    .col-md-offset-3 { margin-right: 25%; }

    .col-md-offset-4 { margin-right: 33.33333%; }

    .col-md-offset-5 { margin-right: 41.66667%; }

    .col-md-offset-6 { margin-right: 50%; }

    .col-md-offset-7 { margin-right: 58.33333%; }

    .col-md-offset-8 { margin-right: 66.66667%; }

    .col-md-offset-9 { margin-right: 75%; }

    .col-md-offset-10 { margin-right: 83.33333%; }

    .col-md-offset-11 { margin-right: 91.66667%; }

    .col-md-offset-12 { margin-right: 100%; }
}

@media (min-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: right; }

    .col-lg-1 { width: 8.33333%; }

    .col-lg-2 { width: 16.66667%; }

    .col-lg-3 { width: 25%; }

    .col-lg-4 { width: 33.33333%; }

    .col-lg-5 { width: 41.66667%; }

    .col-lg-6 { width: 50%; }

    .col-lg-7 { width: 58.33333%; }

    .col-lg-8 { width: 66.66667%; }

    .col-lg-9 { width: 75%; }

    .col-lg-10 { width: 83.33333%; }

    .col-lg-11 { width: 91.66667%; }

    .col-lg-12 { width: 100%; }

    .col-lg-pull-0 { left: auto; }

    .col-lg-pull-1 { left: 8.33333%; }

    .col-lg-pull-2 { left: 16.66667%; }

    .col-lg-pull-3 { left: 25%; }

    .col-lg-pull-4 { left: 33.33333%; }

    .col-lg-pull-5 { left: 41.66667%; }

    .col-lg-pull-6 { left: 50%; }

    .col-lg-pull-7 { left: 58.33333%; }

    .col-lg-pull-8 { left: 66.66667%; }

    .col-lg-pull-9 { left: 75%; }

    .col-lg-pull-10 { left: 83.33333%; }

    .col-lg-pull-11 { left: 91.66667%; }

    .col-lg-pull-12 { left: 100%; }

    .col-lg-push-0 { right: auto; }

    .col-lg-push-1 { right: 8.33333%; }

    .col-lg-push-2 { right: 16.66667%; }

    .col-lg-push-3 { right: 25%; }

    .col-lg-push-4 { right: 33.33333%; }

    .col-lg-push-5 { right: 41.66667%; }

    .col-lg-push-6 { right: 50%; }

    .col-lg-push-7 { right: 58.33333%; }

    .col-lg-push-8 { right: 66.66667%; }

    .col-lg-push-9 { right: 75%; }

    .col-lg-push-10 { right: 83.33333%; }

    .col-lg-push-11 { right: 91.66667%; }

    .col-lg-push-12 { right: 100%; }

    .col-lg-offset-0 { margin-right: 0%; }

    .col-lg-offset-1 { margin-right: 8.33333%; }

    .col-lg-offset-2 { margin-right: 16.66667%; }

    .col-lg-offset-3 { margin-right: 25%; }

    .col-lg-offset-4 { margin-right: 33.33333%; }

    .col-lg-offset-5 { margin-right: 41.66667%; }

    .col-lg-offset-6 { margin-right: 50%; }

    .col-lg-offset-7 { margin-right: 58.33333%; }

    .col-lg-offset-8 { margin-right: 66.66667%; }

    .col-lg-offset-9 { margin-right: 75%; }

    .col-lg-offset-10 { margin-right: 83.33333%; }

    .col-lg-offset-11 { margin-right: 91.66667%; }

    .col-lg-offset-12 { margin-right: 100%; }
}

table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 26px; }

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td { padding: 8px; line-height: 1.625; vertical-align: top; border-top: 1px solid #ddd; }

    .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td { border-top: 0; }

    .table > tbody + tbody { border-top: 2px solid #ddd; }

    .table .table { background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"],
table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

@media screen and (max-width: 361px) {
    .article-actions ul li { margin-left: 0.2em !important; }

    .txt { text-align: right !important; }

    .front .l-highlight { border-bottom: none !important; }

    .front .section .article .img { width: 100%; }

    #scroll-top { visibility: hidden !important; }

    .article .img { width: 100% !important; }

    .article .title { font-size: 0.9em !important; }

    .page-title { font-size: 1.4em !important; }
}

@media screen and (max-width: 600px) {

    .page-title { font-size: 1.2em !important; }

    .section-title { font-size: 1em !important; }

    .article .img { width: 100% !important; }

    .article .title { font-size: 1em !important; }

    .txt { text-align: right !important; }

    .front .l-highlight { border-bottom: none !important; }

    .front .section .article .img { width: 100%; }

    /*#scroll-top
    {
        visibility: hidden !important;
    }*/

    .articlebanner { width: 100% !important; padding-right: 0px !important; }

    .article-actions ul li { margin-left: 0.3em !important; }
}


.table-responsive { overflow-x: auto; min-height: 0.01%; }

.commentpadding { padding-top: 1em !important; padding-bottom: 0.5em !important; }

@media screen and (max-width: 767px) {
    .table-responsive { width: 100%; margin-bottom: 19.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }

        .table-responsive > .table { margin-bottom: 0; }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }

        .table-responsive > .table-bordered { border: 0; }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }
}

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 26px; font-size: 24px; line-height: inherit; color: #4c4c4c; border: 0; border-bottom: 1px solid #999; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple],
select[size] { height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 16px; line-height: 1.625; color: #4c4c4c; }

.form-control { display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 16px; line-height: 1.625; color: #4c4c4c; background-color: #e6e6e6; background-image: none; border: 1px solid transparent; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

    .form-control:focus { border-color: #ccc; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6); }

    .form-control::-moz-placeholder { color: #999; opacity: 1; }

    .form-control:-ms-input-placeholder { color: #999; }

    .form-control::-webkit-input-placeholder { color: #999; }

    .form-control::-ms-expand { border: 0; background-color: transparent; }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }

    .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control { line-height: 40px; }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 33px; }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] { line-height: 49px; }
}

.form-group { margin-bottom: 15px; }

.radio,
.checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

    .radio label,
    .checkbox label { min-height: 26px; padding-right: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] { position: absolute; margin-right: -20px; margin-top: 4px \9; }

    .radio + .radio,
    .checkbox + .checkbox { margin-top: -5px; }

.radio-inline,
.checkbox-inline { position: relative; display: inline-block; padding-right: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline { margin-top: 0; margin-right: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 42px; }

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn { padding-right: 0; padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn { height: 33px; line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-sm .form-control { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 0; }

.form-group-sm select.form-control { height: 33px; line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 33px; min-height: 40px; padding: 6px 10px; font-size: 14px; line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33333; border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn { height: 49px; line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-lg .form-control { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33333; border-radius: 0; }

.form-group-lg select.form-control { height: 49px; line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 49px; min-height: 46px; padding: 11px 16px; font-size: 20px; line-height: 1.33333; }

.has-feedback { position: relative; }

    .has-feedback .form-control { padding-left: 50px; }

.form-control-feedback { position: absolute; top: 0; left: 0; z-index: 2; display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback { width: 49px; height: 49px; line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback { width: 33px; height: 33px; line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

    .has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

    .has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

    .has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 31px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #8c8c8c; }

@media (min-width: 768px) {
    .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }

    .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }

    .form-inline .form-control-static { display: inline-block; }

    .form-inline .input-group { display: inline-table; vertical-align: middle; }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control { width: auto; }

        .form-inline .input-group > .form-control { width: 100%; }

    .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }

    .form-inline .radio,
    .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }

        .form-inline .radio label,
        .form-inline .checkbox label { padding-right: 0; }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] { position: relative; margin-right: 0; }

    .form-inline .has-feedback .form-control-feedback { top: 0; }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox { min-height: 33px; }

.form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }

    .form-horizontal .form-group:after { clear: both; }

@media (min-width: 768px) {
    .form-horizontal .control-label { text-align: left; margin-bottom: 0; padding-top: 7px; }
}

.form-horizontal .has-feedback .form-control-feedback { left: 15px; }

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 20px; }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 14px; }
}

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 16px; line-height: 1.625; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

    .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }

    .btn:active, .btn.active { outline: 0; background-image: none; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

    .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }

    .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }

    .btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #c9252c; border-color: #b32127; }

    .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #9e1d23; border-color: #480d10; }

    .btn-primary:hover { color: #fff; background-color: #9e1d23; border-color: #80181c; }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #9e1d23; border-color: #80181c; }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #80181c; border-color: #480d10; }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #c9252c; border-color: #b32127; }

    .btn-primary .badge { color: #c9252c; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }

    .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }

    .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625; }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; }

    .btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }

    .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }

    .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; }

    .btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }

    .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }

    .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d; }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; }

    .btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }

    .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }

    .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19; }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; }

    .btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #c9252c; font-weight: normal; border-radius: 0; }

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

            .btn-link:hover, .btn-link:focus { color: #88191e; text-decoration: underline; background-color: transparent; }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 20px; line-height: 1.33333; border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

    .btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; transition: opacity 0.15s linear; }

    .fade.in { opacity: 1; }

.collapse { display: none; }

    .collapse.in { display: block; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; transition-property: height, visibility; transition-duration: 0.35s; transition-timing-function: ease; }

.caret { display: inline-block; width: 0; height: 0; margin-right: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.dropup,
.dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 16px; text-align: right; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }

    .dropdown-menu.pull-right { right: 0; left: auto; }

    .dropdown-menu.pull-left { left: 0; right: auto; }

    .dropdown-menu .divider { height: 1px; margin: 12px 0; overflow: hidden; background-color: #e5e5e5; }

    .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.625; color: #333333; white-space: nowrap; }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }

.article-height { min-height: 77px !important; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { text-decoration: none; outline: 0; background-color: #c9252c; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }

    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }

.open > .dropdown-menu { display: block; }

.open > a { outline: 0; }

.dropdown-menu-right { left: auto; right: 0; }

.dropdown-menu-left { left: 0; right: auto; }

.dropdown-header { display: block; padding: 3px 20px; font-size: 14px; line-height: 1.625; color: #777777; white-space: nowrap; }

.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.pull-left > .dropdown-menu { left: 0; right: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }

@media (min-width: 768px) {
    .navbar-right .dropdown-menu { right: 0; left: auto; }

    .navbar-right .dropdown-menu-left { left: 0; right: auto; }
}

.btn-group,
.btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }

    .btn-group > .btn,
    .btn-group-vertical > .btn { position: relative; float: left; }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active { z-index: 2; }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }

    .btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }

    .btn-toolbar:after { clear: both; }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group { float: left; }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child { margin-left: 0; }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group > .btn-group { float: left; }

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

    .btn-group.open .dropdown-toggle.btn-link { box-shadow: none; }

.btn .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }

    .btn-group-vertical > .btn-group:after { clear: both; }

    .btn-group-vertical > .btn-group > .btn { float: none; }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }

    .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

    .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }

        .btn-group-justified > .btn-group .btn { width: 100%; }

        .btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: table; border-collapse: separate; }

    .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; }

    .input-group .form-control { position: relative; z-index: 2; float: right; width: 100%; margin-bottom: 0; }

        .input-group .form-control:focus { z-index: 3; }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control { display: table-cell; }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }

.input-group-addon,
.input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 16px; font-weight: normal; line-height: 1; color: #4c4c4c; text-align: center; background-color: #eeeeee; border: 1px solid transparent; border-radius: 0; }

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 14px; border-radius: 0; }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 20px; border-radius: 0; }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] { margin-top: 0; }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }

    .input-group-addon:first-child { border-left: 0; }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }

    .input-group-addon:last-child { border-right: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }

    .input-group-btn > .btn { position: relative; }

        .input-group-btn > .btn + .btn { margin-right: -1px; }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group { margin-left: -1px; }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group { z-index: 2; margin-right: -1px; }

.nav { margin-bottom: 0; padding-left: 0; list-style: none; }

    .nav:before, .nav:after { content: " "; display: table; }

    .nav:after { clear: both; }

    .nav > li { position: relative; display: block; }

        .nav > li > a { position: relative; display: block; padding: 10px 15px; }

            .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }

        .nav > li.disabled > a { color: #777777; }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #c9252c; }

    .nav .nav-divider { height: 1px; margin: 12px 0; overflow: hidden; background-color: #e5e5e5; }

    .nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }

    .nav-tabs > li { float: left; margin-bottom: -1px; }

        .nav-tabs > li > a { margin-right: 2px; line-height: 1.625; border: 1px solid transparent; border-radius: 4px 4px 0 0; }

            .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }

    .nav-pills > li > a { border-radius: 4px; }

    .nav-pills > li + li { margin-left: 2px; }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #c9252c; }

.nav-stacked > li { float: none; }

    .nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified { width: 100%; }

    .nav-justified > li, .nav-tabs.nav-justified > li { float: none; }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }

    .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; }
}

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar { position: relative; min-height: 50px; margin-bottom: 26px; border: 1px solid transparent; }

    .navbar:before, .navbar:after { content: " "; display: table; }

    .navbar:after { clear: both; }

@media (min-width: 768px) {
    .navbar { border-radius: 4px; }
}

@media (min-width: 1330px) {
    .readmore-response { margin-top: 4em !important; }
}

@media (min-width: 1330px) {
    .readmore-responsive { margin-bottom: 4em !important; }
}

@media only screen and (max-width: 500px) {
    .video-responsive { max-width: 92% !important; /*margin-left: 1em !important;*/ }
}

.navbar-header:before, .navbar-header:after { content: " "; display: table; }

.navbar-header:after { clear: both; }

@media (min-width: 768px) {
    .navbar-header { float: left; }
}

.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }

.fromdossier { font-size: 0.8em; color: black; font-family: "Jalal", "GretaArabic", serif; font-weight: normal !important; }

.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }

.navbar-collapse:after { clear: both; }

.navbar-collapse.in { overflow-y: auto; }

@media (min-width: 768px) {
    .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }

        .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }

        .navbar-collapse.in { overflow-y: visible; }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse { max-height: 200px; }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; }
}

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }

@media (min-width: 768px) {
    .navbar-static-top { border-radius: 0; }
}

.navbar-fixed-top,
.navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom { border-radius: 0; }
}

.navbar-fixed-top { top: 0; border-width: 0 0 1px; }

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }

.navbar-brand { float: left; padding: 12px 15px; font-size: 20px; line-height: 26px; height: 50px; }

    .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

    .navbar-brand > img { display: block; }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; }
}

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }

    .navbar-toggle:focus { outline: 0; }

    .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }

        .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

@media (min-width: 768px) {
    .navbar-toggle { display: none; }
}

.navbar-nav { margin: 6px -15px; }

    .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 26px; }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }

        .navbar-nav .open .dropdown-menu > li > a { line-height: 26px; }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; }
}

@media (min-width: 768px) {
    .navbar-nav { float: left; margin: 0; }

        .navbar-nav > li { float: left; }

            .navbar-nav > li > a { padding-top: 12px; padding-bottom: 12px; }
}

.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 5px; margin-bottom: 5px; }

@media (min-width: 768px) {
    .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }

    .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }

    .navbar-form .form-control-static { display: inline-block; }

    .navbar-form .input-group { display: inline-table; vertical-align: middle; }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control { width: auto; }

        .navbar-form .input-group > .form-control { width: 100%; }

    .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }

    .navbar-form .radio,
    .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }

        .navbar-form .radio label,
        .navbar-form .checkbox label { padding-right: 0; }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-right: 0; }

    .navbar-form .has-feedback .form-control-feedback { top: 0; }
}

@media (max-width: 767px) {
    .navbar-form .form-group { margin-bottom: 5px; }

        .navbar-form .form-group:last-child { margin-bottom: 0; }
}

@media (min-width: 768px) {
    .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; box-shadow: none; }
}

.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: 5px; margin-bottom: 5px; }

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 8.5px; margin-bottom: 8.5px; }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 12px; margin-bottom: 12px; }

@media (min-width: 768px) {
    .navbar-text { float: left; margin-left: 15px; margin-right: 15px; }
}

@media (min-width: 768px) {
    .navbar-left { float: left !important; }

    .navbar-right { float: right !important; margin-right: -15px; }

        .navbar-right ~ .navbar-right { margin-right: 0; }
}

.navbar-default { /*background-color: #f8f8f8;
    border-color: #e7e7e7;*/ }

    .navbar-default .navbar-brand { color: #777; }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }

    .navbar-default .navbar-text { color: #777; }

    .navbar-default .navbar-nav > li > a { color: #777; }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }

    .navbar-default .navbar-toggle { border-color: #ddd; }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }

        .navbar-default .navbar-toggle .icon-bar { background-color: #888; }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form { border-color: #e7e7e7; }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; }
}

.navbar-default .navbar-link { color: #777; }

    .navbar-default .navbar-link:hover { color: #333; }

.navbar-default .btn-link { color: #777; }

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse { background-color: #222; border-color: #090909; }

    .navbar-inverse .navbar-brand { color: #9d9d9d; }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }

    .navbar-inverse .navbar-text { color: #9d9d9d; }

    .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }

    .navbar-inverse .navbar-toggle { border-color: #333; }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }

        .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form { border-color: #101010; }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; }
}

.navbar-inverse .navbar-link { color: #9d9d9d; }

    .navbar-inverse .navbar-link:hover { color: #fff; }

.navbar-inverse .btn-link { color: #9d9d9d; }

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.pagination { display: inline-block; padding-left: 0; margin: 26px 0; border-radius: 4px; }

    .pagination > li { display: inline; }

        .pagination > li > a,
        .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.625; text-decoration: none; color: #c9252c; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus { z-index: 2; color: #88191e; background-color: #eeeeee; border-color: #ddd; }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #c9252c; border-color: #c9252c; cursor: default; }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span { padding: 10px 16px; font-size: 20px; line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span { padding: 5px 10px; font-size: 14px; line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.pager { padding-left: 0; margin: 26px 0; list-style: none; text-align: center; }

    .pager:before, .pager:after { content: " "; display: table; }

    .pager:after { clear: both; }

    .pager li { display: inline; }

        .pager li > a,
        .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }

            .pager li > a:hover,
            .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }

    .pager .next > a,
    .pager .next > span { float: right; }

    .pager .previous > a,
    .pager .previous > span { float: left; }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; }

.float-margin { float: left !important; margin-bottom: 1em !important; }

.alert { padding: 15px; margin-bottom: 26px; border: 1px solid transparent; border-radius: 4px; }

    .alert h4 { margin-top: 0; color: inherit; }

    .alert .alert-link { font-weight: bold; }

    .alert > p,
    .alert > ul { margin-bottom: 0; }

        .alert > p + p { margin-top: 5px; }

.alert-dismissable,
.alert-dismissible { padding-right: 35px; }

    .alert-dismissable .close,
    .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }

    .alert-success hr { border-top-color: #c9e2b3; }

    .alert-success .alert-link { color: #2b542c; }

.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }

    .alert-info hr { border-top-color: #a6e1ec; }

    .alert-info .alert-link { color: #245269; }

.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }

    .alert-warning hr { border-top-color: #f7e1b5; }

    .alert-warning .alert-link { color: #66512c; }

.alert .alert-danger { padding: 5px; font-size: 1em !important; }

.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }

    .alert-danger hr { border-top-color: #e4b9c0; }

    .alert-danger .alert-link { color: #843534; }

.media { margin-top: 15px; }

    .media:first-child { margin-top: 0; }

.media,
.media-body { zoom: 1; overflow: hidden; }

.media-body { width: 10000px; }

.media-object { display: block; }

    .media-object.img-thumbnail { max-width: none; }

.media-right,
.media > .pull-right { padding-left: 10px; }

.media-left,
.media > .pull-left { padding-right: 10px; }

.media-left,
.media-right,
.media-body { display: table-cell; vertical-align: top; }

.media-middle { vertical-align: middle; }

.media-bottom { vertical-align: bottom; }

.media-heading { margin-top: 0; margin-bottom: 5px; }

.media-list { padding-left: 0; list-style: none; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.close { float: right; font-size: 24px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); }

    .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }

button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }

.modal-open { overflow: hidden; }

.modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }

    .modal.fade .modal-dialog { transform: translate(0, -25%); transition: transform 0.3s ease-out; }

    .modal.in .modal-dialog { transform: translate(0, 0); }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal-dialog { position: relative; width: auto; margin: 10px; }

.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; }

.modal-backdrop { /*position: fixed;*/ top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }

    .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }

    .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }

    .modal-header:before, .modal-header:after { content: " "; display: table; }

    .modal-header:after { clear: both; }

    .modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.625; }

.modal-body { position: relative; padding: 15px; }

.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }

    .modal-footer:before, .modal-footer:after { content: " "; display: table; }

    .modal-footer:after { clear: both; }

    .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }

    .modal-footer .btn-group .btn + .btn { margin-left: -1px; }

    .modal-footer .btn-block + .btn-block { margin-left: 0; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 768px) {
    .modal-dialog { width: 600px; margin: 30px auto; }

    @media (min-width: 1330px) {
        .margin-response { margin-top: 4em !important; }
    }

    .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

    .modal-sm { width: 300px; }
}

@media (min-width: 992px) {
    .modal-lg { width: 900px; }
}

.tooltip { position: absolute; z-index: 1070; display: block; font-family: "GretaArabic", serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.625; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; opacity: 0; filter: alpha(opacity=0); }

    .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }

    .tooltip.top { margin-top: -3px; padding: 5px 0; }

    .tooltip.right { margin-left: 3px; padding: 0 5px; }

    .tooltip.bottom { margin-top: 3px; padding: 5px 0; }

    .tooltip.left { margin-left: -3px; padding: 0 5px; }

.tooltip-inner { max-width: 320px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; }

.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }

.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }

.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }

.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }

.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
    .visible-xs { display: flex !important; }

    table.visible-xs { display: table !important; }

    tr.visible-xs { display: table-row !important; }

    th.visible-xs,
    td.visible-xs { display: table-cell !important; }
}

@media (max-width: 767px) {
    .visible-xs-block { display: block !important; }
}

@media (max-width: 767px) {
    .visible-xs-inline { display: inline !important; }
}

@media (max-width: 767px) {
    .visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm { display: block !important; }

    table.visible-sm { display: table !important; }

    tr.visible-sm { display: table-row !important; }

    th.visible-sm,
    td.visible-sm { display: table-cell !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block { display: block !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline { display: inline !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-md { display: block !important; }

    table.visible-md { display: table !important; }

    tr.visible-md { display: table-row !important; }

    th.visible-md,
    td.visible-md { display: table-cell !important; }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-md-block { display: block !important; }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-md-inline { display: inline !important; }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 992px) {
    .visible-lg { display: block !important; }

    table.visible-lg { display: table !important; }

    tr.visible-lg { display: table-row !important; }

    th.visible-lg,
    td.visible-lg { display: table-cell !important; }
}

@media (min-width: 992px) {
    .visible-lg-block { display: block !important; }
}

@media (min-width: 992px) {
    .visible-lg-inline { display: inline !important; }
}

@media (min-width: 992px) {
    .visible-lg-inline-block { display: inline-block !important; }
}

@media (max-width: 767px) {
    .hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 991px) {
    .hidden-md { display: none !important; }
}

@media (min-width: 992px) {
    .hidden-lg { display: none !important; }
}

.visible-print { display: none !important; }

@media print {
    .visible-print { display: block !important; }

    table.visible-print { display: table !important; }

    tr.visible-print { display: table-row !important; }

    th.visible-print,
    td.visible-print { display: table-cell !important; }
}

.visible-print-block { display: none !important; }

@media print {
    .visible-print-block { display: block !important; }
}

.visible-print-inline { display: none !important; }

@media print {
    .visible-print-inline { display: inline !important; }

    #div-gpt-ad-1521372735627-0 { display: none !important; }

    a[href]:after { content: none !important; }
}

.visible-print-inline-block { display: none !important; }

@media print {
    .visible-print-inline-block { display: inline-block !important; }
}

@media print {
    .hidden-print { display: none !important; }
}
/********FONTS********/
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.6.2"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }

    .fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }

    .fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { animation: fa-spin 2s infinite linear; }

.fa-pulse { animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(359deg); }
}

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; transform: rotate(90deg); }

.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; transform: rotate(180deg); }

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before,
.fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before,
.fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before,
.fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before,
.fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before,
.fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before,
.fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-feed:before,
.fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before,
.fa-users:before { content: ""; }

.fa-chain:before,
.fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before,
.fa-scissors:before { content: ""; }

.fa-copy:before,
.fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before,
.fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before,
.fa-sort:before { content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before { content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before,
.fa-undo:before { content: ""; }

.fa-legal:before,
.fa-gavel:before { content: ""; }

.fa-dashboard:before,
.fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before,
.fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before,
.fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before,
.fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before { content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before,
.fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before { content: ""; }

.fa-euro:before,
.fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before,
.fa-usd:before { content: ""; }

.fa-rupee:before,
.fa-inr:before { content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before { content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before { content: ""; }

.fa-won:before,
.fa-krw:before { content: ""; }

.fa-bitcoin:before,
.fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before,
.fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before,
.fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before { content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper-pp:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before,
.fa-car:before { content: ""; }

.fa-cab:before,
.fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before { content: ""; }

.fa-ge:before,
.fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before,
.fa-weixin:before { content: ""; }

.fa-send:before,
.fa-paper-plane:before { content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

.fa-cart-plus:before { content: ""; }

.fa-cart-arrow-down:before { content: ""; }

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-intersex:before,
.fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-genderless:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before,
.fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

.fa-yc:before,
.fa-y-combinator:before { content: ""; }

.fa-optin-monster:before { content: ""; }

.fa-opencart:before { content: ""; }

.fa-expeditedssl:before { content: ""; }

.fa-battery-4:before,
.fa-battery-full:before { content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before { content: ""; }

.fa-battery-2:before,
.fa-battery-half:before { content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before { content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before { content: ""; }

.fa-mouse-pointer:before { content: ""; }

.fa-i-cursor:before { content: ""; }

.fa-object-group:before { content: ""; }

.fa-object-ungroup:before { content: ""; }

.margin-bottom { margin-bottom: 8px; }

.fa-sticky-note:before { content: ""; }

.fa-sticky-note-o:before { content: ""; }

.fa-cc-jcb:before { content: ""; }

.fa-cc-diners-club:before { content: ""; }

.fa-clone:before { content: ""; }

.fa-balance-scale:before { content: ""; }

.fa-hourglass-o:before { content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before { content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before { content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before { content: ""; }

.fa-hourglass:before { content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before { content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before { content: ""; }

.fa-hand-scissors-o:before { content: ""; }

.fa-hand-lizard-o:before { content: ""; }

.fa-hand-spock-o:before { content: ""; }

.fa-hand-pointer-o:before { content: ""; }

.fa-hand-peace-o:before { content: ""; }

.fa-trademark:before { content: ""; }

.fa-registered:before { content: ""; }

.fa-creative-commons:before { content: ""; }

.fa-gg:before { content: ""; }

.fa-gg-circle:before { content: ""; }

.fa-tripadvisor:before { content: ""; }

.fa-odnoklassniki:before { content: ""; }

.fa-odnoklassniki-square:before { content: ""; }

.fa-get-pocket:before { content: ""; }

.fa-wikipedia-w:before { content: ""; }

.fa-safari:before { content: ""; }

.fa-chrome:before { content: ""; }

.fa-firefox:before { content: ""; }

.fa-opera:before { content: ""; }

.fa-internet-explorer:before { content: ""; }

.fa-tv:before,
.fa-television:before { content: ""; }

.fa-contao:before { content: ""; }

.fa-500px:before { content: ""; }

.fa-amazon:before { content: ""; }

.fa-calendar-plus-o:before { content: ""; }

.fa-calendar-minus-o:before { content: ""; }

.fa-calendar-times-o:before { content: ""; }

.fa-calendar-check-o:before { content: ""; }

.fa-industry:before { content: ""; }

.fa-map-pin:before { content: ""; }

.fa-map-signs:before { content: ""; }

.fa-map-o:before { content: ""; }

.fa-map:before { content: ""; }

.fa-commenting:before { content: ""; }

.fa-commenting-o:before { content: ""; }

.fa-houzz:before { content: ""; }

.fa-vimeo:before { content: ""; }

.fa-black-tie:before { content: ""; }

.fa-fonticons:before { content: ""; }

.fa-reddit-alien:before { content: ""; }

.fa-edge:before { content: ""; }

.fa-credit-card-alt:before { content: ""; }

.fa-codiepie:before { content: ""; }

.fa-modx:before { content: ""; }

.fa-fort-awesome:before { content: ""; }

.fa-usb:before { content: ""; }

.fa-product-hunt:before { content: ""; }

.fa-mixcloud:before { content: ""; }

.fa-scribd:before { content: ""; }

.fa-pause-circle:before { content: ""; }

.fa-pause-circle-o:before { content: ""; }

.fa-stop-circle:before { content: ""; }

.fa-stop-circle-o:before { content: ""; }

.fa-shopping-bag:before { content: ""; }

.fa-shopping-basket:before { content: ""; }

.fa-hashtag:before { content: ""; }

.fa-bluetooth:before { content: ""; }

.fa-bluetooth-b:before { content: ""; }

.fa-percent:before { content: ""; }

.fa-gitlab:before { content: ""; }

.fa-wpbeginner:before { content: ""; }

.fa-wpforms:before { content: ""; }

.fa-envira:before { content: ""; }

.fa-universal-access:before { content: ""; }

.fa-wheelchair-alt:before { content: ""; }

.fa-question-circle-o:before { content: ""; }

.fa-blind:before { content: ""; }

.fa-audio-description:before { content: ""; }

.fa-volume-control-phone:before { content: ""; }

.fa-braille:before { content: ""; }

.fa-assistive-listening-systems:before { content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before { content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before { content: ""; }

.fa-glide:before { content: ""; }

.fa-glide-g:before { content: ""; }

.fa-signing:before,
.fa-sign-language:before { content: ""; }

.fa-low-vision:before { content: ""; }

.fa-viadeo:before { content: ""; }

.fa-viadeo-square:before { content: ""; }

.fa-snapchat:before { content: ""; }

.fa-snapchat-ghost:before { content: ""; }

.fa-snapchat-square:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-first-order:before { content: ""; }

.fa-yoast:before { content: ""; }

.fa-themeisle:before { content: ""; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face { font-family: "weathericons"; src: url("../fonts/weathericons-regular-webfont.eot"); src: url("../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weathericons-regular-webfont.woff2") format("woff2"), url("../fonts/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weathericons-regular-webfont.svg#weather_iconsregular") format("svg"); font-weight: normal; font-style: normal; }

.wi { display: inline-block; font-family: "weathericons"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.wi-fw { width: 1.4em; text-align: center; }

.wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); transform: rotate(90deg); }

.wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); transform: rotate(180deg); }

.wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); transform: rotate(270deg); }

.wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); transform: scale(-1, 1); }

.wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); transform: scale(1, -1); }

.wi-day-sunny:before { content: ""; }

.wi-day-cloudy:before { content: ""; }

.wi-day-cloudy-gusts:before { content: ""; }

.wi-day-cloudy-windy:before { content: ""; }

.wi-day-fog:before { content: ""; }

.wi-day-hail:before { content: ""; }

.wi-day-haze:before { content: ""; }

.wi-day-lightning:before { content: ""; }

.wi-day-rain:before { content: ""; }

.wi-day-rain-mix:before { content: ""; }

.wi-day-rain-wind:before { content: ""; }

.wi-day-showers:before { content: ""; }

.wi-day-sleet:before { content: ""; }

.wi-day-sleet-storm:before { content: ""; }

.wi-day-snow:before { content: ""; }

.wi-day-snow-thunderstorm:before { content: ""; }

.wi-day-snow-wind:before { content: ""; }

.wi-day-sprinkle:before { content: ""; }

.wi-day-storm-showers:before { content: ""; }

.wi-day-sunny-overcast:before { content: ""; }

.wi-day-thunderstorm:before { content: ""; }

.wi-day-windy:before { content: ""; }

.wi-solar-eclipse:before { content: ""; }

.wi-hot:before { content: ""; }

.wi-day-cloudy-high:before { content: ""; }

.wi-day-light-wind:before { content: ""; }

.wi-night-clear:before { content: ""; }

.wi-night-alt-cloudy:before { content: ""; }

.wi-night-alt-cloudy-gusts:before { content: ""; }

.wi-night-alt-cloudy-windy:before { content: ""; }

.wi-night-alt-hail:before { content: ""; }

.wi-night-alt-lightning:before { content: ""; }

.wi-night-alt-rain:before { content: ""; }

.wi-night-alt-rain-mix:before { content: ""; }

.wi-night-alt-rain-wind:before { content: ""; }

.wi-night-alt-showers:before { content: ""; }

.wi-night-alt-sleet:before { content: ""; }

.wi-night-alt-sleet-storm:before { content: ""; }

.wi-night-alt-snow:before { content: ""; }

.wi-night-alt-snow-thunderstorm:before { content: ""; }

.wi-night-alt-snow-wind:before { content: ""; }

.wi-night-alt-sprinkle:before { content: ""; }

.wi-night-alt-storm-showers:before { content: ""; }

.wi-night-alt-thunderstorm:before { content: ""; }

.wi-night-cloudy:before { content: ""; }

.wi-night-cloudy-gusts:before { content: ""; }

.wi-night-cloudy-windy:before { content: ""; }

.wi-night-fog:before { content: ""; }

.wi-night-hail:before { content: ""; }

.wi-night-lightning:before { content: ""; }

.wi-night-partly-cloudy:before { content: ""; }

.wi-night-rain:before { content: ""; }

.wi-night-rain-mix:before { content: ""; }

.wi-night-rain-wind:before { content: ""; }

.wi-night-showers:before { content: ""; }

.wi-night-sleet:before { content: ""; }

.wi-night-sleet-storm:before { content: ""; }

.wi-night-snow:before { content: ""; }

.wi-night-snow-thunderstorm:before { content: ""; }

.wi-night-snow-wind:before { content: ""; }

.wi-night-sprinkle:before { content: ""; }

.wi-night-storm-showers:before { content: ""; }

.wi-night-thunderstorm:before { content: ""; }

.wi-lunar-eclipse:before { content: ""; }

.wi-stars:before { content: ""; }

.wi-storm-showers:before { content: ""; }

.wi-thunderstorm:before { content: ""; }

.wi-night-alt-cloudy-high:before { content: ""; }

.wi-night-cloudy-high:before { content: ""; }

.wi-night-alt-partly-cloudy:before { content: ""; }

.wi-cloud:before { content: ""; }

.wi-cloudy:before { content: ""; }

.wi-cloudy-gusts:before { content: ""; }

.wi-cloudy-windy:before { content: ""; }

.wi-fog:before { content: ""; }

.wi-hail:before { content: ""; }

.wi-rain:before { content: ""; }

.wi-rain-mix:before { content: ""; }

.wi-rain-wind:before { content: ""; }

.wi-showers:before { content: ""; }

.wi-sleet:before { content: ""; }

.wi-snow:before { content: ""; }

.wi-sprinkle:before { content: ""; }

.wi-storm-showers:before { content: ""; }

.wi-thunderstorm:before { content: ""; }

.wi-snow-wind:before { content: ""; }

.wi-snow:before { content: ""; }

.wi-smog:before { content: ""; }

.wi-smoke:before { content: ""; }

.wi-lightning:before { content: ""; }

.wi-raindrops:before { content: ""; }

.wi-raindrop:before { content: ""; }

.wi-dust:before { content: ""; }

.wi-snowflake-cold:before { content: ""; }

.wi-windy:before { content: ""; }

.wi-strong-wind:before { content: ""; }

.wi-sandstorm:before { content: ""; }

.wi-earthquake:before { content: ""; }

.wi-fire:before { content: ""; }

.wi-flood:before { content: ""; }

.wi-meteor:before { content: ""; }

.wi-tsunami:before { content: ""; }

.wi-volcano:before { content: ""; }

.wi-hurricane:before { content: ""; }

.wi-tornado:before { content: ""; }

.wi-small-craft-advisory:before { content: ""; }

.wi-gale-warning:before { content: ""; }

.wi-storm-warning:before { content: ""; }

.wi-hurricane-warning:before { content: ""; }

.wi-wind-direction:before { content: ""; }

.wi-alien:before { content: ""; }

.wi-celsius:before { content: ""; }

.wi-fahrenheit:before { content: ""; }

.wi-degrees:before { content: ""; }

.wi-thermometer:before { content: ""; }

.wi-thermometer-exterior:before { content: ""; }

.wi-thermometer-internal:before { content: ""; }

.wi-cloud-down:before { content: ""; }

.wi-cloud-up:before { content: ""; }

.wi-cloud-refresh:before { content: ""; }

.wi-horizon:before { content: ""; }

.wi-horizon-alt:before { content: ""; }

.wi-sunrise:before { content: ""; }

.wi-sunset:before { content: ""; }

.wi-moonrise:before { content: ""; }

.wi-moonset:before { content: ""; }

.wi-refresh:before { content: ""; }

.wi-refresh-alt:before { content: ""; }

.wi-umbrella:before { content: ""; }

.wi-barometer:before { content: ""; }

.wi-humidity:before { content: ""; }

.wi-na:before { content: ""; }

.wi-train:before { content: ""; }

.wi-moon-new:before { content: ""; }

.wi-moon-waxing-crescent-1:before { content: ""; }

.wi-moon-waxing-crescent-2:before { content: ""; }

.wi-moon-waxing-crescent-3:before { content: ""; }

.wi-moon-waxing-crescent-4:before { content: ""; }

.wi-moon-waxing-crescent-5:before { content: ""; }

.wi-moon-waxing-crescent-6:before { content: ""; }

.wi-moon-first-quarter:before { content: ""; }

.wi-moon-waxing-gibbous-1:before { content: ""; }

.wi-moon-waxing-gibbous-2:before { content: ""; }

.wi-moon-waxing-gibbous-3:before { content: ""; }

.wi-moon-waxing-gibbous-4:before { content: ""; }

.wi-moon-waxing-gibbous-5:before { content: ""; }

.wi-moon-waxing-gibbous-6:before { content: ""; }

.wi-moon-full:before { content: ""; }

.wi-moon-waning-gibbous-1:before { content: ""; }

.wi-moon-waning-gibbous-2:before { content: ""; }

.wi-moon-waning-gibbous-3:before { content: ""; }

.wi-moon-waning-gibbous-4:before { content: ""; }

.wi-moon-waning-gibbous-5:before { content: ""; }

.wi-moon-waning-gibbous-6:before { content: ""; }

.wi-moon-third-quarter:before { content: ""; }

.wi-moon-waning-crescent-1:before { content: ""; }

.wi-moon-waning-crescent-2:before { content: ""; }

.wi-moon-waning-crescent-3:before { content: ""; }

.wi-moon-waning-crescent-4:before { content: ""; }

.wi-moon-waning-crescent-5:before { content: ""; }

.wi-moon-waning-crescent-6:before { content: ""; }

.wi-moon-alt-new:before { content: ""; }

.wi-moon-alt-waxing-crescent-1:before { content: ""; }

.wi-moon-alt-waxing-crescent-2:before { content: ""; }

.wi-moon-alt-waxing-crescent-3:before { content: ""; }

.wi-moon-alt-waxing-crescent-4:before { content: ""; }

.wi-moon-alt-waxing-crescent-5:before { content: ""; }

.wi-moon-alt-waxing-crescent-6:before { content: ""; }

.wi-moon-alt-first-quarter:before { content: ""; }

.wi-moon-alt-waxing-gibbous-1:before { content: ""; }

.wi-moon-alt-waxing-gibbous-2:before { content: ""; }

.wi-moon-alt-waxing-gibbous-3:before { content: ""; }

.wi-moon-alt-waxing-gibbous-4:before { content: ""; }

.wi-moon-alt-waxing-gibbous-5:before { content: ""; }

.wi-moon-alt-waxing-gibbous-6:before { content: ""; }

.wi-moon-alt-full:before { content: ""; }

.wi-moon-alt-waning-gibbous-1:before { content: ""; }

.wi-moon-alt-waning-gibbous-2:before { content: ""; }

.wi-moon-alt-waning-gibbous-3:before { content: ""; }

.wi-moon-alt-waning-gibbous-4:before { content: ""; }

.wi-moon-alt-waning-gibbous-5:before { content: ""; }

.wi-moon-alt-waning-gibbous-6:before { content: ""; }

.wi-moon-alt-third-quarter:before { content: ""; }

.wi-moon-alt-waning-crescent-1:before { content: ""; }

.wi-moon-alt-waning-crescent-2:before { content: ""; }

.wi-moon-alt-waning-crescent-3:before { content: ""; }

.wi-moon-alt-waning-crescent-4:before { content: ""; }

.wi-moon-alt-waning-crescent-5:before { content: ""; }

.wi-moon-alt-waning-crescent-6:before { content: ""; }

.wi-moon-0:before { content: ""; }

.wi-moon-1:before { content: ""; }

.wi-moon-2:before { content: ""; }

.wi-moon-3:before { content: ""; }

.wi-moon-4:before { content: ""; }

.wi-moon-5:before { content: ""; }

.wi-moon-6:before { content: ""; }

.wi-moon-7:before { content: ""; }

.wi-moon-8:before { content: ""; }

.wi-moon-9:before { content: ""; }

.wi-moon-10:before { content: ""; }

.wi-moon-11:before { content: ""; }

.wi-moon-12:before { content: ""; }

.wi-moon-13:before { content: ""; }

.wi-moon-14:before { content: ""; }

.wi-moon-15:before { content: ""; }

.wi-moon-16:before { content: ""; }

.wi-moon-17:before { content: ""; }

.wi-moon-18:before { content: ""; }

.wi-moon-19:before { content: ""; }

.wi-moon-20:before { content: ""; }

.wi-moon-21:before { content: ""; }

.wi-moon-22:before { content: ""; }

.wi-moon-23:before { content: ""; }

.wi-moon-24:before { content: ""; }

.wi-moon-25:before { content: ""; }

.wi-moon-26:before { content: ""; }

.wi-moon-27:before { content: ""; }

.wi-time-1:before { content: ""; }

.wi-time-2:before { content: ""; }

.wi-time-3:before { content: ""; }

.wi-time-4:before { content: ""; }

.wi-time-5:before { content: ""; }

.wi-time-6:before { content: ""; }

.wi-time-7:before { content: ""; }

.wi-time-8:before { content: ""; }

.wi-time-9:before { content: ""; }

.wi-time-10:before { content: ""; }

.wi-time-11:before { content: ""; }

.wi-time-12:before { content: ""; }

.wi-direction-up:before { content: ""; }

.wi-direction-up-right:before { content: ""; }

.wi-direction-right:before { content: ""; }

.wi-direction-down-right:before { content: ""; }

.wi-direction-down:before { content: ""; }

.wi-direction-down-left:before { content: ""; }

.wi-direction-left:before { content: ""; }

.wi-direction-up-left:before { content: ""; }

.wi-wind-beaufort-0:before { content: ""; }

.wi-wind-beaufort-1:before { content: ""; }

.wi-wind-beaufort-2:before { content: ""; }

.wi-wind-beaufort-3:before { content: ""; }

.wi-wind-beaufort-4:before { content: ""; }

.wi-wind-beaufort-5:before { content: ""; }

.wi-wind-beaufort-6:before { content: ""; }

.wi-wind-beaufort-7:before { content: ""; }

.wi-wind-beaufort-8:before { content: ""; }

.wi-wind-beaufort-9:before { content: ""; }

.wi-wind-beaufort-10:before { content: ""; }

.wi-wind-beaufort-11:before { content: ""; }

.wi-wind-beaufort-12:before { content: ""; }

.wi-yahoo-0:before { content: ""; }

.wi-yahoo-1:before { content: ""; }

.wi-yahoo-2:before { content: ""; }

.wi-yahoo-3:before { content: ""; }

.wi-yahoo-4:before { content: ""; }

.wi-yahoo-5:before { content: ""; }

.wi-yahoo-6:before { content: ""; }

.wi-yahoo-7:before { content: ""; }

.wi-yahoo-8:before { content: ""; }

.wi-yahoo-9:before { content: ""; }

.wi-yahoo-10:before { content: ""; }

.wi-yahoo-11:before { content: ""; }

.wi-yahoo-12:before { content: ""; }

.wi-yahoo-13:before { content: ""; }

.wi-yahoo-14:before { content: ""; }

.wi-yahoo-15:before { content: ""; }

.wi-yahoo-16:before { content: ""; }

.wi-yahoo-17:before { content: ""; }

.wi-yahoo-18:before { content: ""; }

.wi-yahoo-19:before { content: ""; }

.wi-yahoo-20:before { content: ""; }

.wi-yahoo-21:before { content: ""; }

.wi-yahoo-22:before { content: ""; }

.wi-yahoo-23:before { content: ""; }

.wi-yahoo-24:before { content: ""; }

.wi-yahoo-25:before { content: ""; }

.wi-yahoo-26:before { content: ""; }

.wi-yahoo-27:before { content: ""; }

.wi-yahoo-28:before { content: ""; }

.wi-yahoo-29:before { content: ""; }

.wi-yahoo-30:before { content: ""; }

.wi-yahoo-31:before { content: ""; }

.wi-yahoo-32:before { content: ""; }

.wi-yahoo-33:before { content: ""; }

.wi-yahoo-34:before { content: ""; }

.wi-yahoo-35:before { content: ""; }

.wi-yahoo-36:before { content: ""; }

.wi-yahoo-37:before { content: ""; }

.wi-yahoo-38:before { content: ""; }

.wi-yahoo-39:before { content: ""; }

.wi-yahoo-40:before { content: ""; }

.wi-yahoo-41:before { content: ""; }

.wi-yahoo-42:before { content: ""; }

.wi-yahoo-43:before { content: ""; }

.wi-yahoo-44:before { content: ""; }

.wi-yahoo-45:before { content: ""; }

.wi-yahoo-46:before { content: ""; }

.wi-yahoo-47:before { content: ""; }

.wi-yahoo-3200:before { content: ""; }

.wi-forecast-io-clear-day:before { content: ""; }

.wi-forecast-io-clear-night:before { content: ""; }

.wi-forecast-io-rain:before { content: ""; }

.wi-forecast-io-snow:before { content: ""; }

.wi-forecast-io-sleet:before { content: ""; }

.wi-forecast-io-wind:before { content: ""; }

.wi-forecast-io-fog:before { content: ""; }

.wi-forecast-io-cloudy:before { content: ""; }

.wi-forecast-io-partly-cloudy-day:before { content: ""; }

.wi-forecast-io-partly-cloudy-night:before { content: ""; }

.wi-forecast-io-hail:before { content: ""; }

.wi-forecast-io-thunderstorm:before { content: ""; }

.wi-forecast-io-tornado:before { content: ""; }

.wi-wmo4680-0:before,
.wi-wmo4680-00:before { content: ""; }

.wi-wmo4680-1:before,
.wi-wmo4680-01:before { content: ""; }

.wi-wmo4680-2:before,
.wi-wmo4680-02:before { content: ""; }

.wi-wmo4680-3:before,
.wi-wmo4680-03:before { content: ""; }

.wi-wmo4680-4:before,
.wi-wmo4680-04:before { content: ""; }

.wi-wmo4680-5:before,
.wi-wmo4680-05:before { content: ""; }

.wi-wmo4680-10:before { content: ""; }

.wi-wmo4680-11:before { content: ""; }

.wi-wmo4680-12:before { content: ""; }

.wi-wmo4680-18:before { content: ""; }

.wi-wmo4680-20:before { content: ""; }

.wi-wmo4680-21:before { content: ""; }

.wi-wmo4680-22:before { content: ""; }

.wi-wmo4680-23:before { content: ""; }

.wi-wmo4680-24:before { content: ""; }

.wi-wmo4680-25:before { content: ""; }

.wi-wmo4680-26:before { content: ""; }

.wi-wmo4680-27:before { content: ""; }

.wi-wmo4680-28:before { content: ""; }

.wi-wmo4680-29:before { content: ""; }

.wi-wmo4680-30:before { content: ""; }

.wi-wmo4680-31:before { content: ""; }

.wi-wmo4680-32:before { content: ""; }

.wi-wmo4680-33:before { content: ""; }

.wi-wmo4680-34:before { content: ""; }

.wi-wmo4680-35:before { content: ""; }

.wi-wmo4680-40:before { content: ""; }

.wi-wmo4680-41:before { content: ""; }

.wi-wmo4680-42:before { content: ""; }

.wi-wmo4680-43:before { content: ""; }

.wi-wmo4680-44:before { content: ""; }

.wi-wmo4680-45:before { content: ""; }

.wi-wmo4680-46:before { content: ""; }

.wi-wmo4680-47:before { content: ""; }

.wi-wmo4680-48:before { content: ""; }

.wi-wmo4680-50:before { content: ""; }

.wi-wmo4680-51:before { content: ""; }

.wi-wmo4680-52:before { content: ""; }

.wi-wmo4680-53:before { content: ""; }

.wi-wmo4680-54:before { content: ""; }

.wi-wmo4680-55:before { content: ""; }

.wi-wmo4680-56:before { content: ""; }

.wi-wmo4680-57:before { content: ""; }

.wi-wmo4680-58:before { content: ""; }

.wi-wmo4680-60:before { content: ""; }

.wi-wmo4680-61:before { content: ""; }

.wi-wmo4680-62:before { content: ""; }

.wi-wmo4680-63:before { content: ""; }

.wi-wmo4680-64:before { content: ""; }

.wi-wmo4680-65:before { content: ""; }

.wi-wmo4680-66:before { content: ""; }

.wi-wmo4680-67:before { content: ""; }

.wi-wmo4680-68:before { content: ""; }

.wi-wmo4680-70:before { content: ""; }

.wi-wmo4680-71:before { content: ""; }

.wi-wmo4680-72:before { content: ""; }

.wi-wmo4680-73:before { content: ""; }

.wi-wmo4680-74:before { content: ""; }

.wi-wmo4680-75:before { content: ""; }

.wi-wmo4680-76:before { content: ""; }

.wi-wmo4680-77:before { content: ""; }

.wi-wmo4680-78:before { content: ""; }

.wi-wmo4680-80:before { content: ""; }

.wi-wmo4680-81:before { content: ""; }

.wi-wmo4680-82:before { content: ""; }

.wi-wmo4680-83:before { content: ""; }

.wi-wmo4680-84:before { content: ""; }

.wi-wmo4680-85:before { content: ""; }

.wi-wmo4680-86:before { content: ""; }

.wi-wmo4680-87:before { content: ""; }

.wi-wmo4680-89:before { content: ""; }

.wi-wmo4680-90:before { content: ""; }

.wi-wmo4680-91:before { content: ""; }

.wi-wmo4680-92:before { content: ""; }

.wi-wmo4680-93:before { content: ""; }

.wi-wmo4680-94:before { content: ""; }

.wi-wmo4680-95:before { content: ""; }

.wi-wmo4680-96:before { content: ""; }

.wi-wmo4680-99:before { content: ""; }

.wi-owm-200:before { content: ""; }

.wi-owm-201:before { content: ""; }

.wi-owm-202:before { content: ""; }

.wi-owm-210:before { content: ""; }

.wi-owm-211:before { content: ""; }

.wi-owm-212:before { content: ""; }

.wi-owm-221:before { content: ""; }

.wi-owm-230:before { content: ""; }

.wi-owm-231:before { content: ""; }

.wi-owm-232:before { content: ""; }

.wi-owm-300:before { content: ""; }

.wi-owm-301:before { content: ""; }

.wi-owm-302:before { content: ""; }

.wi-owm-310:before { content: ""; }

.wi-owm-311:before { content: ""; }

.wi-owm-312:before { content: ""; }

.wi-owm-313:before { content: ""; }

.wi-owm-314:before { content: ""; }

.wi-owm-321:before { content: ""; }

.wi-owm-500:before { content: ""; }

.wi-owm-501:before { content: ""; }

.wi-owm-502:before { content: ""; }

.wi-owm-503:before { content: ""; }

.wi-owm-504:before { content: ""; }

.wi-owm-511:before { content: ""; }

.wi-owm-520:before { content: ""; }

.wi-owm-521:before { content: ""; }

.wi-owm-522:before { content: ""; }

.wi-owm-531:before { content: ""; }

.wi-owm-600:before { content: ""; }

.wi-owm-601:before { content: ""; }

.wi-owm-602:before { content: ""; }

.wi-owm-611:before { content: ""; }

.wi-owm-612:before { content: ""; }

.wi-owm-615:before { content: ""; }

.wi-owm-616:before { content: ""; }

.wi-owm-620:before { content: ""; }

.wi-owm-621:before { content: ""; }

.wi-owm-622:before { content: ""; }

.wi-owm-701:before { content: ""; }

.wi-owm-711:before { content: ""; }

.wi-owm-721:before { content: ""; }

.wi-owm-731:before { content: ""; }

.wi-owm-741:before { content: ""; }

.wi-owm-761:before { content: ""; }

.wi-owm-762:before { content: ""; }

.wi-owm-771:before { content: ""; }

.wi-owm-781:before { content: ""; }

.wi-owm-800:before { content: ""; }

.wi-owm-801:before { content: ""; }

.wi-owm-802:before { content: ""; }

.wi-owm-803:before { content: ""; }

.wi-owm-804:before { content: ""; }

.wi-owm-900:before { content: ""; }

.wi-owm-901:before { content: ""; }

.wi-owm-902:before { content: ""; }

.wi-owm-903:before { content: ""; }

.wi-owm-904:before { content: ""; }

.wi-owm-905:before { content: ""; }

.wi-owm-906:before { content: ""; }

.wi-owm-957:before { content: ""; }

.wi-owm-day-200:before { content: ""; }

.wi-owm-day-201:before { content: ""; }

.wi-owm-day-202:before { content: ""; }

.wi-owm-day-210:before { content: ""; }

.wi-owm-day-211:before { content: ""; }

.wi-owm-day-212:before { content: ""; }

.wi-owm-day-221:before { content: ""; }

.wi-owm-day-230:before { content: ""; }

.wi-owm-day-231:before { content: ""; }

.wi-owm-day-232:before { content: ""; }

.wi-owm-day-300:before { content: ""; }

.wi-owm-day-301:before { content: ""; }

.wi-owm-day-302:before { content: ""; }

.wi-owm-day-310:before { content: ""; }

.wi-owm-day-311:before { content: ""; }

.wi-owm-day-312:before { content: ""; }

.wi-owm-day-313:before { content: ""; }

.wi-owm-day-314:before { content: ""; }

.wi-owm-day-321:before { content: ""; }

.wi-owm-day-500:before { content: ""; }

.wi-owm-day-501:before { content: ""; }

.wi-owm-day-502:before { content: ""; }

.wi-owm-day-503:before { content: ""; }

.wi-owm-day-504:before { content: ""; }

.wi-owm-day-511:before { content: ""; }

.wi-owm-day-520:before { content: ""; }

.wi-owm-day-521:before { content: ""; }

.wi-owm-day-522:before { content: ""; }

.wi-owm-day-531:before { content: ""; }

.wi-owm-day-600:before { content: ""; }

.wi-owm-day-601:before { content: ""; }

.wi-owm-day-602:before { content: ""; }

.wi-owm-day-611:before { content: ""; }

.wi-owm-day-612:before { content: ""; }

.wi-owm-day-615:before { content: ""; }

.wi-owm-day-616:before { content: ""; }

.wi-owm-day-620:before { content: ""; }

.wi-owm-day-621:before { content: ""; }

.wi-owm-day-622:before { content: ""; }

.wi-owm-day-701:before { content: ""; }

.wi-owm-day-711:before { content: ""; }

.wi-owm-day-721:before { content: ""; }

.wi-owm-day-731:before { content: ""; }

.wi-owm-day-741:before { content: ""; }

.wi-owm-day-761:before { content: ""; }

.wi-owm-day-762:before { content: ""; }

.wi-owm-day-781:before { content: ""; }

.wi-owm-day-800:before { content: ""; }

.wi-owm-day-801:before { content: ""; }

.wi-owm-day-802:before { content: ""; }

.wi-owm-day-803:before { content: ""; }

.wi-owm-day-804:before { content: ""; }

.wi-owm-day-900:before { content: ""; }

.wi-owm-day-902:before { content: ""; }

.wi-owm-day-903:before { content: ""; }

.wi-owm-day-904:before { content: ""; }

.wi-owm-day-906:before { content: ""; }

.wi-owm-day-957:before { content: ""; }

.wi-owm-night-200:before { content: ""; }

.wi-owm-night-201:before { content: ""; }

.wi-owm-night-202:before { content: ""; }

.wi-owm-night-210:before { content: ""; }

.wi-owm-night-211:before { content: ""; }

.wi-owm-night-212:before { content: ""; }

.wi-owm-night-221:before { content: ""; }

.wi-owm-night-230:before { content: ""; }

.wi-owm-night-231:before { content: ""; }

.wi-owm-night-232:before { content: ""; }

.wi-owm-night-300:before { content: ""; }

.wi-owm-night-301:before { content: ""; }

.wi-owm-night-302:before { content: ""; }

.wi-owm-night-310:before { content: ""; }

.wi-owm-night-311:before { content: ""; }

.wi-owm-night-312:before { content: ""; }

.wi-owm-night-313:before { content: ""; }

.wi-owm-night-314:before { content: ""; }

.wi-owm-night-321:before { content: ""; }

.wi-owm-night-500:before { content: ""; }

.wi-owm-night-501:before { content: ""; }

.wi-owm-night-502:before { content: ""; }

.wi-owm-night-503:before { content: ""; }

.wi-owm-night-504:before { content: ""; }

.wi-owm-night-511:before { content: ""; }

.wi-owm-night-520:before { content: ""; }

.wi-owm-night-521:before { content: ""; }

.wi-owm-night-522:before { content: ""; }

.wi-owm-night-531:before { content: ""; }

.wi-owm-night-600:before { content: ""; }

.wi-owm-night-601:before { content: ""; }

.wi-owm-night-602:before { content: ""; }

.wi-owm-night-611:before { content: ""; }

.wi-owm-night-612:before { content: ""; }

.wi-owm-night-615:before { content: ""; }

.wi-owm-night-616:before { content: ""; }

.wi-owm-night-620:before { content: ""; }

.wi-owm-night-621:before { content: ""; }

.wi-owm-night-622:before { content: ""; }

.wi-owm-night-701:before { content: ""; }

.wi-owm-night-711:before { content: ""; }

.wi-owm-night-721:before { content: ""; }

.wi-owm-night-731:before { content: ""; }

.wi-owm-night-741:before { content: ""; }

.wi-owm-night-761:before { content: ""; }

.wi-owm-night-762:before { content: ""; }

.wi-owm-night-781:before { content: ""; }

.wi-owm-night-800:before { content: ""; }

.wi-owm-night-801:before { content: ""; }

.wi-owm-night-802:before { content: ""; }

.wi-owm-night-803:before { content: ""; }

.wi-owm-night-804:before { content: ""; }

.wi-owm-night-900:before { content: ""; }

.wi-owm-night-902:before { content: ""; }

.wi-owm-night-903:before { content: ""; }

.wi-owm-night-904:before { content: ""; }

.wi-owm-night-906:before { content: ""; }

.wi-owm-night-957:before { content: ""; }

.wi-wu-chanceflurries:before { content: ""; }

.wi-wu-chancerain:before { content: ""; }

.wi-wu-chancesleat:before { content: ""; }

.wi-wu-chancesnow:before { content: ""; }

.wi-wu-chancetstorms:before { content: ""; }

.wi-wu-clear:before { content: ""; }

.wi-wu-cloudy:before { content: ""; }

.wi-wu-flurries:before { content: ""; }

.wi-wu-hazy:before { content: ""; }

.wi-wu-mostlycloudy:before { content: ""; }

.wi-wu-mostlysunny:before { content: ""; }

.wi-wu-partlycloudy:before { content: ""; }

.wi-wu-partlysunny:before { content: ""; }

.wi-wu-rain:before { content: ""; }

.wi-wu-sleat:before { content: ""; }

.wi-wu-snow:before { content: ""; }

.wi-wu-sunny:before { content: ""; }

.wi-wu-tstorms:before { content: ""; }

.wi-wu-unknown:before { content: ""; }

@font-face { font-family: 'Jalal'; font-weight: normal; src: url("../fonts/Jalal-Light.eot?") format("eot"), url("../fonts/Jalal-Light.woff2") format("woff2"), url("../fonts/Jalal-Light.woff") format("woff"), url("../fonts/Jalal-Light.ttf") format("truetype"), url("../fonts/Jalal-Light.svg#Jalal-Light") format("svg"); }

@font-face { font-family: 'Jalal'; font-weight: bold; src: url("../fonts/Jalal-Bold.eot?") format("eot"), url("../fonts/Jalal-Bold.woff2") format("woff2"), url("../fonts/Jalal-Bold.woff") format("woff"), url("../fonts/Jalal-Bold.ttf") format("truetype"), url("../fonts/Jalal-Bold.svg#Jalal-Bold") format("svg"); }
/********AKHBAR********/
img { min-width: 100% !important; max-width: 100%; height: auto; }

@media (min-width: 992px) {
    body { margin-top: 1em; }
}

.parent-menu-link { color: black !important; }

.element-li-margin a { font-weight: 400 !important; color: black !important; }

    .element-li-margin a:hover { color: #d8b147 !important; }

.menu li a:hover { color: #d8b147 !important; }

.node-full article { padding: 0; }

    .node-full article .title { font-size: 1.5em; border-right: 0.25em solid #c9252c; padding: 0 .25em; }

@media (min-width: 992px) {
    .node-full article .title { font-size: 2.5em; }
}

.node-full article .content { border-top: 2px solid #000; padding: 2em 0; }

#sticky { position: relative; z-index: 150; }


.head { margin-top: -27px; }

#sticky.stuck { position: fixed; top: 0; right: 0; left: 0; margin: 0 auto; }

    #sticky.stuck.overflow { bottom: 0; overflow-y: auto; overflow-x: scroll; -webkit-overflow-scrolling: touch; }

.c-header { background: #fff; }

.l-header { border-bottom: 2px solid #000; /*padding: 1em 0 .5em;*/ }

@media (max-width: 991px) {
    .l-header { padding-bottom: 0; }
}

.l-header .logo { transition: all .25s ease; text-align: right; padding-top: .5rem; padding-bottom: .5rem; margin: 0; }

@media (min-width: 992px) {
    .l-header .logo { text-align: right; padding-top: 0; padding-bottom: 0; }
}

.l-header .logo a { float: right; }

.l-header .logo img { width: 190px; max-width: 100%; float: right; }

.l-header .main-menu { transition: all .25s ease; }

@media (min-width: 992px) {
    .l-header .main-menu { margin-top: -26px; margin-right: 30px; }

    .headermenu { margin-top: -22px; }
}

.l-header .menu { display: none; float: left; text-align: left; }



@media (min-width: 992px) {
    .l-header .menu { display: block; }
}

.l-header .menu:before, .l-header .menu:after { content: " "; display: table; }

.l-header .menu:after { clear: both; }

.l-header .menu li { display: inline-block; }

    .l-header .menu li a { color: #000; display: inline-block; text-align: left; padding: 0 .7em; font-weight: bold; }


    .l-header .menu li:first-child a { padding-right: 0; }

.l-header .date { transition: all .25s ease; text-align: left; /*margin: 0 0 1.6rem;*/ font-size: .9em; }

    .l-header .date .date { color: #808080; }

.l-header .small-title { color: #808080; }

.c-ad .block-content { border-top: 2px solid #777777; border-bottom: 2px solid #777777; background: #eeeeee; }

    .c-ad .block-content a, .c-ad .block-content img { display: block; }

.l-footer { background: #f8f8f8; padding: 1em 0; transition: opacity .3s ease-in-out; }

@media (min-width: 992px) {
    .l-footer { padding: 3em 0; opacity: .3; }

        .l-footer:hover { opacity: 1; }
}

.l-footer .block { color: #808080; margin: 0 0 1em; }

    .l-footer .block h3 { font-size: 1em; font-family: "GretaArabic", serif; margin-top: 0; font-weight: bold !important; color: #c9252c; }

    .l-footer .block .menu { font-size: 1em; /*border-top: 1px dotted #808080;*/ }

        /*.l-footer .block .menu li {
            border-bottom: 1px dotted #808080;
        }*/

        .l-footer .block .menu li a { color: #808080; padding-right: 0; /*font-weight: bold;*/ }

        .l-footer .block .menu.social { /*border-bottom: 1px dotted #808080;*/ margin: 1em 0; text-align: center; }

            .l-footer .block .menu.social:before, .l-footer .block .menu.social:after { content: " "; display: table; }

            .l-footer .block .menu.social:after { clear: both; }

            .l-footer .block .menu.social li { border: none; display: inline-block; margin: 0 0 0 1em; }

@media (min-width: 992px) {
    .l-footer .block .menu.social li { float: right; text-align: right; }
}

.l-footer .block .menu.social li a { font-size: 2em; padding: 0; }

@media (min-width: 992px) {
    .l-footer .block .menu.social li:nth-child(odd) { clear: right; }
}

.l-footer .block.rights-text { font-size: .8em; }

    .l-footer .block.rights-text .shfra img { height: 20px; display: inline-block; vertical-align: text-bottom; width: auto; }

.l-footer .block.rights-img { text-align: center; }

.l-main { margin: 1em 0; }

@media (min-width: 992px) {
    .l-main { margin: 2em 0; }
}

.echo-video { margin-right: 1.5em; width: 100%; }

.sidebar { /*margin: 4em 0 0;*/ }

    .sidebar .block { /*margin: 3em 0;*/ }

@media (min-width: 992px) {
    .sidebar .block { margin-bottom: 4em; }
}


@media only screen and (max-width: 500px) {
    .imgres { min-width: 0% !important; }
}

@media only screen and (max-width: 500px) {
    .image-res { max-width: 93% !important; margin-right: 8px; }
}

.sidebar .block .block-title { color: #000; }

.sidebar .block .tab-pane .list { padding: 1em 0; }

    .sidebar .block .tab-pane .list li:first-child { border-top: none; }

.menu { margin: 0; padding: 0; list-style: none; }

    .menu li { margin: 0; padding: 0; }

        .menu li a { display: block; /*padding: .5em 0;*/ transition: all .25s ease; color: #808080; }

            .menu li a:hover { text-decoration: none; color: #d2a734; }

    .menu .menu { margin-right: 1em; }

.l-nav { padding-top: 0; padding-bottom: .5em; position: relative; transition: all .25s ease; }

    .l-nav .main-user-wrap,
    .l-nav .search-wrap { position: relative; }

        .l-nav .main-user-wrap:after,
        .l-nav .search-wrap:after { content: ''; clear: both; display: table; }

    .l-nav .main-user-wrap { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .l-nav .main-user-wrap { float: right; width: 25%; }
}

.l-nav .main-user-wrap .block { float: right; }

.l-nav .main-user-wrap .social-title { margin: 2em 0 1em; }

.l-nav .main-user-wrap.active { border-left: 1px solid #b3b3b3; }

    .l-nav .main-user-wrap.active .block { float: left; }

        .l-nav .main-user-wrap.active .block .block-content { border-left: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; left: -1px; padding-bottom: 1em; color: #808080; }

.l-nav .search-wrap { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .l-nav .search-wrap { float: right; width: 25%; }
}

@media (min-width: 992px) {
    .l-nav .search-wrap { right: 50%; }
}

.l-nav .search-wrap .block { float: left; }

    .l-nav .search-wrap .block .block-title { position: relative; z-index: 5; }

        .l-nav .search-wrap .block .block-title .fa-close { display: none; }

        .l-nav .search-wrap .block .block-title .fa-search { display: inline; }

    .l-nav .search-wrap .block .block-content { z-index: 1; padding-top: 15%; opacity: 0; z-index: 4; position: fixed; top: 145px; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; transition: opacity .25s ease, top .25s ease; }

        .l-nav .search-wrap .block .block-content .form-submit { display: none; }

        .l-nav .search-wrap .block .block-content .form-control { font-size: 3em; text-align: center; background: none; height: auto; box-shadow: none !important; outline: none !important; border: none !important; }

@media (min-width: 992px) {
    .l-nav .search-wrap .block .block-content .form-control { font-size: 5em; }
}

.l-nav .search-wrap .block .block-content .form-control:focus, .l-nav .search-wrap .block .block-content .form-control:active { border: none; }

.l-nav .search-wrap.active .block .block-title .fa-close { display: inline; }

.l-nav .search-wrap.active .block .block-title .fa-search { display: none; }

.l-nav .search-wrap.active .block .block-content { opacity: 1; }

.l-nav .search-wrap.active.direction-up .block-content { top: 145px; }

.l-nav .search-wrap.active.direction-down .block-content { top: 76px; }

@media (max-width: 991px) {
    .l-nav .search-wrap.active .block-content { top: 64px !important; }
}

.l-nav .block .block-title { /*text-align: center;*/ cursor: pointer; margin: 0; font-size: 1.4em !important; line-height: 1; height: 1em; padding: .25em; box-sizing: content-box; /*margin:5px;*/ }

.l-nav .block .block-content { display: none; position: absolute; top: auto; left: 0; background: #fff; z-index: 2; min-width: 256px; padding: 0 15px; }

    .l-nav .block .block-content .menu { margin: 1.25em 0; }

        .l-nav .block .block-content .menu .menu { /*font-size: .9em;
            margin-right: 1em;
            margin: -.5em 1em 0 0;*/ }

        .l-nav .block .block-content .menu li { border-bottom: 1px dotted #b3b3b3; }

            .l-nav .block .block-content .menu li li:last-child { border-bottom: 0; }

.l-nav .block.active .block-content { display: block; }

.highlight-under-nav .l-highlight { margin-top: -40px; padding-left: 0; padding-right: 0; }

.highlight-under-nav .l-nav { position: relative; z-index: 3; }

    .highlight-under-nav .l-nav .block-title { color: #fff; }

.nav-tabs { padding: 0; margin: 0; }

    .nav-tabs > li { float: right; max-width: 50%; }

        .nav-tabs > li a { margin-right: 0; font-size: 1em; font-weight: bold; color: #b3b3b3 !important; border-radius: 0; border-top: none !important; padding: .5em .5em; }

        .nav-tabs > li:first-child a { border-right: none !important; }

        .nav-tabs > li.active a { color: #c9252c !important; }

.logo-sticky { height: 0; width: 0; opacity: 0; overflow: hidden; display: block; text-align: center; position: relative; position: absolute; bottom: -2em; left: 0; right: 0; margin: 0 auto; z-index: 5; }

    .logo-sticky a { background: #fff; padding: 0 1em; position: relative; top: -0.5em; height: 100%; display: block; }

    .logo-sticky img { max-height: 100%; }

@media (min-width: 992px) {
    .stuck .l-header { height: 4em; padding-top: .5em; padding-bottom: .5em; position: relative; }

        .stuck .l-header .date,
        .stuck .l-header .main-menu,
        .stuck .l-header .logo { display: none; }

        .stuck .l-header .logo-sticky { height: 3em; width: 200px; text-align: center; opacity: 1; overflow: visible; transition: all .25s ease; }

    .stuck .l-nav .collap-nav { margin-top: -3em; margin-bottom: 1.5em; }
}

.c-nav { overflow: visible; background: #fff; }

@media (max-width: 991px) {
    .c-nav { height: .5em; }

    .l-header { height: 64px; position: relative; }

        .l-header .date { display: none; }

        .l-header .logo { z-index: 12; position: absolute; bottom: 0; right: 0; padding: .5rem 0; }

            .l-header .logo img { max-height: 48px; width: auto; }

    .l-nav { width: 80%; top: -2.25em; float: left; margin: 0; padding: 0; }

        .l-nav .wrap { padding: 0; float: left; position: static; }

            .l-nav .wrap.main-user-wrap { padding-right: 0; }

                .l-nav .wrap.main-user-wrap .block-content { top: 2em !important; min-height: 0; }

                .l-nav .wrap.main-user-wrap .block.active .block-title,
                .l-nav .wrap.main-user-wrap .block.active .block-content { background: #eeeeee; border: none; }

            .l-nav .wrap.search-wrap { padding-left: 0; }

            .l-nav .wrap.active { border: none; }

                .l-nav .wrap.active .block { float: right !important; }

            .l-nav .wrap .block .block-title { padding: .25em .3em; }

            .l-nav .wrap .block .menu li a { padding: .5em 0; }
}

.search-small .block.search .block-content { position: absolute; top: 0 !important; right: 0 !important; left: 32px !important; min-height: 0 !important; padding: 0; margin: 0; }

    .search-small .block.search .block-content .container, .search-small .block.search .block-content .row { width: auto !important; margin: 0; }

    .search-small .block.search .block-content form { margin: 0; padding: 0; }

    .search-small .block.search .block-content .form-submit { display: block; border: none; background: none; position: absolute; top: 0; left: 0; bottom: 0; font-size: 1.4em; color: #000; }

    .search-small .block.search .block-content .form-control { font-size: 1em !important; border: 1px solid !important; text-align: right; margin: 0; }

.block .block-title { font-size: 1em; }

.rightbanner { position: fixed; right: 0; top: 0; height: 1000px; bottom: 0; }

.leftbanner { position: fixed; left: 0; top: 0; height: 1000px; bottom: 0; }



.block .block-title.secondary { border-right: 0.5em solid #d8b147; line-height: 2; padding: .25em .5em 0; }

.block > .dossier { border-right: 0.5rem solid #d8b147; padding: .25em .5em 0; }

.block .block-title a { color: inherit; }

.block .view-all { float: left; }

.block.newsletter { border: 0.5em solid #b3b3b3; border-left: none; color: #b3b3b3; /*padding: 1em;*/ position: relative; }

@media (min-width: 992px) {
    .block.newsletter { border-width: 1em; }
}

@media (min-width: 992px) {
    .block.newsletter { /*padding: 2em;*/ }
}

.block.newsletter:after { content: ''; clear: both; display: table; }

.block.newsletter .block-content,
.block.newsletter .block-title { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; /*@media (min-width: $screen-md-min) {
      @include grid-column(10, $large-gutter);
      @include grid-column-position(3);
      @include grid-column-end;
     }*/ }

@media (min-width: 992px) {
    .block.newsletter .block-content,
    .block.newsletter .block-title { float: right; width: 75%; }
}

@media (min-width: 992px) {
    .block.newsletter .block-content,
    .block.newsletter .block-title { right: 25%; }
}

.block.newsletter input,
.block.newsletter button,
.block.newsletter .block-title { color: #b3b3b3; border-color: #b3b3b3; }

.block.newsletter .block-title { font-size: 1.1em; }

@media (min-width: 992px) {
    .block.newsletter .block-title { /*font-size: 2em;*/ }
}

.block.newsletter input { font-size: 1.1em; border: none; max-width: 100%; }

@media (min-width: 992px) {
    .block.newsletter input { font-size: 1.25em; }
}

.block.newsletter:before { display: none; background: #fff url("../images/quote.png") center center no-repeat; content: ''; top: -1.1em; bottom: -1.1em; right: 1em; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; position: absolute; }

@media (min-width: 992px) {
    .block.newsletter:before { display: block; }
}

@media (min-width: 992px) {
    .block.newsletter:before { float: right; width: 25%; }
}

.block.recommended { margin-top: 85px; }

    .block.recommended .title strong { display: block; }

.block.ziad { border: 1px solid #c9252c; color: #808080; }

    .block.ziad p { padding: .75em; font-size: .9em; margin: 0; }

    .block.ziad .author { text-align: left; display: block; padding: .5em; }

.block.bank .block-title { color: #c9252c; }

.block.archive { border: 21px solid #c9252c; border-image: url("../images/archive-border.png") 21 round; }

    .block.archive .block-title { color: #c9252c; text-align: center; line-height: 1; margin: 0; padding: 0; text-align: center; margin-top: -1.25em; }

        .block.archive .block-title span { background: #fff; padding: 0 1rem; }

    .block.archive .block-content { padding: 1em; }

        .block.archive .block-content .author { text-align: center; font-size: 1em !important; }

        .block.archive .block-content .list li { padding-top: 1em; padding-bottom: 1em; }

.block.video .block-content { border-top: 2px solid #000; }

.block.video .title a { text-align: right !important; }

.block.photoblog .articles { padding: 1em 0; border-top: 2px solid #000; }

    .block.photoblog .articles:before, .block.photoblog .articles:after { content: " "; display: table; }

    .block.photoblog .articles:after { clear: both; }

.block.related { margin: 2em 0; padding: 0 0 2em; border-bottom: 1px solid #b3b3b3; }

@media (min-width: 992px) {
    .block.image-ad { overflow: hidden; }
}

.block.image-ad .block-content { text-align: center; }

    .block.image-ad .block-content img { display: inline-block; max-width: 100%; height: auto; }

@media (min-width: 992px) {
    .block.image-ad .block-content img { max-width: none; }
}

.l-main .section,
.l-main .block { margin: 1em 0; clear: both; }

.l-main .section { margin: 0 0 2em; }

.l-main .full-width { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }

@media (min-width: 992px) {
    .l-main .full-width { float: right; width: 150%; }
}

@media (min-width: 992px) {
    .l-main .full-width { left: 50%; }
}

.l-main .section .section-title { font-size: 1.2em; border-right: 0.5em solid #d8b147; padding: 0 .5em; }

    .l-main .section .section-title a { color: inherit; }

        .l-main .section .section-title a:hover { text-decoration: none; }

    .l-main .section .section-title + .section-content { border-top: 2px solid #000; padding: 2em 0; }

.l-main .section .section-content .article:last-child { border-bottom: none; }

.page-title { text-align: center; position: relative; font-size: 1.5em; }

    .page-title span { position: relative; z-index: 1; }

    .page-title:before { content: ''; height: .5em; left: 0; right: 0; top: 50%; margin-top: -.25em; background: rgba(216, 177, 71, 0.5); z-index: 0; position: absolute; width: 100%; }

.ShamSectionBorder { border-right: 0.5em solid #ff4500a1 !important; }

.page-title1 { text-align: center; position: relative; font-size: 1.5em; }

    .page-title1 span { position: relative; z-index: 1; }

    .page-title1:before { content: ''; height: .5em; left: 0; right: 0; top: 50%; margin-top: -.25em; background: #ff4500a1; z-index: 0; position: absolute; width: 100%; }

.collapsible .collapsible-trigger { cursor: pointer; }

    .collapsible .collapsible-trigger:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; }

.collapsible .collapsible-target { transition: opacity .5s ease; opacity: 0; }

.collapsible.collapsible-open .collapsible-trigger:before { content: ""; }

.collapsible.collapsible-open .collapsible-target { opacity: 1; }

.element-invisible { display: none; }

.article { padding-top: 1em; padding-bottom: 1em; /*border-bottom: 1px solid #b3b3b3;*/ }

    .article:before, .article:after { content: " "; display: table; }

    .article:after { clear: both; }

@media (min-width: 992px) {
    .article { padding-top: 0em; padding-bottom: 2em; }
}

.article .title { color: #000; font-size: 1.1em; margin: 0 0 .5em; }

@media (min-width: 992px) {
    .article .title { font-size: 1em; }
}

.article .title a { color: #000; text-decoration: none; }

    .article .title a:hover { text-decoration: none; }

.article .pretitle { display: block; }

.article .section { color: #808080; font-size: 1em; }

@media (min-width: 992px) {
    .article .section { font-size: 1.1em; }
}

.article .section a { color: inherit; }

.article .since { color: #c9252c; font-style: normal; }

.article .author { color: #c9252c !important; margin: 0; font-size: 1em; font-weight: normal; }

@media (min-width: 992px) {
    .article .author { font-size: 1.1em; }
}

.article .author a { color: inherit; }

.article .img { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin-bottom: .5em; display: block; }

@media (min-width: 992px) {
    .article .img { float: right; /*width: 33.33333%;*/ }
}

@media (max-width: 991px) {
    .article .img { float: left !important; width: 25%; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; }
}

.article .img img { width: 100%; height: auto; }

.article .content .teaser { margin: 0; }

.article.type-main-image { position: relative; margin: 0; padding: 0; border: none; }

    .article.type-main-image .content { position: absolute; right: 0; left: 0; bottom: 0; padding: 1em; background: rgba(0, 0, 0, 0.4); }

@media (min-width: 992px) {
    .article.type-main-image .content { bottom: 0; top: auto; }
}

.capital-menu { float: right !important; text-align: right !important; }

.article.type-main-image .img { width: 100%; float: none; padding: 0; margin: 0; /*margin-top: -27px;*/ }

.margin-right { margin-right: 20px; margin-bottom: 36px; }

.vanilla-padding { padding-top: 2em; }

.article.type-main-image .img a { display: block; }

.article.type-main-image .img img { width: 100%; float: right; }

.article.type-main-image .title { font-size: 1.25em; margin: 0; }

    .article.type-main-image .title a { color: #fff; display: block; }

.article.type-main-image-widescreen { position: relative; margin: 0; padding: 0; border: none; }

    .article.type-main-image-widescreen .content { position: absolute; bottom: 0; right: 0; left: 0; padding: 1em; background: rgba(0, 0, 0, 0.4); }

@media (min-width: 992px) {
    .article.type-main-image-widescreen .content { bottom: 0; right: 0; top: 0; left: auto; width: 30%; }
}

.article.type-main-image-widescreen .img { width: 100%; float: none; padding: 0; margin: 0; }

    .article.type-main-image-widescreen .img a { display: block; }

    .article.type-main-image-widescreen .img img { width: 100%; float: right; }

.article.type-main-image-widescreen .title { font-size: 1.25em; margin: 0; }

.photoblog-title { font-size: 0.9em !important; }

@media (min-width: 992px) {
    .article.type-main-image-widescreen .title { font-size: 1.7em; top: auto; bottom: 0; position: absolute; padding: 1rem; }
}

.article.type-main-image-widescreen .title .pretitle { font-size: .75em; font-weight: normal; }

.article.type-main-image-widescreen .title a { color: #fff; display: block; }

.article.type-main-title .title { font-size: 1.25em; margin: 0; }

@media (min-width: 992px) {
    .article.type-main-title .title { font-size: 32px; }
}

.article.type-main-title .title .pretitle { font-size: .6em; font-weight: normal; color: #c9252c; margin-bottom: .25em; font-weight: bold; }

.article.type-main-title .section { font-weight: bold; }

.article.type-main-title .author { font-weight: bold; }

@media (min-width: 992px) {
    .article.type-main-title .content { border-right: 1px solid #b3b3b3; padding-left: 10em; padding-right: 3em; }
}

@media (min-width: 992px) {
    .article.type-main-teaser { border-right: 1px solid #b3b3b3; border-bottom: none; min-height: 238px; }

        .article.type-main-teaser.first { border-right: none; }
}

@media (min-width: 992px) {
    .article.type-main-teaser .content { margin-left: 2em; margin-right: 2em; }
}

@media (min-width: 992px) {
    .article.type-main-teaser .content .title { text-align: center; }
}

@media (min-width: 992px) {
    .article.type-main-teaser .content .teaser { text-align: center; }
}

.article.type-section-1 .img { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }

@media (min-width: 992px) {
    .article.type-section-1 .img { float: right; width: 41.66667%; }
}

.article.type-section-1 .content,
.article.type-section-1 .meta { position: relative; min-height: 1px; padding-left: 2em; padding-right: 2em; }

.Capitalteaser { text-align: center; }

    .Capitalteaser.first { border-right: none; }

.capital-secndry { border-right: 1px solid #b3b3b3; border-bottom: none; margin-left: -10px; }

.capital-auth { color: #4c4c4c; font-size: 1.1em; }

@media (min-width: 400px) and (max-width: 992px) {
    .Capitalteaser { border-right: none !important; }

        .Capitalteaser.first { border-bottom: 1px solid #b3b3b3 !important; }

    .capital-secndry { border-right: none !important; border-bottom: none; }
}

@media (min-width: 992px) {
    .article.type-section-1 .content,
    .article.type-section-1 .meta { float: right; width: 58.33333%; }
}

@media (max-width: 991px) {
    .article.type-section-1 .content,
    .article.type-section-1 .meta { padding: 0; }
}

@media (min-width: 992px) {
    .article.type-section-1 .content,
    .article.type-section-1 .meta { float: left; }
}

@media (min-width: 992px) {
    .article.type-section-2 { display: table; width: 100%; }
}

.element-margin { margin-top: 35px !important; }

.element-width { width: 70%; }

.li-margin-bottom { margin-bottom: 1em !important; min-width: 40% !important; }

.title-margin { margin-right: 1em !important; }

.list-display { display: none; }

.element-li-margin { margin-bottom: 1em !important; }

.li-top { margin-top: 18px !important; }

.content-height { min-height: 477.422px; }

.dropdown-submenu { position: relative; }

    .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: -1px; }

.content { font-size: 16px !important; }

.menu-padding { padding: 0px; }

.article.type-section-2 .content { /* .title{
    overflow: hidden;
    a{
      float:right;
    }
    .teaser{
      clear:both;
    }
  } */ }

.arrow { font-size: 12px; float: left; text-align: left; position: relative; top: -20px; width: 30%; height: 20px; }

@media (min-width: 992px) {
    .article.type-section-2 .content { float: none; display: table-cell; vertical-align: top; }
}

.article.type-section-2 .img { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; padding-left: 15px; }

@media (min-width: 992px) {
    .article.type-section-2 .img { float: right; width: 25%; }
}

@media (min-width: 992px) {
    .article.type-section-2 .img { float: none; display: table-cell; vertical-align: top; }
}

.article.type-section-2 .meta { padding-left: 15px; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }

@media (min-width: 992px) {
    .article.type-section-2 .meta { float: right; width: 16.66667%; }
}

@media (min-width: 992px) {
    .article.type-section-2 .meta { float: none; display: table-cell; vertical-align: top; }
}

.article.type-section-2 .meta:empty { display: none; }

@media (min-width: 992px) {
    .article.type-section-3 .content { position: relative; min-height: 1px; padding-left: 1.5em; padding-right: 1.5em; }
}

@media (min-width: 992px) and (min-width: 992px) {
    .article.type-section-3 .content { float: right; width: 75%; }
}

.article.type-section-3 .meta { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }

@media (min-width: 992px) {
    .article.type-section-3 .meta { float: right; width: 25%; }
}

@media (min-width: 992px) {
    .article.type-section-3 .meta { text-align: left; }
}

.article.type-section-3 .meta .author,
.article.type-section-3 .meta .section { font-size: 1em; font-weight: bold; }

.article.type-section-3 .meta .title { margin: .25em 0; }

.article.type-section-4 { border: none; padding: 0; margin: 0; }

    .article.type-section-4 .content .title { margin: 0 !important; }

    .article.type-section-4 .meta .author { font-size: 1em; }

    .article.type-section-4 .meta .section { margin: 0; padding: 0; border: none; font-size: 1em; }

.article.type-section-5 { border: none; margin: 0; }

    .article.type-section-5 .img { width: 100%; border: none; float: none; padding: 0; }

    .article.type-section-5 .content { margin: 1em 0; }

    .article.type-section-5 .meta .author { font-size: 1em; }

    .article.type-section-5:nth-last-child(2) { margin-bottom: 65px; }

.article.type-section-music { border: none; }

    .article.type-section-music .img { width: 100%; float: none; padding: 0; }

    .article.type-section-music .text { margin: .5em 0; }

.article.type-section-related { border: none; padding: 0; }

    .article.type-section-related .img { width: 100%; float: none; padding: 0; }

    .article.type-section-related .title { font-size: 1em !important; font-family: "GretaArabic", serif; font-weight: bold; margin: .5em 0; }

.article.type-article-related { border: none; padding: 0; }

    .article.type-article-related .img { width: 100%; float: none; padding: 0; }

    .article.type-article-related .title { font-size: 1em !important; margin: .5em 0; font-family: "GretaArabic", serif; font-weight: bold !important; }

.article.infographic .content .infographic-img { margin: 2em 0; text-align: center; }

.type-main-image .content .title a,
.type-main-teaser .content .title a,
.type-section-1 .content .title a,
.type-section-2 .content .title a,
.type-section-5 .content .title a,
.type-section-vanilla .content .title a,
.type-main-image-widescreen .content .title a { /* color: $body-bg;
  background: $headings-color;
  line-height: 1.6;
  padding: 0 .25em;
  &:hover {
    color: $body-bg;
    background: $brand-primary;
  } */ }

form { margin: 1em 0; }

    form:before, form:after { content: " "; display: table; }

    form:after { clear: both; }

    form input,
    form select,
    form textarea { display: block; width: 99%; margin: 0 0 .5em; padding: .5em .5em; }

        form input[type=radio],
        form input[type=checkbox] { width: auto; padding: 0; margin: 0; display: inline-block; }

            form input[type=radio] + label,
            form input[type=checkbox] + label { margin-right: .5em; display: inline-block; }

    form .form-submit { float: left; }

@media (min-width: 992px) {
    form.subscribe { width: 75%; }

        form.subscribe .form-desc { float: right; }

        form.subscribe button { float: left; }
}

form.subscribe .form-item { margin: 0 0 1em; }

    form.subscribe .form-item:before, form.subscribe .form-item:after { content: " "; display: table; }

    form.subscribe .form-item:after { clear: both; }

    form.subscribe .form-item label { display: none; }

form.share .form-item { margin: 1em 0; }

form.share .form-actions .col { padding: 0; }

form.comment h4 { font-size: 1em; color: #4c4c4c; }

form .form-number { direction: ltr; text-align: right; }

form .form-textarea { min-height: 100px; }

.marginbottomobituary { margin-top: 0em; }

.obituaries-marginbottom { margin-bottom: 1em; }

.obituaries-marginright { margin-right: 1em; margin-bottom: 1em; }

@media only screen and (max-width: 768px) and (min-height: 400px) {
    .marginbottomobituary { margin-top: 1em !important; }
}

.datelogo { margin-top: 140px !important; margin-left: 45px !important; }

.load-more { display: block; width: 100%; font-size: 1.1em; }

    .load-more.loading { color: #333; overflow: hidden; text-indent: -200%; background: #fff url("../images/ajax-loader.gif") center center no-repeat !important; outline: none !important; box-shadow: none !important; border-color: #ccc !important; }

        .load-more.loading:hover, .load-more.loading:active, .load-more.loading:hover { background: #fff; cursor: default; border-color: #ccc !important; outline: none !important; box-shadow: none !important; }

.ui-autocomplete-loading { background-image: url("../images/ajax-loader.gif"); background-repeat: no-repeat; background-position: 0.25em center; }

.ui-autocomplete.ui-widget-content { background: #fff; border: 1px solid #e6e6e6; }


.list { margin: 0; padding: 0; list-style: none; }

    .list li { border-bottom: 1px dotted #b3b3b3; padding: 1em 0; /*border-top: 1px dotted #b3b3b3;*/ padding: .5em; }

        .list li a { color: inherit; text-decoration: none; }

        .list li:first-child { border-top: none; }

        .list li:last-child { border-bottom: 1px dotted #b3b3b3; }

        .list li .list { margin: 2em 2em 2em 0; }

            .list li .list li:first-child { border-top: 1px dotted #b3b3b3; }

            .list li .list li:last-child { border-bottom: none; }

    .list .author { margin: 0; }

    .list .since { color: #c9252c; font-weight: normal; }

    .list .title { font-weight: normal; font-size: 18px; display: inline; color: black; }

        .list .title strong { color: black; }

    .list .article .title { /*font-weight: bold !important;*/ }

.b-list { font-weight: normal; }

.list .dates { position: relative; text-align: center; color: #c9252c; }

@media (min-width: 992px) {
    .list .dates { margin: 0 2em !important; }
}

.list .dates span { background: #fff; padding: 0 .5em; position: relative; z-index: 1; }

.list .dates:after { content: ''; position: absolute; left: 0; right: 0; top: 50%; border: 1px solid #c9252c; }

.listings-wrap { margin: 1em 0; }

@media (min-width: 992px) {
    .listings-wrap { margin: 2em 0; }
}

@media (min-width: 992px) {
    .listings-wrap .articles-listing { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; border-left: 1px solid #b3b3b3; }
}

@media (min-width: 992px) and (min-width: 992px) {
    .listings-wrap .articles-listing { float: right; width: 50%; }
}

@media (max-width: 991px) {
    .listings-wrap .articles-listing { border-bottom: 1px dotted #b3b3b3; }
}

.listings-wrap .articles-listing:last-child { border-left: none; border-bottom: none; }

@media (min-width: 992px) {
    .listings-wrap .articles-listing li { border-bottom: none; }
}

.articles-listing { padding: 0; list-style: none; }

    .articles-listing li { padding: .5em 0; border-bottom: 1px dotted #b3b3b3; }

@media (min-width: 992px) {
    .articles-listing li { padding: 1em 0; }
}

.articles-listing li:last-child { border-bottom: none; }

.photoblogs-listing .article { margin: 15px 0; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 760px) {
    .photoblogs-listing .article { float: right; width: 33.33333%; }

    .block.photoblog .articles { padding: 1em 0; border-top: 2px solid #000; }

    .photoblogs-listing .article.featured { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
}

@media (min-width:760px) {
    .photoblogs-listing .article.featured { float: right; width: 66.66667%; }

    .articles.photoblogs-listing { margin-bottom: 50px; }
}

.photoblogs-listing .article .img { margin: 0; padding: 0; }

    .photoblogs-listing .article .img img { float: right; /*max-height: 350px;*/ }

.photoblogs-listing .article .content { margin: 0 15px; }

.articles-related { margin: 0; padding: 0; list-style: none; margin-right: -15px; margin-left: -15px; }

    .articles-related:before, .articles-related:after { content: " "; display: table; }

    .articles-related:after { clear: both; }

    .articles-related li { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .articles-related li { float: right; width: 25%; }
}

.photoblogs-related { margin: 0; padding: 0; list-style: none; margin-right: -15px; margin-left: -15px; }

    .photoblogs-related:before, .photoblogs-related:after { content: " "; display: table; }

    .photoblogs-related:after { clear: both; }

    .photoblogs-related li { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .photoblogs-related li { float: right; width: 33.33333%; }
}

.list-tags { margin: 0; padding: 0; list-style: none; }

    .list-tags li { display: inline-block; }

        .list-tags li:after { content: '،'; margin-left: .25em; }

        .list-tags li:last-child:after { content: ''; display: none; }

.list-attachments li .file:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: .5em; font-size: 1.3em; }

.list-attachments li .file.file-type-audio:before { content: ""; }

.list-attachments li .file.file-type-video:before { content: ""; }

.list-attachments li .file.file-type-image:before { content: ""; }

.list-attachments li .file.file-type-text:before { content: ""; }

.list-attachments li .file.file-type-pdf:before { content: ""; }

.social-login { margin: 0; padding: 0; list-style: none; }

    .social-login li { margin: 0; padding: 0 .25em; }

        .social-login li button { border: 0; color: #fff; padding: 0; height: 48px; line-height: 48px; width: 100%; display: block; font-size: 1.5em; background: #4c4c4c; border: 1px solid #4c4c4c; transition: background .5s ease; }

/*.social-login li button:focus, .social-login li button:hover, .social-login li button:active {
  color: #4c4c4c;
  background: #fff;
}*/

.login-twitter:hover { color: #fff; background: #1DA1F2; }

.login-google:hover { color: #fff; background: #F44336; }

.login-facebook:hover { color: #fff; background: #3B5998; }

.login-microsoft:hover { color: #fff; background: #000047; }



.block.latest-comments .block-title:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; margin-left: .25em; }

.block.all-comments { /* @media (max-width: $screen-md-max) {
    margin-top:0!important;
    display: none;
    &.active{
      display: block;
    }
  } */ position: fixed; top: 0; bottom: 0; right: -440px; width: 440px; max-width: 100%; transition: all .25s ease; z-index: 102; background: #fff; padding: 1em; margin: 0; overflow: hidden; box-shadow: -3px 0 12px -3px rgba(25, 25, 35, 0.06), inset 1px 0 0 #eeeeee; }

    .block.all-comments .block-in { position: relative; }

    .block.all-comments .close-comments { display: none; }

    .block.all-comments.active { right: 0; opacity: 1; overflow: visible; }

@media (max-width: 991px) {
    .block.all-comments.active { right: 0 !important; left: 0 !important; }
}

.block.all-comments .block-in { height: 100%; overflow-y: auto; direction: ltr; padding-right: .5em; }

.block.all-comments .load-more { margin: 1em 0; }

.block.all-comments .list li { transition: all 1.5s ease; background: rgba(216, 177, 71, 0); }

    .block.all-comments .list li.highlight { background: rgba(216, 177, 71, 0.1); }

        .block.all-comments .list li.highlight .reply-form-elements { background: #FBF7ED !important; }

    .block.all-comments .list li .img { float: right; width: 64px; height: 64px; border-radius: 64px; border: 1px solid #000; margin: 0 0 0 1em; overflow: hidden; }

    .block.all-comments .list li .comment { padding: .5em 0; }

        .block.all-comments .list li .comment p:last-child { margin-bottom: 0; }

        .block.all-comments .list li .comment p:first-child { margin-top: 0; }

.block.all-comments .list .replies { margin-top: 1em; margin-right: 3em; margin-bottom: 0; }

.block.all-comments .comment-replies { overflow: hidden; }

    .block.all-comments .comment-replies .add-reply { float: left; text-align: center; position: relative; padding: 0 .75em; text-decoration: none !important; }

        .block.all-comments .comment-replies .add-reply:after { border: 1px solid #777777; border-bottom: none; border-right: none; background: #fff; transform: rotate(45deg); content: ''; width: 16px; height: 16px; position: absolute; top: 100%; left: 50%; margin-top: .25em; margin-left: -8px; display: none; }

        .block.all-comments .comment-replies .add-reply:before { content: ''; width: 17px; height: 1px; background: #fff; position: absolute; top: 100%; margin-top: 11px; right: 10px; z-index: 2; }

    .block.all-comments .comment-replies form { display: none; clear: both; padding-top: 11px; }

        .block.all-comments .comment-replies form .reply-form-elements { padding: .5em 0; border-top: 1px solid #777777; position: relative; z-index: 1; background: #fff; transition: all 1.5s ease; }

    .block.all-comments .comment-replies.active .add-reply:after { display: block; }

    .block.all-comments .comment-replies.active form { display: block; }

.block.all-comments .close-comments { padding: .5em; line-height: 1; font-size: 1em; cursor: pointer; border-top-left-radius: 5px; border-bottom-left-radius: 5px; box-shadow: -2px 1px 0.25em 0 rgba(0, 0, 0, 0.05); position: absolute; width: 32px; top: 20px; left: -31px; background: #fff; border-width: 1px 0 1px 1px; border-style: solid; border-color: #eeeeee; display: block; }

    .block.all-comments .close-comments .close-icon { background: transparent; display: inline-block; height: 2px; top: -2px; width: 100%; transition: .3s; position: relative; }

        .block.all-comments .close-comments .close-icon:after, .block.all-comments .close-comments .close-icon:before { transform-origin: 50% 50%; background: #000; display: inline-block; height: 2px; width: 100%; transition: .3s; content: ''; top: 0; left: 0; position: absolute; transform-origin: center center; box-shadow: none !important; margin: 0; }

        .block.all-comments .close-comments .close-icon:after { transform: rotate3d(0, 0, 1, -45deg); }

        .block.all-comments .close-comments .close-icon:before { transform: rotate3d(0, 0, 1, 45deg); }

@media (max-width: 991px) {
    .block.all-comments .close-comments { left: 0; top: 0; box-shadow: none; border: none; }
}


@media (max-width: 500px) {
    #scroll-top { display: none; }
}

#scroll-top { /*display: none;*/ position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color: #c9252c; color: #fff; cursor: pointer; padding: 15px; border-radius: 10px; }

.block.all-comments .block-title { margin-top: 0; }

.block.all-comments .block-title,
.block.all-comments .block-content { direction: rtl; }

.block.all-comments .comments-title { border-top: 1px dotted #777777; margin-top: 2em; padding-top: 1em; }

.block.all-comments form .form-elements { transition: all .25s ease; opacity: 0; max-height: 0; overflow: hidden; }

.block.all-comments form .form-title { border: none; background: #e6e6e6; color: #4c4c4c; display: block; width: 100%; margin: 0 0 .5em; padding: .75em .5em; }

.block.all-comments form.active .form-elements { opacity: 1; max-height: 350px; }

.block.all-comments form.active .form-title { background: none; color: #4c4c4c; }

.block.all-comments form .comment-name a { color: #c9252c !important; }

.comments-inpage .block.all-comments { width: 100%; position: relative; right: 0; top: 0; display: block; z-index: 1; padding: 1em; margin: 0; overflow: visible; box-shadow: none; }

    .comments-inpage .block.all-comments.active { right: 0 !important; top: 0 !important; }

    .comments-inpage .block.all-comments .close-comments { display: none !important; }

    .comments-inpage .block.all-comments .block-in { height: auto; overflow: visible; direction: rtl; padding-right: 0; }

    .comments-inpage .block.all-comments .load-more { margin: 1em 0; }

    .comments-inpage .block.all-comments .block-title { margin-top: 0; }

.blurb { border: 6px solid #b3b3b3; border-bottom-width: 3px; margin: 2em auto; }

@media (min-width: 992px) {
    .blurb { width: 40%; margin: 0 2em; margin-right: -10%; float: right; }
}

.blurb .text { padding: .5em 1.5em; margin: .5em -.5em 0; text-align: justify; background: #fff; color: #888; }

    .blurb .text p { width: auto; }

.blurb .title { font-size: 1em !important; font-weight: normal; padding: 1em .5em 0; }

.error { margin: 0 auto; }

    .error .content { text-align: center; font-size: 1.5em; }

.block.dossier-desc, .block.dossier-cover { border: 6px solid #555555; border-bottom-width: 0; margin: 2em auto; }

@media (min-width: 992px) {
    .block.dossier-desc, .block.dossier-cover { border-bottom-width: 3px; }
}

.block.dossier-desc .block-content, .block.dossier-cover .block-content { padding: .5em 1.5em; margin: .5em -.5em 0; text-align: justify; background: #fff; color: #888; }

    .block.dossier-desc .block-content:before, .block.dossier-desc .block-content:after, .block.dossier-cover .block-content:before, .block.dossier-cover .block-content:after { content: " "; display: table; }

    .block.dossier-desc .block-content:after, .block.dossier-cover .block-content:after { clear: both; }

    .block.dossier-desc .block-content p, .block.dossier-cover .block-content p { width: auto; }

        .block.dossier-desc .block-content p.teaser, .block.dossier-cover .block-content p.teaser { margin: .5em 0; }

    .block.dossier-desc .block-content .subtitle, .block.dossier-cover .block-content .subtitle { color: #4c4c4c; }

.block.dossier-desc .block-title, .block.dossier-cover .block-title { font-size: 1.2em !important; font-weight: bold; padding: 1em .5em 0; }

.block.dossier .dossier-subtitle { font-size: 1em; }

@media screen {
    .has-tooltip { color: #000; border-bottom: 1px dotted #000; }
}

.tooltip { font-size: .85em; }

    .tooltip .tooltip-inner { cursor: auto; }

.list-share .url .tooltip { margin-top: 0 !important; }

.modal .modal-body { overflow: hidden; }

    .modal .modal-body p { width: auto; }

.flexslider { border-radius: 0; box-shadow: none; border: none; padding: 0; }

.flex-direction-nav a { opacity: 1 !important; }

    .flex-direction-nav a:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 3em; color: #fff; text-shadow: 0 0 1px #000; }

    .flex-direction-nav a.flex-next { left: 1em !important; }

        .flex-direction-nav a.flex-next:before { content: ""; }

    .flex-direction-nav a.flex-prev { right: 1em !important; }

        .flex-direction-nav a.flex-prev:before { content: ""; }

.flexslider .slides li { max-height: 500px !important; height: 500px; background: #2a2c34; text-align: center; }

    .flexslider .slides li .slide { display: table; height: 100%; width: 100%; }

        .flexslider .slides li .slide .image { display: table-cell; text-align: center; vertical-align: middle; }

            .flexslider .slides li .slide .image img { max-height: 500px; width: auto; display: inline-block; }

    .flexslider .slides li .caption { position: absolute; top: 100%; right: 0; left: 0; width: 100%; /*margin: .5em 0;*/ text-align: center; color: #555555; }

.y-video { width: auto; min-width: 100%; min-height: 350px; position: center; display: block; top: 0; height: auto; left: 0%; }

.x-video { width: auto; min-width: 100%; position: center; display: block; top: 0; height: 100% !important; left: 0%; }

.nobullet { list-style: none; }

.mejs-container { background: #fff; }

    .mejs-container .mejs-controls { background: none; }

        .mejs-container .mejs-controls .mejs-time-rail span { height: 5px; }

        .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total { background: #4c4c4c; margin-left: 0; margin-right: 0; margin-top: 8px; }

        .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #c9252c; }

        .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current { background: none; }

            .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current:after { content: ''; border: 3px solid #c9252c; border-radius: 20px; width: 20px; height: 20px; float: right; position: relative; right: -20px; top: -8px; background: #fff; }

        .mejs-container .mejs-controls .mejs-button button { background-image: url("../images/controls.svg"); margin: 6px 5px; }

        .mejs-container .mejs-controls .mejs-custom-button { color: #000; }

            .mejs-container .mejs-controls .mejs-custom-button i { display: block; cursor: pointer; text-align: center; margin: 7px 5px; font-size: 14px; }

        .mejs-container .mejs-controls .mejs-time { color: #4c4c4c; }

        .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #808080; }

.no-svg .mejs-controls .mejs-button button .mejs-controls .mejs-button button { background-image: url("../images/controls.png"); }

.mejs-list li { cursor: pointer; transition: all .25s ease; background: #fff; }

    .mejs-list li:hover, .mejs-list li.current { background: #eeeeee; }

    .mejs-list li .meta { margin-right: -15px; margin-left: -15px; }

        .mejs-list li .meta:before, .mejs-list li .meta:after { content: " "; display: table; }

        .mejs-list li .meta:after { clear: both; }

        .mejs-list li .meta .label { position: relative; float: right; width: 25%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) {
    .mejs-list li .meta .label { float: right; width: 16.66667%; }
}

.mejs-list li .meta .value { position: relative; float: right; width: 75%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) {
    .mejs-list li .meta .value { float: right; width: 83.33333%; }
}

.datepicker-dropdown { left: auto; right: auto; }

.datepicker { max-width: 230px; width: 100%; }

    .datepicker table { width: 100%; }

        .datepicker table thead { text-align: center; }

        .datepicker table tfoot th { border-bottom: 1px dotted #b3b3b3; border-top: 1px dotted #b3b3b3; text-align: right; }

        .datepicker table tbody .month.active { color: #fff !important; background: #c9252c !important; }

        .datepicker table tbody .month.focused { color: #c9252c !important; background: #fff !important; }

        .datepicker table tbody .today { background: none !important; color: #c9252c !important; border-color: transparent !important; font-weight: bold; }

            .datepicker table tbody .today:hover { color: #fff !important; background: #c9252c !important; }

        .datepicker table tbody .day.active, .datepicker table tbody .day.active:hover { color: #fff !important; background: #c9252c !important; }

    .datepicker .glyphicon-arrow-left:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; }

    .datepicker .glyphicon-arrow-right:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; }

/*! jQuery UI - v1.12.1 - 2016-10-15
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }

.ui-helper-clearfix:after { clear: both; }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ }

.ui-front { z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon { display: inline-block; vertical-align: middle; margin-top: -.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

.ui-widget-icon-block { left: 50%; margin-left: -8px; display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; }

.ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: 0; }

    .ui-menu .ui-menu { position: absolute; }

    .ui-menu .ui-menu-item { margin: 0; cursor: pointer; /* support: IE10, see #8844 */ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

    .ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px 1em 3px .4em; }

    .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active { margin: -1px; }

/* icon support */
.ui-menu-icons { position: relative; }

    .ui-menu-icons .ui-menu-item-wrapper { padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon { left: auto; right: 0; }

.front .l-main .section,
.front .l-main .section:first-child { margin-top: 0; }

.front .l-main .block.ad { margin: 0; }

.front .section .articles { border-top: 2px solid #fff; }

.front .section .type-section-5 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .front .section .type-section-5 { float: right; width: 50%; }
}

.front .section .type-section-5:nth-child(odd) { clear: right; }

.front .section.full-width { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.vanilla-margin { margin-top: 2em; }

@media (min-width: 992px) {
    .front .section.full-width { float: right; width: 125%; }
}

.front .section.dossier { background: #4c4c4c; border: 1px solid; color: #fff; padding: .5em; }

    .front .section.dossier a { color: #fff; }

.front .section .articles { border-color: #fff; }

.front .section .article .img { padding-right: 0; }

.front .section .section-title { border-color: #d8b147; margin-top: 5em; }

.front .section.collapsible { border-bottom: 1px solid #d8b147; }

    .front .section.collapsible .articles { max-height: 0; transition: all .25s ease; overflow: hidden; }

    .front .section.collapsible .collapsible-trigger { transition: all .2s ease; }

        .front .section.collapsible .collapsible-trigger:before { display: none; }

    .front .section.collapsible.collapsible-open .collapsible-trigger { border-right-width: 1em; }

    .front .section.collapsible.collapsible-open .articles { max-height: 9999px; }

.front .l-highlight { border-bottom: 1px solid #b3b3b3; }

    .front .l-highlight .article { margin-bottom: 2em; }

        .front .l-highlight .article.type-main-image .title a { text-align: center !important; }

.article-full { overflow: visible; }

    .article-full p { line-height: 2em; }

@media (min-width: 992px) {
    .article-full { width: 80%; }

        .article-full .form-item { width: 100%; }
}

.article-author { margin: 1em 15px 0; }

    .article-author .block-title { font-size: 1em; }

    .article-author .twitter { margin: 1em 0; }

        .article-author .twitter:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; margin-left: .5em; }

.article-actions { padding: 0 0 2em; }

    .article-actions:before, .article-actions:after { content: " "; display: table; }

    .article-actions:after { clear: both; }

    .article-actions ul { list-style: none; margin: 0; padding: 0; float: right; }



@media (max-width: 991px) {
    .article-actions ul { /*width: 100%;*/ margin: .5em auto; }
}

.article-actions ul li { float: right; text-align: center; padding: 0; margin: 0; margin-left: .5em; cursor: pointer; font-size: 1.1em; color: #fff; background: #4c4c4c; transition: all .2s ease; min-width: 32px; height: 32px; border-radius: 32px; text-align: center; line-height: 34px; }

    .article-actions ul li a { color: inherit; display: block; width: 100%; height: 100%; }

    .article-actions ul li:hover { background: #777777; }

    .article-actions ul li.facebook:hover { background: #3B5998; }

    .article-actions ul li.twitter:hover { background: #1DA1F2; }

    .article-actions ul li.google:hover { background: #F44336; }

    .article-actions ul li.whatsapp:hover { background: #25D366; }

    .article-actions ul li.url:hover { background: #FFD700; }

    .article-actions ul li.print:hover { background: #000080; }

    .article-actions ul li.email:hover { background: #C0C0C0; }

    .article-actions ul li > div { height: 100%; }

        .article-actions ul li > div a { padding: 0 .5rem; cursor: pointer; text-decoration: none; }

    .article-actions ul li .inline_share_desc { display: none; }

    .article-actions ul li:first-child { padding-right: 0; border-right: none; }

    .article-actions ul li form { margin: 0; padding: 0; }

    .article-actions ul li button { margin: 0; padding: 0; border: 0; display: inline; background: none; font-size: 1em; }

.article-actions .list-content { float: right; border-right: 1px solid #eeeeee; padding-right: .5em; margin-right: .5em; }

@media (max-width: 991px) {
    .article-actions .list-content { border-right: none; padding-right: 0; margin-right: 0; }
}

.article-actions .list-content li { background: #fff; color: #4c4c4c; /* &.print {
    .fa {
      font-size: 1.75em;
    }
  }
  &.email {
    .fa {
      font-size: 1.75em;
    }
    .fa-envelope-o {
      display: block;
    }
    .fa-envelope {
      display: none;
    }
    &:hover {
      .fa-envelope-o {
        display: none;
      }
      .fa-envelope {
        display: block;
      }
}
  } */ }

    .article-actions .list-content li .state-on { display: none; }

    .article-actions .list-content li .state-off { display: block; }

    .article-actions .list-content li:hover,
    .article-actions .list-content li .on { background: #fff; }

        .article-actions .list-content li:hover .state-off,
        .article-actions .list-content li .on .state-off { display: none; }

        .article-actions .list-content li:hover .state-on,
        .article-actions .list-content li .on .state-on { display: block; }

    .article-actions .list-content li.comments { border: 2px solid #4c4c4c; background: #fff; border-radius: 4px; position: relative; height: 24px; line-height: 24px; transition: none; font-size: .9em; }

        .article-actions .list-content li.comments a { display: block; }

        .article-actions .list-content li.comments:after { content: ''; position: absolute; bottom: -6px; left: 13px; border-width: 6px 0 0 9px; border-style: solid; border-color: #fff transparent; display: block; width: 0; }

        .article-actions .list-content li.comments:before { content: ''; position: absolute; bottom: -10px; left: 12px; border-width: 8px 0 0 12px; border-style: solid; border-color: #4c4c4c transparent; display: block; width: 0; }

        .article-actions .list-content li.comments:hover { color: #fff; background: #4c4c4c; }

            .article-actions .list-content li.comments:hover:after { border-color: #4c4c4c transparent; }

    .article-actions .list-content li.bookmark .fa { font-size: 1.8em; /* position: relative;
           display: block;
           width:16px;
           height:32px;
                     &:before{
            position: absolute;
            bottom:0;
            right:0;
            left:0;
                     }
                     &:after{
              content:'';
              width:100%;
              height:8px;
              border:2px solid $text-color;
              border-bottom:none;
              background:$body-bg;
              display: block;
              position: absolute;
              top:0; right:0;
              left:0;

                     } */ }

    .article-actions .list-content li.bookmark:hover { color: #c9252c; }

        .article-actions .list-content li.bookmark:hover:after { color: #c9252c !important; }

.article-tags { margin-top: 2em; }

    .article-tags .label { font-size: 1em; }

    .article-tags .label,
    .article-tags .list { float: right; margin: 0; margin-left: .5em; }

.article-attachments { margin-top: 2em; }

    .article-attachments .label { font-size: 1em; }

    .article-attachments li a { text-decoration: none; color: #777777; display: -ms-flexbox; display: flex; }

        .article-attachments li a .attachment-title { font-size: 1em; }

        .article-attachments li a .fa { color: #555555; font-size: 1.5em; float: right; margin: 0 0 0 1rem; }

        .article-attachments li a:hover { color: #c9252c; }

            .article-attachments li a:hover .fa { color: inherit; }

.article .content p { position: relative; word-wrap: break-word !important; }

    .article .content p .attachment { margin: 2em 0; color: #777777; display: block; display: -ms-flexbox; display: flex; text-decoration: none; border-right: 3px solid #ccc; padding: .3em 1em; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

        .article .content p .attachment .fa { color: #555555; font-size: 2rem; float: right; margin: 0 1rem; float: none; margin: 0 0 .5rem; font-size: 3em; display: block; }

        .article .content p .attachment .attachment-title { font-size: 17.6px; line-height: 2em; }

@media (min-width: 992px) {
    .article .content p .attachment { position: absolute; display: block; width: 50%; margin: 0; margin-right: 2em; margin-left: 1em; padding-left: 1em; /*left: 100%;*/ right: 100%; top: 0; border-right: 3px solid #ccc; /*text-align: left;*/ text-align: right; padding-top: 0; }

    .article .content .attachment .attachment-title { font-size: 1em; }

    .article .content .attachment .fa { float: none; /*margin: 0 0 .5rem;*/ font-size: 3em; display: block; }
}

.node-full .pretitle { font-weight: normal; margin-bottom: .25em; display: block; font-weight: bold; font-size: 1.1em; }

@media (max-width: 991px) {
    .node-full .pretitle { font-size: 1em; }
}

.ytp-title-text { max-width: 100%; padding-left: 4px; overflow: hidden; white-space: nowrap; word-wrap: normal; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-top: 1em; vertical-align: top; padding-top: 12px; font-size: 18px; }

.ytp-title { overflow: hidden; flex: 1; }

.ytp-chrome-top { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: end; justify-content: flex-end; left: 12px; right: 12px; top: 0; z-index: 59; margin-top: 2em; }

.ytp-gradient-top { height: 48px; padding-bottom: 50px; top: 0; z-index: 23; background-position: top; }

.ytp-chrome-top .ytp-button { padding-top: 6px; height: 42px; vertical-align: top; }

.html5-video-player .unstarted-mode ytp-hide-controls { position: relative; width: 100%; height: 100%; background-color: #000; overflow: hidden; outline: 0; font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif; color: #eee; text-align: left; direction: ltr; font-size: 11px; line-height: 1.3; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0,0,0,0); touch-action: manipulation; margin-top: 0.5em; margin-right: 1em; }

.m-margin { margin-top: 1em; }

.p-padding { padding: 1.5em; }

.node-full .title { font-size: 1.1em; border: none; }

.intro p { line-height: 1.8em !important; font-size: 1.15em !important; }

.node-full .intro p:first-child { font-size: 1.2em; }

@media (min-width: 992px) {
    .node-full .intro p:first-child { font-size: 1.4em; }
}

.node-full .intro p { font-size: 1.1em; }

.node-full .meta { margin: 0 0 2em; }

    .node-full .meta li { display: inline-block; margin-top: 0; margin-bottom: 0; }

        .node-full .meta li:before { content: '|'; color: #808080; line-height: 1; }

        .node-full .meta li a { padding-left: .25em; padding-right: .25em; color: inherit; display: inline-block; }

        .node-full .meta li:first-child { padding-right: 0; }

            .node-full .meta li:first-child:before { display: none; }

        .node-full .meta li.section { color: #808080; }

        .node-full .meta li.author { color: #000; }

        .node-full .meta li.service:before { display: none; }

@media (min-width: 992px) {
    .node-full .main-img { width: 110%; position: relative; right: -10%; }
}

.node-full .main-img img { display: block; max-width: 100%; height: auto; width: 100%; }

.node-full .main-img .caption { color: #808080; display: block; }

.node-full blockquote { border: none; border-top: 2px solid #d8b147; border-bottom: 2px solid #d8b147; font-size: 1.15em; font-weight: bold; margin: 2em 0; }

@media (min-width: 992px) {
    .node-full blockquote { font-size: 1.5em; }
}

@media (min-width: 992px) {
    .node-full blockquote { width: 110%; position: relative; right: -10%; }
}

.node-full blockquote span { transition: all .25s ease; padding: 0 .25em; }

.node-full blockquote:hover span { background: rgba(216, 177, 71, 0.1); }

.node-full .block.ad { margin: 2em 0; text-align: center; }

@media (min-width: 992px) {
    .node-full .block.ad { width: 80%; }
}

.node-full .block.ad.image-ad .block-content { width: 300px; height: 250px; margin: 0 auto; }

    .node-full .block.ad.image-ad .block-content a { display: block; }

.archive-issues .year-wrap { margin: 1em 2em; }

    .archive-issues .year-wrap:before, .archive-issues .year-wrap:after { content: " "; display: table; }

    .archive-issues .year-wrap:after { clear: both; }

    .archive-issues .year-wrap .year { color: #000; font-weight: bold; font-size: 1.5em; margin: 0; border-right: 0.25em solid #c9252c; padding-right: .5em; }

        .archive-issues .year-wrap .year:after { content: ''; border-top: 1px solid #000; position: relative; top: .25em; display: block; }

.archive-issues .month-wrap { margin: 1em 0; }

    .archive-issues .month-wrap:before, .archive-issues .month-wrap:after { content: " "; display: table; }

    .archive-issues .month-wrap:after { clear: both; }

    .archive-issues .month-wrap .month { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin: 0; font-size: 1em; font-family: "GretaArabic", serif; font-weight: bold; line-height: 32px; padding-right: 0; }

@media (min-width: 992px) {
    .archive-issues .month-wrap .month { float: right; width: 8.33333%; }
}

.archive-issues .month-wrap .days-wrap { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .archive-issues .month-wrap .days-wrap { float: right; width: 91.66667%; }
}

.archive-issues .days-wrap .day { float: right; background: #F0f0f0; color: #4c4c4c; margin: 1px; padding: .25em 0; text-align: center; text-decoration: none; position: relative; font-family: Arial, sans-serif; width: 32px; height: 32px; cursor: pointer; }

    .archive-issues .days-wrap .day .preview { border: 1px solid #4c4c4c; text-align: center; position: absolute; bottom: 100%; margin-bottom: 1em; right: 50%; display: none; width: 180px; margin-right: -90px; background: #fff; }

        .archive-issues .days-wrap .day .preview:before, .archive-issues .days-wrap .day .preview:after { content: ''; height: 0; width: 0; border: solid transparent; position: absolute; left: 50%; margin-left: -10px; }

        .archive-issues .days-wrap .day .preview:before { top: 100%; }

        .archive-issues .days-wrap .day .preview:after { bottom: -19px; }

        .archive-issues .days-wrap .day .preview:before { border-top-color: rgba(0, 0, 0, 0.75); border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-width: 10px; }

        .archive-issues .days-wrap .day .preview:after { border-top-color: #4c4c4c; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-width: 10px; }

        .archive-issues .days-wrap .day .preview strong { background: rgba(0, 0, 0, 0.75); color: #fff; display: block; padding: .25em; position: absolute; bottom: 0; right: 0; left: 0; }

        .archive-issues .days-wrap .day .preview img { display: inline-block; margin: 0; width: 100%; height: auto; min-height: 270px; }

    .archive-issues .days-wrap .day:hover { background: #4c4c4c; color: #fff; text-decoration: none; }

        .archive-issues .days-wrap .day:hover .preview { /* display: block;
  z-index:99;
  */ }

.tooltip-wrap .preview { border: 1px solid #4c4c4c; text-align: center; position: absolute; margin-bottom: 1em; z-index: 100; width: 180px; margin-right: -90px; background: #fff; margin-left: 1em; margin-top: -1em; }

    .tooltip-wrap .preview:before, .tooltip-wrap .preview:after { content: ''; height: 0; width: 0; border: solid transparent; position: absolute; left: 50%; margin-left: -10px; }

    .tooltip-wrap .preview:before { top: 100%; }

    .tooltip-wrap .preview:after { bottom: -19px; }

    .tooltip-wrap .preview:before { border-top-color: rgba(0, 0, 0, 0.75); border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-width: 10px; }

    .tooltip-wrap .preview:after { border-top-color: #4c4c4c; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-width: 10px; }

    .tooltip-wrap .preview strong { background: rgba(0, 0, 0, 0.75); color: #fff; display: block; padding: .25em; position: absolute; bottom: 0; right: 0; left: 0; }

    .tooltip-wrap .preview img { display: inline-block; margin: 0; width: 100%; height: auto; min-height: 270px; }

.authors .author { overflow: hidden; margin: 0 0 2em; padding: 1em 0; border-bottom: 1px solid #000; }

    .authors .author .text > .title { margin: 0 0 .5em; font-size: 1.5em; }

        .authors .author .text > .title a { color: #000; }

    .authors .author .img { float: left; border-radius: 64px; width: 64px; border: 2px solid #000; overflow: hidden; }

@media (min-width: 992px) {
    .authors .author .img { float: right; border-radius: 100px; width: 100px; }
}

.authors .author .img img { width: 64px; height: 64px; }

@media (min-width: 992px) {
    .authors .author .img img { width: 100px; height: 100px; }
}

.authors .author .text { margin-right: -64px; padding-right: 84px; }

@media (min-width: 992px) {
    .authors .author .text { float: right; width: 100%; margin-right: -100px; padding-right: 120px; }
}

.authors .author .articles { clear: both; }

@media (min-width: 992px) {
    .authors .author .articles { clear: none; }
}

.authors .author .articles li .meta { font-size: .9em; }

@media (min-width: 992px) {
    .authors .author .articles li .meta { float: left; }
}

.authors .author .articles li .meta .date { color: #c9252c; }

.section-authors .authors-list:before, .section-authors .authors-list:after { content: " "; display: table; }

.section-authors .authors-list:after { clear: both; }

.section-authors .authors-list li { position: relative; float: right; width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin: 0; padding: 0; border: none !important; }

.rightimg-margin { margin-left: 0.3em !important; }

@media (min-width: 768px) {
    .section-authors .authors-list li { float: right; width: 25%; }
}

@media (min-width: 992px) {
    .section-authors .authors-list li { float: right; width: 50%; }
}

.section-authors .author { overflow: hidden; margin: 0.75rem; padding: 0; text-align: center; }

    .section-authors .author .text > .title { margin: 0 0 .5em; font-size: 1.5em; }

        .section-authors .author .text > .title a { color: #000; }

    .section-authors .author .img { margin: 0 auto; border-radius: 100px; width: 100px; border: 2px solid #000; overflow: hidden; }

@media (min-width: 992px) {
    .section-authors .author .img { border-radius: 100px; width: 100%; }
}

.section-authors .author .img img { width: 100%; height: auto; }

.author-bio .author-image { border: 2px solid #000; border-radius: 128px; width: 128px; height: 128px; display: block; margin: 0 auto 1em; }

.author-bio .social-networks { margin: 0; padding: 0; list-style: none; }

    .author-bio .social-networks li { padding: 0; margin: 0 .5em; float: right; }

        .author-bio .social-networks li a { color: #fff; background: #4c4c4c; transition: all .2s ease; display: block; width: 32px; height: 32px; text-align: center; line-height: 32px; border-radius: 32px; }

            .author-bio .social-networks li a .fa { font-size: 1.2em; line-height: 32px; }

            .author-bio .social-networks li a:hover { background: #777777; }

            .author-bio .social-networks li a.facebook:hover { background: #3B5998; }

            .author-bio .social-networks li a.instagram:hover { background: #e4405f; }

            .author-bio .social-networks li a.twitter:hover { background: #1DA1F2; }

            .author-bio .social-networks li a.google:hover { background: #F44336; }

            .author-bio .social-networks li a.youtube:hover { background: #F44336; }

.photoblog-full .content .img { width: 100%; padding: 0; margin: 2em 0; }

.photoblogs-list .article { margin: 0 0 1em; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .photoblogs-list .article { float: right; width: 50%; }
}

.related.photoblogs { padding-top: 2em; border-bottom: none; }

    .related.photoblogs .block-content { padding-top: 1em; border-top: 2px solid; }

.music-full .title { font-size: 2em; border: none; }

.music-full .content { clear: both; }

    .music-full .content audio { width: 100%; }

.media-listing { margin: 0; padding: 0; list-style: none; margin-right: -15px; margin-left: -15px; }

    .media-listing:before, .media-listing:after { content: " "; display: table; }

    .media-listing:after { clear: both; }

    .media-listing li { margin: 0; padding: 0; list-style: none; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; padding-top: 1em; padding-bottom: 1em; }

.kalimat-page .kalimat-section { padding-right: 1em !important; }

@media (min-width: 992px) {
    .media-listing li { float: right; width: 50%; }
}

.media-listing li:nth-child(odd) { clear: right; }

.kalimat-page .kalimat-cover .block { clear: none; }

.kalimat-page .kalimat-cover .type-section-kalimat-cover { border: none; padding-top: 0; border-bottom: 2px solid #000; }

    .kalimat-page .kalimat-cover .type-section-kalimat-cover .img { position: relative; min-height: 1px; padding-left: 15px; padding-right: 27px; }

@media (min-width: 992px) {
    .kalimat-page .kalimat-cover .type-section-kalimat-cover .img { float: right; width: 25%; }
}

@media (min-width: 360px) and (max-width: 400px) {

    .s-video { min-height: 0; }
}


@media (min-width: 375px) and (max-width: 400px) {
    .articles photoblogs-listing { padding-right: 0.5em !important; }
}

.kalimat-page .kalimat-cover .type-section-kalimat-cover .content { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; padding-left: 0; }

@media (min-width: 992px) {
    .kalimat-page .kalimat-cover .type-section-kalimat-cover .content { float: right; width: 75%; }
}

.kalimat-page .kalimat-cover .kalimat-book { clear: none; }

    .kalimat-page .kalimat-cover .kalimat-book .block-title { border-right: 0.3em solid #d8b147; padding-right: .5em; }

    .kalimat-page .kalimat-cover .kalimat-book .img { margin-bottom: 2em !important; }

    .kalimat-page .kalimat-cover .kalimat-book .article { padding: 0; border-bottom: none; }

        .kalimat-page .kalimat-cover .kalimat-book .article .title { font-size: 1.3em; }

        .kalimat-page .kalimat-cover .kalimat-book .article .subtitle { font-size: 1.1em; font-weight: bold; text-decoration: none; }

            .kalimat-page .kalimat-cover .kalimat-book .article .subtitle a { text-decoration: none; }

.kalimat-page .kalimat-cover .kalimat-facebook .block-title { border-right: 0.3em solid #3B5998; padding-right: .5em; }

    .kalimat-page .kalimat-cover .kalimat-facebook .block-title a { text-decoration: none; }

        .kalimat-page .kalimat-cover .kalimat-facebook .block-title a:hover { color: #3B5998; text-decoration: none; }

.kalimat-page .kalimat-section { border-top: 2px solid #000; margin: 1em 0; padding: 1em 0; }

    .kalimat-page .kalimat-section:before, .kalimat-page .kalimat-section:after { content: " "; display: table; }

    .kalimat-page .kalimat-section:after { clear: both; }

    .kalimat-page .kalimat-section .kalimat-main { padding-right: 0; }

        .kalimat-page .kalimat-section .kalimat-main .article { padding-top: 0; padding-bottom: 0; }

            .kalimat-page .kalimat-section .kalimat-main .article .author { color: #c9252c; }

                .kalimat-page .kalimat-section .kalimat-main .article .author a { color: inherit; }

.kalimat-listing { margin-right: 60px; }

.kalimat-page .kalimat-section .kalimat-listing { padding-left: 0; }

    .kalimat-page .kalimat-section .kalimat-listing li:first-child { border-top: none; }

.calendar .title { font-size: 1em; border-bottom: 1px dotted #b3b3b3; }

.issue-articles-list .articles .article .author { display: block; clear: right; color: #b3b3b3; font-size: .9em; /*font-weight: bold;*/ margin: 0; }

.issue-articles-list .articles .article .title { float: right; margin: 0; }

.issue-articles-list .articles .article .section { margin: 0; float: left; font-size: .9em; color: #b3b3b3; }

.secondary-margin { margin-top: -6px; }

.summary-height { line-height: 1.5em; }

.form.search .form-item { position: relative; }

.form.search .advanced-trigger { text-decoration: none; display: block; margin: 1em 0; }

.form.search .advanced { display: none; }

    .form.search .advanced.active { display: block; }

.no-results { font-size: 1.5em; }

.user-page p.register, .user-page p.reset, .user-page p.login { float: left; }

.profile .nav-tabs > li a { padding: 0 1em; font-size: 1.5em; }

.profile .tab-content { /*padding: 1em 0;*/ }

    .profile .tab-content .list a { color: #c9252c; }

.profile .list.settings li { overflow: hidden; position: relative; padding: 0 0; }

    .profile .list.settings li .setting-desc .title { font-weight: bold !important; display: block; font-size: 1.1em; }

    .profile .list.settings li .setting-action { margin: 0; }

        .profile .list.settings li .setting-action .title { color: #c9252c; font-weight: bold; margin: 0 0; font-size: 1.1em; display: block; }

    .profile .list.settings li.settings-comments .setting-action .btn-primary { display: none; }

    .profile .list.settings li.settings-comments .setting-action .btn-secondary { display: block; }

    .profile .list.settings li.settings-comments .setting-action.subscribed .btn-primary { display: block; }

    .profile .list.settings li.settings-comments .setting-action.subscribed .btn-secondary { display: none; }

    .profile .list.settings li.settings-font .setting-action { display: -ms-flexbox; display: flex; -ms-flex-align: baseline; align-items: baseline; }

        .profile .list.settings li.settings-font .setting-action .btn { padding: 0; margin-left: 1em; }

            .profile .list.settings li.settings-font .setting-action .btn.increase .fa { font-size: 1.5em; }

            .profile .list.settings li.settings-font .setting-action .btn.decrease .fa { font-size: .9em; }

.profile .account .form-submit { float: left; margin: .5em 0; }

.profile .account .form-item { clear: both; margin: 0 auto; }

    .profile .account .form-item:before, .profile .account .form-item:after { content: " "; display: table; }

    .profile .account .form-item:after { clear: both; }

    .profile .account .form-item label { padding: 1em 0 0; white-space: nowrap; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; text-align: left; }

@media (min-width: 992px) {
    .profile .account .form-item label { float: right !important; width: 25% !important; }
}

.lab { /*float:right;
    width:45%;*/ clear: both; text-align: right; position: relative; }

.btnmargin { margin-left: 79px; margin-top: 20px; }

.e-label { float: right !important; padding: 4px !important; margin-right: 47px !important; }

.float { float: none !important; }

.mail { /*margin: 0px 187px 0px 78px;*/ }

.cover-margin { margin-top: 1em; }

.profile .account .form-item .field { padding: .5em 0; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 992px) {
    .profile .account .form-item .field { float: right !important; width: 75% !important; }
}

.profile .account .field { overflow: hidden; }

    .profile .account .field .fa { margin-left: .5em; width: 1rem; }

    .profile .account .field .value { font-size: 1.1em; }

    .profile .account .field.phone { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }

        .profile .account .field.phone .value { direction: ltr; text-align: left; }

    .profile .account .field.image { overflow: visible; }

        .profile .account .field.image .img { position: relative; padding: 0; }

            .profile .account .field.image .img:hover { outline: 1px solid #c9252c; }

            .profile .account .field.image .img .dropdown { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

                .profile .account .field.image .img .dropdown .dropdown-menu { right: 100%; margin-right: -50px; margin-top: -16px; }

            .profile .account .field.image .img .edit-picture { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: none; }

                .profile .account .field.image .img .edit-picture .fa { width: auto; bottom: .5em; left: .5em; position: absolute; line-height: 1; display: block; padding: .25em; background: #c9252c; color: #fff; margin: 0; font-size: 1.5em; text-align: center; line-height: 1; text-decoration: none; border-radius: .25em; }

                .profile .account .field.image .img .edit-picture:hover .fa { background: #fff; color: #c9252c; }

            .profile .account .field.image .img .imageBox { border: 1px solid rgba(0, 0, 0, 0.25); background: #fff; overflow: hidden; }

                .profile .account .field.image .img .imageBox .thumbBox { margin: 0 auto; width: 400px; height: 400px; box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5); background: transparent; }

            .profile .account .field.image .img .modal-title { margin: 0; }

            .profile .account .field.image .img .modal-footer .crop { float: right; }

            .profile .account .field.image .img .modal-footer .zoom { float: left; }

            .profile .account .field.image .img .modal-footer a { font-size: 1.25em; padding: 0 .125em; }

                .profile .account .field.image .img .modal-footer a:hover { text-decoration: none; }

                .profile .account .field.image .img .modal-footer a:first-child { padding-right: 0; }

                .profile .account .field.image .img .modal-footer a:last-child { padding-left: 0; }

    .profile .account .field.status .value { color: #fff; padding: 0 .5em; border-radius: .25em; font-size: 1.1em; }

        .profile .account .field.status .value.active { background: #5cb85c; }

        .profile .account .field.status .value.blocked { background: #d9534f; }


@media screen {
    .print-only { display: none; }
}

@media (min-width: 1100px) {



    .ipadauthor { visibility: hidden !important; }
}

@media (max-width: 1100px) {

    .ipadauthor { text-align: left !important; float: left; }

    .normalauthor { visibility: hidden !important; }
}

@media (max-width: 1100px) {
    .mainAuthor { text-align: left !important; float: left; }
}

@media (min-width: 768px) {
    .row { margin-right: 0px; }
}

@media (min-width: 375px) {

    .row { margin-right: 0px; margin-left: 0px; }

    .article-actions ul li { min-width: 29px !important; }
}


@media (min-width: 320px) {
    .article-actions ul li { min-width: 26px !important; border-radius: 100%; }
}

@media (min-width: 360px) {
    .article-actions ul li { min-width: 30px !important; }
}

@media (min-width: 768px) and (max-width: 979px) {
    .front .l-highlight { border-bottom: none !important; }

    .article .title { font-size: 0.9em !important; }

    /*.txt {
        text-align: right !important;
    }*/

    .imgres { min-width: 16% !important; }

    .article .title { text-align: right; }

    .teaser { text-align: right; }

    .article.type-main-teaser { border-right: 1px solid #b3b3b3 !important; border-bottom: none !important; min-height: 308px !important; }

    .margintop > div:first-child > .article { border-right: none !important; }

        .margintop > div:first-child > .article > .margin-right { margin-right: 0px !important; }

    div:first-child > .article { border-right: none !important; }

        div:first-child > .article > .margin-right { margin-right: 0px !important; }

    .article.type-main-teaser .content { margin-left: 1em; margin-right: 1em; }
}

@media print {
    .print-only { display: block; }

    .articlebanner { display: none !important; }

    .print-ad { display: none !important; }

    #scroll-top { display: none !important; }

    .articlebody > iframe { display: none !important; }

    .attachment.attachment-type-pdf { display: none !important; }

    .block > .block-title { display: none !important; }

    .print-images { page-break-before: always; text-align: center; }

        .print-images .image { margin-bottom: 1em auto; text-align: center; }

    .nobullet { display: none; }

    .article-attachments { display: none; }

    .article-tags { display: none; }

    a[href^='#']:after { display: none !important; }

    a[href] { content: " (" attr(href) ") " !important; }

    a[href^='/']:after { display: none !important; }

    .l-main { width: 100%; right: 0; left: 0; margin: 0 !important; }

        .l-main > .block { display: none; }

    .l-sidebar,
    .l-footer,
    .l-nav,
    .sidebar { display: none; }

    .l-header { margin-bottom: 3em; padding: 0; }

        .l-header .logo,
        .l-header .date,
        .l-header .main-menu { display: none; }

        .l-header .logo-sticky { height: 3em; width: 200px; text-align: center; opacity: 1; overflow: visible; display: block !important; position: relative; top: 2em; }

            .l-header .logo-sticky a { background: #fff !important; }

                .l-header .logo-sticky a:after { display: none; }

    .stuck { position: relative !important; }

    .block.ad { display: none; }

    article { padding: 0 !important; }

        article .article-actions { display: none; }

        article.node-full .pretitle { font-size: 18px !important; margin-bottom: 1em; }

        article.node-full > .title { font-size: 24px !important; }

        article.node-full p { width: 100%; }

        article.node-full .main-img { display: none; }

    .content p { font-size: 1.1em !important; }

        .content p:first-child { font-size: 1.2em; }

    @media (min-width: 992px) {
        .content p:first-child { font-size: 1.4em; }

        article.node-full .content img { display: none; }

        article.node-full .content .flexslider { display: none; }

        .node-full .content p { font-size: 1.1em !important; }

        article h4.label { border: none; }

        article .block .block-title { border: none; }

        article .flexslider .flex-direction-nav { display: none; }

        article .flexslider .slides li { width: 100% !important; float: none !important; margin: 1em auto !important; opacity: 1 !important; margin: 0 !important; }

        article .meta a:after { display: none; }
    }

    .video-margin { margin-right: 3em !important; }

    img { min-width: 100%; }

    .sr-only { position: absolute; left: -9999999px; }

    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; }

    carousel start .carousel { position: relative; }

    .carousel-inner { position: relative; width: 100%; overflow: hidden; }

        .carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; }

            .carousel-inner > .item > img,
            .carousel-inner > .item > a > img { line-height: 1; }

    @media screen and (min-width: 700px) {
        .sliderboarder { padding-right: 0px !important; padding-left: 0px !important; }

        .imageslider { max-height: 642px; /*min-height: 642px;*/ /*width: 100%;*/ margin: 0 auto; max-height: 690px !important; min-width: 0px !important; }
    }



    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }

            .carousel-inner > .item.next,
            .carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

            .carousel-inner > .item.prev,
            .carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

                .carousel-inner > .item.next.left,
                .carousel-inner > .item.prev.right,
                .carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev { display: block; }

    .carousel-inner > .active { left: 0; }

    .carousel-inner > .next,
    .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }

    .carousel-inner > .next { left: 100%; }

    .imgpdf { min-width: 48% !important; }

    .carousel-inner > .prev { left: -100%; }




        .carousel-inner > .next.left,
        .carousel-inner > .prev.right { left: 0; }

    .carousel-inner > .active.left { left: -100%; }

    /*#open{visibility:hidden;}
#open:hover{visibility:visible !important;}*/

    .carousel-inner > .active.right { left: 100%; }

    .captionsliderdiv { min-height: 66px; padding-top: 8px; }

    .captionslider { text-align: center; font-weight: 800; }

    .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); filter: alpha(opacity=50); opacity: .5; }

        .carousel-control.left { max-height: 642px; /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        /*background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/ background-repeat: repeat-x; }


        .carousel-control.right { max-height: 642px; right: 0; left: auto; /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        /*background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/ background-repeat: repeat-x; }

        .carousel-control:hover,
        .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; /*opacity: .9;*/ }

    .carousel .cc-control { visibility: hidden; }

    .carousel:hover .cc-control { visibility: visible; }

    .view { visibility: visible !important; font-size: 205px; padding-top: 215px; padding-left: 60px; }

        .view:hover { visibility: hidden !important; }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }

    .carousel-control .icon-prev,
    .carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1; }

        .carousel-control .icon-prev:before { content: '\2039'; }

        .carousel-control .icon-next:before { content: '\203a'; }

    .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; }

        .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; }

        .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; }

    .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); }

        .carousel-caption .btn { text-shadow: none; }

    @media screen and (min-width: 768px) {
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-prev,
        .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; }

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .icon-prev { margin-left: -15px; }

        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next { margin-right: -15px; }

        .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; }

        .carousel-indicators { bottom: 20px; }
    }

    /*End of carousel*/

    @media (min-width: 765px) {

        .main { position: absolute; margin-left: 40px; float: right !important; }

        nav.sidebar:hover + .main { margin-left: 200px; }

        nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; }

        nav.sidebar .navbar-brand, nav.sidebar .navbar-header { text-align: center; width: 100%; margin-left: 0px; }

        nav.sidebar a { padding-right: 13px; }

        nav.sidebar .navbar-nav > li { border-bottom: 1px silver solid; }

        nav.sidebar .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; }

        nav.sidebar .navbar-collapse, nav.sidebar .container-fluid { padding: 0 0px 0 0px; }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #777; }

        nav.sidebar { width: 200px; height: 100%; margin-left: -160px; float: right !important; margin-bottom: 0px; }

            nav.sidebar li { width: 100%; }

            nav.sidebar:hover { margin-left: 0px; }

        .forAnimate { opacity: 0; }
    }

    @media (min-width: 1330px) {

        .main { margin-left: 200px; }

        nav.sidebar { margin-left: 0px; float: right !important; }

            nav.sidebar .forAnimate { opacity: 1; }
    }

    nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus { background-color: transparent; }

    nav:hover .forAnimate { opacity: 1; }

    section { padding-left: 15px; }

    .carousel-margin { margin-top: 1.5em !important; }

    .highlight-under-nav .l-highlight { margin-top: -40px; padding-left: 0; padding-right: 0; }

    .highlight-under-nav .collap-nav { position: relative; z-index: 3; }

        .highlight-under-nav .collap-nav .block-title { color: #fff; }

    @media (min-width: 350px) {
        .module-response { margin-top: 3em !important; }
    }

    @media (min-width: 350px) {
        .module-responsive { margin-bottom: 3em !important; }
    }
    /*/*/ * /*/*ana*/ * /*/*/ */ .dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }

    .dropdown { position: relative; display: inline-block; }

    .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }

        .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }

            .dropdown-content a:hover { background-color: #f1f1f1; }

    /*.dropdown:hover .dropdown-content {
    display: block;
}*/

    .dropdown:hover .dropbtn { color: red; }
}

@media (max-width:1536px) {

    .imgres { min-width: 0% !important; }

    .page-title { /*font-size: 1.1em !important;*/ }

    .section-title { font-size: 1.2em !important; padding-right: 5px; }
}

.pdf-conatiner { width: 750px; }

    .pdf-conatiner > a img { min-width: 0 !important; }

@media screen and (max-width :769px) {
    .pdf-conatiner { width: 100%; }
}

@-moz-document url-prefix() {
    .row { margin-right: -12px; margin-left: -12px; }

    .listings-wrap { margin-right: -9px; margin-left: -9px; }

    @media(max-width:400px) {
        .article .title { font-size: 0.9em !important; padding-right: .5em !important; }

        .author { padding-right: .5em !important; }

        .txt { padding-right: .5em !important; }
    }
}

.summary-teaser { font-size: 0.88em !important; margin-top: 1em; }

.capital-margin { margin-bottom: 2em; }

.blurb-margin { margin-left: 40px; }

.articlebody { line-height: 30px; font-size: 16px; }

.author-color { color: #c9252c !important; }

.menu-right { margin-right: -18px !important; }

.margin-capitalSecondary { margin-top: 3.5em !important; margin-bottom: 3.5em !important; }

#croppic { width: 400px; /* MANDATORY */ height: 208px; /* MANDATORY */ position: relative; /* MANDATORY */ margin: 50px 70px 20px; border: 3px solid #FFF; box-sizing: content-box; -moz-box-sizing: content-box; border-radius: 2px; background-repeat: no-repeat; background-position: center; box-shadow: 8px 8px 0px rgba(0,0,0,0.1); }

/* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
.cropImgWrapper { cursor: -webkit-grab; cursor: grab; }
    .cropImgWrapper:active { cursor: -webkit-grabbing; cursor: grabbing; }

.cropImgUpload { z-index: 2; position: absolute; height: 28px; display: block; top: -30px; right: -2px; font-family: sans-serif; width: 20px; height: 20px; text-align: center; line-height: 20px; color: #FFF; }

.cropControls { z-index: 2; position: absolute; height: 30px; display: block; /* top: -31px; */ top: -1px; right: -1px; font-family: sans-serif; background-color: rgba(0,0,0,0.35); }

    .cropControls i { display: block; float: left; margin: 0; cursor: pointer; width: 30px; height: 30px; text-align: center; line-height: 20px; color: #FFF; font-size: 13px; font-weight: bold; font-style: normal; }

        .cropControls i:hover { background-color: rgba(0,0,0,0.7); }

        .cropControls i.cropControlZoomMuchIn { background-position: 0px 0px; }
        .cropControls i.cropControlZoomIn { background-position: -30px 0px; }
        .cropControls i.cropControlZoomOut { background-position: -60px 0px; }
        .cropControls i.cropControlZoomMuchOut { background-position: -90px 0px; }
        .cropControls i.cropControlRotateLeft { background-position: -210px 0px; }
        .cropControls i.cropControlRotateRight { background-position: -240px 0px; }
        .cropControls i.cropControlCrop { background-position: -120px 0px; }
        .cropControls i.cropControlUpload { background-position: -150px 0px; }
        .cropControls i.cropControlReset { background-position: -180px 0px; }
        .cropControls i.cropControlRemoveCroppedImage { background-position: -180px 0px; }

        .cropControls i:last-child { margin-right: none; }

#croppicModal { position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: block; background: rgba(0,0,0,0.8); z-index: 10000; }


/*
*		PRELOADER 
*		With courtesy of : http://cssload.net/
*/

.bubblingG { text-align: center; width: 80px; height: 50px; position: absolute; top: 50%; left: 50%; margin: -18px auto auto -40px; z-index: 2; }

    .bubblingG span { display: inline-block; vertical-align: middle; width: 10px; height: 10px; margin: 25px auto; background: #FFF; box-shadow: 5px 5px 0px rgba(0,0,0,0.2); -moz-border-radius: 50px; -moz-animation: bubblingG 1s infinite alternate; -webkit-border-radius: 50px; -webkit-animation: bubblingG 1s infinite alternate; -ms-border-radius: 50px; -ms-animation: bubblingG 1s infinite alternate; -o-border-radius: 50px; -o-animation: bubblingG 1s infinite alternate; border-radius: 50px; animation: bubblingG 1s infinite alternate; }

#bubblingG_1 { -moz-animation-delay: 0s; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }

#bubblingG_2 { -moz-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; -ms-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; }

#bubblingG_3 { -moz-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; }

@-moz-keyframes bubblingG {
    0% { width: 10px; height: 10px; background-color: #FFF; -moz-transform: translateY(0); }

    100% { width: 24px; height: 24px; background-color: #FFF; -moz-transform: translateY(-21px); }
}

@-webkit-keyframes bubblingG {
    0% { width: 10px; height: 10px; background-color: #FFF; -webkit-transform: translateY(0); }

    100% { width: 24px; height: 24px; background-color: #FFF; -webkit-transform: translateY(-21px); }
}

@-ms-keyframes bubblingG {
    0% { width: 10px; height: 10px; background-color: #FFF; -ms-transform: translateY(0); }

    100% { width: 24px; height: 24px; background-color: #FFF; -ms-transform: translateY(-21px); }
}

@-o-keyframes bubblingG {
    0% { width: 10px; height: 10px; background-color: #FFF; -o-transform: translateY(0); }

    100% { width: 24px; height: 24px; background-color: #FFF; -o-transform: translateY(-21px); }
}

@keyframes bubblingG {
    0% { width: 10px; height: 10px; background-color: #FFF; transform: translateY(0); }

    100% { width: 24px; height: 24px; background-color: #FFF; transform: translateY(-21px); }
}
/*.reader_popup { height: 100%; position: fixed; z-index: 1000000; }

    .reader_popup hr { margin-top: 15px !important; margin-bottom: 10px !important; }

.reader_popup_wrap { margin-top: 10%; z-index: 999999999; }

.reader_popup_body { border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 3px 10px 1px #888; left: 39%; padding: 40px; width: 500px; }

.reader_info_form_title { font-size: 1.2rem; }

.reader_info_form_other_option { margin-bottom: 20px; margin-top: 10px; font-size: 0.75rem; float: left; }

    .reader_info_form_other_option > a { color: #c9252c; cursor: pointer; }

        .reader_info_form_other_option > a:hover { font-size: 0.75rem !important; }

.reader_info_form_input_email, .reader_info_form_input_password { width: 100%; }

.reader_info_form_input_password { margin-top: 10px; }

.reader_info_form_submit, .order_info_form_submit { line-height: 30px; margin-left: 15px; }

.reader_info_form_submit { margin-top: 30px; }

#ReaderSignIn { width: 100% !important; }

.reader_info_input { border: 1px solid #e2e2e2; border-radius: 3px; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.07) inset; box-sizing: border-box; height: 37px; padding: 5px; margin-top: 15px; }

.reader_update_row, .order_row { margin-bottom: 20px; }

.reader_update_input { width: 100%; }

.reader_update_input_select, .order_input_select { width: 50%; }

.reader_update_input_checkbox { width: 20px; height: 20px; }

.reader_gender_radio > label { margin-left: 50px; }

    .reader_gender_radio > label > input { width: 20%; }

.reader_update_message, .order_message { color: #c9252c; font-size: 1.2rem; }

button.login-social.login-microsoft { margin-left: 0px; }

.order_input { border: 1px solid #e2e2e2; border-radius: 3px; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.07) inset; box-sizing: border-box; height: 37px; padding: 5px; width: 100%; }

.order_input_mail_body { height: auto; resize: vertical; }

.order_edition { width: 40%; }

.tooltip-inner { height: 60px !important; width: 250px !important; background: #c9252c !important; color: white; font-size: 18px; }

.reader_profile_image { width: 100%; border: 1px solid #CCC; -webkit-border-radius: 2px; }

.reader_reset_pass_row { font-family: Tahoma; font-size: 16px; font-weight: bold; margin-right: auto; margin-left: auto; margin-bottom: 20px; width: 60%; }

.reader_reset_pass_msg { margin-bottom: 30px; }

.reader_reset_button { margin-left: 15px; }

.reader_font_size { cursor: pointer; background-color: transparent; border: 0; }

.reader_font_size_increase { font-size: 20px; }

.reader_font_size_decrease { font-size: 14px; }

#reader_font_size_example { margin-right: 30px; }

.my_comments_component_body_wrap { cursor: pointer; width: 100%; padding: 20px 30px 10px 20px; }

.my_comments_component_wrap { border: solid 1px #dddddd; margin: 0 0 15px 0px; position: relative; overflow: hidden; }

.my_comments_article_headline { color: #999; font-family: Segoe WP; font-weight: 600; font-size: 0.9rem; margin-bottom: 10px; }

.my_comments_title { color: rgb(51, 51, 51); font-size: 16px; margin-bottom: 5px; }

.my_comments_date { font-size: 11px; margin-bottom: 10px; }

.my_comments_extras_wrap { border-top: 1px solid #e3e3e3; font-size: 0.8rem; font-weight: bold; margin-top: 10px; padding-top: 5px; }

.my_comments_extras { position: relative; float: right; margin-left: 25px; }

.my_comments_extras_icon { font-size: 16px; }


.action { margin: 10px 0; }*/
.crop-container { position: absolute; top: 10%; left: 10%; right: 0; bottom: 0; width: 100%; }

.cropped > img { margin-right: 10px; }

.imageBox { position: relative; height: 400px; width: 100%; border: 1px solid #aaa; background: #fff; overflow: hidden; background-repeat: no-repeat; cursor: move; }

    .imageBox .thumbBox {
        width: 400px;
        height: 400px;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent;
        margin: 0 auto;
    }

    .imageBox .spinner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; line-height: 400px; background: rgba(0,0,0,0.7); }
.action-button {
    float: left;
    font-size: 25px;
    margin-left: 10px;
    display: block;
    line-height: 40px;
}
a#btnCrop {
    float: right;
    font-size: 22px;
    margin-right: 10px;
}
.edit-picture { top: -38px; position: relative; float: left; margin-left: 5px; }

#EditPicture { height: 500px; }

.upload-file { text-align: center; }

#submitMyInfo { float: left; }

ul.dropdown-menu.update-photo { text-align: center; }

/*.dropdown-caret .caret-outer { border-bottom: 10px solid #8899a6; border-bottom-color: rgba(0,0,0,0.1); border-left: 10px solid transparent; border-right: 10px solid transparent; height: auto; left: 0; top: 0; width: auto; }

.dropdown-caret .caret-inner { top: 1px; left: 1px; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #fff; border-bottom-color: rgba(255,255,255,0.98); }

.dropdown-caret { position: absolute; top: -10px; left: 12px; width: 18px; height: 10px; float: left; overflow: hidden; }

#submitMyInfo { border: none; color: white; width: 80px; height: 30px; text-align: right; padding-right: 10px; font-size: 13px; font-weight: 700; line-height: 1; margin-top: 15px; }

    #submitMyInfo > i { float: left; font-size: 15px; line-height: 12px; }

    #submitMyInfo:disabled { background: darkgray; }

.myinfo-form > h4 { display: inline-block; }

.subscribe { border: 1px solid transparent; background: #E6EFF8; color: #004276; float: left; margin-top: 10px; width: 80px; font-size: 12px; }

.subscribed { background: #275B8A; color: white; }

.right-info { display: inline-block; }

hr.separator { margin-bottom: 2px; }

.label-premium { background-color: gold; color: #9B8300; }

.right-info > p { font-size: 14px; }

.info-container { margin-top: 10px; }

    .info-container > .form-control { width: 30%; }

    .info-container > button { margin: 5px 10px 0px 0px; }

        .info-container > button.btn-primary { margin-right: 0; }

.center { width: 50%; }

.btn-left { float: left; }

.update-photo:before { position: absolute; top: -7px; left: 9px; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-left: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; }

.update-photo:after { position: absolute; top: -6px; left: 10px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; border-left: 6px solid transparent; content: ''; }

.myinfo i { margin-right: 15px; }

@media screen and (max-width :769px) {
    .h2, h2 { font-size: 20px; }

    .my_comments_component_body_wrap { padding: 15px; }

    #EditPicture { height: 300px; }

    .imageBox, .imageBox .thumbBox { height: 200px; }

        .imageBox .thumbBox { width: 200px; right: 35px; }

    .nav > li > a { padding: 10px; font-size: 13px; }
}*/

