/*

Template Name: Syndicate
Template Demo: http://awerest.com/demo/syndicate
Purchase: http://themeforest.net/item/syndicate-all-purpose-bootstrap-retina-template/5412688?ref=awerest
Author: Awerest
Author website: http://awerest.com
Description: One Page Bootstrap Multipurpose Template
Tags: Responsive, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal

Version: 1.1

---------------

Table of Contents:

1) Typography
2) Intro slider images
3) Section Headers
4) Services / Customers / Details
5) Sections
6) Team
7) Blog
8) Components
9) Footer
10) Contact
11) Navigation
12) Carousel
13) Preloader
14) Buttons
15) Pricing tables
16) Gallery/Blog hover effect

*/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");

body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #25272B;
}

::selection {
	background: #852b99;
	color: #fff;
	-webkit-text-stroke-color: #fff;
}

::-moz-selection {
	background: #852b99;
	color: #fff;
}

/* ==== Typography ==== */

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

h1 {
	font-size: 56px;
	font-weight: 200;
	color: #25272B;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1;
	letter-spacing: -3px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 46px;
		letter-spacing: -2px;
	}
}

@media (max-width: 568px) {
	h1 {
		font-size: 36px;
		letter-spacing: -1px;
	}
}

p {
	line-height: 1.2;
}

p.lead {
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0 75px 0;
	line-height: 1.5;
}

a {
	font-size: 13px;
	color: #25272B;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	color: #25272B;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.divider {
	margin: 90px 0;
	border-bottom: 1px dashed #dfe1e3;
}

.content-divider {
	margin: 30px 0 90px 0;
	border-bottom: 1px dashed #dfe1e3;
}

.small-divider {
	margin: 30px 0;
	border-bottom: 1px dashed #dfe1e3;
}

textarea:focus, input:focus, a:focus, a:visited, *:focus {
	outline: none;
}

/* ==== Intro slider images ==== */

#slide_1 {
	background: #fff url('../img/homesliders/hOvershot_orakei-marina.jpg') fixed no-repeat;
}

#slide_2 {
	background: #fff url('../img/homesliders/hOvershot_ANC.jpg') fixed no-repeat;
}

#slide_3 {
	background: #fff url('../img/homesliders/hOvershot_highbrook-commercial.jpg') fixed no-repeat;
}

@media (min-width: 1024px) {
	#slide_1, #slide_2, #slide_3 {
		background-size: cover;
	}
}

@media (max-width: 1024px) {
	#slide_1, #slide_2, #slide_3 {
		background-size: 1024px auto;
		background-position: center top;
		padding-top: 60px;
	}
}

/* ==== Services / Customers / Details ==== */

#services {
	background: #fff;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

#customers {
	background: #25272B url('../img/customers.jpg') center no-repeat;
	padding: 90px 0px;
	text-align: center;
}

@media (min-width: 1600px) {
	#customers {
		background-size: cover;
	}
}

@media (max-width: 1024px) {
	#customers {
		background-size: 1024px auto;
		background-position: center top;
	}
}

#customers img {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#customers img:hover {
	opacity: 0.7;
}

#details {
	background: #fff;
	padding: 30px 0px 0px 0px;
}

@media (max-width: 767px) {
	#details {
		text-align: center;
	}
}

#services h3 {
	font-size: 21px;
	font-weight: 200;
	line-height: 1;
	margin: 15px 0;
	-webkit-text-stroke: 0.02em;
}

#details h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 5px 0;
	-webkit-text-stroke: 0.02em;
}

#services h5, #details h5 {
	font-size: 13px;
	color: #bbbdc0;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#services p, #details p {
	margin: 15px 0 35px 0;
}

#services i {
	display: inline;
	color: #bbbdc0;
	font-size: 60px;
	line-height: 1.2em !important;
	-webkit-text-stroke: 1px #fff;
	border: 7px dotted rgba(187, 189, 192, 0);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

#services i:hover {
	color: #852b99;
	border: 0px dotted rgba(187, 189, 192, 1);
	padding: 25px;
}

.fa-stack {
	width: 3em !important;
	margin-bottom: 20px;
	margin-top: -10px;
	position: static !important;
}

