/* 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: Montserrat, 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;
}

.header__wrapper {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

.banner {
	text-align: center;
}

@media (min-width: 1000px) {
	.banner__image {
		max-height: 120px;
		max-width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1000px) {
	.banner__image {
		max-height: 250px;
		max-width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.navigation {
	width: 65%;
	margin: auto;
	padding-bottom: 4px;
	vertical-align: top;
	font-family: "TeXGyreAdventor", sans-serif;
}

.navigation__table {
	height: 100%;
	margin: auto;
}

.navigation__cell {
	padding: 20px;
}

.navigation__text {
	color: #000000;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    cursor: pointer;
}

.phone {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.phone__icon {
	width: 13px;
	height: 13px;
	padding-right: 4px;
}

.phone__text {
	padding-bottom: 5px;
}

/* Splash */

.splash {
	width: 100%;
	vertical-align: middle;
}

.splash__logoWrapper {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.splash__logo {
	max-height: 40px;
}

/* Social */

.social {
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 0px;
}

.social__image {
	width: 50px;
	cursor: pointer;
}

.social__image--last {
	margin-left: 10px;
}

/* About */

@media (min-width: 1000px) {
	.about__left {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.about__right {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 5%;
		margin-right: 10%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.about__title {
		font-size: 26px;
		margin-bottom: 25px;
		border-bottom: 2px solid #36a1e5;
		padding-bottom: 10px;
	}
}

@media (max-width: 1000px) {

	.about__left {
		vertical-align: top;
		width: 80%;
		padding-left: 10%;
		margin-bottom: 40px;
	}

	.about__right {
		vertical-align: top;
		width: 80%;
		padding-left: 10%;
		margin-bottom: 40px;
	}

	.about__title {
		font-size: 26px;
		margin-bottom: 25px;
		border-bottom: 2px solid #36a1e5;
		padding-bottom: 10px;
	}
}

.about {
	margin-bottom: 60px;
}

.about__text {
	margin-top: 14px;
	font-size: 16px;
}

.about__image {
	width: 100%;
	border-radius: 50%;
}

/* Services */

.services {
	width: 75%;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}

.services__item {
	display: inline-block;
    margin: 10px;
    padding: 10px;
	cursor: pointer;
    font-size: 16px;
	border: 2px solid #FFFFFF;
}

.services__item:hover {
	border-bottom: 2px solid #36a1e5;
}

.services__item--active {
    border: 2px solid #36a1e5;
}

.service {
	width: 75%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 2px solid #EEEEEE;
}

.service__information {
	width: 100%;
}

.service__header {
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
}

.service__description {
	font-size: 16px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.quote {
	width: 100%;
	margin-bottom: 30px;
}

.quote__wrapper {
	margin: auto;
	width: 90%;
	text-align: center;
}

.quote__text {
	font-size: 18px;
}

/* Reviews */

@media (min-width: 1000px) {
	.review {
		width: 27%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 20px;
		margin-bottom: 40px;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 1000px) {
	.review {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

.review__icon {
    height: 26px;
    width: 26px;
	margin-left: 10px;
	margin-right: 12px;
	display: inline-block;
    vertical-align: top;
}

.review__name {
	padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.review__description {
	padding-left: 20px;
    border-left: 2px solid #ECECEC;
	font-size: 16px;
}

.review__date {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
}

.rating {
	position:absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.rating__image {
	height: 40px;
}

/* Gallery */

@media (min-width: 1000px) {
	.gallery {
		max-width: 60%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 40px;
		border: 1px solid black;
	}
}

@media (max-width: 1000px) {
	.gallery {
		max-width: 80%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 40px;
		border: 1px solid black;
	}
}

/* Contact */

@media (min-width: 1000px) {
	.contact__left {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 5%;
		margin-right: 10%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.contact__right {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.contact__title {
		font-size: 26px;
		margin-bottom: 25px;
		border-bottom: 2px solid #36a1e5;
		padding-bottom: 10px;
	}
}

@media (max-width: 1000px) {
	.contact__left {
		vertical-align: top;
		width: 80%;
		padding-left: 10%;
		margin-bottom: 40px;
	}

	.contact__right {
		vertical-align: top;
		width: 80%;
		padding-left: 10%;
		margin-bottom: 40px;
	}

	.contact__title {
		font-size: 26px;
		margin-bottom: 25px;
		border-bottom: 2px solid #36a1e5;
		padding-bottom: 10px;
	}
}

.contact {
	margin-bottom: 60px;
}

.contact__image {
	width: 100%;
	border-radius: 50%;
}

.contact__details {
	font-size: 16px;
	margin-bottom: 10px;
}

.contact__message {
	font-size: 12px;
}

/* Link */

.links {
	margin-top: 30px;
}

.link {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.link--margin {
	margin-bottom: 20px;
}

.link__prompt {
	font-size: 18px;
	font-weight: bold;
}

.link__detail {
	font-size: 18px;
}

/* Streamer */

.streamer {
	background-color: #36a1e5;
	color: white;
	padding: 12px;
	cursor: pointer;
	text-align: center;
	opacity: 1;
}

	.streamer:hover {
		opacity: 0.9;
	}

.streamer__icon {
	height: 20px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.streamer__text {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 12px;
}

/* Footer */

.footer {
    width: 100%;
	min-height:100px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 1px solid #36A1E5;
	text-align: center;
}

.footer__banner {
	height: 200px;
	margin: auto;
	padding-top: 25px;
}

.footer__image {
	max-height: 100%;
	max-width: 100%;
}

.footer__text {
	font-size: 12px;
	display: block;
}

/* Content */

.container {
	margin: 0 auto;
    width: 100%;
}

.content {
	width: 100%;
}

.content--border {
	border-bottom: 6px solid #36A1E5;
}

.content__table {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

.content__table--dark {
	width: 100%;
	margin: auto;
	background-color: #36A1E5;
	color: #FFFFFF;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noOverflow {
	overflow: hidden;
}

.middleAlign {
	vertical-align: middle;
}

.relative {
	position: relative;
}

.hidden {
	display: none;
}

@media (min-width: 1000px) {
	.paddingThick {
		padding-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.paddingThin {
		padding-bottom: 40px;
	}
}

/* Text */

.text {
	font-size: 16px;
}

.text--bold {
	font-size: 16px;
	font-weight: bold;
}

.title {
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 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;
}

.title__text--underlined {
	padding-bottom: 6px;
	padding-right: 10px;
	border-bottom: 2px solid #36A1E5;
}

/* 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: #36A1E5;
	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: #36a1e5;
	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__container {
    display: inline-block;
    cursor: pointer;
}

.navigation__bar {
    width: 35px;
    height: 5px;
    background-color: #212529;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 4px;
}

.dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 500px;
}

.dropdown__table {
	position: relative;
    z-index: 100;
    margin: auto;
    background-color: #EBEAE7;
    border-left: 1px solid #35677F;
    border-right: 1px solid #35677F;
    border-bottom: 1px solid #35677F;
	text-align: center;
}

.navigation__animate .navigation__bar--animate1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.navigation__animate .navigation__bar--animate2 {
    opacity: 0;
}

.navigation__animate .navigation__bar--animate3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.dropdown__textWrapper {
	padding: 12px;
}

.dropdown__text {
	color: #000000;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    cursor: pointer;
}

/* 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")
}