body {
    color: #555;
}
h1, h2, h3, h4 {
    font-weight: 100;
}
h1 {
    margin: 0 0 20px 0;
}
.page-header, .description {
    margin: 0 15px 20px 15px;
}
header {
    margin: 0 auto;
    width: 90%;
}
header .slogan{
    width: 90%;
    padding: 1.875em 1.875em 1.875em 0;
    font-size: 1em;
}
header .slogan-mobile {
    font-size: 0.7em;
    padding: 0.875em 0.875em 0.875em 0em;
    float: left;
    width: 100%;
}
header .button-mobile-menu {
    font-size: 30px;
    float: right;
    color: #ccc;
}
header .button-mobile-menu-active {
    color: #777;
}
.text-italic {
    font-style: italic;
}
.search-container {
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 110;
    float: right;
}
.search-container:hover input {
    opacity: 1;
}
.search-container input {
    height: 30px;
    margin-top: 15px;
    float: right;
    padding: 2px 6px;
    width: 100%;
    opacity: 0.9;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
    .search-container {
        width:15%;
    }
    .search-container input {
        margin-top: 14px;
    }
}

@media screen and (max-width:800px) {
    .search-container {
        width: 100%;
        background: #47a3da;
        padding: 4px 10px 20px 0px;
        text-align: center;
    }
    .search-container input {
        float:none;
        width: 80%;
        margin-top: 0px;
        margin-left: 24px;
    } 
    .cbp-hsmenu > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.5) !important;
    }
    #topnav {
        width: 100% !important;
    }
}

