/*
Theme Name: Seoexperts - SEO, SEM, Online Marketing, Social Media Marketing Template
Theme URI: http://www.ansonika.com/seoexperts/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure
- 1.4 Main navigation

2. CONTENT
- 2.1 Home all versions
- 2.2 About
- 2.3 Services
- 2.4 Service single
- 2.5 Tips/Faq
- 2.6 Contact page

3. COMMON
- 3.1 Preloader
- 3.2 Wrappers background colors
- 3.3 Forms
- 3.4 Accordion
- 3.5 Spacing
- 3.6 Owl carousel
- 3.7 List
- 3.8 Search modal
- 3.9 Position  breadcrumbs 
- 3.10 Pagination
- 3.11  Newsletter footer 

4. RESPONSIVE

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #333;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	font-family: 'Quicksand', "Helvetica Neue", Arial, sans-serif;
	color: #9b9b9b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-weight: 500;
}

.bg_white h1,
.bg_white h2,
.bg_white h3,
.bg_white h4,
.bg_white h5,
.bg_white h6 {
	color: #222;
}

.bg_white p {
	color: #555 !important;
}

.widget h4 {
	color: #999;
	font-weight: 400;
	font-size: 16px;
}

p {
	margin-bottom: 25px;
}

p.lead.styled {
	font-size: 18px;
	font-weight: 500;
}

p.lead.styled.center {
	text-align: center;
	padding: 0 10% !important;
	margin-bottom: 45px;
}

hr {
	margin: 15px 0 30px 0;
	border-color: #333;
}

h1.main_title,
h2.main_title {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

h1.main_title span,
h2.main_title span {
	display: block;
	color: #999;
	font-size: 21px;
	text-transform: none;
}

h1.main_title em,
h2.main_title em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #FF4747;
	margin: auto;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

h3.main_title {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
}

h3.main_title span {
	display: block;
	color: #999;
	font-size: 18px;
	text-transform: none;
}

h3.main_title.white {
	color: #fff;
}

h3.main_title.white span {
	color: #999;
}

h3.main_title.white em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #FF4747;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 20px;
}

h3.main_title_left {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

h3.main_title_left span {
	display: block;
	color: #999;
	font-size: 16px;
	text-transform: none;
}

h3.main_title_left em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #FF4747;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.bg_white h3.main_title_left {
	color: #333;
}

.bg_white p {
	color: #555;
}

.bg_white p.lead.styled {
	padding: 0;
}

/*General links color*/
a {
	color: #BFBFBF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_outline,
.btn_outline {
	border: 2px solid #fff;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	cursor: pointer;
	padding: 5px 20px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

a.btn_outline:hover,
.btn_outline:hover {
	background: #333;
	color: #fff;
	border: 2px solid #333;
}

a.btn_1,
.btn_1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #111;
	background: #BFBFBF;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.btn_1.home,
.btn_1.home,
a.btn_outline,
.btn_outline {
	min-width: 160px;
	margin-top: 35px;
}

a.btn_1.medium,
.btn_1.medium {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #111;
	background: #BFBFBF;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	outline: none;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
}

a.btn_1:hover,
.btn_1:hover {
	background: #BFBFBF;
	box-shadow: 0 0 15px rgba(72, 217, 217, 0.6);
}

a.btn_full,
.btn_full {
	border: none;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	color: #111;
	background: #BFBFBF;
	cursor: pointer;
	padding: 15px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	line-height: 1.1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

a.btn_full:hover,
.btn_full:hover {
	background: #BFBFBF;
	box-shadow: 0 0 15px rgba(72, 217, 217, 0.6);
}

/*-------- 1.3 Structure --------*/

/* Header */
header {
	margin: 0;
	padding: 0;
	background-color: #111;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

/*Animate Sticky header*/
.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity;
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes swingInX {
	0% {
		-moz-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes swingInX {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

.animated.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX;
}

@-webkit-keyframes swingOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
}

@-moz-keyframes swingOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(-90deg);
	}
}

@-o-keyframes swingOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(-90deg);
	}
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
	}
	100% {
		transform: perspective(400px) rotateX(-90deg);
	}
}

