/**
 * BHPutovanja.ba
 *
 * @package assets/css
 * @author Nikola Vujovic <nikola.vujovic@ics.ba>
 */

/*
 * Global
 */
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans",Arial,sans-serif;letter-spacing: 0 !important;}
a {outline: none !important;}
a:focus {border: none !important;outline: none !important;}
a:hover, a:focus {color: #0095da;}
.btn-default {background: #0095da;}
.container {padding: 0 15px;}
img {
    /*width: 100%;*/
}
footer {
    margin: 0 -15px;
}
@media all and (min-width: 1200px) {
    .container {padding: 0 30px;}
    footer {
        margin: 0 -30px;
    }
}

/*
 * Aspect-ratio
 */
[style*="--aspect-ratio"] {
    position: relative;
    height: fit-content;
}
[style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    background: #000000;
    opacity: 0.05;
    pointer-events: none;
}
[style*="--aspect-ratio"] > a, [style*="--aspect-ratio"] > .iframe, [style*="--aspect-ratio"] > img {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%; width: 100%;
    border-radius: 0;
    z-index: 0;
}

/*@media (min-width: 1200px) {*/
/*    .container {width: 1140px;}*/
/*}*/
/*@media (min-width: 1400px) {*/
/*    .container {width: 1340px;}*/
/*}*/
/*@media (min-width: 1600px) {*/
/*    .container {width: 1540px;}*/
/*}*/

/*
 * Body
 */
body {background-image: none;background-position: center top;}

/*
 * Header
 */
header .container {background-image: none !important;background-color: #CCCCCC;overflow: hidden;}
header .container .slider_holder {width: 100%;height: 100%;position: absolute;z-index: 1;top: 0;left: 0;}
header .container .slider_holder .fotorama {min-height: 340px !important;background-color: transparent;}
header .container .logo {z-index: 5;top: 250px;}
header .container .logo a {display: inline-block;margin: 0 auto;}
header .container nav {z-index: 10;}
@media (min-width: 1024px) {
    header>.container>nav>ul>li:after {content: "|" !important;}
    header>.container>nav>ul>li:last-child:after{
        content: none !important;
    }
    /*header>.container>nav>ul>li>a>img {border: 1px solid #ffffff;}*/
}

/*
 * Menu
 */
#menu-button:hover i {color: #0095da;}
.menu>li>a {color: #222222;}
.menu>li.selected,
.menu>li:hover,
.menu>li:focus{
    background:#0095da;
}
.menu>li.selected a,
.menu>li:hover a{
    color:#ffffff;
}
.menu {
    margin-left: 0 !important;
}
.dropdown-menu > li > a {
    color: #aaa !important;
    font-size: 14px;
}
.form-search .btn:hover,
.form-search .btn:focus,
.form-search .btn:hover,
.form-search .btn:focus {
    background: #0095da;
    border-color: #0095da;
}

/*
 * Posts
 */
article.small h3,
article.mid h3,
article.big h3 {text-transform: none;}
article.big h3 {text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);}
article.big p.text,
article.big p.details {text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);}
article.small a,
article.mid a,
article.big a {
    transition: color 0.3s;
    -webkit-transition:  color 0.3s;
    -moz-transition:  color 0.3s;
    -o-transition: color 0.3s;
}
article.small a img,
article.mid a img,
article.big a img {
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition:  opacity 0.5s;
    -moz-transition:  opacity 0.5s;
    -o-transition: opacity 0.5s;
}
article.small a:hover img,
article.mid a:hover img,
article.big a:hover img {opacity: .6;}
/*article.big a:hover h3 {color: #00a3f5;}*/
article.mid a img {min-height: 340px;}
article.small a img {height: 60px;width: 70px;}
article.mid .counters li {margin-right: 10px;}


.posts h2 {font-size: 20px;line-height: 20px;}
.posts .post-slider {margin-bottom: 0;}
.posts .banner.banner_rectangle {margin-bottom: 20px;}
.post-page article.post {margin-bottom: 20px;}
.post-page article.post.fullwidth .tags {margin: 0;float: none;}
.post-page article.post.fullwidth .tags {border-bottom: 1px dashed #ddd; border-top: 1px dashed #ddd; overflow: hidden; padding: 10px 0;}
.post-page article.post.fullwidth .tags a {display: inline-block;}
.post-page article.post .img .btn {width: 100%;margin: 0 0 20px;}
.post-page article.post .data {margin-bottom: 20px;}
.post-page article.post .banner.banner_rectangle {margin-bottom: 20px;}
.post-slider .slides img {min-height: 270px;}
.post-social {margin: 10px -5px 0;float: left;width: 100%;}
.post-social li {float: left;width: 33.333333%;padding: 0 5px;}
.post-social li a {height: 30px;display: block;text-align: center;color: #ffffff;line-height: 30px;}
.post-social li.facebook a {background-color: #4867aa;}
.post-social li.twitter a {background-color: #1da1f2;}
.post-social li.google_plus a {background-color: #e52c27;}

.articles {}
.articles ul {list-style: none;}
.articles.articles-top {background-color: rgba(0,149,218,0.07) !important;margin: 0 -15px 20px;padding: 15px 15px 0;}
.articles.articles-top h2 {color: rgba(0,149,218,1) !important;}
.articles.articles-top img {opacity: 1 !important;}
.articles.articles-top article.mid,
.articles.articles-top article.small {margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ffffff;}
.articles.articles-top article.mid img {min-height: 170px;}
.articles.articles-top article.mid .img .img-small,
.articles.articles-top article.small .img .img-mid {display: none;}
.articles.articles-top article.small .details {display: none;}
.articles.articles-top article.small .counters {display: block;margin-top: 5px;}
.articles.articles-top article.small .counters li {font-size: 10px;color: #888;margin-right: 10px;}
.articles.articles-top article.small .counters li i.fa {margin-right: 8px;}
.articles.articles-top ul li.article:last-child article.small {border-bottom: 0;}

/*
 * Tabs
 */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {border-bottom: 3px solid #0095da !important;}

/*
 * Footer
 */
footer .about img {max-width: 200px;}
footer h5 {color: #0095da;}
.categories ul > li:hover a {color: #0095da;}
footer .event .col:hover {border: 1px solid rgba(255, 255, 255, 0.2);}
footer .event .col:hover h1 {color: #ffffff;}
footer .event .col:hover p {color: #aaa;}

/**
 * Homepage
 */
.homepage {}
.homepage .owl_carousel {margin-bottom: 20px;}
.homepage .owl_carousel ul.owl-carousel {list-style: none !important;}
.homepage .owl_carousel ul.owl-carousel article {margin-bottom: 0 !important;}
@media (min-width: 768px) {
    .homepage .owl_theme1 {margin: 0 -15px 20px;}
    .homepage .owl_theme1 ul.owl-carousel li.owl_child {width: 33.3333333333%;float: left;padding: 0 15px;}
}

/*
 * Article
 */
article.mid .text a {color: #0095da;text-decoration: underline;}
article.mid .text a:hover {color: #222;}
article.mid .text ol {padding-left: 15px;}
article.mid .text ul {padding-left: 15px;list-style-type: disc;}
article.mid .text h1,
article.mid .text h2,
article.mid .text h3,
article.mid .text h4,
article.mid .text h5,
article.mid .text h6 {font-weight: 700;line-height: 1.1;margin: 0 0 20px;text-transform: none;}
article.mid .text h1 {font-size: 30px;line-height: 30px;}
article.mid .text h2 {font-size: 24px;line-height: 24px;}
article.mid .text h3 {font-size: 18px;line-height: 18px;}
article.mid .text h4 {font-size: 16px;line-height: 16px;margin: 10px 0;}
article.mid .text h5 {font-size: 14px;line-height: 14px;margin: 10px 0;}
article.mid .text h6 {font-size: 14px;line-height: 14px;margin: 10px 0;}
article.mid .text p {font-size: 14px;margin: 0 0 10px;}
article.mid .text img {margin: 0;}
article.mid .text {color: #222;}

/*
 * Search
 */
.search-result h3 span {color: #0095da;}

/*
 * Social
 */
.social li a:hover {background: #0095da;border: 1px solid #0095da;}
/*.aside-social li.sharer {cursor: pointer;}*/
.aside-social li {padding-top: 0;}
.aside-social li p {margin: 0;}
.aside-social li a {display: block;text-align: center;padding: 10px 0 5px;}
.aside-social li a i {line-height: 1;display: block;margin: 0 auto;font-size: 16px;}
.aside-social li a i {
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}
.aside-social li a:hover i {color: #0095da;}
.member .social li:hover {background-color: transparent;border: 1px solid #0095da;}

/*
 * Counters
 */
article .counters li:hover {color: #888 !important;}

/*
 * About us
 */
.about-us .info table {width: 100%;}
.about-us .info table td {padding: 7px;border: 1px solid #dddddd;}

/*
 * Polls
 */
.poll_box {border-bottom: 2px solid #000;}
.poll_box ul {border: 1px dashed rgba(0,0,0,0.1);margin: 0 0 20px;}
.poll_box a {color: #0095da;}
.poll_box a:hover {color: #333333;}
.poll_box .poll_box_nav {padding: 0 0 10px;}
.poll_box .poll_box_nav p {float: left;line-height: 30px;margin: 0;font-size: 13px;}
.poll_box .poll_box_nav .btn {float: right;}
.poll_box p.poll_vote_success {text-align: center;border-top: 2px solid #000;padding: 10px 0 0;}
.poll_box p.poll_vote_success .name {text-transform: uppercase;}
.charts {}
.charts p.data {display: none;}
.charts .chart {width: 100%;height: 400px;}

/*
 * Pagination
 */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {background: #0095da;border-color: #0095da;}

/*
 * Fotorama
 */
.fotorama_holder .fotorama {min-height: 130px;background-color: #f5f5f5;}
.fotorama_data {display: none;}
.fotorama__caption {font-family: "Open Sans",Helvetica,Arial,sans-serif;font-size: 12px;line-height: 16px;font-weight: 700;margin: 0;}
.fotorama__caption .fotorama__caption__wrap {background-color: rgba(0,0,0,.7);width: 100%;padding: 7px 10px;color: #ffffff;}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {opacity: 1;transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.fotorama__nav--thumbs {background-color: #ffffff;}
.fotorama__thumb-border {border-color: #0095da;}
.fotorama__nav__frame--thumb {opacity: 0.5;}
.fotorama__nav__frame--thumb {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.fotorama__nav__frame--thumb.fotorama__active {opacity: 1;}
.fotorama__video {top: 0;}

/*
 * Video responsive
 */
.video-responsive-wrapper {position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;background-color: #000000;}
.video-responsive-wrapper .video-responsive {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
.video-responsive-wrapper .video-play {width: 32px;height: 32px;position: absolute;left: 50%;top: 50%;z-index: 10;margin-left: -16px;margin-top: -16px;}
.video-responsive-wrapper .video-play i.fa {font-size: 32px;line-height: 32px;}

/*
 * Form - Custom Radio
 */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

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

.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #0095da;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
    color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
    background-color: #eee;
}

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
}

.radio-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.radio-custom label + label.error {
    display: block;
}

/*
 * Banners
 */
/*.banner {margin: 0 auto;border: 1px solid #f5f5f5;background-color: #f5f5f5;display: block;text-align: center;}*/
.banner {margin: 0 auto;background-color: #ffffff;text-align: center;}
/*.banner {background-color: #ff0000;display: block;}*/
.banner a,
.banner figure,
.banner figure img {display: block;width: 100%;}
.banner figure img {min-height: 0 !important;}
.banner a:hover,
.banner a:hover img {opacity: 1 !important;}
.banner p {text-align: center;}
.banner ins {background-color: rgba(255,255,0,.2);}
.banner.banner_panorama {width: 234px;height: 60px;margin-bottom: 20px;}
.banner.banner_rectangle {width: 234px;height: 60px;}
.banner.banner_square {width: 250px;height: 250px;}
@media (min-width: 360px) {
    .banner.banner_square {width: 300px;height: 250px;}
}
@media (min-width: 380px) {
    .banner.banner_panorama {width: 320px;height: 100px;}
    .banner.banner_rectangle {width: 320px;height: 100px;}
}
@media (min-width: 530px) {
    .banner.banner_panorama {width: 468px;height: 60px;}
    .banner.banner_rectangle {width: 468px;height: 60px;}
}
@media (min-width: 992px) {
    .banner.banner_panorama {width: 728px;height: 90px;}
    .banner.banner_square {width: 200px;height: 200px;}
}
@media (min-width: 1200px) {
    .banner.banner_panorama {width: 960px;height: 250px;}
    .banner.banner_rectangle {width: 728px;height: 90px;}
    .banner.banner_square {width: 250px;height: 250px;}
}

/**********************
******=responsive*****
**********************/
@media (max-width: 479px),(max-device-width: 479px) {
    /*.fotorama_holder .fotorama {min-height: 300px;}*/
    header .container .slider_holder .fotorama {min-height: 340px !important;}
    article.big .info {bottom: 30px !important;}
}
@media (min-width: 480px) and (max-width: 767px) {
    /*.fotorama_holder .fotorama {min-height: 220px;}*/
    header .container .slider_holder .fotorama {min-height: 340px !important;}
}
@media (min-width: 768px) and (max-width: 979px) {
    
    article.mid a img {min-height: 228px;}
    .post-slider .controls .prev,
    .post-slider .controls .next{
        background-color: rgba(0,149,218,0.6) !important;
    }
    .post-slider .slides img {min-height: 360px;}
    .fotorama_holder .fotorama {min-height: 365px;}
    header .container .slider_holder .fotorama {min-height: 340px !important;}
    .post-social {margin: -5px;float: none;width: auto;height: 30px;}
    article.big .info {bottom: 20px !important;}
}
@media (min-width: 768px) {
    .articles {margin: 0 0 20px;}
    .articles ul {margin: 0 -15px;}
    .articles ul li.article {width: 33.3333333333%;float: left;padding: 0 15px;}
    
    .articles.articles-top {background-color: transparent !important;margin: 0 0 20px;padding: 0;}
    .articles.articles-top h2 {display: none;}
    .articles.articles-top ul {margin: 0 -1px;}
    .articles.articles-top ul li.article {width: 20%;padding: 0 1px;}
    .articles.articles-top ul li.article.child0,
    .articles.articles-top ul li.article.child1 {width: 50%;margin-bottom: 2px;}
    .articles.articles-top article.mid {margin-bottom: 0;padding-bottom: 0;border-bottom: 0;position: relative;overflow: hidden;}
    .articles.articles-top article.mid a {position: relative;display: block;}
    .articles.articles-top article.mid .text,
    .articles.articles-top article.mid .details,
    .articles.articles-top article.mid .counters {display: none;}
    .articles.articles-top article.mid  .img {position: relative;}
    .articles.articles-top article.mid  .img:before {
        transition: opacity 0.3s;-webkit-transition:  opacity 0.3s;-moz-transition:  opacity 0.3s;-o-transition: opacity 0.3s;
        opacity: .6;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#111),to(transparent));
        background-image: -webkit-linear-gradient(transparent,#111);
        background-image: -moz-linear-gradient(transparent,#111),-moz-linear-gradient(transparent,#111);
        background-image: -o-linear-gradient(transparent,#111),-o-linear-gradient(transparent,#111);
        background-image: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
        content: "";
        height: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .articles.articles-top article.mid a:hover .img:before {
        opacity: .3;
    }
    .articles.articles-top article.mid .info {position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;padding: 0 10px 10px;}
    .articles.articles-top article.mid .info h3 {font-size: 11px;line-height: normal;}
    .articles.articles-top article.mid .info h3 {color: #ffffff;transition: color 0.3s;-webkit-transition:  color 0.3s;-moz-transition:  color 0.3s;-o-transition: color 0.3s;}
    /*.articles.articles-top article.mid a:hover .info h3 {color: rgba(0,149,218,0.4);}*/
    .articles.articles-top ul li.article.child0 article.mid .info h3,
    .articles.articles-top ul li.article.child1 article.mid .info h3 {font-size: 16px;}
    .articles.articles-top article.mid a img {min-height: 75px;}
    .articles.articles-top ul li.article.child0 article.mid a img,
    .articles.articles-top ul li.article.child1 article.mid a img {min-height: 189px;}
    
    article.big .info {bottom: 0 !important;}
    article.big h3 {margin: 0 30px 30px;}
    article.big p.text {margin: 0 30px 30px;display: none !important;}
    article.big p.details {margin: 0;display: none;}
}
@media (min-width: 980px) and (max-width: 1199px) {
    article.mid a img {min-height: 215px;}
    .menu{
        width: 100%;
    }
    .menu>li{
        font-size: 12px !important;
        padding: 7px 7px !important;
    }
    nav .form-search {display: none;}
    .form-search.col-md-3{
        width: 25% !important;
    }
    .post-slider:hover .controls .prev,
    .post-slider:hover .controls .next{
        background-color: rgba(0,149,218,0.6) !important;
    }
}
@media (min-width: 992px) {
    .articles.articles-top article.mid .info {padding: 0 15px 15px;}
    .articles.articles-top article.mid .info h3 {font-size: 12px;}
    .articles.articles-top ul li.article.child0 article.mid .info h3,
    .articles.articles-top ul li.article.child1 article.mid .info h3 {font-size: 20px;}
    .articles.articles-top article.mid a img {min-height: 101px;}
    .articles.articles-top ul li.article.child0 article.mid a img,
    .articles.articles-top ul li.article.child1 article.mid a img {min-height: 255px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    article.mid a img {min-height: 228px;}
    .menu>li{
        font-size: 14px !important;
        padding: 7px 10px !important;
    }
    .post-social {margin: -5px;float: none;width: auto;height: 30px;}
}
@media (min-width: 1200px) {
    article.mid a img {min-height: 256px;}
    .menu{
        width: 100%;
    }
    .menu>li{
        font-size: 16px !important;
    }
    nav .form-search {display: none;}
    .post-slider:hover .controls .prev,
    .post-slider:hover .controls .next{
        background-color: rgba(0,149,218,0.6) !important;
    }
    .post-slider .slides img {min-height: 460px;}
    .fotorama_holder .fotorama {min-height: 460px;}
    header .container .slider_holder .fotorama {min-height: 340px !important;}
    .post-social {margin: -5px;float: none;width: auto;height: 30px;}
    .articles.articles-top ul li.article.child0 article.mid .info h3,
    .articles.articles-top ul li.article.child1 article.mid .info h3 {font-size: 24px;}
    .articles.articles-top article.mid a img {min-height: 122px;}
    .articles.articles-top ul li.article.child0 article.mid a img,
    .articles.articles-top ul li.article.child1 article.mid a img {min-height: 308px;}
}
/*@media (min-width: 1400px) {*/
/*    article.mid a img {min-height: 308px;}*/
/*    .fotorama_holder .fotorama {min-height: 504px;}*/
/*}*/
/*@media (min-width: 1600px) {*/
/*    article.mid a img {min-height: 361px;}*/
/*    .fotorama_holder .fotorama {min-height: 583px;}*/
/*}*/

/*
 * Comments
 */
#leave-comments-holder {margin: 20px 0 0;padding: 10px 0 0;border-top: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;}
#leave-comments-holder p.comments-note {margin: 10px 0 15px;}
#leave-comments-holder p.comments-note a {color: #0095da;}
#leave-comments-holder p.comments-note a:hover {color: #888;}
#leave-comments-holder .alert a {text-decoration: underline;}
#leave-comments-holder .alert a:hover {text-decoration: none;}
#leave-comments .input-group {width: 100%;margin: 0 0 20px;}
#leave-comments .input-group .form-control {}
#leave-comments .input-group textarea {height: 100px;overflow: hidden;margin: 0;}
#leave-comments .input-group .maxlength {position: absolute;right: 0;bottom: 0;z-index: 1;font-size: 11px;background: #ffffff;padding: 3px 5px;}
.comments {margin: 0 0 20px;}
.comments li {border-bottom: 1px solid #dcdcdc;}
.comments li article {border-top: 0 !important;}
.comments li.no-comments {}
.comments li.view-all,
.comments li.no-comments {padding: 2rem 0;text-align: center;border-bottom: 0;}
.comments li.no-comments {padding: 6rem 0;}
.comments li.next-page {padding: 2rem 0;text-align: center;background-color: rgba(0,0,0,.05);}
.comments li.status[data-status="2"] {border-bottom: 2px solid rgb(220, 53, 69)!important;}
.comments li.status[data-status="1"] p.text[data-comment-show] {display: none;}
.comments li.status[data-status="2"] h3 {opacity: .5;}
.comments li.status[data-status="2"] .avatar {opacity: .5;}
.comments li.status[data-status="2"] p.text[data-comment-hidden] {display: none;}
.comments li.status[data-status="2"] p.text[data-comment-show] {display: block;}
.comments li.status[data-status="2"] p.text[data-comment-show] a.text-danger {color: #a94442 !important;text-decoration: none;}
.comments li.status[data-status="2"] p.text[data-comment-show] a.text-danger:hover {color: #333333 !important;}
.post-page .comments>li:last-child>article {border-bottom: 0;padding-bottom: 0;}
@media (max-width: 479px), (max-device-width: 479px) {
    .comments article.mid.row img {width: 40px !important;}
}

/*
 * ReCaptcha
 */
.g-recaptcha-outer{text-align: center;border-radius: 4px;overflow: hidden;}
.g-recaptcha-inner{width: 154px;height: 41px;overflow: hidden;margin: 0;}
.g-recaptcha{position:relative;left: -12px;top: -15px;}

/*
 * Facebook Page
 */
.fb-page blockquote {display: none;}

/*
 * Cookie message
 */
.cookies-message {background-color: rgba(0,0,0,.75);border: 0;padding: 15px 0;margin: 0;color: #ffffff;font-size: 11px;line-height: normal;border-radius: 0;}
.cookies-message {width: 100%;position: fixed;left: 0;bottom: 0;z-index: 100;}
.cookies-message .container {background-color: transparent;padding: 0 15px;}
.cookies-message .container {
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.cookies-message a {color: #ffffff;text-decoration: underline;}
.cookies-message a:hover {text-decoration: none;}
.cookies-message .close-cookie-msg {height: 3.5rem;line-height: 3.1rem;padding: 0 1.5rem;font-size: 12px;}
/*.cookies-message .close-cookie-msg:hover {background-color: #ffffff;border-color: #ffffff;color: #e53935;}*/
@media only screen and (min-width: 768px) {
    .cookies-message {font-size: 12px;}
}
@media only screen and (min-width: 992px) {
    .cookies-message .container .row {margin-bottom: 0;}
}
@media only screen and (min-width: 1200px) {
    .cookies-message {font-size: 13px;}
}

/*
 * Notifications
 */
#modal-notification .modal-header {border-bottom: 1px solid #222;}
#modal-notification .modal-body p {font-size: 14px;line-height: normal;color: #000000;}
#modal-notification .modal-footer {background-color: #ffffff;border-top: 1px solid #222;}