.cbp-hsmenu > li {
    margin-left: 1em !important;
}
.cbp-hsmenu > li:first-child {
    margin-left: 0 !important;
}
.cbp-hsmenu > li > a { 
    font-size: 1em !important;
}
.cbp-hsmenu-wrapper .cbp-hsmenu {
    padding: 0 !important;
    padding-left: 0.875em !important;
    max-width: 90% !important;
    width: 90% !important;
}
@media screen and (max-width: 320px) {
    .cbp-hssubmenu > li a span {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 400px) {
    .cbp-hssubmenu > li a span {
        margin-left: 100px !important;
    }
}
.main-content {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    padding: 0.875em;
}
.footer-container {
    background: #47a3da;
    width: 100%;
}
.footer {
    width: 90%;
    margin: 0 auto;
    padding: 0.875em;
    vertical-align: middle;
    color: #777;
    font-size: 0.8em;
    color: #dddddd;
}
.footer a {
    color: #ffffff;
}
@media screen and (max-width:320px) {
    .main-content {
        padding: 0;
    }
    .footer {
        width: 100%;
    }
}
.footer-nav-container {
    width: 100%;
    background: #47a3da;
    color: #ffffff;
}
.footer-nav {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0 2em 0.875em;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
.footer-nav ul li {
    list-style: none;
}
.footer-nav ul li a {
    color: #dddddd;
    font-size: 0.875em;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-nav ul li a:hover {
    color: #ffffff;
}
.footer-nav .header-nav {
    font-size: 0.975em;
    color: #dddddd;
    padding: 0 0 0.375em 0;
}

.h40 {
    width: 1em;
    height: 3em;
}

.content-center {
    text-align: center;
}
.content-left {
    text-align: left;
}
.content-right {
    text-align: right;
}

.main-ul {
    text-align: center;
    padding: 0;
    list-style: none;
}
.img-circle {
    width: 100%;
    border-radius: 500px;
    margin-bottom: 20px;
}

/*
    Isotope
*/
.filters-button-group a {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #333333;
    font-weight: 300;
    font-size: 1.2em;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
.filters-button-group a:hover {
    color: #71b6f9;
    text-decoration: none;
}
.filters-button-group a.current {
    color: #71b6f9;
}
.thumb {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
    border: solid 1px #eee;
}
.thumb img {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.thumb:hover img {
    opacity: 0.9;
}
.thumb a:hover {
    text-decoration: none;
}
.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}
.gal-detail h4 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 5px;
}
.gal-detail p {
    padding: 0px 5px;
    font-size: 13px;
}

.tags .title {
    font-size: 0.7em;
    color: #777777;
}
.tag {
    padding: 2px 4px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
}
.tag a {
    color: #ffffff;
}
.tag a:hover {
    text-decoration: none;
}

.breadcrumb {
    background: none;
    padding-left: 0;
}
.article {
    font-size: 1.3em;
}
.article p {
    text-align: justify;
}
@media screen and (max-width:500px) {
    .article {
        font-size:0.875em;
    }
}
.article img {
    margin-bottom: 10px;
    max-width: 100%;
}
.photo-title {
    color: #777;
    font-size: 0.875em;
    display: block;
    border-left: solid 1px #eee;
    padding-bottom: 15px;
    margin-top: -15px;
}
.photos .page-header {
    margin-left: 0;
}
.photos .glyphicon, .videos .glyphicon {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
.article .photo img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.article .photo img:hover {
    opacity: 0.9;
}

.vertical-line {
    border-left: solid 2px #aa6708;
    margin-top: 20px;
    padding: 30px 0px 30px 10px;
}
.vertical-line-share {
    border-left: solid 2px #188ae2;
}
.vertical-line .caption, .comments .caption, .comment-form .caption, .random .caption, .articles-footer .caption {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: block;
}
.ratings .new-rating .title, .ratings .rating .title {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.875em;
}
.ratings .gl-cont {
    float:left;
    text-align: center;
    width: 2.5em;
    cursor: pointer;
}
.ratings .glyphicon{
    color:#aaaaaa;
    font-size: 2em;
    margin-top: -0.2em;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.ratings .gl-cont:hover .glyphicon, .ratings .pressed {
    color: #f9c851;
}
.ratings .current {
    clear: both;
    font-size: 0.575em;
}
.ratings .selected-rating {
    position: absolute;
    font-size: 0.875em;
    margin-top: 0.09em;
}

@media screen and (max-width:800px) {
    .ratings .new-rating .title {
        float: none;
    }
    .ratings .gl-cont {
        width: 2.15em;
    }
    .ratings .selected-rating {
        display: none;
    }
}

.main-image-container {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    height: 800px;
}
.main-image {
    width: 100%;
}
.main-caption {
    font-size: 2.5em;
    color: #fff;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 30px;
    text-align: center;
    width: 70%;
}
.main-rating {
    text-align: center;
    opacity: 0.8;
}
.main-rating .pressed {
    color: #f9c851;
}
.main-image-container .tags {
    text-align: center;
    margin-top: 20px;
}
.main-image-container .tags .tag {
    margin-right: 10px;
    font-size: 0.875em;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-image-container .tags .tag:hover {
    opacity: 1;
}
.main-image-container .counts {
    text-align: center;
    margin-top: 20px;
    font-size: 1.8em;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-image-container .counts a:hover {
    opacity: 1;
    text-decoration: none;
}
.main-image-container .counts a{
    margin-left: 2em;
    opacity: 0.8;
    font-weight: 100;
    color: #fff;
}
.main-image-container .counts a:first-child {
    margin-left: 0em;
}
.main-image-container .counts .glyphicon {
    font-size: 0.875em;
    margin-right: 4px;
}
.main-image-container .counts .value {
    
    
}

.social-thumb {
    width:72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.8;
    background-size: 72px !important;
    border-radius: 5px;
}
.social-thumb:hover {
    opacity: 1;
}
.socia-vk {
    background: url('/css/img/vk.png');
}
.socia-fb {
    background: url('/css/img/fb.png');
}
.socia-tw {
    background: url('/css/img/tw.png');
}
@media screen and (max-width:800px) {
    .social-thumb {
        width: 64px;
        height: 64px;
        background-size: 64px;
        opacity: 1;
    }
}

.comments {
    margin-top: 20px;
}
.comments .hide-comments {
    color: #777;
    font-size: 0.675em;
    border-bottom: dashed 1px;
    margin-left: 0.5em;
    cursor: pointer;
}
.comment a {
    cursor: pointer;
}
.comment {
    border-bottom: solid 1px #eee;
    padding: 1em 0 2.3em 0;
    font-size: 0.7em;
}
.comment:first-child {
    padding-top: 0;
}
.comment .name {
    font-size: 0.875em;
    margin-right: 0.1em;
}
.comment .date {
    font-size: 0.7em;
}
.comment .text {
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    text-align: justify;
}
.comment .tools {
    font-size: 0.775em;
    clear: both;
}
.comment .answer, .comment .quote {
    float: left;
    border-bottom: dashed 1px;
    cursor: pointer;
    color: #999;
}
.comment .answer {
    margin-right: 10px;
}
.comment .text:hover, .comment .answer:hover, .comment .quote:hover {
    color: #555;
}
.comment blockquote {
    font-size: 1em;
    border-left: 1px solid #eee;
    margin-bottom: 0;
}
.comment .rating {
    float: right;
    color: #777;
    font-size: 0.8em;
}
.comment .rating span {
    cursor: pointer;
    opacity: 0.8;
}
.comment .rating span.bad {
    margin-right: 10px;
    color: #ff5b5b;
}
.comment .rating span.bad:hover, .comment .rating span.good:hover {
    opacity: 1;
}
.comment .rating span.bad .glyphicon {
    margin-left: 4px;
}
.comment .rating span.good {
    color: #10c469;
}
.comment .rating span.good .glyphicon {
    margin-right: 4px;
}
.show_all_comments {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.show_all_comments div {
    font-size: 0.6em;
}
#comment {
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
    height: 7em;
}
#comment-form {
    margin-top:50px;
    margin-bottom: 50px;
}
.comment-form .alert {
    margin-bottom: 0;
}
@media screen and (max-width:800px) {
    .comment-form .panel-heading{
        font-size: 0.775em;
    }
}
.smiles {
    
}
#comment-message-danger, #comment-message-success {
    display: none;
    font-size: 0.6em;
}
.positive-comment {
    width:40px;
    height: 40px;
    float: left;
    font-size: 2.4em;
    opacity: 1;
    color: #10c469;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.negative-comment {
    width:40px;
    height: 40px;
    float: left;
    font-size: 2.4em;
    opacity: 1;
    color: #ff5b5b;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
#comments-modal .text-danger {
    color: #ff5b5b;
}
#mobile-scroll-down {
    width: 30%;
    max-width: 120px;
    height: 80px;
    position: fixed;
    right: 0px;
    top: 80%;
    z-index: 200;
    opacity: 0.8;
    text-align: center;
}
#mobile-scroll-down .visible-xs, #mobile-scroll-down .visible-sm {
    background: #fff;
    border: solid 1px #eee;
    border-right: none;
    border-radius: 5px;
    padding: 10px;
    
}
#mobile-scroll-down a {
    text-decoration: none;
}
#mobile-scroll-down p {
    font-size: 0.5em;
    line-height: 0.8em;
}
#mobile-scroll-down span.glyphicon {
    font-size: 2em;
    color: #ccc;
}
#paginator, #sorting {
    text-align: center;
    margin-left: 10px;
}
.pagination>.active>a{
    background-color: #47a3da !important;
    border-color: #47a3da !important;
}
#sorting a {
    font-size: 0.6em;
}
#sorting span {
    font-size: 0.5em;
    position: absolute;
    margin-top: 0px;
}
.videos {
    margin-top: 30px;
    margin-bottom: 30px;
}
.videos .page-header {
    margin-left: 0;
}
.videos blockquote {
    border-left: solid 1px #eee;
}
.video, .panorama {
    height: 500px;
}
.videos span {
    margin-bottom: 20px;
    display: block;
}
@media screen and (max-width:800px) {
    .videos {
        font-size: 0.6em;
    }
    .video, .panorama{
        height: 350px;
    }
}
@media screen and (max-width:400px) {
    .video, .panorama {
        height: 200px;
    }
}