.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-100%);
	}
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-100%);
	}
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown;
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0);
	}
	100% {
		-moz-transform: translateY(-100%);
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0);
	}
	100% {
		-o-transform: translateY(-100%);
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp;
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes swingInX {
	0% {
		-moz-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes swingInX {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@-o-keyframes flipOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	80% {
		-moz-transform: translateY(-10px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	80% {
		-o-transform: translateY(-10px);
	}
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	30% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	30% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	30% {
		opacity: 1;
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

#top_nav {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
}

#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 26px;
}

#top_nav ul li {
	display: inline-block;
	margin-left: 15px;
}

#top_nav ul li a {
	color: #fff;
	display: inline-block;
	position: relative;
}

#top_nav ul li a:hover {
	color: #BFBFBF;
}

#top_nav ul li a .cart_count {
	font-size: 11px;
	display: inline-block;
	background-color: #fff;
	color: #333;
	padding: 2px 5px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	right: -2px;
	line-height: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#logo a {
	background-color: #fff;
	padding: 25px;
	box-sizing: content-box;
	display: block;
}

/* logo home with h1 */
#logo_home h1 {
	margin: 0;
	padding: 0;
}

#logo_home h1 a {
	background-color: #111111;
	padding:25px;
	box-sizing:content-box;
	display: block;
	width: 190px;
	height: 48px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 190px 48px;
	text-indent: -9999px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#logo_home h1 a {
		background-image: url(../img/logo2.png);
		background-size: 190px 48px;
	}
}

/* Subheaders */
#subheader_1 {
	height: 650px;
	background-image: url(../img/subheader_1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.parallax_window_in {
	height: 550px;
	position: relative;
	display: table;
	width: 100%;
}

.parallax_window_in.short {
	height: 400px;
	position: relative;
	display: table;
	width: 100%;
}

#sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: middle;
	text-align: right;
	background: rgba(0, 0, 0, 0.6);
}

.parallax_window_in.short #sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: bottom;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
}

.parallax_window_in.short #sub_content_in.cart {
	padding: 0 0 0 0;
	vertical-align: middle;
	text-align: center;
}

#sub_content_in h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 0;
}

#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

main {
	background-color: #1c1c1c;
}

/*-------- 1.4 Main navigation --------*/
.navbar-default {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
}

#navbar {
	margin-top: 25px;
}

.navbar-header-wp {
	position: relative;
}

.navbar-default .navbar-nav li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 37px 15px 15px 15px;
	font-weight: 700;
}

.navbar-default .navbar-nav li:last-child a {
	padding-right: 0;
}

.navbar-default .navbar-nav li a:hover {
	color: #BFBFBF;
	text-decoration: none;
}

.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:hover,
.navbar-default .navbar-nav li.active > a:focus,
.navbar-default .navbar-nav li.open > a,
.navbar-default .navbar-nav li.open > a:hover,
.navbar-default .navbar-nav li.open > a:focu {
	background-color: transparent;
	color: #BFBFBF;
}

.navbar-default .navbar-nav li > .dropdown-menu {
	padding: 20px 25px;
	margin-top: -1px;
	margin-left: -1px;
	left: 0;
	background-color: #181818;
	min-width: 210px;
	border-radius: 0;
}

.navbar-default .navbar-nav li > .dropdown-menu a {
	padding: 10px 0;
	color: #717171;
	font-size: 13px;
	text-transform: none;
}

.navbar-default .navbar-nav li > .dropdown-menu a:hover,
.navbar-default .navbar-nav li > .dropdown-menu a:focus {
	background-color: transparent;
	color: #BFBFBF;
}

.navbar-default .navbar-nav li > .dropdown-menu .active a {
	background-color: transparent;
	color: #BFBFBF;
}

.navbar-default .navbar-nav li.mega {
	position: static;
}

.navbar-default .navbar-nav li.mega .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
	padding: 50px 50px 30px 50px;
}

.navbar-default .navbar-nav li.mega .dropdown-menu h5 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav li.mega .dropdown-menu .active a {
	color: #fff;
}

.navbar-default .navbar-nav li.mega .dropdown-menu ul.list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	min-height: 130px;
}

.navbar-default .navbar-nav li.mega .dropdown-menu .list:after {
	content: ' ';
	width: 1px;
	height: 105%;
	background-color: #303030;
	display: inline-block;
	float: right;
	top: -10px;
	position: absolute;
	right: 25px;
}

