/* #Site Styles
font-family: 'Amatic SC', cursive;
font-family: 'Open Sans', sans-serif;
================================================== */
html, body {
    min-height: 100%;
}

body {
    background: #fff;
}

body:before {
    content: "";
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff url(../Userfiles/template/site-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
}


body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

#form1 {
    margin: 0;
    padding: 0
}

#site-wrapper {}

/* HEADER */
.header-wrap {
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 2300;
    width: 100%;
    height: 110px;
    transition: all ease 0.7s;
    display: none;
}

.header-wrap.stuck {
    background: rgba(29, 56, 77, 0.95);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.header-wrap .menu-button {
    float: left;
    display: block;
    width: 33.3%;
    padding-left: 3rem;
    box-sizing: border-box ;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo {
    display: block;
    padding: 1rem;
    text-align: center;
    position: relative ;
    z-index: 200;
}

.logo img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.contact-left {
    float: left;
    display: block;
    width: 33.3%;
    text-align: right;
    box-sizing: border-box ;
    padding-right: 3rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#nav {}

#logo img {
    height: 70px;
    display: block;
}

.header-right {
    text-align: right;
}

/* CONTENT */
.content {
    position: relative;
    text-align: left;
    padding: 4rem 0;
    padding-bottom: 0;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 750px) {

    .home .left-side img {
        display: block;
        text-align: center;
        margin: 0 auto;
        max-width: 200px;
    }
}

.pages .content .main {
    position: relative;
    text-align: left;
    box-sizing: border-box ;
    margin-bottom: 10rem;
}


/* Marketing Messaging */

.marketing-wrap {
    padding: 8rem 0;
    background: url(../Userfiles/template/marketing-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.marketing-wrap h1 {
    margin-bottom: 0;
}

.marketing-wrap h4 {
    margin-bottom: 4rem;
}

/* #Page Styles
================================================== */

/* Home Slider */
.slider {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    box-sizing: border-box ;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {
    
.slider {
    position: absolute;
    width: calc(100% - 350px);
    box-sizing: border-box ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}   
    
}



.home-slider .gal-image-wrap {
}

.home-slider .gal-image {
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative !important;
}

.slider .galDescription {
    text-align: center;
    padding-top: 2rem;
    margin: 0;
    width: 100%;
    font-size: 3rem;
    font-family: 'Amatic SC', cursive;
}

.slider .galDescription a {
    margin-top: 4rem;
}

.slider .galDescription p {
    margin: 0;
}

.owl-dots {
    position: absolute;
    left: 0;
    bottom: -5rem;
    text-align: center;
    z-index: 2300;
    width: 100%;
}

.owl-dots div {
    width: 10px;
    display: inline-block ;
    height: 10px;
    margin: 1rem;
    border-radius: 10rem;
    background: rgba(255, 255, 255, 1);
}

.owl-dots div:hover,
.owl-dots div.active {
    background: #CD3A7C;
}

/* Gallery Pages */

.content table {
    width: 100%;

}

body.pages .gal-image-wrap {
    float: left;
    text-align: center;
    background: #fff;
    margin: 1rem;
    width: calc(33.3% - 2rem - 2px);
    padding-top: 20%;
    border-radius: .5rem;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative ;
    top: 0;
    border: 1px solid rgba(49, 68, 72, 0.2);


    transition: all ease 0.3s;
}

body.pages .gal-image-wrap:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    top: -5px;
}

body.pages .gal-image-wrap a {
    position: absolute ;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

body.pages .gal-image-wrap:after {}

body.pages .gal-image-wrap:hover:after {
    display: block;
}

body.pages .gal-image-wrap a {}








