/*
1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) Services & Features
7) Works
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader
*/

/* GENERAL */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {background: #00a0dc;color:#fff;}
::-moz-selection {background: #00a0dc;color:#fff;}

html {position: relative;min-height: 100%;}
body {font-family: 'Open Sans', sans-serif;font-weight: 400;background: #dedede;color: #111;overflow-x: hidden;margin: 0;text-rendering: geometricPrecision;}
section {position: relative;}
blockquote {border-left: none;font-size:unset;}
.img-responsive {display: inline-block;}

/* TYPOGRAPHY */
.light {color: #fff;}
.smoke, h5 small {color: #aaa;}
.red {color: #d90000;}
.right {text-align: right;}
.center {text-align: center;}
.form-control {height: 43px; border-radius: 0px;}
.indent {margin-left: 30px;}

p {margin: 0 0 15px 0;}
p:last-child {margin: 0;}
a {color: #09c;transition: 0.2s;-moz-transition: 0.2s;-webkit-transition: 0.2s;-o-transition: 0.2s;}
a:hover {color: #999;text-decoration: none;transition: 0.2s;-moz-transition: 0.2s;-webkit-transition: 0.2s;-o-transition: 0.2s;}
a:focus, a:active {color: #999;outline: none;text-decoration: none;}
a.grey {color: #aaa; transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; -o-transition: 0.2s;}
a.grey:hover {color: #999; text-decoration: none; transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; -o-transition: 0.2s;}
a.grey:focus, a.grey:active {color: #999; outline: none; text-decoration: none;}
h1 {font-family: 'Merriweather Sans', sans-serif; margin: 0 0 50px 0;}

h2, h3, h4 {font-family: 'Open Sans', sans-serif;font-weight: 400;margin: 0 0 15px 0;}
h1 {font-size: 48px;letter-spacing: -1px;}
h2 {font-size: 38px;color: #00aced;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

@media (max-width: 768px) {
	h1 {font-size: 42px;letter-spacing: 0;}
	h2 {font-size: 32px;}
}
@media (max-width: 568px) {
	h1 {font-size: 36px;}
	h2 {font-size: 26px;}
}
.divButton {text-align: center; padding: 20px;}
#sidebar {background-color: #f4f4f4; padding: 0 0 20px 0;}
#sidebar h3 {font-size: 1.3em; font-weight: 700; margin: 0 30px; padding: 20px 0 10px 0; color:#000; text-transform:uppercase; text-align: left; border-bottom: 2px solid #000;}
#sidebar ul {margin: 20px;}
#sidebar ul li {margin-top: 10px; margin-bottom: 10px; margin-left: -30px; list-style-type: none;}
#sidebar a {color: #252525;}
#sidebar a:hover {color: #09c; transition: 0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s;}

/* ==== Backgrounds and buttons ==== */
.white-bg {background: #fff;}
.smoke-bg {background: #f5f5f5;}
.black-bg {background: #000;}
.lightgrey-bg {background-color: #f5f5f5;}
.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	background: #00a0dc;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 25px;
	border-radius: 0 !important;
	border: 1px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:hover {background: #008cc8;}
.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {background: transparent;color: #00a0dc;border: 1px solid #00a0dc;}
.btn.btn-ghost:hover {background: #00a0dc;color: #fff;}
.sidebar {padding: 24px 20px 24px 20px; color: #fff;}
.sidebar h3 {text-align:center; color: #fff; font-size: 3em;}
.background-teal {background-color: #03ac9a; background-image:url(../img/sidebar-bg-teal.png); background-repeat: no-repeat;}
.flag {outline: 1px solid #ccc;}
.social-buttons a{display:inline-block;font-size: 24px;line-height: 30px;background-color: #aaa;color: #c0c0c0;width: 38px;height: 38px;text-align: center;vertical-align: bottom;}
.social-buttons a:hover {color: #fff;}
.social-buttons a.facebook:hover {background-color: #3b5998;}
.social-buttons a.twitter:hover {background-color: #4aa1cd;}
.social-buttons a.gplus:hover {background-color: #de4c2a;}
.social-buttons a.rss:hover {background-color: #eb4823;}
.social-buttons a.email {line-height: 26px;}
.social-buttons a.email:hover {background-color: #007fe6;}
.social-buttons a.youtube {line-height: 26px;}
.social-buttons a.youtube:hover {background-color: #b2000c;}
.social-buttons a.instagram:hover {background-color: #406e95;}

/* ==== Dividers ==== */
.divide-xs {padding-top: 7px;padding-bottom: 8px;}
.divide-sm {padding-top: 30px;padding-bottom: 30px;}
.divide-md {padding-top: 45px;padding-bottom: 45px;}
.divide-lg {padding-top: 60px;padding-bottom: 60px;}
.divide-xl {padding-top: 90px;padding-bottom: 90px;}
.divide-top-xs {padding-top: 7px;}
.divide-top-sm {padding-top: 30px;}
.divide-top-md {padding-top: 45px;}
.divide-top-lg {padding-top: 60px;}
.divide-top-xl {padding-top: 90px;}
.divide-bottom-xs {padding-bottom: 8px;}
.divide-bottom-sm {padding-bottom: 30px;}
.divide-bottom-md {padding-bottom: 45px;}

@media (max-width: 768px) {
	.divide-md {padding-top: 30px;padding-bottom: 30px;}
	.divide-top-md {padding-top: 30px;}
}

/* ==== Intro & Sections Headers ==== */
#intro {-webkit-background-size: cover;background-size: cover;}
.parallax {background-attachment: fixed;}
@media screen and (max-device-width: 1024px) {.parallax {background-attachment: scroll;}}
.section-overlay {background: rgba(0, 0, 0, 0);position: absolute;width: 100%;height: 100%;}
.float-content {position: absolute;width: 100%; top: 90%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}
.bannerCaption {background: rgba(0, 0, 0, .4); padding:10px;}
/* ==== Services & Features ==== */
.myway-icon-services {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 56px;
	fill: #00a0dc;
}

.myway-icon-features {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #00a0dc;
}

.myway-icon-services:after, .myway-icon-features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service i {
	color: #bbbdc0;
	font-size: 48px;
}

@media (max-width: 767px) {
	.service i {
		font-size: 36px;
	}
}

.media {
	margin: 0;
}

.media-left {
	padding-right: 20px;
}

/* ==== 7) Works ==== */

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.squared, .squared-content {
	padding-left: 0;
	padding-right: 0;
}

.squared-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) and (min-width: 768px) {
	.squared {
		padding-top: 133%;
	}
}

@media (max-width: 767px) {
	.squared {
		padding-top: 0;
	}
	.squared .squared-content {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

/* ==== 8) Gallery ==== */
#gallery .thumbnail {background: transparent;text-align: center;position: relative;padding: 0;margin: 0;border: 0;}
.gallery-item {padding: 0;}
.gallery-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.gallery-overlay:hover {background: rgba(0, 0, 0, .4);}
.gallery-padded {padding: 5% 10px 5% 10px;}

.myway-icon-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 768px) {
	.myway-icon-gallery {
		width: 48px;
		height: 48px;
	}
}

.gallery-overlay:hover > .myway-icon-gallery {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-gallery:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-backdrop.in {-webkit-opacity: 0.8;-moz-opacity: 0.8;opacity: 0.8;background-color: #000;}
.ekko-lightbox .modal-content {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;border: none;background-color: transparent;}
.ekko-lightbox .modal-header {padding-left: 0;padding-right: 0;text-align: center;border: 0;}
.ekko-lightbox .modal-header .close {font-size: 42px;font-weight: 100;color: #fff;text-shadow: none;-webkit-opacity: 1;-moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);float: none;}
.ekko-lightbox .modal-header .close:hover {-webkit-opacity: .8;-moz-opacity: .8;opacity: .8;filter: alpha(opacity=80);}
.ekko-lightbox .modal-body {padding: 0;}
.ekko-lightbox .modal-footer {-webkit-opacity: 0.9;-moz-opacity: 0.9;opacity: 0.9;border: 0;padding: 0;}

/* ==== 10) Contact ==== */

@media (min-width: 768px) {
	.form-group {display: inline-block;}
}

.honeypot {
	display: none !important;
}

.flowuplabels .fl_wrap {
	position: relative;
	margin-top: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	position: absolute;
	background: #fff;
	color: #111;
	font-weight: 300;
	line-height: 1.2;
	padding: 8px;
	left: 30px;
	top: 5px;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	color: #111;
	padding: 0 0 0 20px;
	height: 43px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 25px;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	font-size: 12px;
	color: #aaa;
	top: -15px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #00a0dc;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	background: #ffaa00;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

.alert-success {
	background: #7dc800;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

/* ==== Footer ==== */
footer a {display: inline-block;padding: 6px;}
footer h4 {margin: 0;}

.myway-icon-info {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #00a0dc;
}

.myway-icon-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==== 12) Navigation ==== */
.navbar-default {background-color: #fff;padding: 5px 0px;}
.navbar-default .navbar-collapse {border-color: #f8f8f8;}
.navbar-fixed-top {position: fixed;}
.navbar-brand {line-height: 0;}
.nav a {font-family: 'Merriweather Sans', sans-serif; color: #111;}
.nav a:hover {color: #aaa !important;}
.nav .active a {color: #aaa !important;}
.navbar li a {font-size: 13px;text-align: center;padding: 20px 15px !important;}
@media (max-width: 767px) {
	.navbar li a {padding: 10px 15px !important;}
}
.navbar a, .navbar .active a:hover, .navbar .active a:focus {background-color: transparent !important;}
.navbar-brand {position: relative;padding: 10px 0px 10px 10px !important;height: auto;line-height: 0;}
.navbar-brand img:nth-child(2) {position: absolute;top: 10px;}

@media (max-width: 1024px) {
	.navbar-brand img:nth-child(1) {
		opacity: 0 !important;
	}
	.navbar-brand img:nth-child(2) {
		opacity: 1 !important;
	}
	.navbar-default {
		background-color: rgba(255, 255, 255, 0.95) !important;
	}
	.nav a {
		color: #111 !important;
	}
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
	border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111;
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== Carousels ==== */
@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {-webkit-backface-visibility: initial;backface-visibility: initial;}
}
#carousel-intro .carousel-inner {overflow: inherit;}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #111;
	z-index: 3;
}
.carousel-control.btn:active {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.carousel {opacity: 1;}
.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}
.carousel .item:first-child {position: relative;top: auto;}
.carousel .item.active {opacity: 1;z-index: 0;-moz-transition: opacity ease-in-out .4s;-o-transition: opacity ease-in-out .4s;-webkit-transition: opacity ease-in-out .4s;transition: opacity ease-in-out .4s;}

/* ==== Preloader ==== */
.preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 9999;}
.spinner {position: absolute;top: 50%;left: 50%;right: 0;width: 70px;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.spinner > div {width: 18px;height: 18px;background-color: #aaa;border-radius: 100%;display: inline-block;-webkit-animation: bouncedelay 1.4s infinite ease-in-out;animation: bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes bouncedelay {0%, 80%, 100% {-webkit-transform: scale(0.0)}40%{-webkit-transform: scale(1.0)}}
@keyframes bouncedelay {0%, 80%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);}40%{transform: scale(1.0);-webkit-transform: scale(1.0);}}

.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }
  .parallax-hero {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
  }

  .four-o-four {
	text-align: center;
  }
  
  .four-o-four p.subtitle {
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 45px;
  }

  .bold_404 {
	font-weight: bold;
	font-size: 180px;
	margin-top: -30px;
  }