/*

Version: 2.0

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

Table of Contents:

1) Main styling
2) Typography
3) Intro
4) Features, Gallery and Contact
5) Terms and Privacy
6) Footer
7) Preloader
8) Back to top button

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

/* ==== 1) Main styles ==== */

::selection {
	background: #563d7c;
	color: #ffffff;
}

::-moz-selection {
	background: #563d7c;
	color: #ffffff;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.separator {
	border-bottom: 2px solid #f1f2f3;
}

.margin15 {
	margin-top: 15%;
}

.margin-15 {
	margin-bottom: 15%;
}

.margin10 {
	margin-top: 10%;
}

.margin-10 {
	margin-bottom: 10%;
}

.margin5 {
	margin-top: 5%;
}

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

/* ==== 2) Typography ==== */

p {
	color: #25272B;
	margin: 25px 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 50px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -2px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	font-size: 50px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -2px;
	-webkit-text-stroke: 0.01em;
}


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

}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	font-size: 21px;
	font-weight: 200;
	line-height: 1;
	margin: 15px 0 7px 0;
	-webkit-text-stroke: 0.03em;
}

h3 a {
	-webkit-text-stroke: 0.03em;
}

span {
	color: #563d7c;
}

a {
	color: #563d7c;
}

a:hover {
	color: #3e2c5a;
	text-decoration: none;
}

/* ==== 3) Intro ==== */

.btn-awesome {
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	border: 0;
	border-radius: 0px;
	padding: 8px 16px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.btn-awesome:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #000 !important;
}

.float {
	-webkit-animation-name: floatingx;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes floatingx{
	from {-webkit-transform: translate(0, 0px);}
	50% {-webkit-transform: translate(0, 20px);}
	to {-webkit-transform: translate(0, -0px);}
}

@-moz-keyframes floating{
	from {-moz-transform:translate(0, 0px);}
	50% {-moz-transform:translate(0, 20px);}
	to {-moz-transform: translate(0, -0px);}
}

.scaling {
	-webkit-animation-name: scalex;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: scale;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes scalex{
	from {-webkit-transform: scale(0.9);}
	50% {-webkit-transform: scale(1.0);}
	to {-webkit-transform: scale(0.9);}
}
	
@-moz-keyframes scale{
	from {-moz-transform: scale(0.9);}
	50% {-moz-transform: scale(1.0);}
	to {-moz-transform: scale(0.9);}
}
/* ==== 4) Features, Gallery and Contact ==== */

#features, #contact, #testimonials {
	background: #f9ab1d;
}

#team {
	background: #eb5848;
	
}
#team p{color:#FFFFFF;
font-weight:bold;
text-align:justify;}
#team .list-11 ul{list-style:none;}
#team .list-11 li {
list-style:none;
	padding-left: 30px;
	background: url('../img/marker.png') no-repeat 0 8px;
	line-height:27px;
	text-align:justify;
	color:#FFFFFF;
}
#team .list-11 li a {
		color: #4cad99;
		line-height:27px;
		font-weight:bold;
		text-decoration:underline;
	}
#team .list-11 li a:hover {
		text-decoration:none;
	}	

#gallery .col-lg-3, #gallery .col-lg-4, #gallery .col-lg-6, #gallery .col-lg-12,
#gallery .col-md-3, #gallery .col-md-4, #gallery .col-md-6, #gallery .col-md-12,
#gallery .col-sm-3, #gallery .col-sm-4, #gallery .col-sm-6, #gallery .col-sm-12,
#gallery .col-sx-3, #gallery .col-sx-4, #gallery .col-sx-6, #gallery .col-sx-12 {
	padding-top: 15px;
	padding-bottom: 15px;
}

#features .col-lg-12 img {
	border-bottom: 1px solid #f1f2f3;
}

.thumbnail {
	padding: 0px;
	border: none;
	border-radius: 0;
	cursor: url('../img/cursor.cur'), crosshair;
	cursor: url('../img/cursor.png') 30 30, crosshair;
}

a.thumbnail {
	background: #000;
}

.thumbnail img {
	background: #000;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.thumbnail 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%);
}

blockquote {
	margin: 0;
	border-left: 2px solid #f1f2f3;
	-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: 2px solid #563d7c;
}

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

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

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

.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;
	-transition: all .1s linear;
}

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

form .btn:focus {
	background: #563d7c;
	color: #fff;
	outline: 0px 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;
	-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;
}

/* ==== 5) Terms and Privacy ==== */

#terms {
	text-align: center;
}

#terms a {
	color: #fff;
}

.modal-header {
	border: none;
}

.modal-header h3 {
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	font-size: 49px;
	line-height: 48px;
	font-weight: 300;
	letter-spacing: -2px;
	-webkit-text-stroke: 0.005em;
}

.modal-content {
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.modal-backdrop.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.close {
	font-size: 26px;
	text-shadow: none;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	right: 10px;
	top: 5px;
}

/* ==== 6) Footer ==== */

.footer {
	background: #25272B;
	text-align: center;
}

.footer p {
	color: #fff;
	font-style: italic;
	margin-top: 0;
}

.footer i {
	color: #fff;
	padding: 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.footer i:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

/* ==== 7) Preloader ==== */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #563d7c;
	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;
}

/* ==== 8) 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;
}