/* 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: 80px;
		max-width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1000px) {
	.banner__image {
		max-height: 80px;
		max-width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.navigation {
	width: 90%;
	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;
}

/* Footer */

.footer {
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 1px solid #4bad69;
	text-align: center;
}

.footer__banner {
	height: 100px;
	max-width: 90%;
	margin: auto;
	padding-top: 25px;
}

.footer__image {
	max-height: 80px;
	max-width: 90%;
}

.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: #F9F9F9;
}

.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;
	}
}

/* Splash */

.splash {
	width: 100%;
	vertical-align: middle;
}

.splash__logoWrapper {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.splash__logo {
	max-height: 40px;
}

/* About */

@media (min-width: 1000px) {
	.about__left {
		display: inline-block;
		vertical-align: top;
		width: 57%;
		padding-left: 3%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.about__right {
		display: inline-block;
		vertical-align: top;
		width: 35%;
		padding-left: 2%;
		padding-right: 3%;
		margin-bottom: 20px;
	}

	.about__title {
		font-size: 26px;
		margin-bottom: 25px;
		border-bottom: 2px solid transparent;
		border-image: linear-gradient(to right, #4bad69 0%, #FFFFFF 45%, #FFFFFF 101%);
		padding-bottom: 10px;
		border-image-slice: 1;
	}
}

@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 #4bad69;
		padding-bottom: 10px;
	}
}

.about__text {
	margin-top: 14px;
	font-size: 16px;
}

.about__image {
	width: 100%;
	border-radius: 50%;
}

/* Service */

@media (min-width: 1000px) {
	.service {
		width: 40%;
		margin-left: 5%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.service__title {
		font-size: 24px;
		color: black;
		border-bottom: 2px solid transparent;
		border-image: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 20%, #4bad69 50%, #f9f9f9 80%, #f9f9f9 100%);
		padding-bottom: 10px;
		border-image-slice: 1;
	}
}

@media (max-width: 1000px) {
	.service {
		width: 80%;
		margin-left: 10%;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.service__title {
		font-size: 24px;
		color: black;
		border-bottom: 2px solid #4bad69;
		padding-bottom: 10px;
	}
}

.service__text {
	font-size: 15px;
	margin-top: 20px;
}

/* Quote */

.quote {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
}

.quote__border {
	display: inline-block;
	padding: 20px 40px;
	border: 2px solid #4bad69;
	border-radius: 12px;
}

.quote__text {
	font-size: 26px;
}

.quote__text--margin {
	margin-bottom: 20px;
}

/* 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 #4bad69;
	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;
}

/* Provide */

@media (min-width: 1000px) {
	.provide {
		width: 100%;
		height: 100%;
		background-color: #000000;
		background: url(../img/main/provide.jpg) #000000;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.provide__content {
		width: 50%;
		padding-top: 60px;
		padding-left: 10%;
		padding-bottom: 60px;
		padding-right: 10%;
		background-color: rgba(249, 249, 249, 0.8);
		-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
	}
}

@media (max-width: 1000px) {
	.provide {
		width: 100%;
		height: 100%;
		background-color: #000000;
		background: url(../img/main/provide.jpg) #000000;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.provide__content {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 10%;
		padding-right: 10%;
		background-color: rgba(249, 249, 249, 0.8);
	}
}

.provide__title {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 36px;
}

.provide__item {
	margin-top: 16px;
	margin-bottom: 6px;
}

.provide__circle {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin-right: 12px;
	border-radius: 20px;
	background-color: #4bad69;
}

.provide__text {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
}

.provide__text--indented {
	margin-left: 40px;
}

.provide__tagline {
	font-size: 16px;
	margin-top: 16px;
}

/* Contact */

.contact {
	width: 100%;
}

@media (min-width: 1000px) {
	.contact__left {
		display: inline-block;
		vertical-align: top;
		width: 54%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.contact__right {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.contact__title {
		font-size: 26px;
		margin-bottom: 15px;
		border-bottom: 2px solid transparent;
		border-image: linear-gradient(to right, #4bad69 0%, #f9f9f9 55%, #f9f9f9 101%);
		padding-bottom: 10px;
		border-image-slice: 1;
	}
}

@media (max-width: 1000px) {
	.contact__left {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.contact__right {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.contact__title {
		font-size: 26px;
		margin-bottom: 15px;
		border-bottom: 2px solid #4bad69;
		padding-bottom: 10px;
	}
}

.contact__details {
	font-size: 14px;
	margin-bottom: 10px;
}

.contact__message {
	font-size: 12px;
}

/* Link */

.links {
	margin-top: 30px;
}

.link {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.link__prompt {
	font-size: 18px;
	font-weight: bold;
}

.link__detail {
	font-size: 18px;
}

/* Form */

.form {
	vertical-align: top;
}

.form__table {
	width: 100%;
}

.form__input {
	padding: 4px;
	width: 80%;
	border: 1px solid #8a8a8a;
	margin-top: 14px;
}

.form__button {
	margin-left: 0%;
	margin-top: 14px;
}

.form__message {
	font-size: 18px;
	margin-left: 70%;
}

.form__image {
	max-width: 100%;
	border-radius: 12px;
}

/* Streamer */

.streamer {
	background-color: #4bad69;
	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;
}

/* Area */

.area {
	width: 100%;
}

@media (min-width: 1000px) {
	.area__details {
		display: inline-block;
		vertical-align: top;
		width: 44%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.area__map {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.area__title {
		font-size: 26px;
		margin-bottom: 15px;
		border-bottom: 2px solid transparent;
		border-image: linear-gradient(to right, #4bad69 0%, #FFFFFF 55%, #FFFFFF 101%);
		padding-bottom: 10px;
		border-image-slice: 1;
	}
}

@media (max-width: 1000px) {
	.area__details {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.area__map {
		width: 100%;
	}

	.area__title {
		font-size: 26px;
		margin-bottom: 15px;
		border-bottom: 2px solid #4bad69;
		padding-bottom: 10px;
		border-image-slice: 1;
	}
}

.area__text {
	font-size: 14px;
	margin-bottom: 10px;
}

/* Text */

.text {
	font-size: 16px;
}

.text--bold {
	font-size: 16px;
	font-weight: bold;
}

.title {
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.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 #4bad69;
}

/* 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: #4bad69;
		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: #4bad69;
		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")
}