.navbar-default .navbar-nav li.mega .dropdown-menu .no-divider:after {
	content: none;
}

.cmn-toggle-switch {
	display: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (min-width: 1200px) {
	.navbar-nav > li.mega > .dropdown-menu {
		width: 1170px;
	}
}

@media (min-width: 992px) {
	.navbar-nav > li.mega > .dropdown-menu {
		width: 970px;
	}
}

@media (min-width: 768px) {
	.navbar-nav > li.mega > .dropdown-menu {
		width: 750px;
	}
}

/* Footer  */
footer {
	background: #111;
	color: #fff;
}

footer h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #BFBFBF;
}

#logo_footer {
	margin: 12px 0 15px 0;
}

footer ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#social_footer {
	text-align: center;
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 10px;
}

#social_footer p {
	font-size: 12px;
	color: #8c8c8c;
}

#social_footer ul {
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
}

#social_footer ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#social_footer ul li a {
	color: #fff;
	text-align: center;
	line-height: 34px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
}

#social_footer ul li a:hover {
	color: #BFBFBF;
}

#contact_bg {
	background: url(../img/map_footer.png) no-repeat center 90%;
}

ul#contact_details_footer {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#contact_details_footer li {
	margin-bottom: 20px;
}

ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
	position: relative;
	padding-left: 30px;
}

#address_footer:before,
#phone_footer:before,
#email_footer:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 20px;
	left: 0;
	top: -5px;
	color: #FF4747;
}

#address_footer:before {
	content: "\e009";
}

#phone_footer:before {
	content: "\e00b";
}

#email_footer:before {
	content: "\e010";
	top: -8px
}

#copy {
	background-color: #000;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/*-------- 2.1 Home all versions--------*/

/* Layes slide */
#full-slider-wrapper {
	margin-top: 98px;
}

h3.slide_typo {
	white-space: nowrap;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	padding: 15px 30px;
}

.slide_typo_2 {
	color: #fff;
	font-size: 21px;
	white-space: nowrap;
	background-color: #111;
	padding: 10px 20px;
	text-transform: uppercase;
}

a.button_intro_2,
.button_intro_2 {
	border: none;
	font-weight: normal;
	font-style: normal;
	color: #111 !important;
	background: #BFBFBF;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size: 13px;
	text-align: center;
	-webkit-transition: background 0.3s !important;
	-moz-transition: background 0.3s !important;
	transition: background 0.3s !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	min-width: 110px;
	font-weight: 900;
}

a.button_intro_2:hover,
.button_intro_2:hover {
	background: #fff;
	color: #111 !important;
}

.box_feat {
	color: #fff;
	background: linear-gradient(transparent, #399);
	padding: 45px 30px 5px 30px;
	margin-bottom: 25px;
	font-size: 16px;
	border-top: 2px solid #fff799;
	text-align: center;
	position: relative;
}

.box_feat h3 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.box_feat a {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	position: absolute;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}

.box_feat a:hover {
	color: #fff799;
}

.header-video {
	position: relative;
	overflow: hidden;
	background: #000;
}

#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 9;
	text-align: center;
}

#hero_video > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

#hero_video > div h3 {
	font-size: 50px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 100px;
	color: #fff;
}

#hero_video > div p {
	font-size: 21px;
}

video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}

iframe {
	height: 100%;
	width: 100%;
}

video {
	width: 100%;
}

.teaser-video {
	width: 100%;
	height: auto;
}

.header-video--media {
	width: 100%;
	height: auto;
}

#message-analysis {
	text-align: center;
}

#submit-analysis.button {
	padding: 14px 35px;
	display: inline-block;
	background-color: #BFBFBF;
	color: #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border: 0;
	font-size: 14px;
	outline: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#submit-analysis.button:hover {
	background-color: #111;
	color: #fff;
}

#analysis input.form-control {
	background-color: #fff;
	border: none;
	height: 50px;
	font-size: 15px;
	padding-left: 20px;
	width: 350px;
	margin-top: -2px;
	margin-right: 5px;
	color: #555;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#analysis input.form-control:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
}