.fa-stack .fa:first-child {
	color: #852b99;
	font-size: 3.1em;
	-webkit-text-stroke: 1px #fff;
}

.fa-stack .fa:last-child {
	font-size: 1.4em;
	line-height: 2.1em;
}

/* ==== Section Headers ==== */

.header {
	padding: 150px 20px 0px 20px;
	text-align: center;
}

.header-extended {
	padding: 0px;
}

.header h1 {
	font-size: 110px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -10px;
	line-height: 0.01em;
}

@media (max-width: 768px) {
	.header h1 {
		font-size: 56px;
		letter-spacing: -2px;
	}
}

.header img {
	margin-bottom: -30px;
}

@media (max-width: 480px) {
	.header img {
		margin-bottom: -10px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.header img {
		margin-bottom: -20px;
	}
}

/* ==== Header backgrounds ==== */

#first-header {
	background: #fff url(http://placehold.it/1400x550) center top no-repeat;
}

#third-header {
	background: #fff url(http://placehold.it/1400x550) center top no-repeat;
}

@media (min-width: 1400px) {
	#first-header,
	#third-header {
		background-size: cover;
	}
}

@media (max-width: 767px) {
	#first-header,
	#third-header {
		background-size: cover;
	}
}

/* ==== Sections ==== */

.content {
	background: #fff;
	padding: 90px 0 30px 0 ;
}

.content.no-header {
	padding: 60px 0 30px 0;
}

.content h1 {
	margin: 0 0 35px 0;
	text-align: left;
}

.content h3 {
	font-size: 21px;
	font-weight: 300;
	line-height: 1;
	margin: 15px 0 7px 0;
	-webkit-text-stroke: 0.03em #25272B;
}

.content h5 {
	color: #bbbdc0;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content p {
	margin: 15px 0 60px 0;
}

.content .icons i {
	display: block;
	color: #852b99;
	font-size: 36px;
	margin: 5px 0 15px 0;
	height: 36px;
	-webkit-text-stroke: 1px #fff;
}

.content .icons .col-sm-1 i {
	text-align: center;
}

.content .icons .col-sm-6 i {
	text-align: left;
}

.content .btn-xs {
	float: right;
	margin: 15px 0 25px 0;
}

@media (max-width: 767px) {
	.content .icons .col-sm-1 i {
		text-align: left;
	}
	.content .btn-xs {
		margin: 1px 0 25px 0;
	}
}

.video {
	margin-bottom: 35px;
}

.fluid-width-video-wrapper {
	padding-top: 50% !important;
}

iframe {
	border:none; 
}

/* ==== Pricing tables ==== */

