html {
	overflow-y: scroll;
	min-height: 100%;
}

body {
	color: black;
	background-color: #fff;
	background-repeat: repeat;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

.smaller {
	font-size: 10px;
}

#wrapper {
	border-top: 1px solid #eeeeee;
	float: left;
	width: 100%;
}

#content {
	margin: auto;
	width: 100%;
	background-color: #fff;
}


/* HEADER */

.header {
	width: 100%;
	height: auto;
	margin: 0px auto 20px auto;
	background-color: #fff;

	color: #000;
	z-index: 99;
	clear: left;
	padding-top: 20px;
}

.header .logo-wrap {padding-bottom: 20px;}

.header .logo-wrap a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.header .logo-wrap a span {
	font-size: 4rem;
}

.header .logo-wrap a:hover {text-decoration: none; color: black !important;}

.header .logo-wrap a #logo {
	max-width: 10%;
	margin-right: 20px;
}

#navwrap {
	text-align: center;
	height: 70px;
	margin: 0pc;
	margin-bottom: 50px;
}

.navbar {
	border: none !important;
	box-shadow: none !important;
	text-align: center;
}

.navbar-collapse {
	text-align:center;
}
#navwrap #menu-expand {display: none;}

#nav {
	margin: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	display: inline-table;
	padding-left: 0;
	/* Clear floats */
	/* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}


ul.nav {
	float: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#nav li {
	float: left;
	margin-right: 10px;
	position: relative;
	display: inline;
}

#nav a {
	display: block;
	padding: 5px;
}

#nav li:hover {
	background: #b5a7bf;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {background: #b5a7bf !important; color: white !important; }


/*--- DROPDOWN ---*/

#nav ul {
	background: #e7d4f4;
	/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style: none;
	position: absolute;
	top: -9999px;
	/* Hide off-screen when not needed (this is more accessible than display:none;) */
	text-align: left;
	padding-left: 3px;
	z-index: 10;
}

#nav ul li {
	padding-top: 1px;
	/* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	margin-right: 0;
}

#nav ul a {
	white-space: nowrap;
	/* Stop text wrapping and creating multi-line dropdown items */
	color: #000;
}

#nav li:hover ul {
	/* Display the dropdown on hover */
	top: 45px;
	/* Bring back on-screen when needed */
}

#nav ul li a:hover {
	/* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color: #000;
}

#nav li:hover ul a {
	/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
}

#nav li:hover ul li a:hover {
	/* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #b5a7bf;
}


/* ABOUT & CONTACT */



#contact_form h1 {
	color: #b5a7bf;
}

#contact_form input, #contact_form select {
	width: 100%;
	height: 50px;
	background: #eeeeee;
	border: 1px solid black;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}

#contact {
	width: 800px;
	margin: 0 auto 0;
}


#contact_form textarea {
	width: 100%;
	height: 10%;
	background: #eeeeee;
	border: 1px solid black;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

#contact_form #sumbit {
	font-family: 'Montserrat', sans-serif;
	background: #000 !important;
	color: #fff !important;
	text-align: center;
	border: 0px;
	height: 50px !important;
	width: 100px !important;
	font-size: 20px;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

#contact_form #sumbit:hover {
	background: #b5a7bf !important;
}


/* SLIDER & PORTFOLIO PAGES */

#pricebox {
	width: 20%;
	border-style: solid;
	border-width: 5px;
	border-color: #000;
	position: fixed;
	bottom: 80px;
	right: 1%;
	z-index: 9999999;
	display: block;
	color: #000;
	background: #fff;
	transition: 3s;
	-webkit-transition: 3s;
	transition-duration: 100s;
	cursor: pointer;
}
#open {
	font-size: 20px; 
	text-align: center; 
	margin: 10px; 
}
.pricebox p {
	text-align: center;
	padding: 20px;
}

#pricebox a {
	text-decoration: underline;
}

#pricebox .pb {display: none; max-height: calc(100vh - 150px); overflow-y: auto; padding: 10px;}
#pricebox #close {position: absolute; top: 5px; right: 10px; font-size: 20px;}

.col1 {
	float: left;
	padding: 20px 20px 0;
	display: inline-block;
}

.col2 {
	float: left;
	padding: 20px 20px 30px 20px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#deposit {
	text-align: center;
	width: 100%;
	min-height: 9%;
	margin-bottom: 20px;
	float: left;
}

.title {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	z-index: 105;
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
}


/* FOOTER */

.footer {
	background-color: #e7d4f4;
	width: 100%;
	height: 50px;
	margin: 5px auto 0;
	clear: both;
	z-index: 99;
	color: #000;
	text-align: center;
	padding-top: 10px;
	positon: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer p {
	padding: 0;
	margin: 0;
}

.success {
	background: #c8ffc1;	
	margin-bottom: 20px;
	padding: 10px 15px;
}

.error {
	background: #ff8a8a;	
	margin-bottom: 20px;
	padding: 10px 15px;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
 

.grid_col .gallery-fullsize
{background: white !important;}

@media (max-width: 900px){
	.header .logo-wrap a span {
		font-size: 3rem;
	}
}

@media (max-width: 767px){
	.header .logo-wrap a span {
		font-size: 1.2rem;
	}
	.next.button, .prev.button {display: none;}
	.slider-container {width: 90% !important; height: auto !important;}
	#nav li {float: none !important; display: block !important;}
	#nav {display: none !important;}
	#menu-expand {display: block !important; text-align: right;}
	#menu-expand i {marign-right: 10px;}
}

