

/* Put your custom styles here */

/*	HEADER 2
/*----------------------------------------------------*/

.my-navbar
{
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-2
{
    width: 100%;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-2 .brand-img
{
    float: none;
    margin: 30px auto;
    text-align: center;
    max-width: 150px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-2 img:focus
{
    outline: none;
}

#header-2 .navbar-toggle
{
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none;
}

#header-2 .navbar-toggle:focus
{
    outline: none;
}

#header-2 .navbar-toggle .icon-bar
{
    background-color: rgb(20, 16, 4);
    height: 3px;
}

#header-2 .navbar-toggle:hover .icon-bar
{
    background-color: #662209;
}

#header-2 .navbar-fixed-top .navbar-collapse
{
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-2 .main-nav .nav
{
    margin-top: 10px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-2 .main-nav .navbar-nav > li a
{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #242424;
    border: 1px solid rgba(64,64,64,0);
    border-radius: 4px;
    background-color: #f9aa2c;
    text-align: center;
    letter-spacing: 3px;

    margin: 0 15px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-2 .main-nav .navbar-nav > li.active a
{
    outline: none;
    background-color: #382310;
    color: #ffffff;
}

#header-2 .main-nav .navbar-nav > li a:hover
{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffce09;
    text-shadow: 0 0 25px #000;
}

#header-2 .main-nav .navbar-nav > li a:focus
{
    outline: none;
    background-color: #382310;
    color: #ffffff;
}

#header-2 .main-nav .nav .dropdown-menu
{
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3E606F;
}

#header-2 .main-nav .nav .dropdown-menu a
{
    padding: 8px 20px;
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-2 .main-nav .nav .dropdown-menu a:hover
{
    background: #3498DB;
    color: #fff;
}

/* Override bootstrap default */

#header-2 .main-nav .nav .open > a,
#header-2 .main-nav .nav .open > a:hover,
#header-2 .main-nav .nav .open > a:focus
{
    background: none;
}

#header-2.header-2,
#header-2.header-2-shrink
{
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header-2.header-2-shrink .brand-img
{
    float: none;
    margin: 10px auto;
    text-align: center;
    max-width: 90px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header-2.header-2-shrink .navbar-fixed-top
{
    margin-top: 0;
    max-height: 80px;
    background-color: #9f5816;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header-2.header-2-shrink .main-nav .nav {
    margin-top: 5px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */

@media only screen and (max-width:767px)
{
    #header-2 .brand-img
    {
        max-width: 200px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    #header-2 .main-nav .nav
    {
        margin-top: 00px;
    }
}

@media only screen and (min-width : 768px)
{
    #header-2 .main-nav .nav .dropdown-menu
    {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin: 0;
        border: none;
        text-transform: none;
        min-width: 180px;
        background: #3E606F;
    }
    #header-2 .main-nav .nav .dropdown-menu:before
    {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3E606F;
        position: absolute;
        right: 35px;
        top: -10px;
    }
    #header-2 .main-nav .nav .dropdown-menu a
    {
        padding: 8px 20px;
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    #header-2 .main-nav .nav .dropdown-menu a:hover
    {
        background: #193441;
        color: #fff;
    }
    #header-2 .main-nav .nav
    {
        margin-top: 40px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){

}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){

}

/*----------------------------------------------------------*/

#header-3
{
    width: 100%;
    height: 100vh;
    z-index: 0;
}

#header-3 .brand
{
    top: 20px;
    left: 10px;
    right: 10px;
    position: absolute;
    z-index: 10;
}

#header-3 img.brand-img1
{
    max-width: 150px;
    z-index: 10;
}

#header-3 img.brand-img2
{
    max-width: 150px;
    z-index: 10;
    margin-left: 10px;
}

#header-3 nav
{
    background-color: #b96e2b;
    margin-top: -1px;
    z-index: 10;
}

#header-3 nav ul
{
    list-style: none;
    padding: 0;
}

#header-3 nav ul li
{
    color: rgba(255, 255, 255, 0.6);
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    padding-right: 0;
}

#header-3 nav ul li span
{
    padding-right: 10px;
}

#header-3 nav ul li:last-child
{
    border: none;
}

#header-3 nav ul li a
{
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 20px 20px 20px 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}

#header-3 nav ul li a:hover, #header-3 nav ul li a:focus
{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: #efbf72;
}

#header-3 #nav-toggle
{
    position: absolute;
    right: 15px;
    top: 0;
}

#header-3 #nav-toggle
{
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after
{
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #353535;
    position: absolute;
    display: block;
    content: '';
}

#header-3 #nav-toggle span:before
{
    top: -10px;
}

#header-3 #nav-toggle span:after
{
    bottom: -10px;
}

#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after
{
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

#header-3 #nav-toggle.active span
{
    background-color: transparent;
}

#header-3 #nav-toggle.active span:before, #header-3 #nav-toggle.active span:after
{
    top: 0;
}

#header-3 #nav-toggle.active span:before
{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#header-3 #nav-toggle.active span:after
{
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

#header-3 .navicon
{
    position: relative;
    height: 26px;
    float: right;
    z-index: 10;
    top: 40px;
    right: 20px;
}

#header-3 .indicator
{
    position: absolute;
    right: 0 !important;
}

#header-3 .pull
{
    display: none;
}

#header-3 h2
{
    font-family: 'Niconne', cursive;
    font-weight: 400;
    font-size: 150px;
    color: #ffffff;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.6);
}

#header-3 .floater
{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 5%;
    height: 180px;
    display: block;
    background-color: rgba(0,0,0,0.5);
}

#header-3 h1
{
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

#header-3 .lead
{
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 400;
    color: #e3cd97;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px)
{
    #header-3 h2
    {
        font-size: 90px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
    }
    #header-3 h1
    {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: -10px;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.9);
    }
    #header-3 .lead
    {
        font-size: 14px;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.9);
    }
    #header-3 .floater
    {
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 7%;
    height: 100px;
    display: block;
    background-color: rgba(0,0,0,0.5);
    }

}

@media (max-width: 767px) and (orientation:landscape)
{
    #header-3 h2
    {
        font-size: 80px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
    }
    #header-3 h1
    {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: -10px;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.9);
    }
    #header-3 .lead
    {
        font-size: 12px;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.9);
    }
    #header-3 .floater
    {
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 10%;
    height: 70px;
    display: block;
    background-color: rgba(0,0,0,0.5);
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px){

}

/*	PROMO BLOCK 3
/*----------------------------------------------------*/

.promo-4
{
    background: url("../images/star-sky.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/bg-blur.jpg');
}

.promo-4 h1
{
    font-size: 60px;
    color: #ffffff;
}

.promo-4 h2
{
    font-weight: 600;
    color: #ffffff;
}

.promo-4 a
{
    margin-top: 40px;
}

/*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){
}

.carousel-caption
{
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 50;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn
{
    text-shadow: none;
}

.carousel-indicators
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
	display:inline-block;
    width:50px;
    height:10px;
    margin:1px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#000;
    background-color:rgba(0,0,0,0);
    border:1px solid #fff;
    border-radius:10px;
}

.carousel-indicators .active
{
    width: 52px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.gallery-2
{
    /*background-image: url('../img/bg-blur.jpg');*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 100px;
}

#my-gallery .container
{
    margin-top: 0;
}

/*=============================================================================================*/
.grid figureWide
{
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: auto;
    width: 100%;
    text-align: center;
    cursor: pointer;
    max-height: 300px;
}
.grid figureWide img
{
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}
.grid figureWide figcaption
{
    padding: 0em;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-shadow: 1px 1px 2px black;
}
.grid figureWide figcaption::before,
.grid figureWide figcaption::after
{
    pointer-events: none;
}
.grid figureWide figcaption,
.grid figureWide a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figureWide a
{
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figureWide h2
{
    word-spacing: -0.15em;
    font-weight: 300;
    display: block;
    padding: 25px;
    background-color: rgba(0,0,0,0.5);
}
.grid figureWide h2 span
{
    font-weight: 800;
}
.grid figureWide h2,
.grid figureWide p
{
    margin: 0;
}
.grid figureWide p
{
    letter-spacing: 1px;
    font-size: 70%;
    font-weight: 800;
    display: block;
    padding: 5px 25px;
    background-color: rgba(0,0,0,0.8);
}

figureWide.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
figureWide.effect-lily figcaption
{
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}
figureWide.effect-lily h2,
figureWide.effect-lily p
{
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
figureWide.effect-lily h2
{
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    margin-top: -1px;
}
figureWide.effect-lily p
{
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figureWide.effect-lily:hover img,
figureWide.effect-lily:hover p
{
    opacity: 1;
}
figureWide.effect-lily:hover img,
figureWide.effect-lily:hover h2,
figureWide.effect-lily:hover p
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figureWide.effect-lily:hover p
{
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{
    .grid figureWide
    {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        height: 300px;
        background: #2c3e50;
        text-align: center;
        cursor: pointer;
    }
    .grid figureWide img
    {
        position: relative;
        display: block;
        min-height: 100%;
        opacity: 0.8;
    }
    .grid figureWide figcaption
    {
        padding: 0em;
        color: #fff;
        text-transform: uppercase;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
        font-size: 100%;
    }
    .grid figureWide figcaption::before,
    .grid figureWide figcaption::after
    {
        pointer-events: none;
    }
    .grid figureWide figcaption,
    .grid figureWide a
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .grid figureWide a
    {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        opacity: 0;
    }
    .grid figureWide h2
    {
        word-spacing: -0.15em;
        font-weight: 300;
        font-size: 1.25em;
        display: block;
        padding: 10px;
        background-color: rgba(0,0,0,0.5);
    }
    .grid figureWide h2 span
    {
        font-weight: 800;
    }
    .grid figureWide h2,
    .grid figureWide p
    {
        margin: 0;
    }
    .grid figureWide p
    {
        letter-spacing: 1px;
        font-size: 45%;
        display: block;
        padding: 5px 15px;
        background-color: rgba(0,0,0,0.8);
        opacity: 1;
    }
    /* Individual effects */
    /*---------------*/
    /***** Lily *****/
    /*---------------*/
    figureWide.effect-lily img
    {
        width: -webkit-calc(100% + 50px);
        width: calc(100% + 50px);
        opacity: 0.5;
        -webkit-transition: opacity 0s, -webkit-transform 0s;
        transition: opacity 0s, transform 0s;
    }
    figureWide.effect-lily figcaption
    {
        top: auto;
        bottom: 0;
        height: 50%;
        text-align: left;
    }
    figureWide.effect-lily h2,
    figureWide.effect-lily p
    {
        -webkit-transform: translate3d(0,50,0);
        transform: translate3d(0,50,0);
    }
    figureWide.effect-lily h2
    {
        -webkit-transition: -webkit-transform 0s;
        transition: transform 0s;
    }
    figureWide.effect-lily p
    {
        color: rgba(255,255,255,0.6);
        opacity: 1;
    }
    figureWide.effect-lily:hover img,
    figureWide.effect-lily:hover p
    {
        opacity: 1;
    }
    figureWide.effect-lily:hover img,
    figureWide.effect-lily:hover h2,
    figureWide.effect-lily:hover p
    {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

/* Common style */
.grid figure
{
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background: #2c3e50;
    text-align: center;
    cursor: pointer;
}
.grid figure img
{
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
    min-width: 100%;
}
.grid figure figcaption
{
    padding: 0em;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-shadow: 1px 1px 2px black;
    font-size: 100%;
}
.grid figure figcaption::before,
.grid figure figcaption::after
{
    pointer-events: none;
}
.grid figure figcaption,
.grid figure a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a
{
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2
{
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 1.25em;
    display: block;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
}
.grid figure h2 span
{
    font-weight: 800;
}
.grid figure h2,
.grid figure p
{
    margin: 0;
}
.grid figure p
{
    letter-spacing: 1px;
    font-size: 60%;
    font-weight: 800;
    display: block;
    padding: 5px 15px;
    background-color: rgba(0,0,0,0.8);
}
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
figure.effect-lily figcaption
{
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}
figure.effect-lily h2,
figure.effect-lily p
{
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
figure.effect-lily h2
{
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    margin-top: -1px;
}
figure.effect-lily p
{
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p
{
    opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-lily:hover p
{
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{
    .grid figure a
    {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 1;
    }
    figure.effect-lily p
    {
        color: rgba(255,255,255,0.6);
        opacity: 1;
        -webkit-transition: opacity 0s, -webkit-transform 0s;
        transition: opacity 0s, transform 0s;
    }
}


/*----------------------------------------------------------*/
.underlined-title
{
    margin-top: 0px;
    margin-bottom: -40px;
}

.underlined-title h1
{
    color: #2c3e50;
    margin: 0;
    font-size: 1.5em;
}

.underlined-title hr
{
    width: 20%;
    border-width: 2px;
    border-color: #9f5816;
    margin-top: 10px;
}

.bg-glowingball
{
    background-image: url('../img/glowball.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.map-thumb
{
    max-width: 200px;
    border-radius: 10px;
}

.my-footbox
{
    padding: 10px;
    background-color: rgba(64, 64, 64, 0.7);
    border-radius: 10px;
}

@media (max-width:767px)
{
    .my-footbox
    {
        padding: 10px;
        margin: 10px;
        background-color: rgba(64, 64, 64, 0.7);
        border-radius: 10px;
    }
}

.my-footbox-split
{
    height: 100%;
    border-left: 1px dashed #888;
    color: #fff;
}

.my-footbox-splittop
{
    border-bottom: 1px dashed #888;
    padding-bottom: 5px;
}

.my-hr
{
    width: 100%;
    border-width: 2px;
    border-color: #9f5816;
    margin-top: 0px;
    margin-bottom: -3px;
}

.modal-xl {
    width: 85%;
    height: 97vh;
}
@media (max-width:767px) {
    .modal-xl {
        width: auto;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        margin: 8px auto;
    }
}
.modal-backdrop {
    z-index: 999;
}
.modal-body {
    height: 89vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-body.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-body.middle {
    display: flex;
    justify-content: center;
}
.modal-title {
    margin: 0;
    line-height: 0.9;
    font-size: 2rem;
}
@media (max-width: 320px) {
    .modal-title {
        margin: 0;
        line-height: 0.9;
        font-size: 1.7rem;
    }
}
.modal-header .close {
    width: 30px;
    height: 30px;
    background-color: #777;
    border-radius: 50%;
    color: #fff;
    margin-top: -7px;
}

.bg-spinner {
    background-image: url(../img/AjaxLoader04.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.invisible {
    opacity: 0 !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.visible {
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.gallery-item-title {
    position: absolute;
    bottom: 0;
    width: 100%;

    font-size:2rem;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0,0,0,0.25);
    color:#fff;

    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.undrag {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}