/* This stylesheet is meant for custom styles, on top of The Sylk Template */
.main-logo {
	max-width: 80%;
}
#main-sidebar .main-nav ul li {

    text-align: right;
}

.main-nav ul li a {
    text-decoration: none;
    font-size: 1.4em;
    color: #000000;
    opacity: .7;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-right: 20px;
}

.main-nav ul li a:hover {
    color:#acacac;
}

.with-box {
	border: 1px solid #666666;
	padding: 4px 20px;
}

#wrapper {
	background: #fff;
}

.spectro_logo {
    height:36px;
}

.img-grid .item-sizer {
    width: 20%;
}

.img-grid .item {
    width: 20%;
}

.footer-logo {
    height: 40px;
    display:block;
    margin:auto;
}

#lightbox img, #lightbox iframe, #lightbox video {
    max-height: 85vh;
}

body {

    overflow-x: hidden;
}

@media screen and (max-width: 992px){
.responsive-nav .bar {
    height: 1px;
    width: 30px;
    background: #000;
    margin: 5px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.responsive-nav.active .bar {
    background: #000;
    margin: 0;
}
}