/*main.scss*/
@import url("https://fonts.googleapis.com/css?family=Patua+One");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  	-moz-animation: bounce 2s infinite;
  	-webkit-animation: bounce 2s infinite;
  	animation: bounce 2s infinite;
}

/*Show a loading icon when page is loading*/
#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/preloader.gif') 50% 50% no-repeat #111111;
}

/* Always show the lightbox navigation arrows */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity:1;
}

body {
	font-family: "Lato", sans-serif;
}

h1, h2, h3, h4 {
  	font-family: "Patua One", cursive;
  	text-transform: uppercase;
}

.cb {
	clear: both;
}
#footer .cb {
	display: none;
}

.cta-second, .cta-third, .cta-text a, .contact-info form button {
	transition: all .2s ease-in-out;
}
.cb {
	clear: both;
}
.cta-second:hover {
	background-color: #111111;
	border-color: #eee;
}
.cta-second:hover a {
	color: #eee;
}
.cta-second {
  	background-color: #EEEEEE;
  	color: #332E44;
  	font-size: 20px;
  	padding: 10px 40px;
  	font-weight: bold;
	color: #111111;
	font-family: "Lato", sans-serif;
}
.cta-second a {
	text-decoration: none;
	color: #111111;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.row {
  margin: 0; 
}

/*MENU*/
#burger-icon {
	float: right;
	color: #D5A029;
	position: relative;
    top: 50px;
    right: 50px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content img {
	width: 15%;
    margin-bottom: 35px;
}

a.nav-link {
    padding: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 1.5em;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
}

.nav-link:hover, .nav-link:focus {
    color: #f1f1f1;
    padding: 10px;
    border: 1px solid #D5A029;
}
a.nav-link.active {
	border: 1px solid #D5A029;
	color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 60px;
    color: #D5A029;
    z-index: 1;
}
#overlay-footer {
	width: 100%;
	position: relative;
	top: -20px;
}
#overlay-footer .business-status {
	float: left;
	text-align: left;
	width: 50%;
}
#overlay-footer .business-status p {
	text-align: center;
	padding: 15px;
	background-color: #eee;
	color: #111111;
	font-size: 17px;
	display: inline-block;
	border-radius: 7px;
	margin-left: 50px;
}
#overlay-footer .business-status p span {
	font-weight: bold;
}
#overlay-footer .social-icons {
	float: right;
	text-align: right;
	width: 50%;
}
#overlay-footer .social-icons .follow-us-img {
	width: 100px
}
#overlay-footer .social-icons .icon-instagram {
	width: 30px;
	margin-right: 50px;
	margin-left: 10px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


.jumbotron {
  	background-image: url("../img/hero-img.jpg");
  	background-size: cover;
  	width: 100%;
  	height: 800px;
  	border-radius: 0 !important;
  	margin-bottom: 0 !important;
  	height: 100vh;
  	
}
.jumbotron.home {
	min-height: 950px;
}
.jumbotron.header {
	height: 200px;
	background-image: initial;
	background-color: #111111;
	color: #D5A029;
	text-align: center;
}
.jumbotron .jumbo-heading {
	font-family: "Lato", sans-serif;
	font-size: 40px;
	float: left;
}
.jumbotron img.icon-logo {
	width: 130px;
    display: inline-block;
    margin-top: -15px;
    position: absolute;
    left: 47%;

}
.hero-content {
    position: relative;
    top: 5%;
    font-size: 18px;
    text-align: center;
}
.hero-content .logo {
	width: 250px;
	margin-left: auto;
    margin-right: auto;
}

.hero-content h4 {
    color: #eee;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    font-weight: lighter;
}
.hero-content .icon {
	width: 100px;
	margin: 25px;
	margin-top: initial;
}
.hero-content .cta-second {
	margin-top: 100px;
	/*min-width: 350px;*/
}
.jumbotron .hero-content .cta-second {
    margin-left: 20px;
}

.more {
	position: relative;
    bottom: -120px;
    color: #D5A029;
    font-size: 40px;
    text-align: center;
}

.interior-images div {
	padding-right: 0;
	padding-left: 0;
}

