@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');

.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.relative {
	position: relative;
}
.hidden {
	display: none;
}
.inline-block {
	display: inline-block;
}
.stick-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
}

::-moz-selection {
color: #fff;
background:#000;
}
::selection {
	color: #fff;
	background: #000;
}
::-webkit-selection {
color: #fff;
background:#000;
}
.animate, .animate * {
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate * {
	-webkit-transition: 0 none !important;
	-moz-transition: 0 none !important;
	-ms-transition: 0 none !important;
	-o-transition: 0 none !important;
	transition: 0 none !important;
}
.clearlist, .clearlist li {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}
.full-wrapper {
	margin: 0 2%;
}
.margin-top-70 {
	margin-top: 70px;
}
.margin-top-40 {
	margin-top: 40px;
}
.section-title .margin-bot {
	margin-bottom: 70px;
}
.margin-top-null {
	margin-top: 0 !important;
}
.margin-bot-null {
	margin-bottom: 0 !important;
}
.padding-top-null {
	padding-top: 0 !important;
}
.padding-bot-null {
	padding-bottom: 0 !important;
}
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
}
body {
	overflow-y: scroll;
}
.page {
	overflow: hidden;
}
a, b, div, ul, li {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}
a:focus, a:active {
	-moz-outline: none;
	outline: none;
}
img:not([draggable]), embed, object, video {
	max-width: 100%;
	height: auto;
}
/* Page loader */

