/*
Theme Name: PN Sponsoren
Theme URI: https://ae.works/goto/pn-sponsoren
Author: Alpine Endeavor for belmedia
Author URI: https://alpineendeavor.com/
Description: Special theme tailored to the PN Sponsoren project. Created according to client specifications.
Version: 1.0
License: https://ae.works/goto/pn-sponsoren/license
License URI: https://ae.works/goto/pn-sponsoren/license
Text Domain: pn-sponsoren
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
html,
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400; 
    padding: 0; 
    margin: 0;
    width: 100%;
    height: 100%;
    background: #edeeef;
}

p { 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: 400; 
    font-size: 18px; 
    line-height: 1.75; 
    margin-bottom: 1.75em;
}

ul { 
    list-style-type: none;
    padding-left: 0px;
}

img { 
    border: none;
}

a { 
    text-decoration: none; 
    color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px !important;
}
section{ background: #fff; }
.overflow-hidden{ overflow: hidden; }
/**
 * #.# Header
 */
.header-area h1 { 
    margin-bottom: 0;
    margin-top: 0;
}

.navbar {
    border-radius: 0;
}

.header-area .navbar { 
    padding: 0;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: 400;
}

button.navbar-toggle {
    height: 35px;
    padding: 0;
    width: 40px;
}

/**
 * #.# Article block
 */

.article-container { 
    width: 100%; 
    margin-bottom: 25px;
}

.article-container h2 { 
    margin-bottom: 20px;
}

.article-container h2 a:hover { 
    text-decoration: none;
}

.article-container a.full-image { 
    width: 100%; 
    margin-bottom: 2.625em; 
    display: block;
}

.article-container a.full-image img { 
    width: 100%;
    height: auto;
}

.article-container .content-left-area { 
    width: 21.4286%; 
    float: left;
    margin-bottom: 20px;
}

.article-container .content-left-area span { 
    width: 40px; 
    height: 40px;
    display: block; 
    margin-bottom: 10px;
}

.article-container .content-left-area span img { 
    width: 100%;
    height: 100%; 
    -webkit-border-radius: 100%; 
    border-radius: 100%;
}

.article-container .content-left-area li { 
    line-height: 25px;
}

.article-container .content-right-area { 
    width: 71.4286%;
    float: right;
}

.article-container p a { 
    color: #007acc;
    text-decoration: underline;
}

.article-container .breadcrumb { 
    margin-top: 30px;
    background: none;
    padding: 0;
}

.article-container .breadcrumb > li + li:nth-child(2):before { 
    content: "";
}

.article-container .breadcrumb > li img { 
    width: 24px; 
    height: auto;
}

/**
 * #.# Post Details
 */

.post-details-area { 
    padding-top: 30px; 
    border-top: 1px solid #b8b8b8; 
    margin-top: 30px; 
    position: relative;
}

.post-details-area .post-detail-avatar-area { 
    width: 40px; 
    height: auto; 
    float: left; 
    position: absolute; 
    left: 0;
}

.post-details-area .post-detail-avatar-area img { 
    width: 100%; 
    height: auto;
}

.post-details-area .post-detail-content-area { 
    width: 100%; 
    box-sizing: border-box;
    padding-left: 60px;
}

.post-detail-content-area h4 { 
    margin-bottom: 10px !important;
}

/**
 * #.# Navbar
 */

navbar-toggle { 
    padding: 0; 
    width: 40px; 
    height: 35px;
}

.navbar-toggle.collapsed { 
    position: relative;
}

.navbar-toggle span.icon-bar { 
    display: none; 
}

.navbar-toggle:after { 
    content: "\f00d"; 
    display: block; 
    font-family: "FontAwesome"; 
    font-size: 20px;
    color: #888;
}

.navbar-toggle.collapsed:after { 
    content: "\f0c9"; 
    display: block;
    font-family: "FontAwesome"; 
    font-size: 20px;
    color: #888;
}
/**
 * #.# Search form
 */
.searchform div {
    position: relative;
}

.searchform label.screen-reader-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700; 
    font-size: 20px;
    width: 100%;
    display: block;
    letter-spacing: 0.046875em;
    text-transform: uppercase;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 25px 0;
}

.searchform input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 7px 40px 7px 7px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
    line-height: 1.61538;
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    color: #101010;
    outline: none;
    box-sizing: border-box;
}