.mini-about {
	background-color: #003c3d;
    padding: 50px;
    border-right: 1px solid #669697;
    height: 250px;
}
.mini-about div:first-child {
    border-right: 1px solid #669697;
}
.mini-about div:last-child {

}
.mini-about p {
	color: #669697;
}
.mini-about div:first-child p {
	font-size: 30px;
	font-weight: bold;
}
.mini-about div:last-child p {
	font-size: 22px;
	line-height: 35px;
    padding-left: 50px;
    text-align: justify;
}
.cta-text {
	background-color: #eee;
    padding: 75px 50px;
}
.cta-text span {
	font-size: 25px;
	font-weight: bold;
	color: #111111;
}
.cta-text a {
	font-size: 25px;
	color: #111111;
	padding: 20px;
	border: 1px solid #111111;
	cursor: pointer;
	border-radius: 5px;
}
.cta-text a:hover {
	color: white;
	background-color: #111111;
	text-decoration: none;
	border: 1px solid #eee;
}
.heading {
	padding-top: 50px;
	padding-bottom: 50px;
  	color: #332E44;
}

.cta-row {
	background-image: url("../img/cta-row-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px;
	height: 500px;
	position: relative;
}
.cta-row p {
	font-size: 50px;
	color: #eee;
	margin-top: 80px;
	width: 67%;
	padding: 15px;
	background-color: rgba(0,0,0, 0.4);
}


/* PRICE LIST */
.price-list {
	background-color: #111111;
	padding-bottom: 100px;
}
.price-list h1 {
	color: #d8ab44;
}
.price-list img.icon-logo {
	width: 10%;
}
.price-list img.icon {
	width: 15%;
	display: inline-block;
	margin-top: 100px;
    padding-bottom: 30px
}
.price-list p {
	font-weight: bold;
	font-size: 30px;
	color: #eee;
	text-align: center;
}
.price-list p.light {
	font-weight: lighter;
	font-size: 20px;
}
.contact-info .contact, .opening-hours td {
	font-size: 20px;
}
.find-us {
	background-image: url("../img/find-us-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px;
	position: relative;
}
.find-us h1 {
	font-size: 35px;
	color: #eee;
	margin-bottom: 75px;
}
.contact-info {
	padding: 100px 50px;
    background-color: #111111;
}
.contact-info h4 {
	font-size: 30px;
	color: #d8ab44;
}
.contact-info .contact {
	padding: 10px 20px;
	min-height: 450px;
}
.contact-info td {
	text-align: left;
	padding-bottom: 5px;
	color: #eee;
}
.contact-info td:first-child {
	padding-right: 10px;
	font-weight: bold;
}
.contact-info td:first-child span {
	display: inline-block;
	margin-left: 10px;
}
.contact-info .business-status {
	margin: 43px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: justify;
    color: #eee;
}
.contact-info .business-status p {
	margin: 0;
	font-size: 21px;
	text-align: center;
}
.contact-info .business-status span {
	font-weight: bold;
}
.opening-hours table {
	width: 100%
}
.opening-hours td {
	padding-top: 10px;
}


/* CONTACT PAGE */
.contact-info.contact-page {
	background-color: #F1EFE9;
}
.contact-info.contact-page h4, .contact-info.contact-page td {
	color: #111111;
}
.contact-info.contact-page td {
	font-size: 20px;
}
.contact-form {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	color: #111111;	
}
input#name {
	background-image: url(../img/form-icons/name.png);
	background-repeat: no-repeat;	
}
input#email {
	background-image: url(../img/form-icons/email.png);
	background-repeat: no-repeat;	
}
input#subject {
	background-image: url(../img/form-icons/subject.png);
	background-repeat: no-repeat;	
}
.contact-form input {
	display: inline;
	width: 33%;
	margin-bottom: 7px;
	padding: 7px 35px;
	border: solid 1px #cacac8;
	border-radius: 5px;
}
.contact-form textarea {
	display: block;
	width: 99.90%;
	height: 240px;
	padding: 5px;
	border: solid 1px #cacac8;
	border-radius: 5px;
}
.contact-form button {
	margin-top: 10px;
	float: right;
	background-color: #111111;
	color: #d8ab44;
	padding: 5px 12px;
	border: solid 1px #111111;
	font-size: 20px;
}
.contact-form button:hover {
	background-color: #d8ab44;
	border: solid 1px #d8ab44;
	color: #111111;
}

/* GALLERY */
.gallery {
	padding: 25px 25px 25px 35px;
}
.gallery .gallery-img {
	margin-bottom: 30px;
	box-shadow: 3px 3px 10px 0px #777;
    border: 5px solid #eee;
}
.gallery .admin-buttons {
	margin-top: 15px;
	margin-bottom: 30px;
}
.gallery .admin-buttons .rotate-buttons {
	margin-left: 7px;
}

