@import url('lightgallery.css');
@import url('lg-zoom.css');
@import url('lg-thumbnail.css');
@import url('justifiedGallery.css');

body,h1,h2 {font-family: "Montserrat", sans-serif}
img {margin-bottom: -7px}
.w3-row-padding img {margin-bottom: 12px}

a {
    cursor:pointer
}

a:hover {
    text-decoration: none;
}

body {
    background: #000;
    color: #fff;
}

header {
    #background: #000;
    letter-spacing: 0.15em;
    font-size: 13px;
}

header #logo img {
    width: 180px;
}

#contactform input[type="text"], #contactform textarea {
    width: 90%;
    margin: 5px 0 10px;
}

#contactform label {
    margin: 50px 0 10px;
    padding: 50px 0 10px;
}

#contactform label:nth-of-type(3), #contactform input:nth-of-type(3) {
    display: none!important;
}

.greenbox {
    background: #7deda4;
    border-radius: 1px;
    padding: 8px;
    margin-bottom: 18px;
    color: #000;
}

.redbox {
    background: #edb3b3;
    border-radius: 1px;
    padding: 8px;
    margin-bottom: 18px;
    color: #000;
}

#contactmedia {
	font-size: 25px;
}

.mySlides {
    display: none;
}

.tf-submenu {
    line-height: 20px;
    display: none;
}

.tf-submenu a {
    font-size: 20px;
}

/* video grid */

.videobox img {
    margin-bottom: 0;
}

.videobox img:hover {
    cursor: pointer;
}

.videobox span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: #aaa;
    padding-left: 10px;
}

.catmenu {
    margin-top: 25px;
}

.catmenu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    background: #273746;
    padding: 7px 14px 7px;
    margin-right: 5px;
    clear: both;
    margin-bottom: 10px;
}

.catmenu a.active {
    background: #fff;
    color: #000;
}

.catmenu a.active:hover {
    background: #ededed;
    cursor: pointer;
}

.catmenu a:hover {
    background: #2E4053;
    cursor: pointer;
}

/* slider */

.swiper {
    width: 100%;
    height: 100%;
    z-index: 0!important;
}

.swiper-slide {
    overflow: hidden;
}

@media screen and (min-width: 750px) {
    .swiper-slide img {
        width: 70%;
    }
}

.gallery-item {
    width: 200px;
    padding: 5px;
}