.case_studies div a {
	background-color: #222;
	padding: 25px;
	color: #fff;
	display: block;
	text-align: center;
}

.case_studies div a:hover {
	background-color: #FF4747;
}

.case_studies div a figure img {
	margin-bottom: 34px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 16px -8px;
}

.carousel_project div figure img {
	margin-bottom: 34px;
	box-shadow: rgba(0, 0, 0, 1) 0px 16px 16px -8px;
}

.case_studies div a h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}

.case_studies div a p {
	margin-bottom: 0;
	color: #fff;
	opacity: 0.6;
	text-transform: uppercase;
	font-size: 12px;
}

.intro_title_header {
	margin-top: 180px;
}

.intro_title_header h3 {
	font-size: 46px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.intro_title_header p {
	color: #fff;
	font-size: 21px;
}

#form_container {
	position: relative;
	height: 700px;
	padding-top: 130px;
	background: #ccc url(../img/slide_hero.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	width: 100%;
	z-index: 99;
}

#form_contact {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 30px 30px 30px;
	padding-bottom: 5px;
	position: relative;
}

#form_contact input.form-control {
	color: #fff;
}

.loader {
	margin-left: 5px;
	position: absolute;
}

#form_contact .loader {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #111;
}

.error_message {
	margin: 0 0 5px 0;
	padding: 0;
	color: #C33;
	display: inline-block;
	font-weight: 600;
}

#form_contact .error_message {
	color: #FF9;
}

#form_contact h3 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

/*-------- 2.2 About--------*/
.box_overlay {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 25px 25px 25px 225px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-size: 14px;
	text-align: left;
}

.pic {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 190px;
	height: 80px;
}

.pic h4 {
	position: absolute;
	left: 95px;
	top: 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.pic h4 small {
	display: block;
	color: #fff;
	margin-top: 3px;
}

.pic figure {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.pic figure img {
	width: 80px;
	height: auto;
	border: 5px solid rgba(0, 0, 0, 0.2);
}

.comment {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 25px;
	font-size: 18px;
	font-style: italic;
}

.team-item-img {
	position: relative;
}

.team-item-img .team-item-detail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner {
	margin: auto;
	padding: 25px;
}

.team-item-detail-inner h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.team-item-detail-inner p {
	color: #ccc !important;
}

.team-item-detail-inner .social {
	margin: 0 0px 25px 0px;
	padding: 0px;
}

.team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}

.team-item-detail-inner .social li a {
	color: #fff;
	padding: 10px;
	background-color: #111;
}

.team-item-detail-inner .social li a:hover {
	color: #111;
	background-color: #BFBFBF;
}

.team-item-info {
	padding-top: 15px;
	text-align: center;
}

.team-item-info h4 {
	margin-bottom: 0px;
	text-transform: uppercase;
}

/*-------- 2.3 Services--------*/
.box_service {
	text-align: center;
	margin-bottom: 25px;
	padding: 30px 30px 5px 30px;
	background-color: #161616;
	position: relative;
}

.box_service h3 {
	font-size: 21px;
}

.box_service a {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	position: absolute;
	font-size: 20px;
	color: #555;
	line-height: 1;
}

.box_service a:hover {
	color: #BFBFBF;
}

.features-bg {
	position: relative;
	min-height: 400px;
	background: url(../img/features-intro-01.jpg) no-repeat center center;
	background-size: cover;
}

.video .features-bg {
	background: #000;
	height: 500px;
}

.video .features-bg iframe {
	width: 100%;
	height: 500px;
	text-align: center;
	line-height: 500px;
	margin-bottom: -6px;
}

.video .features-content {
	position: relative;
	padding: 11% 100px 10% 100px;
	height: 500px;
}

.features-img {
	width: 100%;
	height: 400px;
	text-align: center;
	line-height: 400px;
}

.features-content {
	position: relative;
	padding: 11% 100px 10% 100px;
	height: 400px;
	background-color: #161616;
}

.features-content h3 {
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
}

.video .features-content {
	background-color: #000;
}

.box_service_2 {
	position: relative;
	padding-left: 50px;
}

.box_service_2 i {
	font-size: 36px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FF4747;
}

.bg_content {
	width: 100%;
	background: url(../img/bg_content.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #fff;
}

.content_center {
	color: #fff;
	text-align: center;
}

.content_center h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	margin-top: 0;
}

.content_center h3 em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #FF4747;
	margin: auto;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.content_center .lead {
	font-weight: 500;
	color: #999;
}

.tooltip {
	position: relative;
	float: right;
}

.tooltip > .tooltip-inner {
	background-color: #111;
	padding: 5px 15px;
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
}

.popOver + .tooltip > .tooltip-arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #111;
}