.ads {
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
.ads .caption {
    text-align: center;
    line-height: 2.5em;
    height: 60px;
    display: block;
    vertical-align: top;
    margin-top: -10px;
    opacity: 0.5;
    color: #f9c851;
}
.ads .caption .glyphicon {
    position: absolute;
    margin-left: -150px;
}
.tsrs {
    width: 300px;
    margin: 0 auto;
}
.articles-footer .secret {
    text-align: center;
    border: none;
    box-shadow: none
}
.articles-footer .caption {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.articles-footer .col-md-12 {
    margin-left: -15px;
}

#status-line {
    height: 2px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}
#status-line span {
    background: #47a3da;
    height: 100%;
    display: block;
    width: 0px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.table_of_content {
    margin: 0 20px 10px 0;
    font-size: 0.875em;
    color: #aaaaaa;
}
.table_of_content .header {
    
}
.table_of_content ul {
    margin: 0;
    padding: 10px 0 10px 20px;
    list-style: none;
    border-left: solid 1px #eeeeee;
}
.table_of_content ul li a {
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.table_of_content ul li a:hover {
    
}
.a-table_of_content {
    display: block;
    width: 100%;
    min-height: 80px;
    margin-top:40px;
}
.double-adaptive {
    
}
.ads-a {
    margin-bottom: 10px;
}
@media screen and (max-width:1024px) {
    .double-adaptive {
    
    }
    .double-adaptive .col-md-6 {
        margin-bottom: 20px;
    }
}
.preload {
    border: dotted 1px #eeeeee;
    width: 100%;
    min-height: 250px;
    display: block;
    margin-bottom: 10px;
}

.c404-big-title {
    margin-top: 1em;
    font-size: 3.5em;
    font-weight: 100;
    text-align: center;
    width: 100%;
}
.c404-medium-title {
    margin-bottom: 1em;
    font-size: 1.7em;
    font-weight: 100;
    text-align: center;
    width: 100%;
}
.c404-content {
    text-align: center;
}
#c404-search {
    margin-top: 10px;
    width: 50%;
    padding: 2px 10px 2px 10px;
}
@media screen and (max-width:1024px) {
    #c404-search {
        width: 90%;
    }
}

.nav-parts {
    margin-bottom: 0.6em;
}
.nav-parts li, .nav-parts li a span {
    font-size: 0.8em;
}
.nav-parts li a {
    padding: 5px 5px;
}
.nav-parts li:first-child a {
    border-bottom: none;
}
.div-link {
    background: #000;
    opacity: 0.9;
    padding: 0;
    margin-bottom: 1em;
    height: 100px;
    width: 100%;
    overflow: hidden;
}
.div-link span:not(.badge) {
    width: 90%;
    text-align: center;
    position: absolute;
    margin-top: 40px;
}
.div-link .shadow {
    height: 100px;
    opacity: 0.1;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
.div-link .shadow-photo {
    background: url("/images/photo-link.jpg") no-repeat #000 100% 0;
}
.div-link .shadow-video {
    background: url("/images/video-link.jpg") no-repeat #000 100% 0;
}
.div-link .shadow-comments {
    background: url("/images/comments-link.jpg") no-repeat #000 100% 0;
}
a.part-link {
    color: #EEE;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
a.part-link:hover {
    color: #FFF;
    text-decoration: none;
}
a.part-link:hover .shadow {
    opacity: 0.2;
}
