:root {
	--pink: #93c83f;
}

header {
	background: #ffffff;
	border-bottom: 1px solid #e8e8e9;
}

#headerbookbtt {
	float: right;
	margin-top: 30px;
	margin-left: 20px;
	padding: 10px 22px;
	font-size: 0.85em;
	background: #93c83f;
}

.fitpink {
	color: #93c83f;
}

.damionfont {
	font-family: Northwell;
	font-size: 2em;
	line-height: 1.0em;
}

#logoandnav {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: table;
	padding: 15px 0;
}

#logo {
	width: 17.5%;
	display: block;
	float: left;
}

#logo img {
	width: 100%;
}

#logoandnav nav {
	display: table;
	float: right;
	margin-top: 40px;
}

#navigation {
	display: table;
}

#navigation li {
	display: table;
	float: left;
	padding: 0px 12px;
}

#navigation li a {
	font-family: 'Montserrat';
	font-size: 1.2em;
	color: #777b7d;
	text-transform: uppercase;
}

#navigation li a:hover {
	color: #93c83f;
}

#showmenu, #ctl00_Header1_s_my-account, #l_my-account {
	display: none;
}

.mainbox {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px 50px 60px;
}

.mainbox h2 {
	width: 100%;
	text-align: left;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 23px;
}

.mainbox .txtblock {
	font-size: 1.3em;
	line-height: 24px;
	font-family: 'Montserrat';
	padding-bottom: 50px;
}

.mainbox .txtblock p {
	padding-top: 20px;
}

.b11kbtt {
	background: #29aae2;
	color: white;
	display: table;
	font-family: 'Montserrat';
	font-weight: lighter;
	color: white;
	padding: 10px 28px;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid black;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}

.b11kbtt:hover {
	background: white;
	color: black;
}

#slideunderinfo {
	width: 100%;
	position: relative;
	margin-top: -150px;
	margin-bottom: 150px;
}

#slideunderinfo > div {
	float: left;
}

#slidebookbtt {
	width: 100%;
}

#slidebookbtt a {
	display: table;
	font-family: 'Montserrat';
	color: white;
	padding: 10px 23px;
	border: 1px solid white;
	margin: 0px auto;
	position: relative;
	z-index: 998999;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 500;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}

#slidebookbtt a:hover {
	background: white;
	color: black;
}

#holdingslidebox {
	max-height: 700px;
	overflow: hidden;
	position: relative;
}

.slidetext {
	display: block;
	width: 90%;
	position: relative;
	max-width: 1000px;
	z-index: 2000;
	background: rgba(0,0,0,0.5);
	color: white;
	margin: 0 auto;
	padding: 50px 60px;
}

@media screen and (max-width:1160px) {
	#logo img {
		width: auto;
		height: 33px;
	}

	#logo {
		display: table;
		width: auto;
		height: auto;
		margin-left: 5%;
		margin-top: 15px;
	}

	#showmenu {
		display: block;
		float: right;
		margin-right: 5%;
		margin-top: 15px;
	}

	#logoandnav nav {
		width: 100%;
		position: absolute;
		margin-top: 105px;
		display: none;
		z-index: 9999999;
	}

	#logoandnav nav ul {
		width: 100% !important;
		max-width: 230px;
		float: right;
		border-left: 1px solid #777b7d;
	}

	#logoandnav nav li {
		width: 100%;
		border-bottom: 1px solid #ffffff;
		padding: 7px 0px;
		background: #777b7d;
		text-align: center;
	}

	#logoandnav nav li a {
		color: white;
	}

	#headerbookbtt {
		display: none;
	}
}


@media screen and (max-width:780px) {
}

@media screen and (max-width:740px) {
}

@media screen and (max-width:640px) {

	.instashow-popup {
		display: none;
	}
}

@media screen and (max-width:500px) {
}

@media screen and (max-width:350px) {
	#logo img {
		width: auto;
		height: 56px;
	}
}