/* FOOTER */
#footer {
	background-color: #111111;
}
.social-media {
	text-align: center;
	padding: 50px;
}
.social-media img {
	display: inline-block;
}
.social-media img:first-child { /*follow us text*/
	width: 125px;
}
.social-media img:last-child { /*instagram icon*/
	width: 40px;
	margin-left: 20px;
}
.footer-links {
	padding-top: 20px;
	padding-bottom: 50px;
}
.footer-links a {
	float: left;
    width: 20%;
    text-align: center;
    color: #666666;
    font-size: 20px;
    text-decoration: none;
    border-right: 1PX solid #666666;
    transition: all .2s ease-in-out;
}
.footer-links a:last-child {
	border-right: initial;
}
.footer-links a:hover {
	color: #D8AB44;
}
#footer .copyright {
	padding: 10px;
    background-color: black;
    position: relative;
    bottom: -15px;
}
#footer .copyright p {
	margin: 0;
	color: #4d4d4d;
}

/* DROPZONE */
/*==========*/
#start-upload-btn, #clear-upload-btn {
	display: none;
	margin-bottom: 15px;
}
#upload-form {
	margin-bottom: 15px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
	background: linear-gradient(to bottom, #D5A029, #e4a20f);
}
.dropzone .dz-preview .dz-remove {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background-color: #FFA500;
	color: white;
}
.dropzone .dz-preview .dz-success-mark {
	/*opacity: 1!important;*/
}



/* MEDIA QUERIES */
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.mini-about div:first-child p {
		font-size: 20px;
	}

	.mini-about div:last-child p {
		font-size: 16px;
	}

	.cta-row {
		background-attachment: fixed;
	}

	/* CONTACT FORM */
	.contact-form input {
		display: inline-block;
		width: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.overlay-content img {
		width: 30%;
		margin-bottom: 15px;
	}
	#overlay-footer {
	    top: 50px;
	}
	#overlay-footer .business-status p {
	    margin-left: 15px;
	}
	#overlay-footer .social-icons img {
    	margin-bottom: 10px;
    	margin-right: 15px;
	}
	#burger-icon {
	    right: 15px;
	}
	.jumbotron .jumbo-heading {
	    margin-top: 100px;
	}
	.jumbotron img.icon-logo {
	    width: 90px;
	    left: 4%;
	    top: 45px;
	}
	.jumbotron {
		background-position-x: center;
		height: 1200px; 
	}
	.hero-content {
	    position: relative;
	    top: 15%; 
	}
	.jumbotron .hero-content .cta-second {
		margin-left: initial;
		margin-top: 20px;
		font-size: 16px;
	}

	.contact-info.contact-page h4 {
		margin-top: 50px;
	}

	.more {
		bottom: -180px;
    	z-index: 1;
	}

	.mini-about {
		height: initial;
		padding: 40px 15px
	}
	.mini-about div:last-child {
		text-align: left;
	}
	.mini-about div:last-child p {
		padding: initial;
	}

	.cta-row {
		background-position-x: initial;
		background-size: cover;
		height: initial;
		background-attachment: fixed;
	}
	.cta-row p {
		width: 100%;
    	font-size: 19px;
    	margin-top: 15px;
    	text-transform: uppercase;
	}

	.price-list img.icon {
		width: 50%;
	}
	.price-list p {
		font-size: 17px;
	}

	.cta-text div:first-child, .cta-text div:last-child {
		text-align: center;
	}
	.cta-text div:last-child {
		margin-top: 50px;
		height: 50px;
	}

	.find-us h1 {
		margin-bottom: initial;
		margin-top: 50px;
	}

	.contact-info {
    	padding: 0;
    	background-color: #f9f9f9;
	}
	.contact-info .contact {
		min-height: 300px;
	}
	.contact-info div:last-child {
		margin-top: 50px;
		padding: 10px 20px;
	}

	.footer-links a {
		float: none;
		width: initial;
		display: block;
		border: none;
		margin-bottom: 20px;
	}

	/* CONTACT FORM */
	.contact-form input {
		display: inline-block;
		width: 100%;
	}
}

/* Custom, iPhone Retina */ 
/*@media only screen and (max-width : 320px) {

}*/