.searchform input[type="submit"] {
    width: 35px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 1px;
    cursor: pointer;
    text-indent: 99999px;
    overflow: hidden;
    outline: none;
    background: #101010 url(images/search-icon.png) no-repeat 50% 50%;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    text-align: center;
    border:none;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    -webkit-appearance: none;
    appearance: none;
}

/**
 * #.# Footer search form
 */

footer .searchform div {
    position: relative;
    width: 100%;
    max-width: 280px;
}

/**
 * #.# Footer copyright
 */

.copyright {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
}

/**
 * #.# Pagination
 */

.pagination .nav-links span,
.pagination .nav-links a {
    display: inline-block; 
    padding: 5px 7px; 
    border: 1px solid #d1d1d1; 
    background: #f7f7f7;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-width: 25px;
    text-align: center;
}

.pagination .nav-links a:hover {
    text-decoration: none;
    background-color: #EAEAEA;
    color: #1a1a1a;
}

.pagination .nav-links .page-numbers.current {
    background: #d1d1d1;
}

/**
 * #.# Comment list
 */

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list .comment-body,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.875em;
}

.comment-list {
    padding-left: 0;
}

.comment-list .comment img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 5px;
    margin-right: 5px;
}

.comment-list .comment-reply-link {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 0.538462em 0.538462em 0.461538em;
}

.comment-list .comment-reply-link:hover {
    border-color: #007acc;
    text-decoration: none;
}

/**
 * #.# Post navigation
 */

.post-navigation .nav-links {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding:20px 0;
}

.post-navigation .nav-links .next-post-label,
.post-navigation .nav-links .previous-post-label {
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    color: #999;
}

.nav-previous a:hover .next-post-label,
.post-navigation .nav-links .previous-post-label:hover {
    text-decoration: none !important;
}

.post-navigation .nav-links .post-title {
    font-weight: bold;
    font-size: 24px;
}

.post-navigation .nav-links:after {
    content: "";
    display: block;
    clear: both;
}

.nav-links .nav-previous {
    display: block;
    float: left;
}

.nav-links .nav-next {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
}

.nav-links .nav-previous a span,
.nav-links .nav-next a span {
    color: #101010;
}

/**
 * #.# Comment form
 */

#commentform p {
    margin-bottom: 1rem;
}

#commentform label {
    width: 100%;
}

#commentform input,
#commentform textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 5px;
}

form#commentform textarea {
    height: 200px;
    resize: none;
}

#commentform input[type="submit"] {
    width: auto;
    background: #101010;
    color: #fff;
    padding: 5px 25px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/**
 * #.# Attachment part
 */

.attachment-entry-meta span {
    padding-right: 10px;
    padding-bottom: 20px;
    display: inline-block;
}

.attachment-entry-meta span i {
    margin-right: 5px;
}

#image-navigation {
    border-top: 1px solid #ddd;
}

#image-navigation:after {
    content: "";
    display: block;
    clear: both;
}

#image-navigation .nav-links .previous-image,
#image-navigation .nav-links .next-image {
    float: left;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

/**
 * #.# Image gallery 
 */

.gallery-icon img {
    margin: 0 auto;
}

.gallery-item img {
    border: none !important;
}
.attachment-content img {
    max-width: 100%; 
    height: auto;
}

/**
 * #.# Post content alignment
 */

.alignright {
    float: right;
    margin: 0.3em 0 1.65em 1.65em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.65em;
}

.alignleft {
    float: left;
    margin: 0.3em 1.65em 1.65em 0;
}

.category-dialog {
    max-width: 700px;
}

/**
 * #.# Custom Header panel 
 */
body {
    padding-top: 173px;
}
header.header-area {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    /*-webkit-box-shadow:0 2px 1px rgba(0,0,0,.025);
    box-shadow:0 2px 1px rgba(0,0,0,.025);
    border-bottom: 1px solid #eeeeee;
    background: #fff;*/
}
header.header-area .inner-nav-area {
    -webkit-box-shadow:0 2px 1px rgba(0,0,0,.025);
    box-shadow:0 2px 1px rgba(0,0,0,.025);
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    padding-top: 7px;
}
header.header-area .navbar-header {
    float: none;
}
header.header-area ul li a {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    line-height: 15px;
}
header.header-area .nav>li>a:focus, header.header-area .nav>li>a:hover, header.header-area .nav>li.active>a {
    color: #fff;
    background: #345582;
}
header.header-area .collapse.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}
header.header-area .navbar{
    margin-bottom: 0;
}
/**
 * #.# Block panel 
 */