.progress {
	overflow: visible;
	background-color: rgba(0, 0, 0, 0.35);
	margin-bottom: 30px;
	border-radius: 0;
	height: 10px;
}

.progressText {
	text-transform: uppercase;
}

.progress-bar {
	background: #BFBFBF;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

/*-------- 2.4 Service single--------*/
.box_service_single {
	position: relative;
	padding-left: 80px;
}

.box_service_single i {
	font-size: 60px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FF4747;
}

.box_service_single_2 {
	padding: 0 15px;
	margin-bottom: 45px;
}

.box_service_single_2 img {
	margin-bottom: 34px;
	box-shadow: rgba(0, 0, 0, 1) 0px 16px 16px -8px;
}

#quote_wp {
	padding: 10px 30px 30px 30px;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

#quoteform label{
	color:#555;
}

#quoteform input.form-control, #quoteform textarea{
	border-bottom: 2px solid #ededed;
	color: #555;
}

/*-------- 2.5 Tips/faq --------*/
.box_style_5 {
	background: #161616;
	padding: 30px;
	margin-bottom: 20px;
	border-top: 2px solid #FF4747;
}

.box_style_5 i {
	color: #FF4747;
}

.box_style_5 h3 {
	margin-top: 0;
}

.box_style_5 ul {
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
}

.box_style_5 ul li {
	margin: 0 0 10px 0;
}

.quote_banner a {
	background-color: #BFBFBF;
	color: #111;
	display: block;
	padding: 17px 15px 15px 45px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.quote_banner {
	position: relative;
}

.quote_banner:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	content: "\e0ee";
	top: 15px;
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	left: 15px;
	color: #111;
}

.box_style_2 {
	padding: 15px 25px 25px 25px;
	margin-bottom: 20px;
	border: 1px dashed #555;
}

.box_style_2 h4 {
	margin: 10px 0 20px;
}

.box_style_2 ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.box_style_2 ul li {
	margin-bottom: 10px;
}

.box_style_2 ul li:last-child {
	margin-bottom: 0;
}

/*-------- 2.6 Contact page --------*/
ul.contacts_info {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

ul.contacts_info li {
	margin-bottom: 15px;
}

ul.contacts_info li:last-child {
	margin-bottom: 0;
}

#map_contact {
	width: 100%;
	height: 500px;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/

/*-------- 3.1 Preloader --------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #161616;
	z-index: 999999;
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #FF4747;
	border-top-color: rgba(0, 0, 0, .6);
	border-right-color: rgba(0, 0, 0, .6);
	border-bottom-color: rgba(0, 0, 0, .6);
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*-------- 3.2 Wrappers background colors--------*/
.bg_white {
	background-color: #fff;
}

.bg_gray {
	background-color: #f8f8f8;
}

/*-------- 3.3 forms--------*/
.form-control {
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 2px solid #555;
	padding-left: 0;
	box-shadow: none;
	color: #fff;
}

.form-control:focus {
	border-color: #ededed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #8e8e8e;
	font-weight: 500;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #8e8e8e;
	font-weight: 500;
}

.form-control::-webkit-input-placeholder {
	color: #8e8e8e;
	font-weight: 500;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	color: #eee;
}

#aside_panel .form-control {
	border-bottom: 2px solid #ededed;
	color: #555;
}

#aside_panel .form-control:focus {
	border-color: #999;
	color: #555;
}

#aside_panel .form-control::-moz-placeholder,
#aside_panel .form-control:-ms-input-placeholder,
#aside_panel .form-control::-webkit-input-placeholder {
	color: #8e8e8e;
}

/*-------- 3.4 Accordion --------*/
.panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ededed;
}

.panel-title a {
	display: block;
	color: #444;
}