.pricing-table {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

.pricing-table p {
	margin: 10px;
}

.pricing-table i {
	font-size: 22px;
	-webkit-text-stroke: 0.01em #fff;
}

.pricing-table h2 {
	-webkit-text-stroke: 0.01em;
}

.pricing-table h3:first-child {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid transparent;
}

.pricing-table h3:nth-of-type(2) {
	border-bottom: 1px solid transparent;
}

.pricing-table h3 span {
	background: #fff;
	top: 9px;
	position: relative;
	padding: 9px;
}

.pricing-table.awesome h3 {
	font-size: 18px;
	border-color: #852b99;
}

.pricing-table.gray h3 {
	font-size: 18px;
	border-color: #bbbdc0;
}

/* ==== Intro 'see more' and 'take a tour' buttons, customized bootstrap buttons ==== */

.btn {
	border: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.btn:focus {
	color: #fff;
	outline: none;
}

.carousel button:focus {
	color: #25272B;
}

.btn-gray {
	background-color: #eeeff2;
	border-color: #eeeff2;
}

.btn-gray:hover {
	background-color: #dfe1e3;
	border-color: #dfe1e3;
}

.btn-awesome {
	color: #fff;
	background-color: #852b99;
	border-color: transparent;
}

.btn-awesome:hover {
	color: #fff;
	background-color: #6d1b81;
	border-color: transparent;
}

.btn-more {
	color: #fff;
	background: #e3e4e5;
	padding: 0px 6px;
}

.btn-more:hover {
	background: #dddedf;
}

.squared {
	border-radius: 0px;
}

.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}

.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 48px;
	height: 74px;
	margin: 0 auto 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 23px;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.scroll-btn .mouse span {
	position: absolute;
	display: block;
	top: 25%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: scroll 2s linear infinite;
	-moz-animation: scroll 2s linear infinite;
	animation: scroll 2s linear infinite;
}

.scroll-btn .mouse:hover {
	opacity: .6;
}

@-webkit-keyframes scroll {
	0% {opacity: 1; top: 25%;}
	33% {opacity: 1; top: 40%;}
	66% {opacity: 0; top: 40%;}
	100% {opacity: 0; top: 25%;}
}

@-moz-keyframes scroll {
	0% {opacity: 1; top: 25%;}
	33% {opacity: 1; top: 40%;}
	66% {opacity: 0; top: 40%;}
	100% {opacity: 0; top: 25%;}
}

@keyframes scroll {
	0% {opacity: 1; top: 25%;}
	33% {opacity: 1; top: 40%;}
	66% {opacity: 0; top: 40%;}
	100% {opacity: 0; top: 25%;}
}

/* ==== Gallery/Blog hover effect ==== */

.modal {
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	margin: 0;
}

.modal .modal-body {
	padding: 0;
	max-height: none;
}

.modal {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modal img {
	min-width: 100%;
	height: auto;
}

.modal-body .col-xs-12.margin {
	text-align: center;
	z-index: 9999;
}

.modal-backdrop {
	display: none !important;
}

.modal-backdrop, .modal-backdrop.fade.in {
	z-index: 0;
}

body.modal-open-noscroll {
	margin-right: 0!important;
	overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right: 0!important;
}

.modal-body .col-xs-12.margin {
	text-align: center;
	z-index: 9999;
}

.modal-backdrop {
	display: none !important;
}

.modal-backdrop, .modal-backdrop.fade.in {
	z-index: 0;
}

.back, .previous, .forward {
	background: transparent;
	color: #bbbdc0;
	line-height: 1;
	padding: 10px;
	float: none;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.back {
	font-size: 42px;
	-webkit-text-stroke: 2px #fff;
}

.back:hover {
	color: #852b99;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.previous, .modal-body .forward {
	font-size: 38px;
	-webkit-text-stroke: 3px #fff;
}

.previous:hover {
	color: #852b99;
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}

.forward:hover {
	color: #852b99;
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.grid {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid li {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 10px 0;
}

.grid figcaption h4 {
	color: #25272B;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 0;
}

.grid figcaption span {
	color: #852b99;
}

.grid figure {
	overflow: hidden;
	width: 100%;
}

.grid figure img {
	background: #000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.grid figure img:hover {
	opacity: .95;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(50%);
}

.no-touch .grid figure:hover img,
.grid figure.grid img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.grid figcaption {
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .grid figure:hover figcaption,
.grid figure.cs-hover figcaption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.grid figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* ==== Team section ==== */

.team-img {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.team-img .team-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(133, 43, 153, 0.6);
	opacity: 0;
	border-radius: 50%;
}

.team-overlay,
.team-img:hover .team-overlay {
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.team-img .team-overlay {
	-webkit-transform: rotateY(90deg) rotateX(90deg);
	transform: rotateY(90deg) rotateX(90deg);
	left: 0;
	top: 0;
}

.team-img:hover .team-overlay {
	-webkit-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
}

.team-overlay i {
	color: #fff;
	font-size: 18px;
	margin: 45% 5%;
	-webkit-text-stroke: 0.01em #852b99;
}

blockquote {
	font-size: 16px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

blockquote:hover {
	border-left: 5px solid #852b99;
}

blockquote p {
	margin: 5px 0 !important;
}

blockquote p small {
	margin: 5px 0 0 0 !important;
}

/* ==== Blog section ==== */

.thumbnail {
	border: 0;
	padding: 0;
	margin: 15px 0px;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	position: relative;
}

.thumbnail h4 {
	font-size: 18px;
	font-weight: 200;
	color: #25272B;
	padding: 20px 20px 5px 20px;
	margin: 0;
	text-transform: uppercase;
	-webkit-text-stroke: 0.03em #25272B;
	letter-spacing: 1px;
}

.thumbnail p span {
	font-size: 13px;
	color: #852b99;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.thumbnail .info p {
	padding: 0 20px 20px 20px;
	margin: 0;
}

.info {
	background: #f4f5f6;
}

.thumbnail:hover ul .readtime {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
}

.thumbnail:hover ul .love {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}

.thumbnail ul {
	list-style-type: none;
	position: absolute;
	top: 8px;
	left: 50%;
}

.thumbnail ul li {
	text-align: center;
	width: 80px;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
	-moz-transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
	-o-transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
	transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.date {
	background: #f4f5f6;
	line-height: 1;
}

.love {
	background: #fff;
	line-height: 1;
}

.readtime {
	background: #ebeced;
	line-height: 1;
}

.thumbnail i {
	display: block;
	color: #25272B;
	font-size: 32px;
	line-height: 1.3;
	margin-top: 7px;
}

.thumbnail .date i {
	-webkit-text-stroke: 0.03em #f4f5f6;
}

.thumbnail .love i {
	-webkit-text-stroke: 0.015em #fff;
}

.thumbnail .readtime i {
	-webkit-text-stroke: 0.03em #ebeced;
}

.thumbnail ul p {
	margin: 0;
	font-size: 12px;
}

.thumbnail a img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.guter div {
	margin-top: 15px;
	margin-bottom: 15px;
}

audio {
	width: 100%;
}

/* ==== Components - all stiles are just for demo purpose ==== */

.margin {
	padding-top: 5%;
	padding-bottom: 5%;
}

.components {
	padding: 90px 0px 70px 0px;
	background: #fff;
}

.components h1 {
	font-size: 49px;
	margin: 20px 0;
}

.btn {
	margin-top: 4px;
	margin-bottom: 4px;
}

.nav-tabs, .nav-pills {
	margin-bottom: 15px;
}

.nav-pills li.active a {
	color: #fff !important;
}

.nav-tabs li a:hover, .nav li a:focus {
	background: none;
}

.tabbable .nav-tabs .active a {
	color: #852b99 !important;
}

/* ==== Footer ==== */

#footer {
	background-color: #eeeff2;
	padding: 0 0 60px 0;
	border-top: 1px solid #e9ebed;
}

#footer .copy {
	text-align: left;
}

#footer .social {
	text-align: right;
}

@media (max-width: 767px) {
	#footer .copy, #footer .social {
		text-align: center;
	}
}

#footer .facebook {
	color: #3B5998;
}

#footer .twitter {
	color: #09C;
}

#footer .google {
	color: #dd4b38;
}

#footer .instagram {
	color: #3F729B;
}

#footer .facebook:hover,
#footer .twitter:hover,
#footer .instagram:hover,
#footer .google:hover {
	opacity: 0.6;
}

