/* L O G O   S P E C S */

/* LOGO IN NAV BAR NEEDS TO BE 350 x 108 */
/* SPLASH AREA LOGO NEEDS TO BE 360 x 165 */

/* C O L O U R S   U S E D */

/*

M A I N - #012840 - 1,40,64
S E C O N D A R Y - #72C1F2 - 77,143,183

*/
p.day b{
	width: 60px;
	display: inline-block;
}
p.day{
	margin: 0!important;
	padding: 0px!important;
}
/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap');
/* B L O G */
.blogPostItem a {
    background: #4b8cb4;
    margin-top: 20px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
}
.blogPostItem {
    background: white !important;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    padding: 20px;
}
.blogPostItem h3 {
    color: #012840 !important;
    margin-bottom: 4px !important;
}
.blogPostItem h4 {
    color: #4c8eb5 !important;
    font-size: 12px !important;
    margin-top: 0px !important;
}

.blogPostItem hr {
    background: #012840 !important;
    margin-top: 10px !important;
}

.blogPostItem p {
    color: #555555 !important;
}
/* G L O B A L   S T Y L E S */
body {font-family: 'Barlow', sans-serif;position: relative;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
p{margin: 0;padding: 0;}
address{font-style: normal;}
blockquote{margin: 0;}
.notch-border i {display: none;}
.toggle-menu {display: none;}


.section-title {
	margin: 20px 0px;
	text-align: center;
	background: rgb(1,40,64);
	background: -moz-linear-gradient(90deg, rgba(1,40,64,1) 0%, rgba(77,143,183,1) 30%, rgba(62,122,159,1) 70%, rgba(1,40,64,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(1,40,64,1) 0%, rgba(77,143,183,1) 30%, rgba(62,122,159,1) 70%, rgba(1,40,64,1) 100%);
	background: linear-gradient(90deg, rgba(1,40,64,1) 0%, rgba(77,143,183,1) 30%, rgba(62,122,159,1) 70%, rgba(1,40,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012840",endColorstr="#012840",GradientType=1);
}
.section-title p {
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 25px;
	text-shadow: 1px 1px 2px #333333;
}

/* N O T C H */

.notch-border {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
	pointer-events: none;
	box-shadow: inset 10px 10px 0px #012840, inset -10px -10px 0px #012840;	
}
.top-notch {
	pointer-events: auto;
	text-align: center;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	background-color: #012840;
	border-radius: 0 0 28px 28px;
	padding: 0px 25px;
}
.bottom-notch {
	pointer-events: auto;
	text-align: center;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #012840;
	border-radius: 28px 28px 0 0;
	padding: 0px 25px;	
}
.top-notch a, .bottom-notch a {
	line-height: 30px;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	display: inline-block;
	float: left;
}
.top-notch a:after {
	content: '|';
	padding: 0px 10px;
}
.top-notch a:last-of-type:after {
	display: none;
}
.bottom-notch a:after {
	content: '-';
	padding: 0px 10px;
}
.bottom-notch a:last-of-type:after {
	display: none;
}

/* H E A D E R */

.header-slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
.header-slider .slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100vh;
}
.slide-one {background-image: url(../images/splash1.jpg);}
.slide-two {background-image: url(../images/splash2.jpg);}
.slide-three {background-image: url(../images/splash3.jpg);}
header {
	position: relative;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}
.logo-nav-container {
	background-color: #ffffff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
}
.deets-box {
	padding: 0px 30px;
	text-align: center;
	background-color: #012840;
	margin-top: 50px;
	display: inline-block;
}
.deets-box a {
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
}
.deets-box a:after {
	content: '|';
	padding: 0px 25px;	
}
.deets-box a:last-of-type:after {
	display: none;
}
.deets-box i {
	padding-right: 10px;
}
nav {
	position: relative;
	z-index:999;
}
nav ul li {
	padding: 0px 15px;
	display: inline-block;
	position: relative;
}
nav ul li a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #012840;
	opacity: 0.4;
	transition: ease 0.3s;
}
nav ul li a:hover {
	opacity: 1;
	transition: ease 0.3s;
}
.active {
	opacity: 1;
}
.sub-menu {
	display: none;
	position: absolute;
	background-color: #ffffff;
	top: 80px;
	width: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: inset 0px 2px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 2px 21px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 2px 21px 0px rgba(0,0,0,0.24);
	z-index: 1;
}
.sub-menu li {
	line-height: 30px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
nav ul li:hover .sub-menu, nav ul li .sub-menu .active {
    display: block;
}
.splash {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 1100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.splash img {
	width: 250px;
}
.splash h1 {
	color: #ffffff;
	text-shadow: 1px 1px 1px #111111;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 60px;
	margin: 0;
	padding: 0;
}
.splash p {
	color: #ffffff;
	text-shadow: 1px 1px 1px #111111;
}
.splash i {
	margin-top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 26px;
	color: #ffffff;
}

/* S E C T I O N */

section {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/about-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
section .row {
	padding: 100px 0px;
	position: relative;
}
section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff0d8;
	z-index: -1;	
}
.section-mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #012840;
	opacity: 0.6;
	z-index: 1;
}
.about-img {
	z-index: 1;
}
.blurb-container {
	position: relative;
	padding: 30px 30px 30px 5px;
	z-index: 0;
}
.blurb-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: calc(100% + 80px);
	height: 100%;
	background-color: #012840;
	z-index: -1;
}
.about-blurb h3 {	
	text-shadow: 1px 1px 2px #000000;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}
.about-blurb p {
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;	
}
.about-blurb hr {
	border: none;
	width: 150px;
	height: 2px;
	background-color: #ffffff0d8;
	margin: 15px 0px;
}

/* M A I N */

main {
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main-left {
	background-color: #012840;
	color: #ffffff;
}
main:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/main.jpg);	
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}
main:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #012840;
	z-index: -1;
}
.main-left {
	padding: 40px;
}
.service-mg {
	margin-bottom: 30px;
}
main hr {
	width: 50px;
	border: 0;
	margin: 25px 0px;
	padding: 0;
	background-color: #ffffff;
	height: 3px;
}
main p {
	padding-bottom: 30px;
}
main p:last-of-type {
	padding-bottom: 0px;
}
main h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
main ul {
	margin: 10px 0px;
}
main ul li {
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.04);
	display: inline-block;
	padding: 0px 10px;
	font-weight: 600;
	color: #ffffff;
	margin-right: 5px;
	margin-bottom: 10px;
}
aside {
	background-color: #012840;
	padding: 40px 40px 20px 40px;
	position: relative;
	z-index: 100;
}
aside h4 {
	color: #ffffff;
}
aside hr {
	background-color: #ffffff;
}
aside p {
	color: #ffffff;
}
aside img {
	padding-bottom: 20px;
}