.page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffbf00;
	z-index: 10000;
}
.page-loader b {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #fff url(../img/page-loader.gif) no-repeat center center;
	margin: -30px 0 0 -30px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.no-js .page-loader {
/*display: none;*/
}
/* ==============================
   Typography
   ============================== */

body {
	color: #151515;
	font-size: 14px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #e54028;
	text-decoration: none;
}
.color {
	color: #e54028;
}
.serif {
	font-family: Lora, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
}
p {
	margin: 0 0 1.3em 0;
}
.text {
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
	color: #212121;
}
blockquote {
	margin: 1em 0 1.5em 0;
	border-width: 1px;
	border-color: #e54028;
	background: #fafafa;
	text-align: left;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
}
blockquote p {
	margin-bottom: 0.5em;
	font-size: 15px;
	font-style: italic;
	color: #212121;
	letter-spacing: 1px;
	line-height: 1.6;
}
blockquote footer {
	font-size: 12px;
}
dl dt {
	margin-bottom: 5px;
}
dl dd {
	margin-bottom: 15px;
}
pre {
	background-color: #f9f9f9;
	border-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* ==============================
   Buttons
   ============================== */
  
.btn-spacia, a.btn-spacia {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #000;
	border: 2px solid transparent;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-spacia:hover, .btn-spacia:focus {
	font-weight: 700;
	color: rgba(255,255,255, .85);
	background: rgba(0,0,0, .70);
	text-decoration: none;
}
.btn-spacia:active {
	cursor: pointer !important;
}
.btn-spacia.btn-small {
	padding: 5px 10px;
	font-size: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-spacia.btn-medium {
	padding: 11px 24px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-spacia.btn-large {
	padding: 14px 40px;
	font-size: 12px;
}
.btn-spacia.btn-glass {
	color: rgba(255,255,255, .75);
	background: rgba(0,0,0, .40);
}
.btn-spacia.btn-glass:hover, .btn-spacia.btn-glass:focus {
	color: rgba(255,255,255, 1);
	background: rgba(0,0,0, 1);
}
.btn-spacia.btn-border {
	color: #151515;
	border: 2px solid #151515;
	background: transparent;
}
.btn-spacia.btn-border:hover, .btn-spacia.btn-border:focus {
	color: #fff;
	border-color: transparent;
	background: #151515;
}
.btn-spacia.btn-border-c {
	color: #e54028;
	border: 2px solid #e54028;
	background: transparent;
}
.btn-spacia.btn-border-c:hover, .btn-spacia.btn-border-c:focus {
	color: #fff;
	border-color: transparent;
	background: #e54028;
}
.btn-spacia.btn-border-w {
	color: #fff;
	border: 2px solid rgba(255,255,255, .75);
	background: transparent;
}
.btn-spacia.btn-border-w:hover, .btn-spacia.btn-border-w:focus {
	color: #e54028;
	border-color: transparent;
	background: #fff;
}
.btn-spacia.btn-w {
	color: #151515;
	background: #fff;
}
.btn-spacia.btn-w:hover, .btn-spacia.btn-w:focus {
	color: #e54028;
	background: #fff;
}
.btn-spacia.btn-w-color {
	color: #fff;
	background: #ffbf00;
	text-transform: uppercase;
}
.btn-spacia.btn-w-color:hover, .btn-spacia.btn-w-color:focus {
	color: #fff;
	background: #3bafda;
}
.btn-spacia.btn-color {
	color: #fff;
	background: rgba(229,64,40, 1);
}
.btn-spacia.btn-color:hover, .btn-spacia.btn-color:focus {
	color: #fff;
	background: rgba(229,64,40, .9);
}
.btn-full {
	width: 100%;
}
/* ==============================
   Forms fields
   ============================== */

.form input[type="text"], .form input[type="email"], .form input[type="phone"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form select {
	height: 38px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form input[type="text"]:hover, .form input[type="email"]:hover, .form input[type="phone"]:hover, .form input[type="url"]:hover, .form input[type="search"]:hover, .form input[type="tel"]:hover, .form input[type="password"]:hover, .form select:hover {
	border-color: #ccc;
}
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="phone"]:focus, .form input[type="url"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="password"]:focus, .form select:focus {
	color: #151515;
	border-color: #151515;
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
	box-shadow: 0 0 3px rgba(21,21,21, .3);
}
.form input[type="text"].input-lg, .form input[type="email"].input-lg, .form input[type="phone"].input-lg, .form input[type="url"].input-lg, .form input[type="search"].input-lg, .form input[type="tel"].input-lg, .form input[type="password"].input-lg, .form select.input-lg {
	height: 48px;
}
.form input[type="text"].input-sm, .form input[type="email"].input-sm, .form input[type="phone"].input-sm, .form input[type="url"].input-sm, .form input[type="search"].input-sm, .form input[type="tel"].input-sm, .form input[type="password"].input-sm, .form select.input-sm {
	height: 28px;
}
.form textarea {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #777;
	border-color: #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form textarea:hover {
	border-color: #ccc;
}
.form textarea:focus {
	color: #151515;
	border-color: #151515;
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
	box-shadow: 0 0 3px rgba(21,21,21, .3);
}
.form .small-section-heading {
	margin-bottom: 30px;
}
.form .form-group {
	margin-bottom: 10px;
}
.form-success {
	display: none;
	max-width: 570px;
	margin: 0 auto 10px;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #a9e2c2;
	font-size: 13px;
	text-transform: uppercase;
	color: #36a367;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* ==============================
   Home section
   ============================== */
  
/*
 * Header style
 */

.home-section {
	display: block;
	width: 100%;
}
.image-bg {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.image-color-bg {
	display: block;
	width: 100%;
	position: relative;
	background-color: #e3e3e3;
}
.bg-scroll {
	background-attachment: scroll;
}
.home-content {
	text-align: center;
	display: table;
	height: 100vh;
	width: 100%;
}
/* Home content */

.home-content {
	position: relative;
}
.home-text {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	color: #333;
}
.headings {
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.headings li, .headings h1 {
	margin: 0;
	padding: 0;
	font-size: 40px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}
.headings h1 span {
	color: #ffbf00;
}
.home-description {
	margin-top: 18px;
	font-size: 18px !important;
	font-weight: 500;
	color: #888;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.home-description.large {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 1em;
}
.home-call-action {
	padding-top: 50px;
	padding-bottom: 10px;
}
/* Image Slider */ 

.slider-fittext {
	font-size: 20px;
}
.home-image-slider {
	font-size: 1em;
}
.home-image-slider .headings {
	font-size: 3.5em !important;
}
.home-image-slider .home-description {
	font-size: 1.05em !important;
}
.home-image-slider .home-description.large {
	font-size: 1.55em !important;
	font-weight: 400;
	margin-bottom: 1em;
}
.home-image-slider, .home-image-slider li {
	margin: 0;
	padding: 0;
}
/* Pattern background */

.pattern-bg {
	background-repeat: repeat;
	background-size: auto;
}
/* Gradient overlay */

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(-35deg, rgba(229,64,40,.9), rgba(235,172,18,.9));
	background-image: -moz-linear-gradient(-35deg, rgba(229,64,40,.9), rgba(235,172,18,.9));
	background-image: -o-linear-gradient(-35deg, rgba(229,64,40,.9), rgba(235,172,18,.9));
	background-image: linear-gradient(125deg, rgba(229,64,40,.9), rgba(235,172,18,.9));
}
/* Pattern overlay (over photo or video) */

.pattern-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern-overlay.png) repeat;
	background-color: rgba(0,0,0,.17);
}
/* Logo (in header)*/

.logo-wrap {
	width: 100%;
	position: absolute;
	top: 4%;
	left: 0;
	text-align: center;
}
.logo {
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
a.logo:hover {
	color: #fff;
	text-decoration: none;
}
.logo:before, .logo:after {
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #fff;
	background: rgba(255,255,255, .75);
}
.logo:before {
	left: -42px;
}
.logo:after {
	right: -42px;
}
/* Logo (in navigation panel)*/

.nav-logo-wrap {
	float: left;
	margin-right: 20px;
}
.nav-logo-wrap .logo {
	display: table-cell;
	vertical-align: middle;
	max-width: 100px;
	max-height: 100%;
}
.nav-logo-wrap .logo:before, .nav-logo-wrap .logo:after {
	display: none;
}
.logo.dark, a.logo.dark:hover {
	color: #151515;
}
/* ==============================
   Main menu
   ============================== */

/*
 * Desktop nav
 */

.main-nav {
	width: 100%;
	height: 55px !important;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	background: #fbfbfb;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.027);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.027);
	box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.027);
	z-index: 99;
}
.inner-nav {
	display: inline-block;
	position: relative;
	float: left;
}
.inner-nav ul {
	float: left;
	margin: auto;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}
.inner-nav ul > li {
	float: left;
}
.inner-nav ul > li > a {
	color: #212121;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	padding: 0 45px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a {
	border-left: 1px solid #eee;
}
.inner-nav ul > li > a:hover, .inner-nav ul > li > a.active {
	background: #fff;
	color: #ffbf00;
	text-decoration: none;
}
.inner-nav ul > li > a {
	height: 55px;
	line-height: 55px;
}
.inner-nav ul > li {
	float: left;
	position: relative;
}
.inner-nav ul.drop-down {
	float: block;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.inner-nav ul > li > ul.drop-down > li {
	float: none;
}
.inner-nav ul > li > ul.drop-down > li > a {
	line-height: 18px;
	padding-left: 12px;
	color: #fff;
	border: 0px;
	padding: 0px;
	width: 100%;
	padding-left: 12px;
}
.inner-nav ul > li > ul.drop-down > li > a {
	height: 55px;
	line-height: 55px;
}
.inner-nav ul > li > ul.drop-down > li > a:hover {
	background: #ffbf00;
	width: 100%;
}
.inner-nav ul > li > ul.drop-down {
	display: none;
	background: #555;
	width: 280px;
	text-align: left;
}
.inner-nav ul > li:hover > ul.drop-down {
	display: block;
}
/*
 * Mobile nav
 */

.mobile-on .desktop-nav {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}
.mobile-on .desktop-nav ul {
	width: 100%;
	margin-top: 2%;
	background: #fbfbfb;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.mobile-on .desktop-nav ul > li {
	display: block;
	float: none;
}
.mobile-on .desktop-nav ul > li > a {
	display: block;
	width: 100%;
	height: 38px !important;
	line-height: 38px !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #eee;
}
.mobile-on .desktop-nav ul > li:last-child > a {
	border-bottom: none;
}
.mobile-nav {
	display: none;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-webkit-transition-property: background, color;
	-moz-transition-property: background, color;
	-o-transition-property: background, color;
	transition-property: background, color;
}
.mobile-nav:hover, .mobile-nav.active {
	background: #fff;
	color: #777;
}
.mobile-nav:active {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
	-moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
	box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
}
.no-js .mobile-nav {
	width: 55px;
	height: 55px;
}
.mobile-on .mobile-nav {
	display: table;
}
.mobile-nav .fa {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
}
/* 
 * Social links (in nav panel) 
 */

.nav-social-links {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px; /* (.nav-social-links a .fa) height/2 */
}
.nav-social-links a {
	float: left;
	padding-left: 5px;
	color: #151515;
	text-decoration: none;
}
.nav-social-links a:hover {
	text-decoration: none;
}
.nav-social-links a .fa {
	width: 26px;
	height: 26px;
	display: block;
	line-height: 26px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}
.nav-social-links a .fa:after {
	content: " ";
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}
.nav-social-links a:hover .fa {
	background: #fff;
	color: #ffbf00;
}
.nav-social-links a:hover .fa:after {
	border-color: #333;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0, .45);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0, .45);
	box-shadow: 0px 0px 2px rgba(0,0,0, .45);
}
.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
	color: #fff;
	background-color: #55acee;
	border-color: rgba(0,0,0,0.2);
}
.btn-youtube {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0,0,0,0.2);
}
/* ==============================
   Inside sections
   ============================== */

.offering-bg {
	background: #f5f9fc;
}
.page-section {
	padding: 130px 0;
	text-align: center;
}
.section-title {
	display: inline-block;
	position: relative;
	color: #444444;
	text-align: left;
}
.inner-wrapper {
	width: 75%;
	margin: 0px auto;
}
.inner-wrapper hr {
	border-top: 1px dashed #795548;
}
.inner-section-title h2 {
	font-size: 22px;
	margin: 0px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
}
.section-title h2 {
	font-size: 26px;
	margin: 0px;
	font-weight: 400;
	text-transform: capitalize;
}
.section-title span {
	color: #3bafda;
}
.intro {
	text-align: left;
	margin-top: 18px;
	margin-bottom: 0px;
	font-weight: 500;
}
.section-heading {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.section-text {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #444;
	letter-spacing: 1px;
}
ul.about-list {
	margin: 12px 0 0;
	padding: 0px;
}
ul.about-list li {
	display: block;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	text-transform: capitalize;
}

ul.about-list li span {
	margin-right: 10px;
	color: #F44336;
}
.margin-left {
	text-align: left;
	margin: 25px 0px;
}
.small-section {
	padding: 70px 0;
	text-align: center;
}
.inner-section {
	padding: 40px 0;
	text-align: center;
}
.inner-section-heading {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.bg-overlay-1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}
.bg-overlay-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #151515;
	background: rgba(21,21,21, .8);
}
.bg-content {
	position: relative;
	z-index: 1;
}
/*
 * Sections whith dark background
 */

.dark-bg {
	color: #fff;
}
.dark-bg a {
	color: #bbb;
}
.dark-bg .section-title {
	color: #999;
	border: 1px solid rgba(255,255,255, .141);
}
.dark-bg .section-title:before, .dark-bg .section-title:after {
	background: rgba(255,255,255, .141);
}
.dark-bg .section-text {
	color: #bbb;
}
/* Section with lightgray background */

.gray-bg {
	background: #fbfbfb;
}
/*
 * Some facts section
 */

.count-number {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
}
.count-icon:before, .count-icon:after {
/*content: " ";
	width: 72px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	background: #fff;*/
}
.count-icon:before {
	left: -82px;
}
.count-icon:after {
	right: -82px;
}
.count-title {
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
}
.count-separator {
	height: 30px;
	clear: both;
	float: none;
	overflow: hidden;
}
/*
 * Team section
 */


.team-section {
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #f7f7f7;
}
.team-section .bg-overlay-2 {
	background: rgba(21,21,21, .963) !important;
}
.team-member, .team-member .team-img {
	position: relative;
}
.team-member {
	overflow: hidden;
}
.team-member, .team-member .team-img {
	position: relative;
}
.team-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 20px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.90);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.team-grid {
	text-align: center;
	vertical-align: top;
}
.team-item {
	display: inline-block;
	width: 170px;
	vertical-align: top;/*cursor: pointer;*/
}
.team-photo {
	max-width: 150px;
	max-height: 150px;
	position: relative;
	overflow: hidden;
}
.team-photo:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-photo img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.team-name {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bbb;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-status {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	color: #888;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item:hover .team-photo:after {
	background: transparent;
}
.team-item:hover .team-name {
	color: #fff;
}
.team-item:hover .team-status {
	color: #bbb;
}
.team-description {
	display: none;
}
.team-member:hover .team-hover .desk {
	top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
	opacity: 1;
}
.team-hover .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
	text-align: center;
	color: #222;
}
.team-member:hover .team-hover .s-link {
	bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
	opacity: 1;
}
.team-hover .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
	text-align: center;
	color: #222;
}
.team-member .s-link a {
	margin: 0 10px;
	color: #333;
	font-size: 16px;
}
.team-title {
	position: static;
	padding: 20px 0;
	display: inline-block;
	letter-spacing: 2px;
	width: 100%;
}
.team-title h5 {
	margin-bottom: 0px;
	display: block;
	text-transform: uppercase;
}
.team-title span {
	font-size: 12px;
	text-transform: uppercase;
	color: #a5a5a5;
	letter-spacing: 1px;
}
/*
 * Services section
 */

.service-grid {
	margin-bottom: 70px;
}
.service-item {
	height: 250px;
	margin: 20px 0 10px;
	position: relative;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}
.service-item-inner {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #151515;
	background: #fff;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.service-wrap {
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 70px;
	vertical-align: middle;
	overflow: hidden;
}
.service-icon {
	padding-bottom: 5px;
	position: relative;
	font-size: 32px;
	color: #151515;
	z-index: 1;
}
.service-title {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #151515;
	z-index: 1;
}
.service-more {
	width: 100%;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1;
	cursor: pointer;
}
.js-fade .service-more {
	cursor: default;
}
.service-more:before {
	content: " ";
	display: block;
	width: 100%;
	max-width: 170px;
	height: 1px;
	margin: -15px auto 15px;
	background: #151515;
}
.sm-icon {
	margin-right: 2px;
	font-size: 15px;
}
.sm-more {
	position: relative;
	top: -2px;
}
.service-more:hover .sm-icon, .service-more:hover .sm-more {
	color: #555;
}
/* Service item hover state */

.service-item-inner, .service-icon, .service-title, .service-more, .service-more:before, .sm-icon, .sm-more {
	-webkit-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
	-moz-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
	-o-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
	-ms-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
	transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
}
.js-fade {
	cursor: default;
}
.js-fade .service-item-inner {
	border-color: #999;
}
.js-fade .service-icon, .js-fade .service-title, .js-fade .service-more {
	color: #999;
}
.js-fade .service-more:before {
	background: #999;
}
/* Service full description  */

.service-opened {
	cursor: default;
	z-index: 11;
}
.service-full {
	display: none;
	padding: 20px;
	font-size: 12px;
	color: #444;
}
.service-opened .service-full {
}
.sf-list {
	margin: 0 -20px 20px;
	text-transform: uppercase;
	padding: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}
.sf-list li {
	padding: 7px 20px;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
}
.sf-list li:first-child {
	border-top: 1px solid #f0f0f0;
}
.sf-list li:nth-child(even) {
	background: #fefefe;
}
.sf-description {
	font-size: 12px;
	letter-spacing: 1px;
}
.service-close-link {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 18px;
	text-align: center;
	color: #e54028;
	cursor: pointer;
}
.service-close-link:hover {
	color: rgba(229,64,40, .8);
}
.service-opened .service-close-link {
}
/*
 * Banner section
 */

.banner-heading {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banner-text {
	text-align: left;
}
.banner-decription {
	margin-top: 7px;
	font-size: 14px;
}
.image-color-bg .banner-decription {
	color: #e6e1e1;
}
.banner-button {
	text-align: right;
}
/*
 * Portfolio section
 */

/*
 * Work navigation
 */

.work-navigation {
	width: 100%;
	height: 51px;
	position: relative;
	top: -60px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 99999;
}
.work-navigation .fa {
	font-size: 12px;
	vertical-align: middle;
}
.work-navigation .fa-times {
	font-size: 16px;
	margin-top: -2px;
}
.work-navigation a {
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
.work-navigation a, .work-navigation a:visited {
	color: #151515;
}
.work-navigation a:hover {
	color: #151515;
}
.work-navigation a span {
	display: inline-block;
	height: 50px;
	line-height: 49px;
	padding: 0 4%;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.work-navigation span:hover {
	background: #f7f7f7;
}
.work-back-link {
	margin: 20px 0 0;
	display: block;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #151515;
}
.work-prev {
	text-align: left;
}
.work-all {
	text-align: center;
}
.work-next {
	text-align: right;
}
.work-wrapper {
}
.work-container {
	padding: 50px 0;
}
.work-full-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.work-full-media {
	margin-top: 30px;
}
.work-full-slider {
	position: relative;
}
.work-full-slider li {
	overflow: hidden;
}
.work-full-media img {
	max-width: 100%;
	height: auto;
}
.work-full-text {
	margin-top: 50px;
	text-align: left;
}
.work-full-text h6 {
	margin-top: 5px;
}
.work-detail {
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.work-detail h6 {
	margin-top: 0;
}
.work-detail p:last-child {
	margin-bottom: 0;
}
.work-full-detail {
	font-size: 10px;
	color: #777;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.work-full-detail p {
	margin: 4px 0;
}
.work-full-action {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}
/*
 * Features section
 
 */
 

div.bhoechie-tab-container {
	z-index: 10;
	/*	margin-left: 50px;*/
	margin-bottom: 20px;
	margin-top: 30px;
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #444;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon {
	background-color: #ffffff;
	text-align: left;
	color: #444;
}
div.bhoechie-tab-menu div.list-group>a.active .fa {
	color: #ffbf00;
}
.tab-text h4 {
	font-size: 13px !important;
	line-height: 18px;
	margin-left: 43px;
}
.count-icon {
	text-align: center;
	padding: 10px;
	float: left;
}
.count-icon .fa {
	font-size: 16px;
	color: #444;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 18px solid #ffffff;
}
div.bhoechie-tab-content {
	padding-left: 40px;
	color: #333;
	padding-top: 30px;
}
div.bhoechie-tab-content img {
	width: 55%;
	margin: 0px auto;
	text-align: center;
}
div.bhoechie-tab-content h4 {
	font-size: 15px;
	font-weight: 600;
	color: #424242;
	text-align: left;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.list-group-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	text-align: left;
}
/*
 * Benefits (features) section
 */

.benefits-grid {
	margin-top: 30px;
	text-align: center;
	vertical-align: top;
}
.benefit-item {
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	cursor: default;
}
.benefit-icon {
	background: #fff;
	padding: 25px;
	margin: 0px auto;
	cursor:pointer;
	box-shadow: 1px 1px 16px #e3e3e3;
}
.benefit-title {
	margin: 10px 0px;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1px;
	min-height: 40px;
	font-weight: 600;
	min-height:70px;
}
.benefit-title a {
	text-decoration: none;
	color: #151515;
}
.benefit-title a:hover {
	color: #3bafda;
}
.benefits-descr {
	font-size: 13px;
	letter-spacing: 1px;
	color: #777;
	margin: 0px;
}
/* Benefit item hover state */

.benefit-item:after {
	content: " ";
	display: block;
	width: 0;
	margin-left: 0;
	height: 2px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	background: #fff;
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}
.benefit-item:hover:after {
	width: 32px;
	margin-left: -16px;
	background: #3bafda;
}
.btn-more {
	background: #3bafda;
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	position: absolute;
	left: 50px;
	bottom: 0px;
	cursor: pointer;
	color: #fff;
}
.btn-more a {
	color: #fff;
	text-decoration: none;
}
.btn-more:hover, .btn-more:focus {
	background: #ffbf00;
	color: #fff;
	text-decoration: none;
}
/*
 * Text carousel section (twitter, reviews, etc...)
 */

.text-carousel {
}
.tc-icon {
	margin-bottom: 30px;
	font-size: 48px;
	color: rgba(67, 60, 119, 0.15);
}
.tc-icon a, .tc-icon a .fa {
	color: rgba(255,255,255, .15);
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.tc-icon a:hover, .tc-icon a:hover .fa {
	color: rgba(255,255,255, .25);
}
.tc-content {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1px;
	color: #ababab;
}
.tc-slider {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tc-slider li {
	display: block;
	margin: 0;
	padding: 0;
}
.tweet_join {
	display: none;
}
.tc-author {
	margin-top: 30px;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3bafda;
}
.tc-author a {
	color: #777;
}
.tc-arrows {
	margin-top: 40px;
}
.tc-arrows a {
	text-decoration: none !important;
}
.tc-arrow-left, .tc-arrow-right, .tc-arrow-left:active, .tc-arrow-right:active {
	width: 30px;
	height: 30px;
	margin: 0 2px;
	position: relative;
	display: inline-block;
	font-size: 21px;
	border: 1px solid rgba(23,23,23, .2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.tc-arrow-left .fa, .tc-arrow-right .fa {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -1px;
	line-height: 30px !important;
	display: block;
	text-align: center;
	color: #777;
	cursor: pointer;
}
.tc-arrow-left .fa {
	left: -2px;
}
.tc-arrow-right .fa {;
	right: -2px;
}
.tc-arrow-left:hover, .tc-arrow-right:hover {
	border-color: rgba(23,23,23, .5);
	color: #3bafda;
}
.tc-arrow-left:hover .fa, .tc-arrow-right:hover .fa {
	color: #3bafda;
}
.gray-bg .tc-icon {
	color: #ddd;
}
.gray-bg .tc-icon a {
	color: #ddd;
}
.gray-bg .tc-icon a:hover {
	color: #ccc;
}
.gray-bg .tc-content {
	color: #151515;
}
.gray-bg .tc-content a {
	color: #555;
}
.gray-bg .tc-author, .gray-bg .tc-author a {
	color: #777;
}
.gray-bg .tc-arrow-left, .gray-bg .tc-arrow-right, .gray-bg .tc-arrow-left:active, .gray-bg .tc-arrow-right:active {
	border-color: #ddd;
}
.gray-bg .tc-arrow-left .fa, .gray-bg .tc-arrow-right .fa {
	color: #777;
}
.gray-bg .tc-arrow-left:hover, .gray-bg .tc-arrow-right:hover {
	border-color: #bbb;
}
.gray-bg .tc-arrow-left:hover .fa, .gray-bg .tc-arrow-right:hover .fa {
	color: #151515;
}
/*
 * Contacts section
 */

/* Phone */

.phone {
	position: relative;
	margin-top: 22px;
	margin-bottom: 70px;
	padding: 55px 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #151515;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.phone-title {
	width: 98px;
	margin-left: -49px;
	position: absolute;
	top: -22px;
	left: 50%;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.phone-icon {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #e54028;
}
.phone-number {
	font-size: 40px;
}
/* Other contact blocks (email, address) */

.contact-icon {
	margin-bottom: 10px;
	font-size: 20px;
	color: #ffbf00;
}
.contact-icon a {
	color: #ffbf00;
}
.contact-text {
	padding: 0 45px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
}
.contact-text a {
	color: #222;
	text-decoration: none;
}
/* Google maps */

.google-map {
	/*background: #333;*/
	margin-top: 30px;
}
#map-canvas {
	height: 400px;
	background-color: #000;
}
.gm-style-cc {
	display: none !important;
}
.gm-style-iw div {
	color: #777;
}
/* Contacts form */ 

.map-fix {
	margin-top: 7px;
}
.contact-overspace {
	margin-top: -30px;
	height: 30px;
	background: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.contact-form-wrap {
	padding: 0 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form {
	max-width: 570px;
	margin: 0 auto;
}
/* ==============================
   Footer
   ============================== */

.footer {
	text-align: center;
	font-size: 12px;
}
.footer-text {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}
.footer-text:before, .footer-text:after {
/*content: " ";
	display: block;
	width: 150px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ddd;*/
}
.footer-text:before {
	left: -175px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -ms-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #DDDDDD 100%);
}
.footer-text:after {
	right: -175px;
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #DDDDDD), color-stop(1, #FFFFFF));
	background-image: -o-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: linear-gradient(to right, #DDDDDD 0%, #FFFFFF 100%);
}
/* Social links */

.footer-social-links {
	margin-bottom: 20px;
}
.social-links {
	display: inline-block;
}
.social-links a {
	float: left;
	padding-left: 10px;
	color: #151515;
	text-decoration: none;
}
.social-links a:hover {
	text-decoration: none;
}
.social-links a .fa {
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social-links a .fa:after {
	content: " ";
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	-o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
	transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}
.social-links a:hover .fa {
	background: #fff;
	color: #ffbf00;
}
.social-links a:hover .fa:after {
	border-color: #333;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0, .45);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0, .45);
	box-shadow: 0px 0px 2px rgba(0,0,0, .45);
}
.footer-copy {
	font-size: 13px;
	font-weight: 400;
	color: #d2d2d2;
	background: #333;
	padding: 15px 0px;
}
.footer-copy ul {
	padding: 0px;
}
.footer-copy ul li {
	list-style-type: none;
	display: inline-block;
	border-right: 1px solid #ddd;
	padding: 0px 12px;
	text-transform: uppercase;
	font-size: 11px;
}
.footer-copy ul li:last-child {
	border-right: none;
}
.footer-copy ul li a {
	color: #fff;
	letter-spacing: 1px;
}
.footer-copy ul li a:hover {
	color: #ffbf00;
}
.footer-copy a {
	color: #ffbf00;
	text-decoration: none;
}
/* ==============================
   Shortcodes
   ============================== */

.shortcode-section {
	margin-bottom: 50px;
	text-align: center;
}
.shortcode-title {
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.text-block {
	margin-bottom: 30px;
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
}
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
	color: #212121;
}
.margin-block {
	margin-bottom: 30px;
}
.button-holst {
	padding-top: 40px;
	background: #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*
 * Tabs
 */

.spasia-tabs {
	border-color: #ddd;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.spasia-tabs > li > a {
	text-decoration: none;
}
.spasia-tabs > li > a:hover {
	background-color: #f5f5f5;
}
.spasia-tabs li.active a {
	color: #212121;
}
.spasia-tabs-cont {
	padding: 15px 0;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
}
/*
 * Alert messages
 */

.alert {
	margin: 0 auto 10px;
	padding: 14px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.success {
	border-color: #a9e2c2;
	color: #36a367;
}
.info {
	border-color: #9ecdfc;
	color: #297ad3;
}
.notice {
	border-color: #f9ce75;
	color: #e9a00a;
}
.error {
	border-color: #ffbbbb;
	color: #e33131;
}
/*
 * Accordion
 */

.accordion > dt {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.accordion > dt > a {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e0e0e0;
	background: #fdfdfd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover {
	text-decoration: none;
	border-color: #ddd;
	background-color: #f9f9f9;
	color: #444;
}
.accordion > dt > a.active {
	color: #e54028;
	border-color: #ddd;
	background-color: #f9f9f9;
	cursor: default;
}
.accordion > dt > a:after {
	content: "\e095";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after, .accordion > dt > a.active:hover:after {
	content: "\e082";
	color: #e54028;
}
.accordion > dt > a:hover:after {
	color: #444;
}
.accordion > dd {
	margin-bottom: 10px;
	padding: 0 20px;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
}
/*
 * Toggle
 */

.toggle > dt {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.toggle > dt > a {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e0e0e0;
	background: #fdfdfd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a:hover {
	text-decoration: none;
	border-color: #ddd;
	background-color: #f9f9f9;
	color: #444;
}
.toggle > dt > a.active {
	color: #e54028;
	border-color: #ddd;
	background-color: #f9f9f9;
}
.toggle > dt > a:after {
	content: "\e095";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a.active:after, .toggle > dt > a.active:hover:after {
	content: "\e082";
	color: #e54028;
}
.toggle > dt > a:hover:after {
	color: #444;
}
.toggle > dd {
	margin-bottom: 10px;
	padding: 0 20px;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
}
/*
 * Progress bars
 */

.spacia-progress {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.progress-bar {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #212121;
	font-size: 10px;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.progress-color .progress-bar {
	background-color: #e54028;
}
/* Pagination */

.pagination {
	font-size: 12px;
}
.pagination a {
	display: inline-block;
	min-width: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 2px 5px 0;
	padding: 5px 7px;
	border: 1px solid #e9e9e9;
	color: #888;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pagination .fa {
	margin-top: 1px;
	font-size: 16px;
}
.pagination a:hover {
	text-decoration: none;
	border-color: rgba(229,64,40, .5);
	color: #e54028;
}
.pagination a.active, .pagination a.active:hover {
	border-color: #e9e9e9;
	color: #444;
	cursor: default;
}
/*
 * Sidebar
 */

.sidebar {
	margin-top: 10px;
}
.widget {
	margin-bottom: 50px;
}
.widget-title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #212121;
}
.widget-body {
	font-size: 12px;
	color: #777;
}
.widget-text {
	line-height: 1.7;
	letter-spacing: 1px;
}
/* Search widget */

.search-wrap {
	position: relative;
}
.search-field {
	width: 100% !important;
	height: 40px !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-button {
	width: 42px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 1px;
	overflow: hidden;
	background: transparent;
	border: none;
	outline: none;
	color: #777;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.search-button:hover {
	color: #212121;
}
.search-button:hover + .search-field {
	border-color: #ccc;
}
/* Widget menu */

.widget-menu {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
}
.widget-menu li {
	padding: 5px 0;
	font-family: Lora, "Times New Roman", Times, serif;
}
.widget-menu li a {
	color: #555;
	text-decoration: none;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-menu li a:hover {
	border-color: rgba(229,64,40, .4);
	color: #e54028;
}
.widget-menu li small {
	font-size: 11px;
	font-style: italic;
	color: #999;
}
/* Widget tags */

.tags {
}
.tags a {
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 5px 7px;
	border: 1px solid #e9e9e9;
	color: #777;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tags a:hover {
	text-decoration: none;
	border-color: rgba(229,64,40, .5);
	color: #e54028;
}
/* Posts & comments */

/* Widget menu */

.widget-posts {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	color: #aaa;
}
.widget-posts li {
	padding: 7px 0;
	border-bottom: 1px dotted #e9e9e9;
}
.widget-posts li a {
	color: #555;
	text-decoration: none;
	padding-bottom: 2px;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-posts li a:hover {
	color: #e54028;
}
/* ==============================
   About
   ============================== */
   
.about-section {
	background-attachment: scroll;
	background-size: cover;
}
.about-section .section-heading {
	color: #444;
}
.about-section .section-text {
	line-height: 22px;
	color: #555;
}
/* ==============================
   Demo only
   ============================== */

.ss-panel {
	width: 270px;
	position: fixed;
	top: 20%;
	left: -270px;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fefefe;
	z-index: 9999;
	-webkit-box-shadow: 0 0 1px rgba(21,21,21, .5);
	-moz-box-shadow: 0 0 1px rgba(21,21,21, .5);
	box-shadow: 0 0 1px rgba(21,21,21, .5);
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.ss-button {
	width: 35px;
	height: 35px;
	position: fixed;
	top: 40%;
	left: 0;
	background-color: rgba(0,0,0, .75);
	color: #aaa;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.ss-button:hover {
	color: #fff;
	background-color: #000;
}
.ss-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	color: #bbb;
	cursor: pointer;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.ss-close:hover {
	color: #212121;
}
.ss-title {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.ss-group {
	margin: 20px 0;
}
.ss-color {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px;
	background: #ccc;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.ss-color:hover {
	-webkit-box-shadow: 0 0 30px rgba(255,255,255, .4) inset;
	-moz-box-shadow: 0 0 30px rgba(255,255,255, .4) inset;
	box-shadow: 0 0 30px rgba(255,255,255, .4) inset;
}
.ss-color:after {
	content: " ";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.ssc1 {
	background: #e54028;
}
.ssc2 {
	background: #297ad3;
}
.ssc3 {
	background: #1abdcc;
}
.ssc4 {
	background: #50b459;
}
.ssc5 {
	background: #eabb00;
}
.ssc6 {
	background: #ab5c2c;
}
.ssc7 {
	background: #8f52c8;
}
.ssc8 {
	background: #575757;
}
.ssc9 {
	background: #eabb00;
}
.ssc9:after {
	background: #1560b2;
}
.ssc10 {
	background: #0cb0c8;
}
.ssc10:after {
	background: #1560b2;
}
.ssc11 {
	background: #28ae61;
}
.ssc11:after {
	background: #9c654a;
}
.ssc12 {
	background: #d12e1d;
}
.ssc12:after {
	background: #df6a3b;
}
 @media only screen and (max-width: 480px) {
.ss-button, .ss-panel {
	display: none;
}
}
/* mouse effect */

.mouse {
	position: absolute;
	width: 22px;
	height: 42px;
	bottom: 40px;
	left: 50%;
	margin-left: -12px;
	border-radius: 15px;
	border: 2px solid #ffbf00;
	-webkit-animation: intro 1s;
	animation: intro 1s;
}
.scroll {
	display: block;
	width: 3px;
	height: 3px;
	margin: 6px auto;
	border-radius: 4px;
	background: #ffbf00;
	-webkit-animation: finger 2s infinite;
	animation: finger 2s infinite;
}
 @-webkit-keyframes finger {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
}
 @keyframes finger {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
}
.video-title {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #dfe3e6;
	font-size: 38px;
	color: #ffbf00;
}
.video-title-inner {
	font-size: 38px;
	color: #ffbf00;
}
.bg-content {
	position: relative;
	z-index: 1;
}
/*Home Category*/
.additional-features {
	position: relative;
	color: #FFFFFF;
	line-height: 2;
	text-align: center;
}
.additional-features:hover> a i {
	transform: rotate( 360deg);
	-moz-transform: rotate( 360deg);
	-webkit-transform: rotate( 360deg);
	-o-transform: rotate( 360deg);
	-ms-transform: rotate( 360deg);
}
.additional-features:hover a i, .additional-features a i {
	transition: all 350ms ease-in-out 0s;
	-moz-transition: all 350ms ease-in-out 0s;
	-webkit-transition: all 350ms ease-in-out 0s;
	-o-transition: all 350ms ease-in-out 0s;
	-ms-transition: all 350ms ease-in-out 0s;
}
.circle-bg {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	top: 5px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	font-weight: 700;
	z-index: -1;
	border-top: 1px solid #fff;
}
.additional-title {
	z-index: 100;
}
.container.additional-inner {
	padding-top: 60px;
	padding-bottom: 70px;
}
.additional-section .title {
	color: #FFFFFF;
}
.additional-section h5 {
	padding: 0px 10px 5px 0;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.additional-features a i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.additional-features:hover> a i {
	transform: rotate( 360deg);
	-moz-transform: rotate( 360deg);
	-webkit-transform: rotate( 360deg);
	-o-transform: rotate( 360deg);
	-ms-transform: rotate( 360deg);
}
.additional-content {
	padding: 0px 5px;
}
.additional-content h5 {
	color: #444;
	font-size: 13px;
	text-transform: capitalize;
}
.additional-content p {
	color: #777;
}
.additional-feature-image {
	z-index: 1;
	text-align: center;
}
.features-border-top {
/*	margin-top: 70px;*/
}
.features-border-top .col-md-3 {
	margin-top: -40px;
	padding: 0px;
}
.features-border-top .col-md-3:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	height: 40%;
	width: 1px;
}
.features-border-top .right-border:before {
	content: "";
	position: absolute;
	top: 40px;
	right: 0;
	height: 40%;
	width: 1px;
}
.additional-features > a i {
	background-color: #fff;
}
.additional-features > a:hover i {
	background-color: #444;
}
.features-border-top {
/*	border-color: #ffbf00;*/
}
.additional-features > a i, .features-border-top .right-border:before {
	background-color: #ffbf00;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
/* Nav */
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/*border-right:1px solid #d6d4d4;*/
	border: 1px solid transparent;
	-webkit-border-image: url(../images/line.png) 1 2 stretch;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}
/* Content */
.content-wrap {
	position: relative;
}
.content-wrap ul {
	margin-top: 30px;
	padding: 0px;
}
.content-wrap ul li {
	list-style: none;
	font-size: 16px;
	color: #c52d2f;
	padding: 12px 18px 5px;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	border-left: 3px solid #e2b939;
	font-weight: 400;
}
.content-wrap ul li:hover {
	border-left: 3px solid #3bafda;
}
.content-wrap ul li span {
	float: left;
	color: #3bafda;
	margin-right: 16px;
	vertical-align: middle;
	font-size: 24px;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 5px;
	max-width: 1200px;
	text-align: left;
	border: 1px solid #f4f4f4;
	float: left;
}
.content-wrap section.content-current {
	display: block;
}
.content-area {
	margin: 20px 0px;
}
.content-wrap section p {
	font-weight: 500;
	font-size: 13px;
	color: #555;
}
/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}
/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox nav {
	background: rgba(255,255,255,0.4);
}
.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 2em 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.tab-icon {
	display: inline-block;
}
.tabs-style-iconbox nav ul li a span {
	font-weight: 700;
	font-size: 0.7em;
}
.tabs-style-iconbox nav ul li.tab-current {
	z-index: 100;
}
.tabs-style-iconbox nav ul li.tab-current a {
	background: #fff;
	box-shadow: -1px 0 0 #fff;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: red;
	content: '';
	pointer-events: none;
}
.tabs-style-iconbox nav ul li:first-child::before, .tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}
.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}
.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}
.tabs nav ul li:last-child {
/*border-right:none;*/
	
}
/*****************************/
/* Top Line */
/*****************************/

.tabs-style-topline {
	max-width: 1200px;
	margin-top: 35px;
}
.tabs-style-topline nav li {
/*border: 1px solid rgba(40,44,42,0.1);*/
}
.tabs-style-topline nav li:first-child {
/*border-left:3px solid #fec503;*/
	
}
.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}
.tabs-style-topline nav li.tab-current {
	border-bottom: none;/*background-color:#efeeee;*/
}
.tabs-style-topline nav a {
	padding: 12px 0px;
	background: #fafaff;
	color: #74777b;
	line-height: 16px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
}
.tabs-style-topline nav a:hover, .tabs-style-topline nav a:focus {
	color: #4e4e4e;
}
.tabs-style-topline nav li.tab-current a {
	background: none;
	/*	box-shadow: inset 0 3px 0 #fec503;*/
	color: #777;
	border-bottom: 3px solid #c52d2f;
	padding: 11px 0px;
	margin: 0px auto;
	text-decoration: none;
}
.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}
.tabs-style-topline nav a span {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 9px;
}
.tabs-style-topline nav a span .tab-current a {
	border-bottom: 2px solid red;
}
 @media screen and (max-width: 58em) {
.tabs nav a.icon span {
	display: block;
	line-height: 14px;
	font-size: 9px;
	letter-spacing: 0;
}
.tabs-style-topline nav a img {
	width: 40%;
}
.tab-icon {
	height: 35px;
	display: inline-block;
}
.tabs nav a:before {
	margin-right: 0;
}
}
.accordion-toggle:hover {
	text-decoration: none;
}
.accordion_container {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 40px;
	text-align: left;
}
.accordion_head {
	background-color: #f7f7f7;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-weight: 600;
	border-left: 4px solid #e2b939;
}
.accordion_head:hover {
	border-left: 4px solid #3bafda;
}
.accordion_body {
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.content-wrap p {
	font-size: 13px;
}
.content-wrap ol {
	margin: 0px;
	padding: 0px;
}
.content-wrap ol li {
	font-size: 13px;
	color: #333;
	font-weight: 500;
	margin-bottom: 5px;
	list-style-type: none;
}
.content-wrap ol li i {
	margin-right: 10px;
	font-size: 12px;
	color: #c52d2f;
}
.steps {
	margin-top: 30px;
}
.works {
	background-color: #fdfcfc;
}
.steps p {
	font-size: 13px;
	margin-top: 13px;
	font-weight: 600;
}
.laptop img {
	width: 60%;
}
/*  solutions tab */
div.solutions-tab-container {
	z-index: 10;
	padding: 35px 0px;
	background-clip: padding-box;
}
div.solutions-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.solutions-tab-menu div.list-group {
	margin-bottom: 0;
}
div.solutions-tab-menu div.list-group>a {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	background-color: #f4f4f4;
	font-weight: 500;
	padding: 22px 0px;
}
div.solutions-tab-menu div.list-group>a .glyphicon, div.solutions-tab-menu div.list-group>a .fa {
	color: #444;
}
div.solutions-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.solutions-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.solutions-tab-menu div.list-group>a.active, div.solutions-tab-menu div.list-group>a.active .i, div.solutions-tab-menu div.list-group>a.active .fa {
	background-color: #3bafda;
	background-image: #3bafda;
	color: #ffffff;
}
div.solutions-tab-menu i {
	font-size: 34px;
}
div.solutions-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #3bafda;
}
div.solutions-tab-content {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	float: left;
	clear: both;
	padding: 15px 10px;
	text-align: left;
}
div.solutions-tab div.solutions-tab-content:not(.active) {
	display: none;
}
.btn-submit {
	padding: 10px 40px;
	border: 0px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #74cc44;
}
.btn-submit:hover {
	background-color: #444;
}
.team-category {
	margin-top: 30px;
	margin-bottom: 50px;
}
.team-category ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.team-category ul li {
	width: 16%;
	display: inline-block;
}
.no-border {
	border-right: none !important;
}
.client {
	width: 100%;
	height: 100%;
	/*	background-color: #f;*/
	letter-spacing: 1px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	cursor: pointer;
	padding: 10px 0px;
}
.team img {
	display: block;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #eee;
	margin: 10px auto;
}
.client h2 {
	font-size: 15px;
	color: #555;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}
.client h3 {
	font-weight: 400;
	margin-top: 5px;
	font-size: 13px;
	color: #555;
}
.clearer {
	clear: both;
}
.client:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
	-webkit-box-shadow: 10px 10px 91px 0px #ccc;
	-moz-box-shadow: 10px 10px 91px 0px #ccc;
	box-shadow: 10px 10px 91px 0px #ccc;
	z-index: 9999;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	background-color: #fff;
}
.client:hover .team {
}
.about-text {
	text-align: left;
}
.about-text p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 18px;
	margin-top: 10px;
	font-weight: 400;
}