.lightbox {
	cursor: pointer;
}

.caption {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
.link-overlay  {
	display: block;
	left: 0;
}
.lb-overlay, .link-overlay {
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}
.featherlight .featherlight-content {
	padding: 0 !important;
	border: none !important;
}
.featherlight-content img {
	border: none !important;
}
.featherlight-next span, .featherlight-previous span {
	font-size: 40px !important;
	width: 30% !important;
}

.featherlight-next i, .featherlight-previous i {
	font-size: 60px;
}

.featherlight-next:hover, .featherlight-previous:hover {
	background: none !important;
}

.no-padding {
    padding: 0px;
}
.center-flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**** Sidebar ****/

.side-burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.letter-l-holder {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    text-align: center;
    visibility: hidden;
    padding: 5px;
}

.side-nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    color: #fff;
    z-index: 50;
    margin-left: 50px;
    padding: 15px;
}
.side-nav-menu a {
    text-decoration: none !important;
}

.menu-items-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.menu-items {
    width: 100%;
}
.st-dropdown {
         width: 100%;
}

.menu-items li {
    margin-bottom: 15px;
    float: right;
    clear: right;
    text-align: right;
}

.menu-items li a {
    color: #fff;
}

.menu-items li a:hover {
    text-decoration: none;
    color: #888;
}

.menu-items li i {
    font-size: 10px;
    top: 0px;
}

.social-media-icons-wrapper {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 5px;
}
.social-media-icons-wrapper img {
   max-width: 100px;
}

.social-media-icons {
    text-align: center;
}

.social-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    line-height: 25px;
    margin-left: 3px;
    margin-right: 3px;
}

.social-icon:hover {
    color: #1A1A1A;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    height: 2px;
    width: 30px;
}

.hamburger--spring .hamburger-inner {
    top: 5px;
}

.hamburger-box {
    width: 30px;
}

.hamburger {
    padding: 5px;
}

.hamburger:focus {
    outline: none;
}
/**** Sidebar ends ****/

/**** Footer area ****/
.footer{
    width: 100%;
    padding: 18px 15px 2px 15px;
    font-size: 10px;
}
.footer .text-right {
	padding-right: 30px;
}

.footer-links {
    margin: 0;
    padding-left: 5px;
}

.footer a {
    color: #333;
}
/**** Footer area ends ****/

.st-dropdown > a:before {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    margin-right: 2px;
}

.st-dropdown > a.collapsed:before {
    content: "\e250";
}


@media (min-width: 768px) {
    .equal {
        display: flex;
        flex-wrap: wrap;
    }
    .center-flex2 {
        display: flex;
        align-items: center;  
    }
    body {
        margin-left: 50px;
        transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
    }

    body.menu-open .side-nav-menu {
        margin-left: 50px;
        transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50px;
	z-index: 9999;
    }

    .menu-open .sidebar {
        width: 280px;
    }

    .side-nav-menu {
        margin-left: -230px;
        transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
    }

    .menu-open {
        margin-left: 280px;
        transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
    }

    .letter-l-holder {
        visibility: visible;
    }

    .side-burger-menu{
        bottom: 0;
        width: 50px;
        text-align: center;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {

.featherlight-swipe-aware .featherlight-previous {
	left: 20px  !important;
	display: block !important;
}
.featherlight-swipe-aware .featherlight-next {
	right: 30px  !important;
	display: block !important;
}
    body {
        margin-top: 60px;
    }

    .side-burger-menu {
        right: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 60px;
    }

    .hamburger {
	position: absolute;
	top: 8px;
        right: 15px;
    }

    .side-nav-menu {
        width: 100%;
        z-index: 999;
        margin-left: 0;
        display: none;
        top: 58px;
        bottom: 0;
    }

    .menu-items-wrapper {
        display: block;
    }

    .menu-open {
        overflow: hidden !important;
        z-index: -1;
    }

    .menu-open .side-nav-menu {
        display: block;
    }

    .menu-open .sidebar {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
	z-index: 9999;
    }

    .menu-items li {
        float: none;
        text-align: center;
    }
    .linton-logo img {
    	position: relative;
	top: -5px;
    	max-height: 45px;
	margin: auto;
    }
    #map-categories a {
    	margin: 4px;
    }
 
}
.error-message {
	color: #c30;
	display: block;
	position: relative;
	margin-top: -7px;
	height: 30px !important;
}