.panel-default > .panel-heading {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-body {
	padding: 30px;
	line-height: 1.6 !important;
	color: #555;
}

.panel-title a .indicator {
	color: #BFBFBF;
}

.panel-title a:hover .indicator {
	color: #333;
}

/*-------- 3.5 Spacing --------*/
.add_bottom_15 {
	margin-bottom: 15px;
}

.add_bottom_30 {
	margin-bottom: 30px;
}

.add_bottom_45 {
	margin-bottom: 45px;
}

.add_bottom_60 {
	margin-bottom: 60px;
}

.add_bottom_75 {
	margin-bottom: 75px;
}

.add_top_20 {
	margin-top: 20px;
}

.add_top_30 {
	margin-top: 30px;
}

.add_top_60 {
	margin-top: 60px;
}

.more_padding_left {
	padding-left: 40px;
}

.nomargin_top {
	margin-top: 0;
}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.margin_120_95 {
	padding-top: 120px;
	padding-bottom: 95px;
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}

.margin_60_0 {
	padding-top: 60px;
	padding-bottom: 0;
}

/*-------- 3.6 Carousel --------*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;	
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #BFBFBF;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*-------- 3.7 List --------*/
ul.list_ok {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1.3;
}

ul.list_ok li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}

ul.list_ok li:before {
	font-family: 'ElegantIcons';
	content: "\52";
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 36px;
	color: #FF4747;
}

ul.list_features {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1.3;
}

ul.list_features li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}

ul.list_features li i {
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 36px;
	color: #FF4747;
}

/*-------- 3.8 Search modal --------*/
.search-overlay-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	text-align: center;
}

.search-overlay-menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.search-overlay-menu form {
	height: 70px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -35px auto 0;
	width: 60%;
	left: 20%;
	transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.search-overlay-menu.open form {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.search-overlay-menu input[type="search"] {
	height: 100%;
	width: 100%;
	color: #fff;
	background: transparent;
	border-top: 0px solid transparent;
	border-bottom: 2px solid #909090 !important;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 42px;
	font-weight: 300;
	outline: none;
	padding: 10px 0 10px 0;
}

.search-overlay-menu form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 3rem;
	position: absolute;
	right: 0;
	top: 15px;
	color: #c6c6c6;
	outline: none;
}

.search-overlay-menu .search-overlay-close {
	position: absolute;
	top: 5px;
	right: 20px;
	opacity: 1;
	font-size: 40px;
	color: #fff;
}

.search-overlay-menu .search-overlay-close:hover {
	color: #BFBFBF;
	cursor: pointer;
}

/*-------- 3.9 Position  breadcrumbs --------*/
#position {
	background-color: #212121;
	padding: 10px 0;
	font-size: 11px;
	border-top: 2px solid #111;
}

#position ul li:first-child {
	padding-left: 20px;
}

#position ul li:first-child:before {
	content: "\eaf4";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

#position ul {
	margin: 0;
	padding: 0;
	color: #888;
}

#position ul li a {
	color: #fff;
	opacity: 0.7;
}

#position ul li a:hover {
	color: #fff;
	opacity: 1;
}

#position ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}

#position ul li:after {
	content: "\e9ee";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 1px;
}

#position ul li:last-child:after {
	content: '';
}

/*-------- 3.10 Pagination --------*/
.pagination > li > a,
.pagination > li > span {
	color: #888;
	background-color: #161616;
	border: 1px solid #222;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #333 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #333;
	border-color: #333;
}

/*-------- 3.11  Newsletter footer -------*/
#message-newsletter_2 {
	text-align: center;
}

#submit-newsletter_2.button {
	padding: 14px 35px;
	display: inline-block;
	background-color: #BFBFBF;
	color: #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border: 0;
	font-size: 14px;
	outline: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#submit-newsletter_2.button:hover {
	background-color: #111;
	color: #fff;
}

#newsletter_container {
	background: #1b1b1b url(../img/envelope_pattern.png) repeat;
}

#newsletter_container h3 {
	font-size: 32px;
	margin: 0 0 20px 0;
	color: #fff;
}

input.form-control#email_newsletter_2 {
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	height: 50px;
	font-size: 15px;
	padding-left: 20px;
	width: 380px;
	margin-top: -2px;
	margin-right: 5px;
	color: #555;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input.form-control#email_newsletter_2:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
}