.block-top-area {
    padding-top: 25px;
}
.total-block-area {

}
.total-block-area h2 {
    font-size: 28px;
    margin: 15px 0!important;
    font-weight: normal;
    color: #345582;
}
.block-list {
    -webkit-box-shadow: 0 0 2px #bfbfbf;
    box-shadow: 0 0 2px #bfbfbf;
    margin-bottom: 30px;
}
.block-list h3{
    background-color: #345582;
    padding: 8px 10px 8px 15px;
    color: #fff;
    border-bottom: 1px solid #345582;
    margin: 0 !important;
    font-size: 14px;
    font-weight: normal;
}
.block-list h3 i {
    margin-right: 10px;
}
.block-list h3 a {
    color: #fff !important;
    text-decoration: none !important;
}
.block-list-content-area{
    padding: 15px;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 13px;
    max-height: 120px;
}
.block-list-content-area .block-list-logo{
    float: right;
    width: 140px;
    height: 90px;
    border: 1px solid rgb(223, 223, 223);
    text-align: center;
    line-height: 85px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.039);
    margin-left: 10px;
}
.block-list-content-area .block-list-logo img{
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}
.block-list .block-list-footer-area{
    background-color: #edeeef;
    padding: 7px 15px;
    color: #345582;
}
.block-list .block-list-footer-area ul {
    margin-bottom: 0;
}
.block-list .block-list-footer-area a {
    color: #345582;
    text-decoration: none !important;
}
.form-control {
    -webkit-border-radius:0;
    border-radius:0;
    border-color: #345582 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #345582 !important;
}
.block-top-selectpicker .open>.dropdown-toggle.btn-default {
    border-color: #345582 !important;
    background: #fff;
    -webkit-border-radius:0;
    border-radius:0;
}
.block-top-area .btn {
    -webkit-border-radius:0;
    border-radius:0;
    background: #345582;
    color: #fff !important;
    margin-bottom: 15px;
}
.block-top-selectpicker .btn {
    background: #fff !important;
    color: #444 !important;
    border-color: #345582 !important;
    margin-bottom: 0;
}
.block-top-selectpicker .bootstrap-select .dropdown-toggle .caret {
    color: #345582;
}
.block-top-selectpicker .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100% !important;
}
.pagination-section {
    margin-bottom: 15px;
}
/**
* #.# Modal panel 
*/
.my-modal-new .modal-header {
    background: #345582;
}
.my-modal-new .modal-header h4{
    margin: 0 !important;
    color: #fff;
    font-weight: normal;
}
.total-inner-block-area {
    background: #eaf3ff;
    margin-bottom: 15px;
}
.my-modal-new .modal-header .close {
    color: #fff;
    opacity: 1;
}
.my-modal-new .pop-inner-block-title {
    padding: 10px;
    color: #fff;
    background: #5591e2;
}
.pop-inner-block-content {
    padding:0 15px;
    overflow: hidden;
    background-color: #f6f6f6;
    height: 260px;
    overflow-y: scroll;
}
.my-modal-new .btn-theme {
    background: #345582;
    color: #fff;
    -webkit-border-radius:0;
    border-radius:0;
}
.my-modal-new .modal-header .close {
    margin-top: 0;
}
.my-modal-new .modal-body {
    padding-bottom: 0;
}
.my-modal-new .modal-content {
    -webkit-border-radius:0;
    border-radius:0;
}
/**
* #.# Block Detail panel 
*/
.block-details-area {
    padding-top: 25px;
}
.block-details-area .breadcrumb {
    background: none;
    padding-left: 0;
}
.block-details-area .breadcrumb li {
    font-size: 16px;
    color: #345582;
    font-weight: normal;
}
.block-details-area .breadcrumb li a, .details-block-area h3 a {
    color: #345582;
    text-decoration: none;
}
.block-details-area .breadcrumb li.active{
    font-weight: bold;
}
.details-block-area h3 {
    margin-top: 0;
    color: #345582;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px!important;
}
.details-block-area p {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.42857143;
    font-weight: normal;
    font-size: 14px;
}
.details-block-area p a {
    color: #000!important;
    text-decoration: none!important;
}
.block-detail-pic-area {
    padding-left: 15px; 
    padding-right: 15px;
    border:1px solid #345582;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:center;
    align-items:center;
    height: 130px;
    margin-bottom: 15px;
}
.block-detail-pic-area img{
    width: auto;
    max-width: 100%;
    height: 50px;
    max-height: 100%;
}
.block-detail-info-area {
    background-color: #cbe1ff;
    margin-bottom: 10px;
    padding: 0;
}
.block-detail-info-area .col-md-2 {
    background-color: #345582;
    color: #fff;
    text-align: left;
    padding-top: 5px; 
    padding-bottom: 5px;
}
.block-detail-info-area .col-md-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.block-detail-info-area .col-md-3 i {
    margin-right: 5px;
}
.details-block-area hr {
    border-color: #345582;
}
.details-block-area h2 {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px!important;
}
.details-block-area h3, .details-block-area h3 a{
    font-weight: normal;
    color: #000;
}
.details-block-area h3 em {
    font-size: 22px;
}
.address-content p{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
}

