#elevicon-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#elevicon-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #483C32;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1002;
}

#elevicon-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F2CFA3;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#elevicon-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #515932;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.navbar-toggler { display: none; }

 #elevicon-loader-wrapper .elevicon-loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1001;
    background: #000000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
 }

 #elevicon-loader-wrapper .elevicon-loader-section.section-left {
    left: 0;
 }

 #elevicon-loader-wrapper .elevicon-loader-section.section-right {
    right: 0;
 }


.elevicon-loaded #elevicon-loader-wrapper .elevicon-loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.elevicon-loaded #elevicon-loader-wrapper .elevicon-loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.elevicon-loaded #elevicon-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}

.elevicon-loaded #elevicon-loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
    transition: all 0.3s 1s ease-out;
}


.elevicon-brand {
    position: fixed;
    bottom: 80px;
    right: 70px;
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #000;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.elevicon-img {
    width: inherit;
    height: inherit;
}

.elevicon-home {
    width: 50%;
    height: 50%;
}

.elevicon-img-nav{
    width: 124.5px;
    height: 137.2px;
}

.elevicon-nav {
    position: fixed;
    top: 0;
    left: -1px;
    width: 100%;
    z-index: 1000;  
}

.elevicon-nav ul {
    background-color: #000000;
    display: flex;
    justify-content: space-around;
}

.elevicon-nav-item { list-style: none; }

.elevicon-nav-item-center { text-align: center; }

.elevicon-nav-link {
    color: #724610;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    font-size: 20px;
}

.elevicon-nav-link:hover,
.elevicon-nav-link.current {
    color: #F2CFA3;
}


* {  box-sizing: border-box; }

html, body { overflow-x: hidden; }

body { 
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 18px;
    background-color: #0F0F0F;
    color: #F2CFA3;
    margin: 0;
}

