* {
	
}

html, body {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100%;
}

#container {
	font-family: "Montserrat", sans-serif;
	max-width: 1200px;
	max-height: 100%;
	margin: 0 auto;
	padding: 0 !important;
}

.header {
	height: 86px;
	padding-top: -10%;
}

.header::before {
	content: "";
	background-color: #464646;
	display: block;
	position: absolute;
	height: 86px;
	width: 200%;
	left: -100%;
	z-index: -20;
}

.subheader {
	height: 5px;
	background-color: #5ce5b8;
}

.subheader::before {
	content: "";
	background-color: #5ce5b8;
	position: absolute;
	height: 5px;
	width: 200%;
	left: -100%;
	z-index: -10;
}

#main-content {
	font-family: "Montserrat", sans-serif;
	height: 100%;
	width: 100%;
}

p {
	font-family: "Montserrat", sans-serif;
	color: #464646;
	font-size: 12pt;
	margin-top: 0px;
}

hr {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color:#464646;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.caption {
	font-family: "Montserrat", sans-serif;
	color: #d2d2d2;
	font-size: 9pt;
	padding-bottom: 10px;
}

.footer {
	bottom: 0;
	width: 99%;
	font-family: "Montserrat", sans-serif;
	font-size: 10pt;
	color: #464646;
}


/* =============================
			loader
   ============================= */

.circles {
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-top: 50%;
  border-radius: 20px;
  background:white;
  animation: up 1s infinite;
  animation-direction: alternate
}
@keyframes up {
  100% {transform: translateY(-20px); background: #5ce5b8}
}
#dos {animation-delay: 0.5s}
#tres {animation-delay: 1.0s}
#container {
  opacity: 0;
  transition: opacity 0.25s
}
#loader {
  display: flex;
  justify-content: center;
}

#container {
  opacity: 0;
  transition: opacity 1.5s;
}



/* =============================
            rows & columns
   ============================= */

.max {
	width: 100%;
}

.twelve {
	width: 96%;
}

.eleven {
	width: 88%;
}

.ten {
	width: 80%;
}

.nine {
	width: 72%;
}

.eight {
	width: 64%;
}

.seven {
	width: 56%;
}

.six {
	width: 48%;
}

.five {
	width: 40%;
}

.four {
	width: 32%;
}

.three {
	width: 24%;
}

.two {
	width: 16%;
}

.one {
	width: 8%;
}

.logo {
	width: 48%;
}

.sharelink {
	width: 48%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.columns {
	margin-right: 1%;
}

/* =============================
            headings
   ============================= */

h1 {
	font-size: 36pt;
	color: #464646;
}

h2 {
	font-size: 36pt;
	color: #464646;
}

h3 {
	font-size: 24pt;
	color: #ffffff;
}

h4 {
	font-size: 18pt;
	color: #464646;
	font-weight: 600;
}

h5 {
	font-size: 12pt;
	color: #464646;
	font-weight: 600;
	margin-bottom: 0px;
}

h6 {
	font-size: 12pt;
	color: #464646;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* =============================
			dots
	============================ */

.dot {
	height: 12pt;
	width: 12pt;
	margin-top: 12pt;
	background-color: #464646;
	border-radius: 50%;
	display: inline-block;
}


/* =============================
            links
   ============================= */

a:link {
	color: #8c8c8c;
	line-height: 15pt;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0;
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}
a:visited {
	color: #8c8c8c;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0;
	-webkit-transition:color 0.25s ease-in-out;
	-moz-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
}
a:hover, a:active, a:focus {
	color: #5ce5b8;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0;
	-webkit-transition:color 0.25s ease-in-out;
	-moz-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
}


/* =============================
            navigation
   ============================= */

ul.navigation {
	font-size: 15pt;
	list-style-type: none;
	padding-left: 0;
	font-weight: 600;
}

.navigation a {
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}

.navigation > li {
	float: left;
	display: block;
	position: relative;
	margin: 2% 12% 0 0;
	line-height: 45px;
	-webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0px 0 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0px 0 0 rgba(255, 255, 255, 0.5) inset;
}

.navigation > li:last-child {
	border-right: none;
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset, 0 0 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 rgba(255,255,255,0.5) inset, 0 0 0 rgba(255,255,255,0.5);
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset, 0 0 0 rgba(255, 255, 255, 0.5);
} 

.navigation > li > a {
	color: #ffffff;
	font-family: "Montserrat" sans-serif;
	text-decoration: none;
	display: block;
	white-space: no-wrap;
}
.navigation > li > a:hover {
	color: #5ce5b8;
	-webkit-transition:color 0.25s ease-in-out;
	-moz-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
}


/* =============================
            textover
   ============================= */

ul.img-list {
	list-style-type: none;
	padding: 0;
}
 
ul.img-list li {
	display: inline-block;
	height: 24.35%;
	position: relative;
	width: 24.35%;
}

span.text-content span {
	padding: 10px;
	display: table-cell;
	text-align: left;
	font-size: 12pt;
	font-weight: 600;
	vertical-align: middle;
	line-height: 125%;
}

span.text-content {
	background: rgba(255,255,255,0.90);
	color: #464646;
	cursor: pointer;
	display: table;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 750ms;
	-moz-transition: opacity 750ms;
	-o-transition: opacity 750ms;
	transition: opacity 750ms;
}

ul.img-list li:hover span.text-content {
	opacity: 1;
}

/* =============================
           CONTACT FORM
   ============================= */

#contactform input[type="name"], #contactform input[type="email"], #contactform input[type="phone"], #contactform textarea, #contactform button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

fieldset {
	border: medium none !important;
	margin: 10px 0 10px;
	min-width: 97%;
	padding: 0;
	width: 100%;
	resize: none;
}

#contactform input[type="name"], #contactform input[type="email"], #contactform input[type="phone"], #contactform textarea {
	width: 98%;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px 0;
	padding: 10px;
	resize: none;
}

#contactform input[type="name"]:hover, #contactform input[type="email"]:hover, #contactform input[type="phone"]:hover, #contactform textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
	resize: none;
}

#contactform textarea {
	height: 100px;
	max-width: 99%;
  	resize: none;
}

#contactform button[type="submit"] {
	cursor:pointer;
	width: 101%;
	border: none;
	background: #5ce5b8;
	color:#FFFFFF;
	margin: 0 0 0 0;
	padding: 10px;
	font-size: 15px;
}

#contactform button[type="submit"]:hover {
	border: 1px solid #5ce5b8;
	background:#FFFFFF;
	color: #5ce5b8;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contactform button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contactform input:focus, #contactform textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}