html,
body {
    height: 100%;
}
/*
@font-face {
    font-family: "EMprintSemibold";
    src: url("/fonts/EMprintw05-Semibold.eot");
    src: url("/fonts/EMprintw05-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/EMprintw05-Semibold.woff") format("woff"), url("/fonts/EMprintw05-Semibold.ttf") format("truetype"), url("/fonts/EMprintw05-Semibold.svg#karbonSemibold") format("svg");
}*/

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top:30px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'fontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:"\f160";
}

a.desc:after {
    content:"\f161";
}

.sort-numerical a.asc:after {
    content:"\f162";
}

.sort-numerical a.desc:after {
    content:"\f163";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .large-container{
        padding-left:10px;
        padding-right:10px;
    }
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
@media(min-width:767px) {
    .large-container{
        padding-left:130px;
        padding-right:130px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}
.rel{
    position: relative;}
.abs{position:absolute;}

.t0{top:0;}
.r0{right:0;}
.b0{bottom:0;}
.l0{left:0;}
.fl{float:left;}
.gray-bg{ background-color: #eaeaea;}
.bg-white{background-color: #fff;}
.bg-fa{background-color: #fafafa;}
.bg-f5{background-color: #f5f5f5;}
.bg-yellow{background-color: #ff9;}
.bge6{background-color: #e6e6e6;}
.black{color:#000;}
.pad5{padding:5px;}
.pad10{padding:10px;}
.pad15{padding:15px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl40{padding-left:40px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pl0{padding-left:0;}
.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pt0, .form-horizontal .pt0{padding-top:0;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.ml4{margin-left: 4px;}
.mr4{margin-right: 4px;}
.mr5{margin-right: 5px;}
.mlr5{margin: 0 5px 0 5px;}
.mb0{margin-bottom: 0;}
.mb2{margin-bottom: 2px;}
.mb4{margin-bottom: 4px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb24{margin-bottom: 24px;}
.mb40{margin-bottom:40px;}
.mb80{margin-bottom:80px;}
.mt-20{margin-top: -20px;}
.mt0{margin-top: 0;}
.mt2{margin-top:2px;}
.mt1{margin-top:1px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt7{margin-top:7px;}
.mt15{margin-top: 15px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mtb10{margin:10px 0;}
.mtb15{margin:15px 0;}
.btn0{border:none;background-color: transparent;padding:0;}
.btn-long {padding-left: 100px;padding-right: 100px;}
.no_underline:hover, .no_underline:active, .no_underline:focus{text-decoration: none;}
.no_underline, .no_underline:active, .no_underline:focus{outline: none;}
.underline{text-decoration: underline;}
a.underline:hover{text-decoration: none;}
.rb{border-right: 1px solid #eaeaea; margin-right: 10px; padding-right: 10px;}
.blue{color:#055cb3;}
.white{color:#fff;}
.black{color:#000;}
.green{color:#449d44;}
.green-success{color:#5cb85c;}
a.green-success:hover{color:#3f913f;}
.purple{color:#6a67ce;}
.yellow{color:#ffdd55;}
.orange{color:#ff8d41;}
a.orange:hover{color:#ff6e0e;}
.red{color:#ea7177;}
a.red:hover{color:#e9465b;}
.navy{color:#27477a;}
.hiddeniraak{display: none;}
.box{border:1px solid #e6e6e6;}
.box_gray{
    background-color: #eaeaea;
    border: 1px solid #e6e6e6;
    color: #000;
    padding: 15px 20px;
}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font16{font-size: 16px;}
.font17, i.font17{font-size: 17px;}
.font18, i.font18{font-size: 18px;}
.font19, i.font19{font-size: 19px;}
.font20, i.font20{font-size: 20px;}
.gray5{color:rgb(153, 153, 153);}
.color3{color:#333;}
.color5{color:#555;}
.color69{color:#696969;}
.color9{color:#999;}
.color3d{color:#3d3d3d;}
.bbpurple{border-bottom: 1px solid #6a67ce;}
.bbblue{border-bottom: 5px solid #61a9f1;}
.bbthinblue{border-bottom: 1px solid #61a9f1;}
.bbgray{border-bottom: 1px solid #e6e6e6;}
.btgray{border-top: 1px solid #e6e6e6;}
.bbnone{border-bottom: none;}
.dotted_link{border-bottom: 1px dotted;}
.dotted_link:hover{border-bottom: 1px solid transparent; cursor: pointer;}
.link{color:#0070cc;}
.link:hover{color:#004680; cursor: pointer;}
.vam {vertical-align: middle;}
.font-half{font-size: 50%;}
.iblock{display: inline-block;}
.w100{width:100%;}
.w300px{width:300px;}
.hover_bg:hover{background-color: #f9f9f9;}
.ellip{overflow: hidden;  text-overflow: ellipsis;}
.bold{font-weight:bold;}
.lh15{line-height:1.5;}

.nav > li > form > button.logout:focus {
    outline: none;
}
.nav_wrap{
    padding-top: 1em;
}
.mynavbar{
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
    margin-bottom: 0;
    z-index: 2;
}
.navbar-brand {
    height: 35px;padding:0;
}

a.navbar-brand {
    margin-right: 10px;
    padding-top: 4px;
}
div.navbar-header{}

.navbar-nav > li > a {
    font-family: Roboto, sans-serif;
    font-size:15px;
    color:#000;
    transition: color 0.2s ease;
}
.slider_wrap{
    height:500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;}
.slider img{width:100%;}
.slider_title{
    background: rgba(0, 84, 165, 0.8) none repeat scroll 0 0;
    bottom: 20px;
    padding: 20px 20px 25px 30px;
    position: absolute;
    width: 600px;
}
.slider_title h1{ color: #fff;
    font-size: 28px;
    margin: 0;}
.navbar-nav > li.active a {
    color:#2d86e0;
}
.dropdown-menu>.active>a {
    color:#fff !important;
}
.dropdown-menu>li>a {
    max-width:500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-nav > li > a.search {
    border-left: 1px solid #f0f0f0;
    margin-top: 11px;
    padding:5px 0 5px  15px;
}
.navbar-nav > li > a.small_nav {
    color: #444;
    font-family: arial,sans-serif;
    font-size: 14px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color:#2d86e0;
}
.logo_wrap {
    /*background: #fff url("/images/logo.png") no-repeat scroll center center / 163px auto;
    height: 50px;
    width: 163px;*/
    /*background: #fff url("/images/logo.png") no-repeat scroll center center / 321px auto;*/
    background: #fff url("/images/logo_simple.png") no-repeat scroll center center / 120px auto;
    height: 35px;
    width: 120px;
}
.img_title{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.img_title span{
    background-color: #000;
    color: #e0ba5b;
    display: block;
    font-family: roboto,sans-serif;
    margin-right: 15px;
    opacity: 0.8;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.img_thumb_box{margin-bottom: 15px;
    padding-right: 0;}
h3{}
.highlight{}
.gold{color:#2d86e0;}
a.no_underline, a.no_underline:hover{
    text-decoration: none;}
.false_link{cursor: pointer;
    display: inline;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;}

.oh{overflow: hidden;}
.photo_thumb:hover img {
    transform: scale(1.1);
}
.photo_thumb img {
    transition: all 0.2s linear 0s;
}
.admpanel_top {
    box-shadow: 0 0 9px gold;
    width: 100%;
}
.admpanel-title {
    background: #000 none repeat scroll 0 0;
    color: #ad8d38;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 8px;
}
.admpanel-title-wrapper {
    margin: 0 auto;
    width: 995px;
}
.openclose {
    background: #3b3b3b none repeat scroll 0 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    margin-left: 4px;
    padding: 1px 3px;
}
.admpanel-content {
    background: #3b3b3b none repeat scroll 0 0;
    font-size: 0.9em;
    overflow: hidden;
    padding: 5px 0 7px;
}
.top_admpanel_wrapper {
    margin: 0 auto;
    width: 994px;
}
.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.operations div {
    color: #f9f9f9;
    float: left;    margin-right: 10px;
    padding: 2px 10px 5px;
}

.operations div.active {background-color: #000;
}
.operations a {
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 2px 0;
    font-size: 12px;
    text-decoration: none;
}
.operations a:hover {
    color: #ad8d38;
}
.panel-icon {
    color: #ad8d38;
    font-size: 12px;
    padding-right: 7px;
}
.clear {
    clear: both;
}
.item_title{
    font-size: 20px;
    font-weight: bold;
}
.item_price{}
.item_text{}
.img_pack_box{margin-bottom: 15px;
    padding-right: 0;}
.img_pack_title{ min-height: 89px;}
.img_pack_text{font-size: 13px;}
.img_pack_wrap{
    background-color: #e9e9e9;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 0.176471em 0.176471em;}
.img_pack_wrap:hover{background-color: #f1f1f1;}
.bs-docs-sidebar .nav > li > a {
    color: #767676;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px;
}
.bs-docs-sidebar .nav > .active:focus > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active > a {
    background-color: transparent;
    border-left: 2px solid #2d86e0;
    color: #2d86e0;
    font-weight: 700;
    padding-left: 18px;
}
.affix {
    top:23px;
}

.scrollToTop{
    background: whiteSmoke none repeat scroll 0 0;
    bottom: 10px;
    color: #444;
    font-weight: bold;
    height: 39px;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    display:none;
}
.scrollToTop:hover{
    text-decoration:none;
    background-color:#e2e2e2;
}

.map_view {
    height: 400px;
    width: 100%;
}
.kv-file-upload{display:none;}
.file-drop-zone-title {
    padding: 5px 10px;
}
.afterdot::after {
    content: "·";
    padding: 0 0.5em;
}
.round{border-radius:50%;}
.article p, .article ul, .paragraph{
    font-family: serif;
    font-size: 19px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    margin-bottom:20px;
}

body:not(.rtl) .article p:first-of-type::first-letter {
    color: #2d86e0;
    float: left;
    font-size: 3.4em;
    line-height: 0.8;
    padding: 0 0.10667em 0 0;
}
.roboto{font-family: roboto,sans-serif;}
.emprint{font-family: EMprintSemibold,sans-serif;}
.darklink, a.darklink{color:#444;}
.module-header{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-bottom: 10px;
    padding: 0 0 2px;}
.module-header h4{
    border-bottom: 1px solid #61a9f1;
    color: #27477a;
    line-height: 1.2em;
    margin: 0;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;
}
.aside-module{margin-bottom:40px;}
h2.name{font-size:18px;margin-bottom: 3px; margin-top: 3px;}
.author_image_small{width:60px;}
.author_image_medium{width:100px;}
.initials_thumb{background-color: #2d86e0; color:#fff; width:60px; height:60px; line-height:60px; font-size:18px; text-align:center;}
.container h1, h1.h1c {
    border-bottom: 1px solid #61a9f1;
    color: #27477a;
    display: inline-block;
    font-family: roboto,sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h1.h1_2{
    border: medium none;
    display: block;
    font-size: 30px;
    margin: 12px 0 5px;
    text-transform: none;
}
.font13 br{ margin-bottom: 3px;}
h3{color:#2d86e0;}
h1.event{text-transform: none; font-size:30px; margin-top: 5px; border-bottom:none;}
h1.event{text-transform: none; font-size:30px; margin-top: 5px; border-bottom:none;}
.event-date.list {
    border: 1px solid #0d73d6;
    color: #0d73d6;
    height: 5em;
    width: 5em;
}
.event-date {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.125em 0;
    text-align: center;
    text-transform: uppercase;
}
.event-date .date-day, .event-date .date-year {
    font-size: 0.7em;
    letter-spacing: 0.1em;
}
.event-date .date-month, .event-date .live-label {
    font-size:0.875em;
}
.event-date .date-number {
    font-size: 2em;
    font-weight: bold;
    line-height: 0.9;
}

.event-info{}
.event-info .times{}
.event-info .times time{}
.event-info h4.title{margin:5px 0;}
.event_label{ color: #0d73d6;
    display: block;
    font-weight:bold;
    font-size:0.75em;
    line-height:1.5;
    text-transform: uppercase;}
.img_resp img{max-width:100%;}
.subtitle a.darklink{color:#fff;font-weight:bold;}
.article-thumb{width:200px;}

.dot {
    background-color: #0d73d6;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 9px;
    line-height: 6px;
    margin: 0 0 1px 6px;
    width: 9px;
}
.dot::after {
    background-color: #61a9f1;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 0 0 1px 11px;
    opacity: 0.8;
    width: 9px;
}
a.hover_white:hover{color:#fff;}
.share-facebook span{background-image: url("facebook.svg");}
.share-twitter span{background-image: url("twitter.svg");}
.share-linkedin span{background-image: url("linkedin.svg");}
.share-email span{background-image: url("envelope.svg");}
.share-youtube span{background-image: url("youtube.svg");
    background-position: -1px -2px;
    background-size: 32px 33px !important;}
.share-icon span{
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    margin-right:2px;
}
.share-print span{background-image: url("pri.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: 2px solid #000;
    border-radius: 15px;}
.share-icon {
    display: inline-block;
}
.search_icon{margin-left:7px;}

.founded{background-color: #ffff00;}
.search-result{color: #444;
    margin-bottom: 24px;}
.search-result .title a{font-size: 17px;}
.tube{
    background: rgba(0, 0, 0, 0) url("/images/tube2.png") no-repeat scroll 0 0 / 21px auto;
    height: 13px;
    right: 14px;
    top: 122px;
    width: 21px;
}
.video{height:526px;background-color: #000;}
.video > iframe {
    height: 100%;
    width: 100%;
}
.vid_thumbs{
    height:526px; overflow-y:auto;
}
.item{ border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;}
.no_img{background-color: #eaeaea;
    height: 100px;}
.no_img img{opacity: 0.4;
    width: 50%;}
.block{display:block;}
.statusbar{
    background-color: #f0f2f5;
    border-bottom: 1px solid #ddd;
    color: #fff;
    line-height: 33px;
    position: relative;
    z-index: 100;
}
.sections{
    background-color: #f0f2f5;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 6px;
    min-width: 199px;
    max-width: 300px;
    padding: 10px 20px;
    position: absolute;
    top: 28px;
    z-index: 150;
    left: -300px;
    transition: 0.3s;

}
.sections_visible{
    left: 0;
}
.fa-fixed-width{width:12px;}
.sections div{text-transform:uppercase; line-height:20px; color:#555;}
.sections div div{margin-bottom:13px;}
.sections span{display:block; margin-bottom: 5px; line-height:20px;}
.sections a{color: #285473;}
.glyphicon{display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;}
.glyphicon-eye-open::before {
    content: "";
}
.glyphicon-zoom-in::before {
    content: "";
}
.glyphicon-remove::before {
    content: "";
}
.glyphicon-pencil::before {
    content: "";
}
.glyphicon-arrow-left::before {
    content: "";
}
.glyphicon-arrow-right::before {
    content: "";
}
.glyphicon-calendar::before {
    content: "";
}
.glyphicon-search ::before {
    content: "\f002";
}
.glyphicon-trash{}
.glyphicon-trash::before {
    content: "";
}
.own_title{  line-height: 18px;}
.own_thumb{width:120px;}
.help-block {margin-bottom: 0;}
.avatar{width:50px;}
.avatar-col{ margin-top: 5px;}
.comment-wrap{clear:both;}
.comment-col{ margin-top: 2px;}
.comment-name{font-weight: bold;}
.comment-date{color: #777;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    margin-left: 15px;}
.comment-row{border-top: 1px solid #eaeaea;
    margin: 15px 0 23px;
    overflow: hidden;
    padding-top: 10px;}
.comment-row .avatar-col{ margin-right: 14px;}
.bxslider_wrap{overflow:hidden; height:370px; width: 600px;
    float: left;
    margin-right: 20px;}
.bx-caption{}
.bx-caption span{}
.bx-caption span a{
    font-family: roboto,sans-serif;
    font-size: 1.8em;
    line-height: 1.2;
    color:#fff;
}
.bx-wrapper img:hover {
    filter: brightness(0.75);
}
.bx-wrapper .bx-caption {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
    padding: 10% 0.75rem 0.75rem;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9dcbf6 none repeat scroll 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0054a6 none repeat scroll 0 0;
}
.bx-wrapper {
    border: medium none;
    box-shadow: none;
    margin-bottom: 30px;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: -21px;
}
.top_content{}
.headlights{}
.video_thumbs{}
.vthumb{float: left;
    margin-right: 20px;
    max-width: 257px;}
.vthumb:last-child{margin-right:0;}
.vthumb a{
    font-size:1.2em; color:#000;line-height: 1;}
.vthumb img{margin-bottom:10px;}
.opinion_item{width:48%;}
.opinion_text{ font-family: serif;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.2;}

.opinion_text a{color:#333;}
.opinion_author{}
.opinion_author_img{}
.opinion_author_img img{}
.opinion_author_name{}
.opinion_author_name div{}
.opinion_author_name span{}
.quote_icon_wrap{}
.quote_icon_wrap i{color: #9dcbf6;
    font-size: 2.5em;}
.fb_box{padding-top: 45px;}
.class1{height:115px;}
.class2{height:88px; display:block;}
.flexcenter{display: flex; align-items: center;}