/* ==== Contact ==== */

#contact {
	padding: 60px 0 90px 0 ;
}

#contact h3 {
	margin-left: 25px;
}

.form-control, .form-control:focus {
	color: #25272B;
	border: 0;
	outline: none;
	resize: none;
	background: #eeeff2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.form-group, label {
	font-weight: 400;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.form-group {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.form-inline .form-control {
	width: 100%;
	}
}

.honeypot {
	display: none !important;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

form .btn {
	display: inline-block;
	margin: 0;
}

form .btn {
	background: #563d7c;
	color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

form .btn:hover {
	background: #3e2c5a;
	color: #fff;
}

form .btn:focus {
	background: #563d7c;
	color: #fff;
	outline: 0 auto transparent;
	outline-offset: -2px;
}

.flowuplabels .fl_wrap {
	height: 45px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	top: 12px;
	position: absolute;
	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;
	border: none;
	border-bottom: 2px solid #f1f2f3;
	border-radius: 0;
	padding: 13px 0 0 0;
	z-index: 2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
 
.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	top: -5px;
	font-size: 12px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #563d7c;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	border-width: 1px;
	border-radius: 0;
	color: #b94a48;
}

.alert-succes {
	border-width: 1px;
	border-radius: 0;
	color: #468847;
}

#contact blockquote {
	font-size: 13px;
}

/* ==== Navigation ==== */

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #25272B;
	font-size: 13px;
	text-align: center;
}

.nav a:hover {
	color: #bbbdc0 !important;
}

.nav .active a {
	color: #bbbdc0 !important;
}

.nav a, .nav .active a:hover, .nav .active a:focus {
	background-color: transparent !important;
	padding: 20px 15px !important;
}

@media (max-width: 767px) {
	.nav a, .nav .active a:hover, .nav .active a:focus {
		background-color: transparent !important;
		padding: 10px 15px !important;
	}
}

.navbar-brand {
	line-height: 0;
	padding: 9px 15px !important;
	height: auto;
}

.navbar-toggle {
	padding: 10px 10px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== Carousel ==== */

.carousel-inner p {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	margin: 20px 50px;
}

.carousel-inner h1 {
	font-size: 49px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -2px;
	margin: 20px 30px;
}

#intro .carousel-inner h1 {
	margin: 0 35px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}

@media (max-width: 570px) {
	#intro .carousel-inner h1, .carousel-inner h1 {
		font-size: 36px;
		font-weight: 200;
		letter-spacing: -1px;
	}
}