/*-------- 3.12  Menu aside panel -------*/
#aside_panel {
	right: -100%;
	bottom: 0;
	width: 400px;
	height: 100%;
	opacity: 0;
	position: fixed;
	background-color: #fff;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	z-index: 999999;
	-webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
	overflow: auto;
	overflow-x :hidden;
}

#aside_panel.show {
	visibility: visible;
	opacity: 1;
	right: 0;
}

#aside_panel a.aside-panel-bt {
	font-size: 24px;
	position: relative;
	left: 10px;
	top: 0;
	width: 24px;
	height: 24px;
	color: #ccc;
}

#aside_panel a.aside-panel-bt:hover {
	color: #333;
}

/* Opacity mask when left open */
.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	z-index: 100;
	min-height: 100%;
	background-color: #000;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
}

.layer-is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

form#login-form {
	display: block;
}

form#register-form {
	display: none;
}

.panel-login > .panel-heading {
	background-color: #fff;
	border-color: #fff;
	text-align: center;
	padding: 15px 0 0 0;
}

.panel-login > .panel-body {
	padding-top: 0;
	padding-bottom: 40px;
}

.panel-login>.panel-heading a {
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	background: #eee;
	padding: 8px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: #777;
}

.panel-login>.panel-heading a:hover,
.panel-login>.panel-heading a.active {
	background-color: #333;
	color: #fff !important;
}

#aside_panel hr {
	border-color: #ededed;
}

.forgot-password {
	color: #888;
	font-size: 12px;
	float: right;
	margin-top: 10px;
}

.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.box_faq {
	position: relative;
	padding-left: 50px;
}

.box_faq i {
	font-size: 36px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FF4747;
}
/*============================================================================================*/
/* 4. RESPONSIVE  */
/*============================================================================================*/

/* MEDIA QUERIES - MEDIUM SCREEN  */
@media (max-width: 1200px) {
	.price_list a.btn_1,
	.price_list .btn_1 {
		padding: 7px 10px;
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.bg_content {
		background-attachment: scroll;
	}
	#hero_video {
		background: #333 url(../img/sub_header_home.jpg);
		background-size: cover;
		background-position: center center;
	}
	.header-video {
		background: none;
	}
}

@media (max-width: 991px) {
	#full-slider-wrapper {
		margin-top: 60px;
	}
	#logo_home h1 a {
		display: block;
		padding: 8px 0;
		width: 140px;
		height: auto;
		background-size: auto 30px;
	}
	#logo a {
		display: inline-block;
		padding: 12px;
	}
	#logo a img {
		width: auto;
		height: 30px;
	}
	#top_nav {
		right: 50px;
		top: 15px;
	}
	#top_nav ul {
		font-size: 21px;
	}
	.navbar-default .navbar-nav li.mega .dropdown-menu ul.list {
		min-height: inherit;
	}
	.navbar-default .navbar-nav li.mega .dropdown-menu .list:after {
		content: none;
	}
	.navbar-default .navbar-nav li.dropdown a.dropdown-toggle {
		background: url(../img/arrow_down_menu.svg) no-repeat center right;
	}
	.navbar-default .navbar-nav li.dropdown.open a.dropdown-toggle {
		background: url(../img/arrow_down_menu.svg) no-repeat center right;
	}
	#navbar {
		margin-top: 0;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}
	
	/* Hamburger menu button*/
	.cmn-toggle-switch {
		position: relative;
		display: block;
		overflow: visible;
		position: absolute;
		top: 17px;
		right: 0;
		margin: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border: none;
		cursor: pointer;
	}
	.cmn-toggle-switch:focus {
		outline: none;
	}
	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 2px;
		background: #fff;
	}
	header .cmn-toggle-switch span {
		background: #fff;
	}
	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: "";
	}
	header .cmn-toggle-switch span::after,
	header .cmn-toggle-switch span::before {
		background: #fff;
	}
	.cmn-toggle-switch span::before {
		top: -10px;
	}
	.cmn-toggle-switch span::after {
		bottom: -10px;
	}
	.cmn-toggle-switch__htx span::before,
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	
	/* active state, i.e. menu open */
	.cmn-toggle-switch__htx.active span {
		background: none !important;
	}
	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.navbar-default .navbar-header {}
	.navbar-default .navbar-nav li a {
		padding: 15px 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #BFBFBF;
	}
	.navbar-default .navbar-nav li.mega .dropdown-menu {
		padding: 10px;
	}
	.navbar-default .navbar-nav li > .dropdown-menu .active a {
		background-color: #181818 !important;
	}
	.navbar-nav > li.mega h5 {
		margin-top: 30px;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
		clear: both;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#submit-analysis.button {
		margin-top: 15px;
	}
}