/* F A C E B O O K   F E E D */

.fb-container {
	margin-top: 30px;
	padding: 10px;
}
.fb {
	margin-top: 20px;
	height: 400px;
}
.fb .fbframe {
	border: none;
}

/* R E V I E W S */

blockquote {
	padding: 20px;
	background-color: rgba(255,255,255,0.05);
	margin-bottom: 20px;
}

/* N A V   S H O W C A S E */

.nav-showcase {
	position: relative;
	z-index: 1;
	background-image: url(../images/showcase.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.nav-showcase:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(1,40,64);
	background: -moz-linear-gradient(0deg, rgba(1,40,64,1) 0%, rgba(1,40,64,0.14049369747899154) 50%, rgba(1,40,64,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(1,40,64,1) 0%, rgba(1,40,64,0.14049369747899154) 50%, rgba(1,40,64,1) 100%);
	background: linear-gradient(0deg, rgba(1,40,64,1) 0%, rgba(1,40,64,0.14049369747899154) 50%, rgba(1,40,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012840",endColorstr="#012840",GradientType=1);
	z-index: -1;
}
.showcase-container {
	padding: 150px;
}
.nav-showcase a {
	padding-left: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #012840;
	line-height: 28px;
	display: block;
	position: relative;
}
.nav-showcase a:after {
	content: '+';
	position: absolute;
	right: 10px;
	color: #ffffff0d8;
	font-size: 18px;
	font-weight: 600;

}
.nav-showcase .columns:nth-of-type(odd) a {
	margin-top: 10px;
}
.nav-showcase .columns:nth-of-type(even) a {
	margin-bottom: 10px;
}
.nav-showcase img, .nav-showcase video {
	border: 10px solid rgba(255,255,255,0.3);
}
.nav-showcase video {
	width: 100%;
	height: 100%;
}

/* F O O T E R */

footer {
	text-align: center;
	background-color: #012840;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: -200px;
	height: 100%;
	width: 700px;
	background-color: #ffffff0d8;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	z-index: -1;
}
footer:after {
	content: '';
	position: absolute;
	top: 0;
	right: -200px;
	height: 100%;
	width: 700px;
	background-color: #ffffff0d8;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	z-index: -1;
}
footer .row	{
	padding: 50px 0px;
}
.footer-list ul {
	margin: 30px 0px;
}
.footer-list li {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
}
.footer-list li:after {
	content: '•';
	color: #ffffff;
	padding: 0px 25px;	
}
.footer-list img {
	width: 30px;
}
.footer-list li:last-of-type:after {
	display: none;
}
.last {
	height: 50px;
}

/* O T H E R   P A G E   S T Y L I N G */

.other-header {
	padding: 50px 0px;
	height: auto;
	background-image: url(../images/other-header.jpg);	
	-webkit-background-size: cover;
	background-size: cover;
}
.other-header .deets-box {
	margin-top: 0px;
}
.logo-box-other {
	text-align: center;
}
.logo-box-other img {
	width: 300px;
}
.other-main:after {
	display: none;
}
.other-main:before {
	width: 100%;
	background-image: url(../images/other-main.jpg);
	
}

/* S E R V I C E S   P A G E */

/* G A L L E R Y   P A G E */

.gallery-thumbs .columns {
	width: 20%;
	float: left;
	margin-bottom: 30px;
}
.gallery-thumbs .columns:nth-child(8n+1){transition-delay: 1s;}
.gallery-thumbs .columns:nth-child(8n+2){transition-delay: 1.1s;}
.gallery-thumbs .columns:nth-child(8n+3){transition-delay: 1.2s;}
.gallery-thumbs .columns:nth-child(8n+4){transition-delay: 1.3s;}
.gallery-thumbs .columns:nth-child(8n+5){transition-delay: 1.4s;}
.gallery-thumbs .columns:nth-child(8n+6){transition-delay: 1s;}
.gallery-thumbs .columns:nth-child(8n+7){transition-delay: 1.2s;}
.gallery-thumbs .columns:nth-child(8n+8){transition-delay: 1.3s;}
.gallery-thumbs .columns{
	opacity: 0;
	transition: all 0.3s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.gallery-thumbs .columns.yow{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.gallery-thumbs .columns:nth-child(8n+6),
.gallery-thumbs .columns:nth-child(8n+7),
.gallery-thumbs .columns:nth-child(8n+8) {
	width: 33.333333%;
	float: left;
	margin-bottom: 30px;
}
.gallery-thumbs .columns img {
	transition: all 0.4s;	
}
.gallery-thumbs .columns img:hover {
	opacity: 0.6;
	transition: all 0.4s;
}

/* E N Q U I R Y   F O R M */

.form-box {
	padding: 30px 0px;
}
.form-img-box {
	background-image: url(../images/header1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.earl-form .columns input {
	width: 100%;
}
.earl-form input[type='text'], .earl-form select{
	border-radius: 0px;
	height: 30px;
	font-size: 11px;
	padding-left: 12.5px;
	box-shadow: 0px;
	letter-spacing: 2px;
	outline: 0;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #333333;
	margin-bottom: 20px;
}
.earl-form .columns textarea {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333333;
	font-size: 11px;
	width: 100%;
	border-radius: 0px;
	resize: none;
	padding-top: 15px;
	padding-left: 12.5px;
	border: 1px solid #333333;
	height: 200px;
}
#formName, #formContact {
	line-height: 20px;
}
.earl-form button {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	border: 1px solid #ffffff;
	border-radius: 0;
}

/* M A P */

#map {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.leaflet-container a.leaflet-popup-close-button {
	display: none;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background-color: #012840;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
}
.leaflet-popup-content-wrapper * {
	padding: 0;
	margin: 0;
}
.leaflet-popup-content-wrapper p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
}
.leaflet-popup-content-wrapper p:first-of-type {
	font-weight: 700;
	padding-bottom: 7.5px;
	color: #72C1F2;
}
.bige-popup {
	padding: 15px;
	font-family: 'Source Code Pro', monospace;
}
.leaflet-popup {
	margin-bottom: -20px;
	display: block!important;
}





/* 1680 MONITOR */
@media screen and (max-width: 1680px) {

}

/* 1366 LAPTOP */
@media screen and (max-width: 1366px) {

}

/* 1280 MONITOR */
@media screen and (max-width: 1280px) {

}

/* TABLET 1024 */
@media screen and (max-width: 1024px) {

.deets-box {
	width: 100%;
}
.deets-box a {
	display: block;
}
.deets-box a:after {
	display: none!important;
}
.toggle-menu {
	width: 100%;
	position: relative;
	text-align: center;
	display: inline-block;
	z-index: 100;
}
.toggle-menu i {
	color: #012840;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
nav {
	display: none;
	background-color: #012840;
}
nav ul li {
	display: block;
}
nav ul li a {
	color: #ffffff;
}
.logo-nav-container {
	height: auto;
	line-height: 30px;
}
.splash {
	width: 100%;
	padding: 0px 20px;
}
.splash img {
	padding-bottom: 20px;
}
.splash h1 {
	font-size: 22px;
	line-height: 30px;
}
.notch-border {
	display: none;
}
.blurb-container:before {
	width: 100%!important;
}
.section-mask {
	z-index: -1;
	width: 100%;
}
section:after {
	display: none;
}
section:before {
	width: 100%;
}
.blurb-container:before {
	display: none;
}
.blurb-container {
	padding: 0;
	padding-bottom: 20px;
	text-align: center;
}
.about-blurb hr {
	margin: 15px auto;
}
.main-left {
	padding: 0;
	padding: 20px;
	text-align: center;
}
main:after {
	display: none;
}
main:before {
	width: 100%;
}
main hr {
	margin: 25px auto;
}
aside {
	margin-top: 50px;
}
aside:before {
	top: 0;
	height: auto;
}
.fb {
	display: none;
}
.showcase-container {
	padding: 50px 30px;
}
.nav-showcase .columns:nth-of-type(odd) a {
	margin: 10px 0px
}
.nav-showcase .columns:nth-of-type(even) a {
	margin: 10px 0px;
}
footer:after, footer:before {
	display: none;
}
.footer-list li {
	display: block;
}
.social-icons-footer li {
	display: inline-block;
}
.footer-list li:after {
	display: none;
}
.footer-list .social-icons-footer li:after {
	display: inline-block;
}
.footer-list .social-icons-footer li:last-of-type:after {
	display: none;
}
.bottom-notch {
	border-radius: 0;
	width: 100%;
	text-align: center;
}
.bottom-notch a {
	float: none;
}
footer .row {
	padding: 20px 0px;
}
	
}

/* TABLET 824 */
@media screen and (max-width: 824px) {

}

/* PHONE 412 */
@media screen and (max-width: 412px) {


}