.next-post-button, .prev-post-button {
    display: inline-block;
    background: #345582;
    padding: 10px 35px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.next-post-button {
    float: right;
}
.prev-post-button {
    float: left;
}
.next-post-button:hover, .prev-post-button:hover, .next-post-button:focus, .prev-post-button:focus {
    color: white;
    text-decoration: none;
}
footer section {
    padding: 30px 0;
}
.mobile-logo{ display: none; }
footer.footer-area { background: #333; color: #fff; height: 280px; padding-top: 30px; }
footer.footer-area a { color: #fff; }
footer.footer-area section { background: transparent; } 
/**
* #.# Responsive panel 
*/
.main-container {
    max-width: 1320px;
    margin: 0 auto;
}
.main-left-area {
    float: left;
    width: 994px;
}
.main-right-area {
    float: right;
    width: 325px;
}
.details-block-area, .article-container {
    padding-left: 50px;
    padding-right: 50px;
}
footer.footer-area { padding-bottom: 30px !important; }
footer.footer-area section {
    padding: 0;
}
footer.footer-area img { height: 25px; margin: 4px 0 0 0; }
footer.footer-area a { font-weight: bold; }
.filter-section-map {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
}
.filter-section-map .block-top-selectpicker .btn {
    border-radius: 0;
}
/**
* #.# Side panel 
*/

.side-top-image-area img{ width: auto; max-width: 100%; height: auto;; }
.side-panel-btn-area {
    margin-top: 15px;
    text-align: left;
}
.side-panel-btn-area .side-btn{
    background: #345582;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 0;
    outline: 0;
}
.map-info-entry-contact {
    text-align: right;
}

@media screen and (min-width: 992px){
    .block-top-area, .total-block-area, footer.footer-area {
        padding-left: 45px;
        padding-right: 45px;
    }
    .block-list-content-area .block-list-logo {
        /*width: 90px;*/
    }
    header.header-area .inner-nav-area {
        padding-left: 60px;
        padding-right: 60px;
    }

}
@media screen and (max-width: 1199px){
.side-panel-area {
    width: 50%;
    margin-right: -50%;
}
}
@media screen and (max-width: 1320px){
    .main-container { max-width: 1018px; width: auto; }
    .main-left-area{ width: 100%; }
}
@media screen and (max-width: 1200px){
    .block-list-content-area .block-list-logo {
        margin-left: 5px;
    }
    .address-content p {
        font-size: 12px;
    }
    .block-top-area, .total-block-area, footer.footer-area {
        padding-right: 35px;
        padding-left:35px;
    }
    header.header-area .inner-nav-area {
        padding-right: 49px;
        padding-left: 49px;
    }
    .address-content p { font-style: 11px; }

}
@media screen and (max-width: 1020px){
    body{ background: #fff; }
    .block-top-area, .total-block-area, .details-block-area{ padding: 0; }
    header.header-area .inner-nav-area {
        padding-right: 13px;
        padding-left: 13px;
    }
    .block-top-area .container-fluid { padding-right: 14px; padding-left: 14px; }
}
@media screen and (max-width: 993px){
    .block-detail-pic-area {
        max-width: 200px;
    }
    .block-detail-pic-area img {
        max-width: 100%;
        height: auto;
    }
    body{ padding-top: 80px; }
    header.header-area {
        color: #fff;
    }
    header.header-area .inner-nav-area {
        background: #345582;
        padding-left: 0px;
        padding-right: 0px;
    }
    header.header-area .csl-logo-block {
        max-height: 50px;
    }
    header.header-area .csl-logo-block img {
        width: auto;
        height: 50px !important;
    }
    header.header-area .navbar-toggle.collapsed:after, header.header-area .navbar-toggle:after{
        color: #fff;
        font-size: 24px;
    }
    header.header-area .collapse.navbar-collapse {
        margin-top: 0;
    }
    header.header-area .navbar-collapse{ 
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header.header-area ul li a {
        border-top: 1px solid rgba(255,255,255,.5);
        color: #fff;
    }
    header.header-area ul li a:hover, header.header-area ul li a:focus, header.header-area ul li.active a {
        background: rgba(255,255,255,.1)!important;
    }
    header.header-area .navbar-nav {
        margin-bottom: 0;
    }
    .mobile-logo{ display: block; width: auto;  }
    .mobile-logo img {max-height: 50px;margin-left: 10px;}
    header.header-area  .navbar-toggle { margin-right: 0; margin-top: 6px; }
    header.header-area .navbar-nav>li, header.header-area .navbar-nav{ float: none; }
    header.header-area .navbar-collapse.collapse{ display: none!important; }
    header.header-area .navbar-toggle, header.header-area .navbar-collapse.collapse.in{ display: block !important; }
    .desktop-logo{ display: none; }
    /*footer.footer-area {
        margin-right: -15px;
        margin-left: -15px;
    }*/
    header.header-area .collapse.navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    header.header-area .navbar-nav {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 5px;
    }
    .address-content p { font-style: 13px; }

    header.header-area .navbar-toggle {margin-bottom: 12px; margin-right: 10px;}
    /*header.header-area .inner-nav-area { padding-left: 40px; padding-right: 40px; }*/
    .header-area .navbar { padding: 0 6px; }
    header.header-area{ left: 7px; right: 7px;-webkit-box-sizing: content-box;
                        -moz-box-sizing: content-box;
                        box-sizing: content-box; }
    .block-top-area .container-fluid { padding-right: 14px; padding-left: 14px; }
    footer.footer-area{ padding-left: 0; padding-right: 0; height: 330px; }
    header.header-area .inner-nav-area { padding-top: 7px;padding-bottom: 4px; }
    .side-panel-area {
    width: 80%;
    margin-right: -80%;
}
    .filter-section-map {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px){
    /*.header-area .navbar{
        padding: 0;
    }*/
    header.header-area .main-left-area{ margin-left: 0; }
    .block-top-area, .total-block-area, footer.footer-area { padding-right: 0; padding-left: 0; }
    header.header-area .inner-nav-area{ /*padding-right: 15px; padding-left: 10px;*/ }
    .pagination-section {
        margin-bottom: 55px;
    }
    footer.footer-area { height: 280px; }
    .block-list-content-area .block-list-logo{ width: 160px; }
    .side-panel-area {
        width: 100%;
        margin-right: -100%;
    }
    .side-panel-top-area div{ text-align: left !important; }
    #map {
        margin-top: 15px;
    }
    .map-info-entry-contact {
        text-align: left;
        padding-top: 15px;
    }
}
@media screen and (max-width: 479px){
footer.footer-area { font-size: 12px; }
a.go-to-top{ padding: 15px 12px !important; }
header.header-area .navbar-toggle{ top: 3px; }
}
@media screen and (max-width: 440px){
body{ padding-top: 85px; }
.mobile-logo img {
    padding-top: 7px;
    height: auto;
    max-width: 200px;
}
header.header-area .inner-nav-area {
    padding-top: 8px;
    padding-bottom: 9px;
}
}
@media screen and (max-width: 330px) {
    .mobile-logo img { max-height: 28px; margin-top: 12px; padding-top: 0; }
    header.header-area .navbar-toggle{ margin-top: 5px; padding-top: 4px; }
    .block-list-content-area .block-list-logo {
        width: 80px;
    }
}
a.go-to-top {
    background-color: #345582;
    color: #fff !important;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    /*margin-top: 16px;*/
}
a.go-to-top:hover, a.go-to-top:focus {
    color: #fff;
    text-decoration: none;
}
#map {
    height: 500px;
    width: 100%;
}
.main-category-menu {
    padding: 5px 15px !important;
    font-weight: 700 !important;
}
.sub-category-menu {
    padding: 5px 15px 5px 25px !important;
}
.overflow-hidden-apply {
    overflow: hidden;
}
.map-search-submit {
    background: #345582;
    color: #fff;
    border-radius: 0;
}
.map-search-submit:hover, .map-search-submit:focus {
    color: #fff;
}
.hide_element {
    display: none;
}
.show_element {
    display: block;
}
#single-map {
    height: 300px;
    width: 100%;
}
.side-panel-description-area {
    padding-top: 11px;
}

