/* Main */

html {
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}

body {
    overflow: hidden;
    height: auto;
	min-width: 500px;
	padding: 0;
	margin: 0;
    background-color: #FFFFFF;
    color: #000000;
	font-family: "Caviar Dreams", sans-serif;
	font-size: 0px;
    line-height: 25px;
}

a {
	color: inherit;
}

/* Wide and Thin Display */

@media (min-width: 1000px) {
	.displayThin {
		display: none !important;
	}
}

@media (max-width: 1000px) {
	.displayWide {
		display: none !important;
	}
}

/* Header */

.header {
	margin: 0 auto;
    width: 100%;
	background-color: #FFFFFF;
	font-weight: bold;
}

.header__wrapper {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

@media (min-width: 1000px) {
	.banner {
		width: 30%;
		display: inline-block;
	}
	
	.banner__image {
		max-height: 100px;
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.navigation {
		width: 70%;
		display: inline-block;
	}
	
	.navigation__table {
		height: 100%;
		margin-left: 10%;
		margin-bottom: 1%;
	}
	
	.navigation__text {
		padding: 12px;
		white-space: nowrap;
	}
	
	.phone {
		width: 50%;
		margin-bottom: 10px;
		display: inline-block;
		text-align: right;
		float: right;
	}
	
	.message {
		width: 50%;
		margin-bottom: 10px;
		text-align: left;
		float: left;
		display: inline-block;
	}
}

@media (max-width: 1000px) {
	.banner {
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}
	
	.banner__image {
		max-height: 50px;
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.navigation {
		width: 30%;
		margin-top: 20px;
		display: inline-block;
		vertical-align: bottom;
	}
	
	.navigation__table {
		height: 100%;
	}
	
	.navigation__text {
		padding: 12px;
		white-space: nowrap;
	}
	
	.phone {
		width: 50%;
		margin-top: 30px;
		display: inline-block;
		text-align: right;
		float: right;
		vertical-align: bottom;
	}
	
	.message {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: left;
		float: left;
		display: inline-block;
	}
}

.phone__icon {
	width: 13px;
	height: 13px;
	padding-right: 4px;
}

.phone__text {
	padding-bottom: 5px;
}

.message__text {
	padding-bottom: 5px;
	color: red;
}

.splash {
	width: 100%;
	vertical-align: middle;
}

/* Footer */

.footer {
    width: 100%;
	min-height:100px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 1px solid #9FBDB1;
	text-align: center;
}

.footer__banner {
	height: 50px;
	margin: auto;
	padding-top: 25px;
}

@media (min-width: 1000px) {
	.footer__image {
		max-height: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1000px) {
	.footer__image {
		max-height: 100%;
		max-width: 50%;
	}
}

.footer__text {
	font-size: 8px;
	display: block;
}

/* Content */

.container {
	margin: 0 auto;
    width: 100%;
}

.content {
	width: 100%;
}

.content__table {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

.content__table--dark {
	width: 100%;
	margin: auto;
	background-color: #9FBDB1;
	color: #FFFFFF;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noOverflow {
	overflow: hidden;
}

.middleAlign {
	vertical-align: middle;
}

.hidden {
	display: none;
}

@media (min-width: 1000px) {
	.paddingThick {
		padding-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.paddingThin {
		padding-bottom: 40px;
	}
}

/* Team */

.team {
	width: 100%;
	margin: auto;
	display: inline-block;
}

.team--center {
	text-align: center;
}

@media (min-width: 1000px) {
	.team__member {
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 40px;
		margin-bottom: 40px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
}

@media (max-width: 1000px) {
	.team__member {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 40px;
		vertical-align: top;
		text-align: center;
	}
}

.team__wrapper {
	padding: 60px 12px 12px 12px;
    background-color: rgba(235, 234, 231, 0.5);
    border-top: 10px solid #9fbdb1;
    box-shadow: 6px 6px #827e8238;
}

.team__image {
    width: 60%;
	position: relative;
	top: 40px;
    border-radius: 10px;
    border: 2px solid #9c989b;
}

.team__name {
	font-size: 18px;
	font-weight: bold;
}

.team__information {
	font-weight: bold;
    color: #827e82;
}

/* Cuts */

@media (min-width: 1000px) {
	.cut {
		width: 40%;
		display: inline-block;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 40px;
		margin-bottom: 40px;
		vertical-align: top;
		text-align: center;
	}
}

@media (max-width: 1000px) {
	.cut {
		width: 80%;
		display: inline-block;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 40px;
		vertical-align: top;
		text-align: center;
	}
}

.cut__image {
	width: 50%;
}

.cut__wrapper {
	padding: 20px;
}

.cut__title {
	font-size: 30px;
}

.cut__information {
	font-size: 18px;
	white-space: nowrap;
}

.details {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.details__information {
	font-size: 15px;
}

/* Work */

.work {
	width: 100%;
	min-height: 200px;
}

/* Products */

.product {
	margin-top: 40px;
	margin-bottom: 20px;
}

@media (min-width: 1000px) {
	.product__images {
		width: 35%;
		margin-left: 5%;
		display: inline-block;
		vertical-align: top;
	}
	
	.product__information {
		width: 50%;
		margin-left: 5%;
		margin-right: 5%;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 1000px) {
	.product__images {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		vertical-align: top;
	}
	
	.product__information {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 40px;
		vertical-align: top;
		text-align: center;
	}
}

.product__image {
	max-width: 100%;
}

.product__title {
	font-size: 30px;
}

.product__description {
	font-size: 18px;
}

.product__link {
	font-size: 15px;
	white-space: nowrap;
}

/* Contact */

.contact {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 1000px) {
	.contact__hours {
		width: 40%;
		margin-left:8%;
		margin-right: 2%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}

	.contact__phone {
		width: 40%;
		margin-left: 2%;
		margin-right: 8%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
}

@media (max-width: 1000px) {
	.contact__hours {
		width: 80%;
		margin-left:10%;
		margin-right: 10%;
		vertical-align: top;
		text-align: center;
	}

	.contact__phone {
		width: 80%;
		margin-left:10%;
		margin-right: 10%;
		margin-top: 30px;
		vertical-align: top;
		text-align: center;
	}
}

.contact__title {
	font-size: 30px;
	line-height: 35px;
}

.contact__information {
	font-size: 18px;
}

/* Map */

.map {
	width: 100%;
	border-top: 1px solid #9FBDB1;
}

.map__iframe {
	width: 100%;
    height: 300px;
	vertical-align: middle;
}

/* Text */

.text {
	font-size: 16px;
}

.text--bold {
	font-size: 16px;
	font-weight: bold;
}

.title {
	padding-left: 50px;
	padding-top: 30px;
}

.title__text {
	font-size: 24px;
    line-height: 25px;
	white-space: nowrap;
}

.title__text--light {
	font-size: 24px;
    line-height: 25px;
	white-space: nowrap;
	color: #FFFFFF;
}

/* Hover Animation */

.hover {
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #9FBDB1;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hover--alternate:before {
	background-color: #FFFFFF !important;
}

.hover:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Divider Header */

.divider {
	text-align: center;
	display: block;
}

.divider:before,
.divider:after {
	background-color: #827E82;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 25%;
}

.divider:before {
	right: 0.5em;
	margin-left: -50%;
}

.divider:after {
	left: 0.5em;
	margin-right: -50%;
}

/* Mobile Navigation */

.navigation__icon {
    display: inline-block;
    cursor: pointer;
}

.navigation__bar {
    width: 35px;
    height: 5px;
    background-color: #212529;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 4px;
}

.navigation__animate .navigation__bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.navigation__animate .navigation__bar2 {
    opacity: 0;
}

.navigation__animate .navigation__bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 500px;
}

.dropdown__table {
	position: relative;
    z-index: 100;
    background-color: #ffffff;
}

.dropdown__item {
	padding: 10px 24px 12px 30px;
}

.dropdown__link {
	color: #000000;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown__divider {
	height: 2px;
	background-color: #9fbdb1;
}

/* Fonts */

@font-face {
	font-family: "TeXGyreAdventor";
	font-style: normal;
	font-weight: normal;
	src: url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot);
	src: url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot) format("embedded-opentype"), 
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff) format("woff"),
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.svg) format("truetype"),
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot) format("svg")
}

@font-face {
	font-family: "TeXGyreAdventor";
	font-style: normal;
	font-weight: bold;
	src: url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot);
	src: url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot) format("embedded-opentype"), 
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff) format("woff"),
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.svg) format("truetype"),
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot) format("svg")
}

@font-face {
	font-family: "Caviar Dreams";
	font-style: normal;
	font-weight: normal;
	src: url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot);
	src: url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot) format("embedded-opentype"), 
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.woff) format("woff"),
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.svg) format("truetype"),
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot) format("svg")
}