a { color: #fff; text-decoration: none; }

a:hover {  color: #F2CFA3; }

button { cursor: pointer; }

a, button { transition: all 0.3s ease; }

ul {
    margin: 0;
    padding: 0;
}

h2 {
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 30px;
}

p {
    line-height: 1.8;
    margin-bottom: 50px;
}

span, footer {  line-height: 1.8; }

.elevicon-btn {
    display: inline-block;
    border: 1px solid #724610;
    background-color: transparent;
    color: #724610;
    padding: 14px 40px;
    font-size: 20px;
}

.elevicon-btn:hover {
    color: #F2CFA3;
    border-color: #F2CFA3;
}

.elevicon-text-small { font-size: 0.9em; }
.elevicon-text-center { text-align: center; }
.elevicon-text-right { text-align: right; }
.elevicon-text-primary { color: #F2CFA3; }
.elevicon-text-secondary { color: #724610; }
.elevicon-text-black { color: #000000; }
.elevicon-text-link { color: #724610; }
.elevicon-text-link:hover { color: #F2CFA3; }
.elevicon-relative { position: relative; }

.elevicon-hr {
    border-color: #000000;
    max-width: 340px;
    width: 100%;    
}

.elevicon-hr-long {
    max-width: 95%;
}

.elevicon-mr {
    margin-right: 0;
    margin-left: auto;
}

.elevicon-ml {
    margin-left: 0;
    margin-right: auto;
}

.elevicon-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.elevicon-mb-20 { margin-bottom: 20px; }
.elevicon-mb-50 { margin-bottom: 50px; }
.elevicon-mb-80 { margin-bottom: 80px; }
.elevicon-mb-130 { margin-bottom: 130px; }
.elevicon-mb-200 { margin-bottom: 200px; }

.elevicon-content {
    padding: 180px 60px 70px 100px;
    box-sizing: border-box;
}

.elevicon-section { 
    display: flex; 
}

.elevicon-section-right {
    display: flex;
    flex-direction: column-reverse;
}

.elevicon-section-col {
    flex: 0 0 50%;
    width: 50%;
}

.elevicon-content-small { padding: 190px 120px 70px; }

.elevicon-content-small-top { padding-top: 130px; }

.elevicon-gallery-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.elevicon-gallery-header {
    margin-left: 15px;
    margin-right: 15px;
}

.elevicon-gallery {
	position: relative;
	list-style: none;
	text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.elevicon-gallery figure {
	position: relative;
	z-index: 50;
	/* float: left; */
	overflow: hidden;
	margin: 15px;
	min-width: 200px;
	max-width: 250px;
	max-height: 250px;
	width: 25%;
	text-align: center;
	cursor: pointer;
}

.elevicon-gallery figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.5;
}

.elevicon-gallery figure figcaption {
	color: #F2CFA3;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.elevicon-gallery figure figcaption::before,
.elevicon-gallery figure figcaption::after {
	pointer-events: none;
}

.elevicon-gallery figure figcaption,
.elevicon-gallery figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.elevicon-gallery figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.elevicon-gallery figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.elevicon-gallery figure h2 span { font-weight: 800; }

.elevicon-gallery figure h2,
.elevicon-gallery figure p {
	margin: 0;
}

.elevicon-gallery figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #724610;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.elevicon-gallery .elevicon-gallery-item.hide{ display: none; }

.elevicon-gallery .elevicon-gallery-item.show{
	display: block;
	animation: show .5s ease;
}

.elevicon-media {
    margin-bottom: 70px;
}

.elevicon-media img {
    max-width: 100%;
    max-height: 100%;
}

.elevicon-contact-form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form-group { margin-bottom: 40px; }

.form-control {
    color: #F2CFA3;
    font-size: 20px;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 25px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #724610;
    background: transparent;
}

.form-control:focus {
    color: #F2CFA3;
    background: transparent;
}

span, footer {  line-height: 1.8; }

.elevicon-copyright {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .elevicon-nav { width: 0; }
    
    .elevicon-nav ul {
        position: relative;
        left: -280px;
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;        
        width: 280px;
        transition: all 0.5s ease;
    }

    .elevicon-nav ul.show { left: 0; }

    .nav-link {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-toggler {
        display: block;
        width: 50px;
        height: 45px;
        font-size: 1.2rem;
        background-color: #444444;
        border: none;
        color: #999999;
        outline: none;
    }

    .navbar-toggler:hover { color: #F2CFA3; }

    .elevicon-content {
        padding-left: 20px;
        padding-right: 20px;
        padding: 50px 20px;
    }

    .elevicon-copyright { margin-left: 15px; }
}

@media (max-width: 992px) {
    .elevicon-brand { 
        position: static;
        margin-left: auto;
        margin-right: 0;
    }
    
    .mapouter {
        top: 360px;
        width: 100%;
    }

    .gmap-canvas { width: 100%; }

    .elevicon-copyright {
        margin-bottom: 0;
        padding: 30px;
    }

    .elevicon-section { 
        flex-direction: column-reverse; 
    }

    .elevicon-section-col {
        flex: 0 0 100%;
        width: 100%;
    }

    .elevicon-gallery {
        margin-left: 100px;
    }

    .elevicon-gallery figure { width: 100%; }

    figcaption h2 { font-size: 1.4rem; }

    .elevicon-parallax { 
        min-height: 360px; 
    }
    
    #contact .elevicon-parallax {
        margin-bottom: 425px;
    }
}

@media (max-width: 600px) {
    .elevicon-row { flex-direction: column; }

    .elevicon-col {
        flex: 0 0 100%;
        width: 100%;
    }

    .elevicon-media img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 560px) {
    .elevicon-sm-mt-30 { margin-top: 30px; }
}

@media (max-width: 516px) {
    .elevicon-gallery { display: block;}

    .elevicon-gallery figure {
        width: 45%;
        margin: 2.5%;
    }

    figure h2 { font-size: 1rem; }
}

@media (max-width: 420px) {
    .elevicon-media img {
        width: 100px;
        height: 100px;
    }
}