img, .container, iframe {max-width: 100% !important;}
img {height: auto !important;}
[id*="map"] img,
[class*='map'] img {max-width: none !important;}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {line-height: 1.425;}
/*==========================================*/
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-20 {float: left;width: 20%;}
.col-xs-pull-20 {right: 20%;}
.col-xs-push-20 {left: 20%;}
.col-xs-offset-20 {margin-left: 20%;}
@media (min-width: 768px) {
    .col-sm-20 {float: left;width: 20%;}
    .col-sm-pull-20 {right: 20%;}
    .col-sm-push-20 {left: 20%;}
    .col-sm-offset-20 {margin-left: 20%;}
}
@media (min-width: 992px) {
    .col-md-20 {float: left;width: 20%;}
    .col-md-pull-20 {right: 20%;}
    .col-md-push-20 {left: 20%;}
    .col-md-offset-20 {margin-left: 20%;}
}
@media (min-width: 1200px) {
    .col-lg-20 {float: left;width: 20%;}
    .col-lg-pull-20 {right: 20%;}
    .col-lg-push-20 {left: 20%;}
    .col-lg-offset-20 {margin-left: 20%;}
}
/*==========================================*/
/* .dropdown-submenu {position: relative;}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
} */
/* .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
} */
:focus {outline: none}
.fa {font-family: 'FontAwesome', sans-serif !important;}
/*==========================================*/
.icon-box img.fa {
    height: 40px;
    width: 40px;
}
.page-box--inline .page-box__title {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}
.page-box--inline .page-box__text {text-align: justify}
.tags li,
.tags li a {display: block}
.sidebar .widget_categories .menu span.sign {
    top: 50%;
    transform: translateY(-50%);
}
.sidebar .widget_categories .menu span.sign .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}
.pagination {
    margin: 0;
    border-radius: 0;
    padding: 0 15px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {border-radius: 2px;}
.pagination > li > a, .pagination > li > span {
    background-color: #EEEEEE;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    margin: 0 6px 0 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 2px;
    transition: all 200ms ease-out;
    padding: 0;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #EDAC15;
    color: #FFFFFF;
    border-color: #EDAC15
}
.jumbotron,
.js-jumbotron-slider {
    position: relative;
    float: left;
    width:100%;
}
.widget > .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
}
.page-box--block .page-box__picture + .page-box__content .page-box__title,
.page-box--block .page-box__picture + .page-box__content .page-box__text,
.latest-news--block .latest-news__title, .latest-news--block .latest-news__text,
blockquote p:last-child, .footer-top .widget.widget_text .textwidget {text-align: justify}
/*==========================================*/
@media (min-width: 481px) {
}
@media (min-width: 561px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/*==========================================*/
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
/*==========================================*/
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 1199px) and (min-width: 768px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}