@media (min-width: 769px) and (max-width: 990px) {
	.intro_title_header {
		margin-top: 0;
		text-align: center;
	}
	#form_container {
		height: auto;
		padding: 110px 0 70px 0;
	}
	#form_contact {
		margin-top: 40px;
	}
}

/* MEDIA QUERIES max-width 768px - TABLETS  */
@media (max-width: 768px) {
	input.form-control#email_newsletter_2 {
		width: 80%;
		margin: auto;
		margin-bottom: 15px;
	}
	.intro_title_header {
		margin-top: 0;
		text-align: center;
	}
	#form_container {
		height: auto;
		padding: 110px 0 70px 0;
	}
	#form_contact {
		margin-top: 40px;
	}
}

/* MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */
@media (max-width: 767px) {
	
	header {
		position: static;
	}
	#full-slider-wrapper {
		margin-top: 0;
	}
	#form_contact {
		margin-top: 20px;
	}
	#form_container {
		padding: 0 0 30px 0;
		height: auto;
	}
	.intro_title_header h3 {
		font-size: 36px;
	}
	.intro_title_header p {
		font-size: 14px;
	}
	h1.main_title,
	h2.main_title {
		font-size: 32px;
	}
	h1.main_title span,
	h2.main_title span {
		font-size: 18px;
	}
	h3.main_title {
		font-size: 26px;
		margin-bottom: 30px
	}
	h3.main_title span {
		font-size: 16px;
	}
	#sub_content_in h1 {
	font-size: 32px;
	}
	#sub_content_in p {
		font-size: 18px;
	}
	p.lead.styled {
		font-size: 16px;
	}
	.search-overlay-menu form {
		width: 80%;
		left: 10%;
		height: 50px;
		margin: -25px auto 0;
	}
	.search-overlay-menu input[type="search"] {
		font-size: 26px;
	}
	.search-overlay-menu form button {
		font-size: 2rem;
		top: 10px;
	}
	
	/* Margin tools */
	.margin_60,
	.margin_120, .margin_120_95 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.margin_60_35 {
		padding-top: 30px;
		padding-bottom: 5px;
	}
	.margin_60_0 {
		padding-top: 30px;
	}
	.margin_30 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#newsletter_container h3 {
		font-size: 28px;
		margin: 0 0 20px 0;
	}
	#analysis input.form-control {
		margin-bottom: 15px;
		width: 100%;
	}
	.box_overlay {
		padding: 25px;
		text-align: center;
	}
	.pic {
		position: static;
		margin-bottom: 25px;
		width: 100%;
		display: block;
	}
	.pic h4 {
		position: static;
	}
	.pic figure {
		margin: auto;
	}
	.comment {
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
	}
}

/* MEDIA QUERIES max-width 480px - MOBILE PORTRAIT  */
@media (max-width: 480px) {
		/* Layes slide */	
	.slide_typo_2 {
		color: #fff;
		font-size: 11px !important;
		margin-top:5px !important;
	}
	a.button_intro_2,
	.button_intro_2 {
		padding: 5px !important;
		font-size: 10px !important;
		margin-top:15px !important;
	}
	.intro_title_header h3 {
		font-size: 22px;
	}
	h1.main_title,
	h2.main_title {
		font-size: 28px;
	}
	h1.main_title span,
	h2.main_title span {
		font-size: 18px;
	}
	p.lead.styled {
		font-size: 16px;
	}
	.features-content {
		padding: 30px;
		height: auto;
	}
	#aside_panel {
		width: 100%;
	}
	.bg_content#skills{
		padding-left:30px;
		padding-right:30px;
}
}