*{
    box-sizing:border-box;
}

html{
    /*overflow-y:auto;*/
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
    font-family:'Open Sans', sans-serif;
}

body{
    padding:0;
    margin:0;
    background:#efefef;
    margin-top:130px;
    transition:margin-left 0.5s;
    /*overflow-y:auto;*/
    transition:0.2s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:lighter;
}

ul {
    padding-left: 20px;
}

.noscroll{
    overflow-y:hidden;
}

img{
    max-width:100%;
}

p{
    padding:5px 0;
}

p:after{
    content:'';
    clear:both;
    display:block;
}

strong{
    font-weight:bold;
}
header {
    background-color: #dc3545;
    color: #fff;
    position:fixed;
    width:100%;
    left:0;
    right:0;
    top:0;
    min-height:80px;
    z-index:100000;
    box-shadow: 0px 0px 20px -2px #555;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.localy-header {
    background: white;
    padding: 5px;
    color: #444;
    font-size:15px;
    font-weight:lighter;
}

@media (max-width:767px){
    .localy-header{
        display:none !important;
    }

    body{
        margin-top:75px;
    }
}

.localy-header-container {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

header .header-inner{
    padding:15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

header .logo-img{
    max-height:50px;
}

header #menu-toggle{
    color:#fff;
    background:rgba(0,0,0,0.1);
    border:none;
    font-size:22px;
    border: 1px solid rgba(0,0,0,0.1);
}

@media (max-width:400px){
    header #menu-toggle{
        font-size:18px;
    }

    header .header-inner{
        padding:15px 5px;
    }

    .menu-title{
        margin-bottom:15px;
    }

}

header #menu-toggle:hover{
    background:rgba(255,255,255,0.2);
    border-color:rgba(255,255,255,0.2);
}

header #menu-toggle:focus{
    outline:0;
    box-shadow:none;
}

div#menu {
    display:none;
    position: fixed;
    width: 100%;
    z-index: 1000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    overflow-y:auto;

    max-width: 450px;
    width: 90%;
    right: 0;
    left: auto;
    transition: 0.5s ease-in-out;
    display: block;
    margin-right: -450px;
}

button.menu-close {
    position: fixed;
    z-index: 1000000;
    color: #777;
    right: 5px;
    top: 5px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 1;
    line-height: 1;
    font-weight:lighter;
}

#menu ul {
    list-style-type: none;
    text-align: center;
    margin-top: 33px;
    width: 90%;
    padding: 0;
    max-width: 500px;
    margin: 0 auto 23px auto;
}

#menu ul li a {
    color: #999;
    font-size: 20px;
    /* border-bottom: 1px solid white; */
    padding:10px;
    display:block;
}

#menu ul li a:hover{
    text-decoration:none;
    color:#dc3545
}


.menu-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /*background: #dc3545;*/
    max-width: 500px;
    width: 90%;
    margin: 50px auto 30px;
    padding: 10px;
}

#menu .logo-img {
    margin: auto;
    display: block;
    max-height: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}

body.menu-open div#menu{
    margin-right:0;
}

#menu-overlay{
    display:none;
    background:rgba(0,0,0,0.7);
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1000000;
}

body.menu-open #menu-overlay{
    display:block;
}

button.menu-close{
    position:absolute;
}

.hp-slider{
    margin-top:-30px;
    margin-bottom:70px;
}