.carousel {
	margin-bottom: 0;
}

.header-extended .carousel {
	padding: 90px 0px;
}

.carousel-inner {
	overflow: inherit;
}

.carousel-inner .item img {
	display: inline-block !important;
}

.carousel-inner .item {
	text-align: center !important;
}

.carousel-control {
	font-size: 22px;
	color: #25272B;
	background: #fff !important;
	filter: alpha(opacity=60);
	opacity: 0.6;
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.6) !important;
	text-shadow: none;
	position: absolute;
	height: auto;
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0px 22px;
	border: none;
	top: 45%;
	bottom: 39%;
	z-index: 2 !important;
}

.carousel-control:hover {
	color: #25272B;
	background: #fff !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.7;
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.7) !important;
	text-shadow: none;
}

@media (max-width: 2560px) {
	.carousel-control {
		font-size: 22px;
		height: 80px;
		width: 80px;
		padding: 5px;
	}
}

@media (max-width: 1024px) {
	.carousel-control {
		font-size: 20px;
		height: 70px;
		width: 70px;
		padding: 5px;
	}
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 18px;
		height: 60px;
		width: 60px;
		padding: 5px;
	}
}

@media (max-width: 567px) {
	.carousel-control {
		font-size: 18px;
		height: 50px;
		width: 50px;
		padding: 5px;
	}
}

@media (max-width: 319px) {
	.carousel-control {
		font-size: 18px;
		height: 40px;
		width: 40px;
		padding: 5px;
	}
}

.carousel-control.left {
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.carousel-control.right {
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

@media (max-width: 768px) {
	.carousel-control.left {
		left: 0;
	}
	.carousel-control.right {
		right: 0;
	}
}
.slider-header .carousel-control.left {
	left: -20px;
}
.slider-header .carousel-control.right {
	right: -20px;
}

.carousel.horizontal .next {
	left: -100%;
}

.carousel.horizontal .prev {
	left: 100%;
}

.carousel.horizontal .active.left {
	left: 100%;
}

.carousel.horizontal .active.right {
	left: -100%;
}

.carousel.fadeing .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

#carousel_intro.carousel.fadeing .item {
	opacity: 1;
	filter: alpha(opacity=100);
}

#carousel_intro.carousel.fadeing .active.left,
#carousel_intro.carousel.fadeing .active.right {
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.fadeing .active.item {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel.fadeing .active.left,
.carousel.fadeing .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.fadeing .next,
.carousel.fadeing .prev {
	left: 0;
	z-index: 1;
}

.carousel.fadeing .carousel-control {
	z-index: 3;
}

.carousel.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 100%;
}

.carousel.vertical .prev {
	top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	-webkit-transition: ease-in-out top;
	-moz-transition: ease-in-out top;
	-ms-transition: ease-in-out top;
	-o-transition: ease-in-out top;
	transition: ease-in-out top;
}

.carousel.vertical .active.left {
	top: 100%;
}

.carousel.vertical .active.right {
	top: -100%;
}

.carousel.vertical .item {
	left: 0;
}

.carousel .inactive {
	position: absolute;
	display: block;
	z-index: -1;
}

.carousel .inactive.active {
	position: relative !important;
	z-index: 0;
}

/* ==== Preloader ==== */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
	position: fixed;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* ==== Back to top button ==== */

.go-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	font-size: 13px;
	padding: 1em;
}

.go-top:hover {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}