/* =================================== */
/*	Basic Style 
/* =================================== */

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	font-size: 13px;
	color: #6a737b;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure,
p {
	margin: 0;
}

a {
	color: #fff;

	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

iframe {
	border: 0;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus,
a:hover {
	color: #6cb670;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

#preloader {
	background-color: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1100;
}

#preloader > img {
	left: 40%;
	position: absolute;
	top: 30%;
}

/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
	position: relative;
	background-size: cover;
	background-position: center;
}

#slider .carousel-inner .item:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}
.carousel-caption {
	top: calc(50% + 50px);
}
@media only screen and (max-height: 412px) {
	.carousel-caption {
		top: 40%;
	}
}
.carousel-caption h2 {
	font-size: 62px;
	font-weight: 300;
}

.carousel-caption h2 span {
	font-weight: 800;
}

.carousel-caption h3 {
	font-size: 48px;
	font-weight: 300;
	margin: 6px 0 20px;
}

.carousel-caption p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
	color: #0feb9e;
	content: '___';
	position: relative;
	top: -8px;
}

.carousel-caption p:before {
	right: 20px;
}

.carousel-caption p:after {
	left: 20px;
}

.social-links {
	margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	margin: 0 6px;
}

.social-links li a:hover {
	color: #fff;
}

.carousel-indicators {
	bottom: 10px;
	left: inherit;
	margin: 0;
	right: 30px;
	top: 49%;
	width: 0;
}

.carousel-indicators li {
	border: 1px solid rgba(255, 255, 255, 0.3);
	height: 8px;
	width: 8px;
}

.carousel-indicators .active {
	height: 8px;
	width: 8px;
}

@media only screen and (max-width: 767px) {
	.social-links {
		margin-top: 5% !important;
	}
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 127%;
	height: 230px;
}