.hp-slider .owl-item > div:before {
    content: '';
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.owl-dots{
    text-align: center;
    margin-top: -60px;
    z-index: 1000000;
    position: relative;
}

button.owl-dot {
    background: rgba(255, 255, 255, 0.81) !important;
    z-index: 10000;
    height: 16px;
    width: 32px;
    margin: 5px;
}


button.owl-dot.active{
    background:#dc3545 !important;
}

.slider-item-title{
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0%;
    bottom: 50%;
    right: 0%;
    padding:15px;
}

.slider-item-title h2{
    background: rgb(220, 53, 69, 0.75);
    display: inline-block;
    padding: 10px 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    max-width: 800px;
}


.sitewide-alert {
    background: #333;
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    display:block;
}

.sitewide-alert.alert-red{
    background:#dc3545;
}
.sitewide-alert.alert-green{
    background:#28a745;
}
.sitewide-alert.alert-orange{
    background:#fd7e14;
}

section.hp-content{
    margin-top:50px;
    margin-bottom:100px;
}

section.page-content, section.galery-content, section.contact-content, section.downloads-content, section.links-content, section.catalog-content, section.blog-content{
    /*margin-top:50px;*/
    margin-bottom:100px;
    padding-top:10px;
}

.contact-content{
    padding-top:20px;
}
.gal-photos-item{
    margin-bottom:20px;
}

.gal-photos-item a{
    display: block;
    width: 100%;
    position: relative;
    transition:0.2s ease-in-out;
    /*border: 1px solid #ccc;
    background: #fff;
    padding: 10px;*/
    overflow:hidden;
}

.gal-photos-item a img{
    transition:0.2s ease-in-out;
}
.gal-photos-item a:hover img {
    transform: scale(1.2);
}

.gal-photos-item a:before{
    content:'\f00e';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    display:block;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    z-index:10000;
    top:0;
    right:0;
    bottom:0;
    left:0;
    color: rgba(255,255,255,0.7);
    font-size: 40px;
    text-align: center;
    padding-top: 15%;
    opacity:0;
    transition:0.2s ease-in-out;
}

.gal-photos-item a:hover:before{
    opacity:1;
}

.contact-gmaps {
    background: white;
    padding: 5px;
    border:1px solid #ccc;
}

.contact-form {
    background: white;
    padding: 20px;
    margin-top: -20px;
    border:1px solid #ccc;
}

section.contact-content main article{
    margin-top:20px;
}

.downloads-item {
    background: white;
    border: 1px solid #ccc;
    /*padding: 5px;*/
    margin-bottom:20px;
}

.downloads-item-inner {
    padding: 15px;
}

.links-item {
    background: white;
    border: 1px solid #ccc;
    /*padding: 5px;*/
    margin-bottom:20px;
}

.links-item-inner {
    padding: 15px;
}

.catalog-item {
    background: white;
    border: 1px solid #ccc;
    /*padding: 5px;*/
    margin-bottom:20px;
}

.catalog-item-inner {
    padding: 15px;
}

.blog-item {
    background: white;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

/*
.blog-item h3, .catalog-item h3, .links-item h3, .downloads-item h3   {
    color: #dc3545;
}
*/

main article{
    /*min-height:80vh;*/
    margin-top:10px;
}

footer {
    margin-top:25px;
    background-color: #dc3545;
    color: #fff;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    color:rgba(255,255,255,0.85);
}

footer h3 {
    font-weight: lighter;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted white;
    color:rgba(255,255,255,1);
    font-weight: lighter;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    /* color: #f1bfc4; */
    /* font-weight: bold; */
    text-transform: uppercase;
    display: inline-block;

}

footer ul {
    padding: 0;
    list-style-type: none;
}

footer ul li:before{
    content:'- ';
}

footer a, footer a:hover{
    color:#fff;
    color:rgba(255,255,255,0.85);
}


.credentials {
    margin-top: 30px;
    text-align: center;
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}


#main-canvas{
    z-index: 10;
    position: relative;
    background: #efefef;
}

.localy-after-before{
    margin-bottom: 350px;
    height: 30px;
    background: #dc3545;
    margin-top: -30px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 20px #000;
}

.localy-after{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index:0;
    padding:15px 0;
    color:#333;
    font-weight:lighter;
}


.localy-related-item-header {
    background: #dc3545;
    text-align: center;
}

.localy-related-item-header img {
    width:auto !important;
    margin:auto;
}

.localy-related-item-inner h4{
    font-size:18px;
    margin-bottom: 0;
    font-weight:normal;
}
.localy-related-item-inner{
    padding:15px;
    background: #efefef;
    border: 1px solid #ccc;
    text-align:left;
}

.localy-related {
    margin-top: 25px;
}

.localy-related-item-inner p{
    margin-bottom:0
}

.localy-after-title{
    margin:15px;
    font-weight:lighter;
}

.localy-related-item {
    padding: 10px;
}

.localy-related-item .localy-related-item-header{
    overflow:hidden;
}

.localy-related-item img{
    transition:0.2s ease-in-out;
    border:0;
}
.localy-related-item:hover img{
    transform:scale(1.1);
}

.localy-related-item a {
    color: #555;
}

.localy-related-item a:hover {
    color: #333;
    text-decoration:none;
}

.localy-after .owl-nav .owl-next{
    float:right;
}
.localy-after .owl-nav .owl-prev{
    float:left;
}
.localy-after .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 100000;
}

.localy-after .owl-carousel .owl-nav button{
    background: rgba(51, 51, 51, 0.71) !important;
    color: white !important;
    font-size: 81px !important;
    padding: 5px !important;
    line-height: 93% !important;
}

.localy-after .owl-nav button span{
    margin-top: -24px;
    display: block;
}


.lb-outerContainer {
    border: 0;
    border-radius: 0;
    /* padding: 0; */
}

.lightbox .lb-image {
    border: 0;
    border-radius: 0;
}




.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}