

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
	
	.header-sidebar #main-nav > li > a {
    color: #ffffff;
}
.header-sidebar .dropdown-menu > li > a {
    width: 100%;
}
.header-sidebar .swin-trigger-effects.btn-close {
    text-align: right;
}
.header-sidebar .swin-trigger-effects.btn-close button {
    background: none;
    border: none;
}
.header-sidebar .swin-trigger-effects.btn-close {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    margin-top: 35px;
}
.header-sidebar .menu-content {
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-sidebar .socials {
    width: 100%;
    text-align: center;
    margin-top: 14%;
    margin-bottom: 0;
}
.header-sidebar .socials li a {
    background-color: rgba(255, 255, 255, 0.3);
}
.header-sidebar .search-form {
    margin-top: 10%;
}
.header-sidebar .main-nav-wrapper {
    margin-top: 12%;
    padding: 0 10px;
}
.header-sidebar .main-nav-wrapper .main-nav {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 10px 0;
}
.header-sidebar .main-nav-wrapper .main-nav::after {
    right: 100%;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -3px;
}
.header-sidebar .main-nav-wrapper .main-nav::before {
    left: 100%;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: -3px;
}
.header-sidebar .main-nav-wrapper #main-nav > li.current-menu-item > a:after,
.header-sidebar .main-nav-wrapper #main-nav > li:hover > a:after {
    width: 59%;
}
.header-sidebar .main-nav-wrapper #main-nav > li.active > a:after {
    width: 59%;
}
.header-sidebar .main-nav-wrapper #main-nav li {
    float: none;
    text-align: center;
}
.header-sidebar .main-nav-wrapper #main-nav li a {
    line-height: 30px;
    display: inline-block;
}
.header-sidebar .main-nav-wrapper #main-nav li a::after {
    left: 21%;
}
.header-sidebar .header-logo {
    margin-bottom: 12%;
    margin-top: 18%;
}
.header-sidebar .header-logo img.logo-img {
    display: block;
    margin: 0 auto;
}
/* #Header Top */

.header-top {
    color: #616f7d;
    background-color: transparent;
    height: 35px;
    border: none;
    border-bottom: 1px solid #eaeaea;
}
.header-top a {
    color: #616f7d;
}
.header-top:before {
    content: '';
    clear: both;
}
.header-top:after {
    content: '';
    display: table;
    clear: both;
}
.header-top .topbar-left {
    float: left;
}
.header-top .topbar-right {
    float: right;
}
.header-top .topbar-right .item {
    position: relative;
}
.header-top .topbar-right .item:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #c4c4c4;
    height: 35%;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}
.header-top .item {
    display: inline-block;
    line-height: 35px;
    margin-right: 15px;
    font-size: 13px;
}
.header-top .item i {
    margin-right: 7px;
}
.header-top ul.wg-social li:last-child {
    padding-right: 0;
}
.header-top .socials-nb li a i {
    color: #616f7d;
}
.header-top .wg-social {
    margin: 0;
}
.header-transparent .header-top.top-layout-02 {
    background-color: rgba(241, 95, 42, 0.8);
}
.header-top.top-layout-02 {
    color: #fff;
    background-color: #f15f2a;
    border: none;
}
.header-top.top-layout-02 a {
    color: #ffffff;
}
.header-top.top-layout-02 .topbar-right .item:not(:first-child):before {
    background-color: rgba(255, 255, 255, 0.4);
}
.header-top.top-layout-02 .socials-nb li a i {
    color: #ffffff;
}
.header-top.top-layout-01 {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-top.top-layout-01 a {
    color: #ffffff;
}
.header-top.top-layout-01 .topbar-right .item:not(:first-child):before {
    background-color: #ababab;
}
.header-top.top-layout-01 .socials-nb li a i {
    color: #ffffff;
}
header.header-fixed .header-top {
    display: none;
}
/* #Header Main */

.header-main {
    height: 100px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-main .header-logo {
    width: 300px;
    min-height: 100px;
    float: left;
    position: relative;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-main .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header-main .main-nav-wrapper {
    float: right;
}
/* #Main Navigation */

#main-nav {
    /* Dropdow Menu */
}
#main-nav > li {
    display: block;
    padding: 0 15px;
}
#main-nav > li > a {
    line-height: 80px;
    color: #29272e;
    text-transform: uppercase;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main-nav > li > a:hover,
#main-nav > li a:focus {
    background-color: transparent;
}
#main-nav > li > a {
    position: relative;
}
#main-nav > li > a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 15px;
    width: 0;
    top: 50%;
    margin-top: 15px;
    background-color: #f15f2a;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main-nav > li.current-menu-item > a,
#main-nav > li:hover > a {
    position: relative;
}
#main-nav > li.current-menu-item > a:after,
#main-nav > li:hover > a:after {
    width: 60px;
}
#main-nav > li.active > a {
    position: relative;
    background-color: transparent;
}
#main-nav > li.active > a:after {
    width: 60px;
}
#main-nav > .open > a {
    background-color: transparent;
}
#main-nav .dropdown .dropdown-menu {
    opacity: 0;
    z-index: -1;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 180px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main-nav .dropdown .dropdown-menu > li > a {
    padding: 10px 20px;
}
#main-nav .dropdown.open > .dropdown-menu {
    opacity: 1;
    z-index: 99;
    left: 15px;
}
#main-nav .dropdown.dropdown-mega {
    position: static;
}
#main-nav .dropdown.dropdown-mega .dropdown-mega-menu {
    width: 100%;
}
/* Utility Nav */

.utility-nav {
    float: right;
}
.utility-nav .search-bar {
    display: inline-block;
    line-height: 80px;
    padding: 10px;
    color: #29272e;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.utility-nav .dropdown-menu {
    left: auto;
    right: 0;
    padding: 15px;
    width: 250px;
    border-radius: 0;
    margin: 0;
}
.utility-nav .search-form .input-group input {
    border-radius: 0;
    box-shadow: none;
    border-color: #d0d0d0;
    padding: 8px 15px;
    height: 35px;
}
.utility-nav .search-form .input-group-addon {
    border-radius: 0;
}
/* #Header Fixed */

header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header.header-fixed .header-main {
    background-color: rgba(255, 255, 255, 0.95);
    height: 60px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
header.header-fixed .header-main .header-logo {
    min-height: 60px;
}
header.header-fixed .header-main .utility-nav .search-bar {
    line-height: 40px;
}
header.header-fixed .header-main #main-nav > li > a {
    color: #29272e;
    line-height: 40px;
}
/* Header Transparent */

.header-transparent #main-nav > li > a {
    color: #fff;
}
.header-transparent .utility-nav .search-bar {
    color: #fff;
}
.header-transparent .logo-fixed {
    display: none;
}
.header-transparent.header-fixed > li > a {
    color: #29272e;
}
.header-transparent.header-fixed .utility-nav .search-bar {
    color: #29272e;
}
.header-transparent.header-fixed .logo-static {
    display: none;
}
.header-transparent.header-fixed .logo-fixed {
    display: block;
}
}