/*------------------------------------------------------------------
 [Table of contents]

 General Styling
 Header
 Footer
 About Us
 Blog
 Contact
 Portfolio
 Sidebar
 Typography
 Elements [Forms, buttons etc..]
 Other Plugins

 [/Table of contents]
 -------------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #5a5a5a;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 93.75%;
}
html ::selection {
	color: #ffffff;
	background: #ffca35;
}
.page-content {
	padding: 100px 0;
}
.js_active .page-content {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
p {
	letter-spacing: 0.3px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875 rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Custom */
blockquote {
	margin: 30px 0;
	padding: 30px 20px;
	border-left: 5px solid #ffca35;
	background-color: #ffffff;
	font-size: 16px;
	font-style: italic;
	color: #949494;
	line-height: 25px;
}

blockquote p {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* Default WordPress Styling */
.bypostauthor {}

.wp-caption {
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

img.aligncenter {
	margin: 5px auto;
}
figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text, 
.entry-caption, 
.gallery-caption {
	margin: 0 0 15px;
	padding: 5px 15px;
	background-color: #f4f4f4;
	color: #222;
	font-size; 11px;
	font-style: normal;
}
/* Custom - Base Forms Style */

input, select, textarea {
	width: 100%;
	height: 38px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	outline: none;
	padding-left: 15px;
	line-height: 38px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #343434;
}

textarea {
	height: 190px;
	max-height: 280px;
}

button, input[type="submit"], input[type="button"] {
	display: inline-block;
	padding: 12px 20px;
	width: auto;
	height: 38px;
	line-height: 0;
	background-color: #ffca35;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #121212;
	letter-spacing: 1px;
	box-shadow: none;
	border: none;
}
button i, input[type="submit"] i, input[type="button"] i {
	font-size: 15px;
	margin-left: 5px;
}

/* End Custom - Base Forms Style */

/* Custom - Table Elements Styles */
table {
	width: 100%;
	max-width:
	}

	table td, table th  {
	border-top: 1px solid #ededed;
	padding: 10px;
	text-align: center;
}

table tr:nth-child(odd) td {
	background-color: #ededed;
}

/* Skela Lists */

.default-list {
	margin: 30px 0;
}

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

.default-list ul li {
	display: inline-block;
	margin-bottom: 10px;
}

.default-list ul li a {
	font-size: 13px;
	color: #343434;
}

.default-list ul li a:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	margin-right: 8px;
	font-size: 10px;
}

.default-list ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}

.skela-heading .heading-title {
	margin: 0 0 15px 0;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #121212;
}
.skela-heading .heading-divider {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 40px;
	height: 2px;
	background-color: #ffca35;
}
.skela-heading .heading-desc {
	margin: -10px 0 20px 0;
	color: #343434;
}
@media (max-width: 991px) {
	.skela-heading {
		margin-bottom: 45px;
	}
}

.top-bar {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	background-color: #222429;
	border-bottom: 1px solid transparent;
	color: #ffffff;
}

.transparent-header .top-bar {
	position: absolute;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(250, 250, 250, 0.25);
	z-index: 999;
	color: #ffffff;
}

.top-bar a {
	color: #ffffff;
}

.transparent-header .top-bar a {
	color: #ffffff;
}

.top-bar p {
	margin: 0;
	color: inherit;
	display: inline-block;
}

.top-bar a:hover {
	color: #ffca35;
	transition: all 0.5s;
}

.top-bar .widget-heading {
	display: none;
}

.top-bar ul {
	padding: 0;
	margin: 0;
}
.top-bar ul li {
	display: inline-block;
	list-style: none;
}

.top-bar ul li {
	margin-right: 20px;
}
.top-bar ul li i {
	margin-right: 4px;
}

.top-bar .skela-social-icons-widget ul li {
	margin: 0 0 0 3px;
}

.top-bar .skela-social-icons-widget ul li i {
	width: 28px;
	height: 28px;
	text-align: center;
	display: inline-block;
	line-height: 28px;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid rgba(250, 250, 250, 0.5);
	border-radius: 50%;
}
.top-bar .skela-social-icons-widget ul li i:hover {
	color: #ffca35;
	transition: all 0.5s;
}

.site-header {
	position: relative;
}

.site-header .main-header {
	position: relative;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.site-header.is-fixed .main-header {
	position: fixed;
	width: 100%;
	top: 0 !important;
	background-color: #fff;
	background-color: rgba(250, 250, 250, 0.97);
	z-index: 9999;
	backface-visibility: hidden;
}

.default-header .main-header {
	background-color: #fff;
}

.default-header .logo-alt, .transparent-header .logo-default {
	display: none;
}

.transparent-header .logo-alt {
	display: block;
}

.transparent-header.is-fixed .logo-default {
	display: block;
}

.transparent-header.is-fixed .logo-alt {
	display: none;
}

.transparent-header .main-header {
	position: absolute;
	width: 100%;
	top: 0;
	background-color: transparent;
	z-index: 9999;
}

.transparent-header.has-top-bar .main-header {
	top: 50px;
}

@media (max-width: 991px) {
	.transparent-header.has-top-bar .main-header {
		top: 0;
	}
}

.site-header .site-header-inner {
	display: table;
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.site-header .site-logo {
	display: table-cell;
	width: 150px;
	padding: 0 30px 0 0;
	vertical-align: middle;
}

.site-header .site-logo img {
	width: 100%;
}

.header-button a {
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
	background-color: #ffca35;
	color: #121212;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 15px;
	letter-spacing: 0.3px;
	line-height: normal;
	z-index: 99;
}

.header-button a:hover {
	background-color: #222429;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.header-right-toggle {
	margin-top: 10px;
	margin-right: 20px;
}
.header-right-toggle a {
	padding-left: 5px;
	margin-top: 25px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #ffca35;
	display: inline-block;
}
a.side-menu-button {
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}
a.side-menu-button i {
	margin-right: 6px;
}
nav.main-navigation {
	position: relative;
	z-index: 20;
}
nav.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.main-navigation ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
nav.main-navigation ul li ul.sub-menu {
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	width: 170px;
	background: #222429;
	padding: 5px 0;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translate3d(20px, 0, 0);
	-o-transform: translate3d(20px, 0, 0);
	-ms-transform: translate3d(20px, 0, 0);
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li {
	display: block;
	padding: 0;
	margin: 10px 0px;
	line-height: normal;
}
nav.main-navigation ul li ul.sub-menu li ul.left-come {
	left: -160px !important;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu {
	text-align: left;
	position: absolute;
	top: 0;
	left: 170px;
	width: 160px;
	background: #2c2f36;
	padding: 5px 0;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translate3d(20px, 0, 0);
	-o-transform: translate3d(20px, 0, 0);
	-ms-transform: translate3d(20px, 0, 0);
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li {
	display: block;
	padding: 0;
	margin: 10px 0px;
	line-height: normal;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 22px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li a:hover {
	color: #ffca35;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li:last-child {
	float: none;
}
nav.main-navigation ul li ul.sub-menu li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
nav.main-navigation ul li ul.sub-menu li a {
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 22px;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
	color: #ffca35;
}

nav.main-navigation ul li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
	font-size: 13px;
	font-weight: bold;
	color: #121212;
}
.transparent-header nav.main-navigation ul a {
	color: #ffffff;
}

.is-fixed nav.main-navigation ul a {
	color: #121212;
}
nav.main-navigation ul a i {
	margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	nav.main-navigation ul a {
		padding: 10px 0;
	}
}
nav.main-navigation ul a:hover {
	color: #ffca35;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

nav.main-navigation ul li.current-menu-ancestor a, nav.main-navigation ul li.current-menu-item a, nav.main-navigation ul li ul li.current-menu-item a {
	color: #ffca35;
}

/* Responsive Menu */

nav.responsive-menu ul {
	padding: 25px 15px;
	margin: 0;
	list-style: none;
}
nav.responsive-menu ul li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
nav.responsive-menu ul li .show-submenu {
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	color: #7a7a7a;
}
nav.responsive-menu ul li .sub-menu {
	display: none;
	padding: 5px 15px 0px 30px;
}
nav.responsive-menu ul li .sub-menu.open {
	display: block;
}
nav.responsive-menu ul li .sub-menu li:first-child {
	padding-top: 0px;
}
nav.responsive-menu ul li .sub-menu li {
	position: relative;
	margin: 0;
	padding: 0px 10px;
	background-color: #ffffff;
}
nav.responsive-menu ul li .sub-menu li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 2px;
	color: #d1d1d1;
}
nav.responsive-menu ul li .sub-menu li:last-child {
	padding-bottom: 0px;
}
nav.responsive-menu ul li .sub-menu a {
	color: #878787;
	letter-spacing: 0.2px;
	padding: 5px;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 400;
}
nav.responsive-menu a {
	letter-spacing: 0.2px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px;
	margin: 0;
	color: #7a7a7a;
}
.sidebar-menu-inner {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.sidebar-menu-container {
	position: relative;
	overflow: hidden;
}
.sidebar-menu-push {
	position: relative;
	left: 0;
	z-index: 9999;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.sidebar-menu-overlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.sidebar-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	-webkit-transition: all 1s;
	transition: all 1s;
	overflow-y: auto;
}
.sidebar-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
	margin-left: 250px;
}
.slide-from-left.sidebar-menu {
	z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
	display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
	.sidebar-menu {
		width: 320px;
	}
	.slide-from-left.sidebar-menu-open .sidebar-menu-push {
		-webkit-transform: translate3d(320px, 0, 0);
		transform: translate3d(320px, 0, 0);
	}
	.ie9 .slide-from-left .sidebar-menu-push {
		margin-left: 320px;
	}
}
footer {
	color: #fff;
	background-color: #222429;
}

/* Custom */
footer a {
	color: #fff;
}

footer a:hover {
	transition: all 0.3s;
}

footer a:focus, footer a:hover {
	color: #ffca35;
}

/* Custom */
footer .footer-widgets {
	padding: 100px 0 40px 0;
}
footer .footer-widgets .heading {
	margin-bottom: 30px;
}
footer .footer-widgets .heading h4 {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/* Custom - Footer Widget Styles */

footer .footer-widget {
	margin-bottom: 40px;
}

footer .footer-widgets {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-transform: none;
}

footer .footer-widgets ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footer-widgets ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2c2f36;
}

footer .footer-widgets ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

/* Custom - Footer Widget Form Styles */

footer .footer-widget input, footer .footer-widget select, footer .footer-widget textarea {
	margin: 0;
	background-color: #2c2f36;
	color: #fff;
	border: none;
}

footer .footer-widget input[type="submit"], footer .footer-widget input[type="button"], footer .footer-widget button {
	background-color: #ffca35;
	color: #121212;
}

/* Custom - Footer Widget Calendar */

footer .footer-widgets .widget_calendar table {
	border: 1px solid #2c2f36;
}

footer .footer-widgets .widget_calendar table td, footer .footer-widgets .widget_calendar table th {
	border-top: 1px solid #2c2f36;
}

footer .footer-widgets .widget_calendar table tr:nth-child(odd) td {
	background-color: #2c2f36;
}

footer .footer-widgets .widget_text p {
	margin-bottom: 25px;
}

footer .footer-widgets .widget_text p:last-child {
	margin-bottom: 0;
}

footer ul.social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
	margin: 0 3px 8px 0;
	padding: 0;
	border: none;
}

footer ul.social-icons li i {
	color: #121212;
	width: 28px;
	height: 28px;
	background-color: #ffffff;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

footer ul.social-icons li i:hover {
	background-color: #ffca35;
	color: #121212;
	transition: all 0.3s;
}

footer .footer-widgets .contact-info .content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .footer-widgets .contact-info .content ul li {
	display: block;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
footer .footer-widgets .contact-info .content ul li p {
	margin: 0;
	min-height: 48px;
	white-space: pre;
}
footer .footer-widgets .contact-info .content ul li i {
	float: left;
	margin-right: 15px;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	background-color: #2c2f36;
	color: #ffffff;
}

footer .footer-widgets .contact-info .content ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

footer .footer-widgets .skela-recent-posts-widget li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

footer .footer-widgets .skela-recent-posts-widget .post-thumb {
	margin-right: 15px;
}

footer .footer-widgets .skela-recent-posts-widget .has-thumb .post-content {
	padding-left: 70px;
}

footer .footer-widgets .skela-recent-posts-widget .post-content h6 {
	margin: 0;
	line-height: 18px;
	font-size: 13px;
	font-weight: 700;
}
.footer-bottom {
	background-color: #2c2f36;
	color: #fff;
	height: 60px;
	line-height: 60px;
	letter-spacing: 0.3px;
}

.footer-bottom a {
	color: #ffffff;
}

.footer-bottom a:focus, .footer-bottom a:hover {
	color: #ffca35;
	transition: all 0.5s;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom .widget-heading {
	display: none;
}

.footer-bottom .copyright-text, .footer-bottom .widget_text {
	font-size: 11px;
}

@media (max-width: 991px) {
	.footer-bottom .widget_text, .footer-bottom .copyright-text {
		text-align: center;
	}
}
.footer-bottom ul.social-icons li {
	margin: 0 3px 0 0;
}

.footer-bottom ul.social-icons li i {
	color: #121212;
	width: 28px;
	height: 28px;
	background-color: rgba(255, 255, 255, .2);
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

.footer-bottom ul.social-icons li i:hover {
	background-color: #ffca35;
	transition: all 0.3s;
}

@media (max-width: 991px) {
	.footer-bottom .widget_nav_menu {
		display: none;
	}
}
.footer-bottom .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-bottom .widget_nav_menu ul li {
	display: inline-block;
	margin-left: 30px;
}
.footer-bottom .widget_nav_menu ul li a {
	font-size: 12px;
}

.skela-icon-box {
	margin-bottom: 20px;
}

.skela-icon-box .icon {
	float: left;
}

.skela-icon-box.font-icon .text {
	padding-left: 70px;
}

.skela-icon-box.image-icon .text {
	padding-left: 85px;
}

.skela-icon-box img {
	margin-right: 20px;
	padding-top: 7px;
}

.skela-icon-box i {
	display: block;
	margin-right: 20px;
	font-size: 45px;
	line-height: 45px;
	color: #ffca35;
}

.skela-icon-box h4 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: 700;
}

.skela-icon-box p {
	padding-right: 50px;
}

.skela-services .service-item {
	margin-bottom: 30px;
}

.skela-services.style2 .service-item {
	margin: 0;
}

.skela-services.style2 .item-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.skela-services .service-item .down-content {
	padding: 30px 30px 25px 30px;
	background-color: #f4f4f4;
}

.skela-services .service-item .down-content h4 {
	margin: 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 16px;
	margin-top: 0px;
}

.skela-services .service-item .down-content .line-dec {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 15px 0;
}

.skela-services .service-item .down-content p {
	margin-top: -5px;
}

.skela-services .service-item .down-content .text-button {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.skela-services .service-item .down-content .text-button a {
	color: initial;
}

/* Services Box - Dark Style */

.skela-services .service-item.dark .down-content {
	background-color: #222429;
}

.skela-services .service-item.dark .down-content h4, .skela-services .service-item.dark .down-content p {
	color: #fff;
}

.skela-services .service-item.dark .down-content .text-button {
	border-color: rgba(250, 250, 250, 0.1);
}

.skela-services .service-item.dark .down-content .text-button a {
	color: #fff;
}

.skela-services .service-item.dark .down-content .text-button a:hover {
	color: #ffca35;
}

/* End Services Box - Dark Style */

.skela-services.style2 .skela-navigation .pagination {
	margin-top: 50px;
	text-align: center;
}

.skela-member .team-member {
	margin-bottom: 30px;
}
.skela-member .team-member .thumb-holder {
	position: relative;
}
.skela-member .team-member .thumb-holder img {
	width: 100%;
	overflow: hidden;
}
.skela-member .team-member .thumb-holder .hover-content {
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}
.skela-member .team-member .thumb-holder .hover-content ul.social-icons {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.skela-member .team-member .thumb-holder .hover-content ul.social-icons li {
	display: inline-block;
	margin: 0 0px 4px 0;
}

.skela-member .team-member .thumb-holder .hover-content ul.social-icons li i {
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.skela-member .team-member .thumb-holder .hover-content ul.social-icons li i:hover {
	color: #121212;
	background-color: #ffffff;
	transition: all 0.5s;
}
.skela-member .team-member .thumb-holder:hover .hover-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}
.skela-member .team-member .down-content {
	background-color: #f4f4f4;
	text-align: center;
	padding: 20px;
}
.skela-member .team-member .down-content h4 {
	font-weight: 700;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.skela-member .team-member .down-content span {
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
}
.skela-member .team-member .down-content .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 15px auto 12px auto;
}

section.expert-about-page {
	background-color: #f4f4f4;
}
section.expert-about-page .team-member .down-content {
	background-color: #ffffff;
}
section.our-history {
	margin-top: 100px;
	background-color: #f4f4f4;
	padding: 60px 0px;
}
section.our-history .section-heading {
	text-align: center;
}
section.our-history .section-heading .line-dec {
	margin: 0 auto;
}
section.our-history .section-heading p {
	margin-bottom: 50px;
}
section.our-history .tab .tabs {
	width: 100%;
	display: inline-block;
}
section.our-history .tab .tab-links:after {
	display: block;
	clear: both;
	content: '';
}
section.our-history .tab .tab-links {
	margin-top: 30px;
	margin-left: -40px;
}
section.our-history .tab .tab-links li {
	margin: 0px;
	float: left;
	list-style: none;
}
@media (max-width: 991px) {
	section.our-history .tab .tab-links li {
		width: 25%;
	}
}
section.our-history .tab .tab-links li:last-child {
	border-right: none;
}
section.our-history .tab .tab-links a img {
	max-width: 100%;
}
section.our-history .tab .tab-links a .down-content {
	border-top: 3px solid #ffffff;
	padding: 12px 20px 12px 20px;
	background-color: #ffffff;
}
@media (max-width: 991px) {
	section.our-history .tab .tab-links a .down-content {
		padding: 5px 10px;
	}
}
section.our-history .tab .tab-links a .down-content span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffca35;
	font-weight: 700;
}
section.our-history .tab .tab-links a .down-content h6 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
}
@media (max-width: 991px) {
	section.our-history .tab .tab-links a .down-content h6 {
		display: none;
	}
}
section.our-history .tab .tab-links a:hover {
	color: #272727;
	text-decoration: none;
}
section.our-history .tab li.active a .down-content, section.our-history .tab li.active a:hover .down-content {
	border-top: 3px solid #ffca35;
}
section.our-history .tab li.active img {
	opacity: 0.5;
	transition: all 0.5s;
}
section.our-history .tab .tab-content {
	background: #ffffff;
}
section.our-history .tab .tab-content img {
	max-width: 100%;
}
section.our-history .tab .tab-content .right-text {
	margin-top: 30px;
}
section.our-history .tab .tab-content .right-text span {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #ffca35;
	font-weight: 600;
}
section.our-history .tab .tab-content .right-text h4 {
	margin-top: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
section.our-history .tab .tab-content .right-text .line-dec {
	width: 40px;
	height: 2px;
	background-color: #ffca35;
}
section.our-history .tab .tab-content .right-text p {
	color: #7a7a7a;
	margin-top: 30px;
	padding-right: 30px;
}
section.our-history .tab .tab-content .right-text .list {
	margin-top: 30px;
	margin-bottom: 30px;
}
section.our-history .tab .tab-content .right-text .list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
section.our-history .tab .tab-content .right-text .list ul li {
	display: inline-block;
	margin-bottom: 10px;
}
section.our-history .tab .tab-content .right-text .list ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #343434;
}
section.our-history .tab .tab-content .right-text .list ul li i {
	margin-right: 8px;
	font-size: 10px;
}
section.our-history .tab .tab-content .right-text .list ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
section.our-history .tab .tab-content .right-text .list ul li:last-child {
	margin-bottom: 0px;
}
section.our-history .tab .tab {
	display: none;
}
section.our-history .tab .tab.active {
	display: block;
}

.skela-post-box .blog-item {
	position: relative;
	margin-bottom: 30px;
}

.skela-post-box .blog-thumb {
	overflow: hidden;
	position: relative;
}

.skela-post-box.style1 .blog-thumb img {
	width: 100%;
	padding-right: 45px;
}
@media (max-width: 991px) {
	.skela-post-box.style1 .blog-thumb img {
		padding-right: 0px;
	}
}

.skela-post-box.style1 .blog-content {
	position: absolute;
	bottom: 0;
	margin-left: 50px;
	background-color: #f4f4f4;
	color: #fff;
	padding: 20px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.skela-post-box.style1 .blog-content {
		margin-left: 0px;
		width: 100%;
	}
}

.skela-post-box.style1 .content-show h4 {
	margin-top: 0px;
}
.skela-post-box.style1 .content-show a {
	font-size: 17px;
	font-weight: 700;
	color: #121212;
}
.skela-post-box.style1 .content-show span, .skela-post-box.style1 .content-show span a {
	font-size: 12px;
	font-weight: 700;
	color: #343434;
}
.skela-post-box.style1 .content-hide p {
	margin: 15px 0 0 0;
	color: #5a5a5a;
}
.skela-post-box.style1 .content-hide {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	transition: height 0.5s;
}

.skela-post-box.style1 .blog-item:hover .content-hide {
	height: auto;
}

.skela-post-box.style2 .blog-item {
	position: relative;
	margin-bottom: 30px;
}
.skela-post-box.style2 .blog-thumb img {
	width: 100%;
}
.skela-post-box.style2 .blog-content {
	border-top: 3px solid #ffffff;
	background-color: #ffffff;
	padding: 27px 30px 30px 30px;
}
.skela-post-box.style2 .blog-content h4 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
}
.skela-post-box.style2 .blog-content span, .skela-post-box.style2 .blog-content span a {
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
}
.skela-post-box.style2 .blog-content p {
	margin-top: 20px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 27px;
	margin-bottom: 30px;
}
.skela-post-box.style2 .blog-content .border-button a {
	border-color: #121212;
	color: #121212 !important;
}
.skela-post-box.style2 .blog-content .border-button a:hover {
	background-color: #ffca35;
	border-color: #ffca35;
	transition: all 0.5s;
}
.skela-post-box.style2 .blog-item:hover .blog-content {
	transition: all 0.5s;
	border-top: 3px solid #ffca35;
}

/* Archive - Classic and Grid Layout */
.archive-classic .blog-item, .archive-grid .blog-item, .archive-masonry .blog-item {
	position: relative;
	margin-bottom: 30px;
}
.archive-classic .blog-content, .archive-grid .blog-content, .archive-masonry .blog-content {
	border-top: 3px solid #f9f9f9;
	background-color: #f9f9f9;
	padding: 27px 30px 30px 30px;
}
.archive-classic .sticky .blog-content,
.archive-grid .sticky .blog-content,
.archive-masonry .sticky .blog-content {
	border-color: #ffca35;
}
.archive-classic .blog-content h4, .archive-grid .blog-content h4, .archive-masonry .blog-content h4 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
}
.archive-classic .blog-content span, .archive-classic .blog-content span a, .archive-grid .blog-content span, .archive-grid .blog-content span a, .archive-masonry .blog-content span, .archive-masonry .blog-content span a {
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
}
.archive-classic .blog-content p, .archive-grid .blog-content p, .archive-masonry .blog-content p {
	margin-top: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 27px;
	margin-bottom: 30px;
}
.archive-classic .blog-content .border-button a, .archive-grid .blog-content .border-button a, .archive-masonry .blog-content .border-button a {
	border-color: #121212;
	color: #121212 !important;
}
.archive-classic .blog-content .border-button a:hover, .archive-grid .blog-content .border-button a:hover, .archive-masonry .blog-content .border-button a:hover {
	background-color: #ffca35;
	border-color: #ffca35;
	transition: all 0.5s;
}
.archive-classic .blog-item:hover .blog-content, .archive-grid .blog-item:hover .blog-content, .archive-masonry .blog-item:hover .blog-content {
	transition: all 0.5s;
	border-top: 3px solid #ffca35;
}

/* Archive - List Layout */

.archive-list .blog-item {
	position: relative;
	margin-bottom: 30px;
}
.archive-list .blog-thumb img {
	max-width: 100%;
	border-right: 3px solid #f9f9f9;
}
@media (max-width: 991px) {
	.archive-list .blog-thumb img {
		width: 100%;
		border-right: 0;
	}
}
.archive-list .blog-content {
	margin-left: -30px;
	background-color: #f9f9f9;
	padding: 27px 30px 30px 30px;
	min-height: 336px;
}
@media (max-width: 991px) {
	.archive-list .blog-content {
		margin-left: 0px;
	}
}
.archive-list .blog-content h4 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
}
.archive-list .blog-content span, .archive-list .blog-content span a {
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
}
.archive-list .blog-content p {
	margin-top: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 27px;
	margin-bottom: 30px;
}
.archive-list .blog-content .border-button a {
	border-color: #121212;
	color: #121212 !important;
}
.archive-list .blog-content .border-button a:hover {
	background-color: #ffca35;
	border-color: #ffca35;
	transition: all 0.5s;
}
.archive-list .blog-item:hover img {
	transition: all 0.5s;
	border-right: 3px solid #ffca35;
}
@media (max-width: 991px) {
	.archive-list .blog-item:hover img {
		border-right: none;
	}
}
.archive-grid .pagination {
	width: 100%;
	text-align: center;
}
.blog-masonry .pagination {
	width: 100%;
	text-align: center;
}
.single-post .blog-item {
	position: relative;
	margin-bottom: 30px;
}
.single-post .blog-thumb img {
	width: 100%;
}
.single-post .blog-content-wrapper {
	border-top: 3px solid #f9f9f9;
	background-color: #f9f9f9;
	padding: 27px 30px 30px 30px;
}

.single-post .blog-content .blog-head {
	margin: 0 0 20px 0;
}

.single-post .blog-content h4 {
	margin-top: 0px;
	font-size: 21px;
	font-weight: 700;
}
.single-post .blog-content span, .single-post .blog-content span a {
	font-size: 12px;
	font-weight: 600;
	color: #7a7a7a;
}
.single-post .blog-content p {
	/*padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: none;*/
	margin-bottom: 20px;
	
}

.single-post .blog-content blockquote p {
	margin: 0;
}
.single-post .blog-content .image-description {
	margin-top: 30px;
	display: block;
}
.single-post .blog-content .image-description img {
	max-width: 100%;
	float: left;
	margin-right: 30px;
}
@media (max-width: 991px) {
	.single-post .blog-content .image-description img {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0px;
	}
}
.single-post .blog-content .image-description p {
	margin-bottom: 25px;
}
.single-post .blog-content .image-description .list {
	margin-top: 0px;
	margin-bottom: 30px;
}
.single-post .blog-content .image-description .list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-post .blog-content .image-description .list ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.single-post .blog-content .image-description .list ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #343434;
}
.single-post .blog-content .image-description .list ul li i {
	margin-right: 8px;
	font-size: 10px;
}
.single-post .blog-content .image-description .list ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.single-post .blog-content .image-description .list ul li:last-child {
	margin-bottom: 0px;
}
.single-post .blog-content-wrapper .tags-share {
	padding-top: 30px;
	margin-top: 80px;
	border-top: 1px solid #e5e5e5;
}
.single-post .blog-content-wrapper .tags-share h6 {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	margin-top: 2px;
	margin-right: 10px;
}

.single-post .blog-content-wrapper .tags-share ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
}
.single-post .blog-content-wrapper .tags-share ul li {
	display: inline-block;
}

@media (max-width: 991px) {
	.single-post .blog-content-wrapper .tags-share .tags {
		text-align: center;
		margin-bottom: 20px;
	}
}
.single-post .blog-content-wrapper .tags-share .tags a {
	margin: 0 2px;
	display: inline-block;
	letter-spacing: 0.2px;
	font-size: 12px;
	line-height: normal;
	color: #343434;
	background-color: #ffffff;
	padding: 6px 8px;
	border: 1px solid #e5e5e5;
}
.single-post .blog-content-wrapper .tags-share .tags a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.single-post .blog-content-wrapper .tags-share .share {
	text-align: right;
}
@media (max-width: 991px) {
	.single-post .blog-content-wrapper .tags-share .share {
		text-align: center;
	}
}
.single-post .blog-content-wrapper .tags-share .share ul li a {
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #7a7a7a;
}
.single-post .blog-content-wrapper .tags-share .share ul li a:hover {
	color: #343434;
	transition: all 0.5s;
}

.single-post .blog-item:hover .blog-content-wrapper {
	transition: all 0.5s;
	border-top: 3px solid #ffca35;
}

.comments {
	background-color: #f9f9f9;
	padding: 30px;
	margin-bottom: 30px;
}

.comments .widget-heading h4 {
	margin-bottom: 25px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.comments .commentlist,
.comments .commentlist .children {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments .commentlist .children {
	margin: 30px 0 0 0;
	padding: 30px 0 0 95px;
}

@media (max-width: 768px) {
	.comments .commentlist .children {
		padding: 30px 0 0 0;		
	}	
}

.comments .commentlist .comment {
	margin-bottom: 30px;
}

.comments .comment-item {
	position: relative;
}
.comments img {
	max-width: 100%;
	float: left;
	margin-right: 15px;
}
.comments h6 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
}
.comments span {
	font-size: 13px;
	color: #7a7a7a;
	display: inline-block;
}

.comments .reply-button {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffca35;
}

.comments .reply-button a {
	font-size: 12px;
	font-weight: 700;
	color: #ffca35;
}

.comments .reply-button .comment-reply-link:before {
	content: '\f122';
	margin: 0 8px 0 0;
	font-family: 'FontAwesome';
	font-weight: normal;
}

.comments .comment-meta-edit a {
	font-weight: normal;
}

.comments .reply-button i {
	color: #ffca35;
	margin-right: 5px;
}

.comments .comment-text {
	padding-left: 95px;
}

.comments .commentlist .comment:last-child {
	margin-bottom: 0px;
}

.comment-respond {
	margin: 30px 0;
	padding: 30px;
	background-color: #f9f9f9;
}

.comment-respond .comment-reply-title {
	margin-bottom: 25px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.comment-respond input[type="text"], .comment-respond input[type="email"] {
	width: 100%;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	outline: none;
	padding-left: 15px;
	line-height: 38px;
	font-size: 13px;
	color: #343434;
}
@media (max-width: 991px) {
	.comment-respond input[type="text"], .comment-respond input[type="email"] {
		margin-bottom: 25px;
	}
}
.comment-respond textarea {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	height: 160px;
	max-height: 280px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	outline: none;
	padding-left: 15px;
	line-height: 38px;
	font-size: 13px;
	color: #343434;
}

.comment-respond .form-submit, .comment-respond .form-submit input {
	margin: 0;
}

.comment-respond .form-submit input[type="submit"] {
	display: inline-block;
	padding: 12px 20px;
	background-color: #ffca35;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #121212 !important;
	letter-spacing: 1px;
}
.skela-contact-form label {
	margin: 0;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #7a7a7a;
}

.skela-contact-form input, .skela-contact-form select, .skela-contact-form textarea {
	display: block;
}

.skela-contact-form p, .skela-contact-form br, .skela-contact-form button, .skela-contact-form input[type="submit"], .skela-contact-form input[type="button"] {
	margin: 0;
}

.skela-contact-form .wpcf7-not-valid-tip, .skela-contact-form br {
	display: none;
}

.skela-contact-form .wpcf7-not-valid {
	border-color: red !important;
}

.skela-contact-form .wpcf7-response-output {
	margin: 0;
	padding: 6px 12px;
	border: 1px solid transparent;
}

.skela-contact-form .wpcf7-validation-errors, .skela-contact-form .wpcf7-spam-blocked {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.skela-contact-form .wpcf7-mail-sent-ok {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.skela-contact-form .wpcf7-mail-sent-ng {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.company-information {
	background-color: #222429;
	padding: 25px;
}
.company-information h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 30px;
}
.company-information .content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.company-information .content ul li {
	display: block;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.company-information .content ul li p {
	color: #ffffff;
	font-size: 12px;
}
.company-information .content ul li i {
	margin-top: 5px;
	float: left;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	background-color: #2c2f36;
	color: #ffffff;
}
.company-information .content ul li a {
	color: #ffffff;
}
.company-information .content ul li a:hover {
	color: #ffca35;
	transition: all 0.3s;
}
.company-information .content ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.skela-projects-carousel {
	width: 100%;
	position: relative;
}

.skela-projects-carousel .project-item {
	display: none;
	width: 100%;
}

.skela-projects-carousel .projecs-filter {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.skela-projects-carousel .projecs-filter {
		margin-top: 0px;
	}
}
.skela-projects-carousel .projecs-filter span {
	margin: 5px 3px;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #343434;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 16px;
}

.skela-projects-carousel .dark span {
	color: #fff;
	border: 1px solid rgba(250, 250, 250, 0.3);
}

.skela-projects-carousel .projecs-filter span.active {
	border-color: transparent;
	box-shadow: none;
	color: #121212;
	background-color: #ffca35;
}
.skela-projects-carousel .projecs-filter span:hover {
	color: #121212;
	transition: all 0.5s;
}
.skela-projects-carousel .dark span:hover {
	color: #ffffff;
	border: 1px solid rgba(250, 250, 250, 0.3);
	transition: all 0.5s;
}

.skela-projects-carousel .thumb-holder {
	position: relative;
}
.skela-projects-carousel .thumb-holder img {
	position: relative;
	display: block;
	overflow: hidden;
}
.skela-projects-carousel .thumb-content {
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}
.skela-projects-carousel .thumb-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0px;
}
.skela-projects-carousel .thumb-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.skela-projects-carousel .thumb-link ul li {
	margin-left: 5px;
	display: inline-block;
}
.skela-projects-carousel .thumb-link ul li i {
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
}
.skela-projects-carousel .thumb-link ul li i:hover {
	background-color: #ffffff;
	color: #121212;
	transition: all 0.5s;
}
.skela-projects-carousel .thumb-text {
	padding: 0 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.skela-projects-carousel .thumb-text h4 {
	font-size: 17px;
	font-weight: 700;
}
.skela-projects-carousel .thumb-text span {
	color: #343434;
	font-weight: 700;
	font-size: 12px;
}
.skela-projects-carousel .thumb-text i {
	font-size: 14px;
	margin-right: 5px;
	color: #ffffff;
}
.skela-projects-carousel .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

.skela-projects-carousel .owl-nav .owl-next, .skela-projects-carousel .owl-nav .owl-prev {
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	margin: 0;
	font-family: 'FontAwesome';
	font-size: 18px;
	background: #f4f4f4;
	width: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	padding: 0;
}

.skela-projects-carousel .owl-nav .owl-next:before {
	content: "\f105";
}

.skela-projects-carousel .owl-nav .owl-prev:before {
	content: "\f104";
}

.skela-projects-carousel .owl-nav .owl-next {
	right: 0;
}

.skela-projects-carousel .owl-nav .owl-prev {
	left: 0;
}

.skela-projects-carousel .lighter-button {
	text-align: center;
	margin-top: 40px;
}

.projects .project-item {
	display: none;
}
.recent-projects-dark-bg .project-item {
	display: none;
	width: 100%;
}
.recent-projects-three-columns {
	background-color: #f4f4f4;
	padding: 70px 0px 40px 0px;
	position: relative;
}
.recent-projects-three-columns .section-heading {
	text-align: center;
}
.recent-projects-three-columns .section-heading .line-dec {
	margin: 0 auto;
}
.recent-projects-three-columns .section-heading p {
	color: #343434;
}
.recent-projects-three-columns .group {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.recent-projects-three-columns .group span {
	margin: 5px 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #343434;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 16px;
}
.recent-projects-three-columns .group span.active {
	border-color: transparent;
	box-shadow: none;
	color: #121212;
	background-color: #ffca35;
}
.recent-projects-three-columns .group span:hover {
	color: #121212;
	transition: all 0.5s;
}
.recent-projects-three-columns .group span:active {
	box-shadow: none;
}
.recent-projects-three-columns .project-item {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.recent-projects-three-columns .project-item {
		width: 100%;
	}
}
.recent-projects-three-columns .thumb-holder {
	position: relative;
}
.recent-projects-three-columns .thumb-holder img {
	width: 100%;
}
.recent-projects-three-columns .hover-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.recent-projects-three-columns .thumb-content {
	text-align: center;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}
.recent-projects-three-columns .thumb-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-projects-three-columns .thumb-link ul li {
	margin-left: 5px;
	display: inline-block;
}
.recent-projects-three-columns .thumb-link ul li i {
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
}
.recent-projects-three-columns .thumb-link ul li i:hover {
	background-color: #ffffff;
	color: #121212;
	transition: all 0.5s;
}
.recent-projects-three-columns .thumb-text h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
}
.recent-projects-three-columns .thumb-text span {
	font-family: 'Open Sans', sans-serif;
	color: #343434;
	font-weight: 700;
	font-size: 12px;
}
.recent-projects-three-columns .thumb-text i {
	font-size: 14px;
	margin-right: 5px;
	color: #ffffff;
}
.recent-projects-three-columns .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}
.recent-projects-three-columns .regular-button {
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.recent-projects-image-bg {
	background-image: url(../images/recent-project-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px 40px 0px;
	position: relative;
}
.recent-projects-image-bg .section-heading {
	text-align: center;
}
.recent-projects-image-bg .section-heading .line-dec {
	margin: 0 auto;
}
.recent-projects-image-bg .section-heading p {
	color: #343434;
}
.recent-projects-image-bg .group {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.recent-projects-image-bg .group {
		margin-top: 0px;
	}
}
.recent-projects-image-bg .group span {
	margin: 5px 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #343434;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 16px;
}
.recent-projects-image-bg .group span.active {
	border-color: transparent;
	box-shadow: none;
	color: #121212;
	background-color: #ffca35;
}
.recent-projects-image-bg .group span:hover {
	color: #121212;
	transition: all 0.5s;
}
.recent-projects-image-bg .group span:active {
	box-shadow: none;
}
.recent-projects-image-bg .project-item {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.recent-projects-image-bg .project-item {
		width: 100%;
	}
}
.recent-projects-image-bg .thumb-holder {
	position: relative;
}
.recent-projects-image-bg .thumb-holder img {
	width: 100%;
}
.recent-projects-image-bg .hover-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.recent-projects-image-bg .thumb-content {
	text-align: center;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}
.recent-projects-image-bg .thumb-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-projects-image-bg .thumb-link ul li {
	margin-left: 5px;
	display: inline-block;
}
.recent-projects-image-bg .thumb-link ul li i {
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
}
.recent-projects-image-bg .thumb-link ul li i:hover {
	background-color: #ffffff;
	color: #121212;
	transition: all 0.5s;
}
.recent-projects-image-bg .thumb-text h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
}
.recent-projects-image-bg .thumb-text span {
	font-family: 'Open Sans', sans-serif;
	color: #343434;
	font-weight: 700;
	font-size: 12px;
}
.recent-projects-image-bg .thumb-text i {
	font-size: 14px;
	margin-right: 5px;
	color: #ffffff;
}
.recent-projects-image-bg .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}
.recent-projects-image-bg .regular-button {
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.projects {
	position: relative;
}
.skela-projects .group {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.skela-projects .group span {
	margin: 5px 3px;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #343434;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 16px;
}
.skela-projects .group span.active {
	border-color: transparent;
	box-shadow: none;
	color: #121212;
	background-color: #ffca35;
}
.skela-projects .group span:hover {
	color: #121212;
	transition: all 0.5s;
}
.skela-projects .group span:active {
	box-shadow: none;
}
.skela-projects .project-item {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.skela-projects .project-item {
		width: 100%;
	}
}
.skela-projects .thumb-holder {
	position: relative;
}
.skela-projects .thumb-holder img {
	width: 100%;
}
.skela-projects .hover-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.skela-projects .thumb-content {
	text-align: center;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}

.skela-projects .thumb-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.skela-projects .thumb-link ul li {
	margin-left: 5px;
	display: inline-block;
}
.skela-projects .thumb-link ul li i {
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
}
.skela-projects .thumb-link ul li i:hover {
	background-color: #ffffff;
	color: #121212;
	transition: all 0.5s;
}
.skela-projects .thumb-text {
	padding: 0 15px;
}
.skela-projects .thumb-text h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
}
.skela-projects .thumb-text span {
	color: #343434;
	font-weight: 700;
	font-size: 12px;
}
.skela-projects .thumb-text i {
	font-size: 14px;
	margin-right: 5px;
	color: #ffffff;
}
.skela-projects .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.skela-projects.grid-02 .down-content .thumb-text {
	border-bottom: 3px solid #f7f7f7;
	background-color: #f7f7f7;
	padding: 20px;
	width: 100%;
	text-align: center;
}
.skela-projects.grid-02 .down-content .thumb-text h4 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
}
.skela-projects.grid-02 .down-content .thumb-text span {
	color: #7a7a7a;
	font-weight: 700;
	font-size: 12px;
}
.skela-projects.grid-02 .down-content .thumb-text i {
	font-size: 14px;
	margin-right: 5px;
	color: #ffffff;
}
.skela-projects.grid-02 .project-item:hover .thumb-text {
	border-bottom: 3px solid #ffca35;
	transition: all 1s;
}
.skela-projects.grid-02 .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.skela-projects.fullwidth-grid .hover-content {
	padding: 15px;
}

.skela-projects.fullwidth-grid .project-item, .skela-projects.fullwidth-grid .thumb-content, .skela-projects.grid-02 .thumb-content {
	margin: 0;
}

.skela-projects.fullwidth-grid .five-cols, .skela-projects.fullwidth-grid .four-cols, .skela-projects.fullwidth-grid .three-cols, .skela-projects.fullwidth-grid .two-cols {
	position: relative;
	min-height: 1px;
}

.skela-projects.fullwidth-grid .five-cols {
	width: 20%;
	float: left;
}

.skela-projects.fullwidth-grid .four-cols {
	width: 25%;
	float: left;
}

.skela-projects.fullwidth-grid .three-cols {
	width: 33.33%;
	float: left;
}

.skela-projects.fullwidth-grid .two-cols {
	width: 50%;
	float: left;
}

@media (max-width: 992px) {
	.skela-projects.fullwidth-grid .five-cols, .skela-projects.fullwidth-grid .four-cols, .skela-projects.fullwidth-grid .three-cols, .skela-projects.fullwidth-grid .two-cols {
		width: 50%;
		float: left;
	}
}

@media (max-width: 768px) {
	.skela-projects.fullwidth-grid .five-cols, .skela-projects.fullwidth-grid .four-cols, .skela-projects.fullwidth-grid .three-cols, .skela-projects.fullwidth-grid .two-cols {
		width: 100%;
		float: none;
	}
}

.single-project .project-details {
	background-color: #222429;
	padding: 25px;
}
.single-project .project-details h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 30px;
}
.single-project .project-details .content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-project .project-details .content ul li {
	display: block;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.single-project .project-details .content ul li span {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 5px;
	display: inline-block;
}
.single-project .project-details .content ul li p {
	padding-left: 55px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}
.single-project .project-details .content ul li i {
	margin-top: 5px;
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background-color: #2c2f36;
	color: #ffffff;
}
.single-project .project-details .content ul li a {
	color: #ffffff;
}
.single-project .project-details .content ul li a:hover {
	color: #ffca35;
	transition: all 0.3s;
}
.single-project .project-details .content ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
@media (max-width: 991px) {
	.single-project .project-content {
		margin-top: 30px;
	}
}
.single-project .project-content .slider .flex-direction-nav {
	display: none;
}
.single-project .project-content .text-content h4 {
	margin-top: 5px;
	font-size: 21px;
	font-weight: 700;
}
.single-project .project-content .text-content .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 15px 0 15px 0px;
}

.shop-page .filter {
	margin-bottom: 40px;
	text-align: right;
}
.shop-page .filter .input-select {
	margin: 15px 10px;
	display: inline-block;
}
.shop-page .filter .input-select select {
	cursor: pointer;
	border: none;
	width: 170px;
	height: 34px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
	outline: none;
	background-color: #f4f4f4;
}
.shop-page .filter .input-select select option {
	font-size: 12px;
	color: #5a5a5a;
	margin-bottom: 5px;
}
.shop-page .shop-item {
	margin-bottom: 30px;
}
.shop-page .shop-item .sale .banner h6 {
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffca35;
	margin-top: 0px;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.5px;
}
.shop-page .shop-item .thumb-holder {
	position: relative;
}
.shop-page .shop-item .thumb-holder img {
	max-width: 100%;
}
@media (max-width: 991px) {
	.shop-page .shop-item .thumb-holder img {
		width: 100%;
	}
}
.shop-page .shop-item .thumb-content {
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}
.shop-page .shop-item .thumb-link {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.shop-page .shop-item .thumb-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shop-page .shop-item .thumb-link ul li {
	margin-left: 5px;
	display: inline-block;
}
.shop-page .shop-item .thumb-link ul li i {
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
}
.shop-page .shop-item .thumb-link ul li i:hover {
	background-color: #ffffff;
	color: #121212;
	transition: all 0.5s;
}
.shop-page .shop-item .down-content {
	border-bottom: 3px solid #ffffff;
}
.shop-page .shop-item .down-content .thumb-text {
	border: 1px solid #ededed;
	padding: 20px;
	width: 100%;
	text-align: left;
}
.shop-page .shop-item .down-content .thumb-text h4 {
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
}
.shop-page .shop-item .down-content .thumb-text span {
	font-family: 'Open Sans', sans-serif;
	color: #7a7a7a;
	font-weight: 600;
	font-size: 12px;
}
.shop-page .shop-item .down-content .thumb-text em {
	font-style: normal;
	float: right;
	font-style: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #121212;
	font-weight: 700;
}
.shop-page .shop-item .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.shop-page .shop-item:hover .down-content {
	border-bottom: 3px solid #ffca35;
	transition: all 0.5s;
}
.shop-page .shop-item:hover .thumb-text {
	border-color: transparent;
	background-color: #fcfcfc;
	transition: all 0.5s;
}
.shop-page .pagination {
	text-align: center;
	width: 100%;
}
.shop-sidebar .filter {
	text-align: left;
}
.shop-sidebar .pagination {
	text-align: left;
}
.shop-list .filter {
	text-align: left;
}
.shop-list .sale .banner h6 {
	right: 0px;
}
.shop-list .down-content {
	margin-left: -30px;
	border-bottom: none !important;
}
@media (max-width: 991px) {
	.shop-list .down-content {
		margin-left: 0px;
	}
}
.shop-list .down-content .rate {
	float: right;
}
.shop-list .down-content .rate ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shop-list .down-content .rate ul li {
	display: inline-block;
}
.shop-list .down-content .rate ul li i {
	color: #ffca35;
}
.shop-list .down-content .rate ul li:last-child i {
	color: #e7e7e7;
}
.shop-list .down-content p {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.shop-list .down-content .buttons {
	padding-bottom: 10px;
}
.shop-list .down-content .buttons .border-button {
	display: inline-block;
}
.shop-list .down-content .buttons .border-button a {
	color: #121212 !important;
	border-color: #121212;
}
.shop-list .down-content .buttons .border-button a:hover {
	background-color: #121212;
	color: #ffffff !important;
	transition: all 0.5s;
}
.shop-list .down-content .buttons .regular-button {
	display: inline-block;
	margin-left: 5px;
}
.shop-list .pagination {
	text-align: left;
}
.no-slider .sale .banner h6 {
	right: 8px !important;
}
.single-product .shop-item {
	background-color: #fcfcfc;
}
.single-product .shop-item .slider .flex-direction-nav {
	display: none;
}
.single-product .list {
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-product .list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-product .list ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.single-product .list ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #343434;
}
.single-product .list ul li i {
	margin-right: 8px;
	font-size: 10px;
}
.single-product .list ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.single-product .sale .banner h6 {
	right: 0px !;
}
.single-product .slider-down-content {
	margin-left: -30px !important;
}
.single-product .slider-down-content .thumb-text {
	border: none !important;
}
.single-product .down-content {
	margin-left: -38px;
	border-bottom: none !important;
}
@media (max-width: 991px) {
	.single-product .down-content {
		margin-left: 0px !important;
		border-top: 1px solid #e5e5e5;
	}
}
.single-product .down-content .thumb-text h4 {
	font-size: 21px !important;
}
.single-product .down-content .rate {
	float: right;
}
.single-product .down-content .rate ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-product .down-content .rate ul li {
	display: inline-block;
}
.single-product .down-content .rate ul li i {
	color: #ffca35;
}
.single-product .down-content .rate ul li:last-child i {
	color: #e7e7e7;
}
.single-product .down-content p {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 25px;
	padding-top: 20px;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.single-product .down-content .buttons {
	padding-bottom: 10px;
}
.single-product .down-content .buttons .border-button {
	display: inline-block;
}
.single-product .down-content .buttons .border-button a {
	color: #121212 !important;
	border-color: #121212;
}
.single-product .down-content .buttons .border-button a:hover {
	background-color: #121212;
	color: #ffffff !important;
	transition: all 0.5s;
}
.single-product .down-content .buttons .regular-button {
	display: inline-block;
	margin-left: 0px;
}
.single-product .down-content .tags {
	margin-top: 15px;
}
.single-product .down-content .tags h6 {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	margin-top: 2px;
	margin-right: 10px;
}
.single-product .down-content .tags ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
}
.single-product .down-content .tags ul li {
	display: inline-block;
}
.single-product .down-content .tags .tags ul li a {
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #343434;
	background-color: #ffffff;
	padding: 6px 8px;
	border: 1px solid #e5e5e5;
}
.single-product .down-content .tags .tags ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.single-product .tab .tabs {
	width: 100%;
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.single-product .tab .tab-links:after {
	display: block;
	clear: both;
	content: '';
}
.single-product .tab .tab-links {
	margin-left: -26px;
}
.single-product .tab .tab-links h6 {
	font-size: 15px;
	font-weight: 700;
	color: #7a7a7a;
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-top: -1px;
}
@media (max-width: 991px) {
	.single-product .tab .tab-links h6 {
		font-size: 12px;
		padding: 10px;
	}
}
.single-product .tab .tab-links li {
	margin-right: -1px;
	float: left;
	list-style: none;
}
.single-product .tab .tab-links li:last-child {
	border-right: none;
}
.single-product .tab .tab-links a:hover {
	color: #272727;
	text-decoration: none;
}
.single-product .tab li.active a h6, .single-product .tab li.active a:hover h6 {
	color: #121212;
	border-bottom: none;
}
.single-product .tab .tab-content {
	padding: 0px 30px 30px 30px;
}
.single-product .tab .tab-content em {
	font-style: normal;
	color: #343434;
}
.single-product .tab .tab {
	display: none;
}
.single-product .tab .tab.active {
	display: block;
}
.single-product .related-products {
	margin-top: 80px;
}
.single-product .related-products p {
	margin-bottom: 50px;
}
.single-product .related-item {
	margin-bottom: 30px;
}
.single-product .related-item .sale .banner h6 {
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffca35;
	margin-top: 0px;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.5px;
}
.single-product .related-item .thumb-holder {
	position: relative;
}
.single-product .related-item .thumb-holder img {
	max-width: 100%;
}
@media (max-width: 991px) {
	.single-product .related-item .thumb-holder img {
		width: 100%;
	}
}
.single-product .related-item .thumb-content {
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 202, 53, 0.95);
}
.single-product .related-item .thumb-link {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.single-product .related-item .thumb-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-product .related-item .thumb-link ul li {
	margin-left: 5px;
	display: inline-block;
}
.single-product .related-item .thumb-link ul li i {
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
}
.single-product .related-item .thumb-link ul li i:hover {
	background-color: #ffffff;
	color: #121212;
	transition: all 0.5s;
}
.single-product .related-item .down-content {
	margin-left: 0px;
	border-bottom: 3px solid #ffffff;
}
.single-product .related-item .down-content .thumb-text {
	border: 1px solid #ededed;
	padding: 20px;
	width: 100%;
	text-align: left;
}
.single-product .related-item .down-content .thumb-text h4 {
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px !important;
	font-weight: 700;
}
.single-product .related-item .down-content .thumb-text span {
	font-family: 'Open Sans', sans-serif;
	color: #7a7a7a;
	font-weight: 600;
	font-size: 12px;
}
.single-product .related-item .down-content .thumb-text em {
	font-style: normal;
	float: right;
	font-style: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #121212;
	font-weight: 700;
}
.single-product .related-item .thumb-holder:hover .thumb-content {
	cursor: default;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.single-product .shop-item:hover .down-content {
	border-bottom: 3px solid #ffca35;
	transition: all 0.5s;
}
.single-product .shop-item:hover .thumb-text {
	border-color: transparent;
	background-color: #fcfcfc;
	transition: all 0.5s;
}
@media (max-width: 991px) {
	.sidebar {
		margin-top: 45px;
	}
}
.sidebar .sidebar-widget {
	background-color: #f9f9f9;
	padding: 30px;
	margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-of-type {
	margin-bottom: 0;
}
.sidebar .sidebar-widget .widget-heading h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	border-bottom: 1px solid #e5e5e5;
}
/* Custom - Sidebar Forms */
.sidebar input, .sidebar select, .sidebar textarea {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.sidebar input[type="submit"], .sidebar input[type="button"], .sidebar button {
	width: auto;
}

/* Custom - Common Sidebar Widgets Styles */
.sidebar .widget_archive label, .sidebar .widget_categories label {
	display: none;
}

/* Custom - Sidebar Calendar */

.sidebar .widget_calendar table {
	border: 1px solid #ededed;
}

.sidebar .widget_calendar th, .sidebar .widget_calendar td {
	padding: 6px 5px;
}

.sidebar .widget_calendar caption {
	padding: 6px 5px;
}

.sidebar .widget_calendar tfoot #prev {
	text-align: left;
}

.sidebar .widget_calendar tfoot #next {
	text-align: right;
}

/* Custom - Sidebar Search */
.sidebar .widget_search {
	position: relative;
}

.sidebar .widget_search input[type="text"] {
	width: 100%;
	height: auto;
	line-height: 0;
	margin: 0;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 13px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	color: #343434;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	font-weight: normal;
}

.search-form label span {
	display: none;
}
.search-form input {
	margin: 0;
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 13px;
	outline: none;
	color: #343434;
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	color: #121212;
	background-color: transparent;
}

/* Custom - Sidebar Contact Info Widget */

.sidebar .skela-contact-info-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar .skela-contact-info-widget ul li {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sidebar .skela-contact-info-widget ul li:before {
	display: none;
}
.sidebar .skela-contact-info-widget ul li p {
	margin: 0;
	padding-left: 55px;
	min-height: 48px;
	color: inherit;
	font-size: 12px;
	white-space: normal;
}
.sidebar .skela-contact-info-widget ul li:last-child p {
	white-space: pre;
}
.sidebar .skela-contact-info-widget ul li i {
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background-color: #ededed;
	color: #2c2f36;
}
.sidebar .skela-contact-info-widget ul li a {
	color: inherit;
}
.sidebar .skela-contact-info-widget ul li a:hover {
	color: #ffca35;
	transition: all 0.3s;
}
.sidebar .skela-contact-info-widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/* Custom - Sidebar Social Icons Widget */

.sidebar ul.social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar ul.social-icons li {
	display: inline-block;
	padding: 0;
	border: none;
}

.sidebar ul.social-icons li:before {
	display: none;
}

.sidebar ul.social-icons li i {
	color: #2c2f36;
	width: 28px;
	height: 28px;
	background-color: #ededed;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

.sidebar ul.social-icons li i:hover {
	background-color: #ffca35;
	transition: all 0.3s;
}

/* Custom */
.sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar .widget_archive ul li:before, .sidebar .widget_pages ul li:before, .sidebar .widget_categories ul li:before {
	content: "\f10c";
	margin-right: 8px;
	font-family: 'FontAwesome';
	font-size: 10px;
	color: #7a7a7a;
}

.sidebar ul li a {
	font-size: 13px;
	color: #7a7a7a;
}

.sidebar ul li i {
	margin-right: 8px;
	font-size: 10px;
}
.sidebar ul li a:hover {
	color: #121212;
	transition: all 0.5s;
}
.sidebar ul li:last-child {
	margin-bottom: 0px;
}
/*
 .sidebar .recent-posts .posts ul {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 .sidebar .recent-posts .posts ul li {
 margin-top: 5px;
 margin-bottom: 10px;
 display: inline-block;
 }
 .sidebar .recent-posts .posts ul li img {
 max-width: 100%;
 float: left;
 display: inline-block;
 margin-right: 10px;
 }
 .sidebar .recent-posts .posts ul li span {
 display: block;
 margin-top: -2px;
 margin-bottom: 3px;
 font-family: 'Open Sans', sans-serif;
 font-size: 11px;
 color: #7a7a7a;
 }
 .sidebar .recent-posts .posts ul li h6 {
 line-height: 18px;
 font-size: 13px;
 font-weight: 700;
 margin-top: 0px;
 }
 .sidebar .recent-posts .posts ul li:last-child {
 margin-bottom: 0px;
 }
 */
.sidebar .tag-clouds .tags ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar .tag-clouds .tags ul li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.sidebar .tag-clouds .tags ul li a {
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #343434;
	background-color: #ffffff;
	padding: 6px 8px;
	border: 1px solid #e5e5e5;
}
.sidebar .tag-clouds .tags ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}

/* Custom - Skela Recent Posts */
.sidebar .skela-recent-posts-widget li {
	margin-bottom: 20px;
}

.skela-recent-posts-widget .post-thumb {
	float: left;
	margin-right: 10px;
}

.skela-recent-posts-widget .post-content span {
	display: block;
	margin: 0 0 5px 0;
	line-height: 1;
}

.sidebar .skela-recent-posts-widget .post-content span {
	font-size: 11px;
	color: #a7a7a7;
}

.sidebar .skela-recent-posts-widget .post-content h6 {
	margin: 0;
	line-height: 18px;
	font-size: 13px;
	font-weight: 700;
}

.sidebar .skela-recent-posts-widget .post-content a {
	color: #222222;
}

.skela-recent-posts-widget .has-thumb .post-content {
	padding-left: 65px;
}

/* Services Sidebar */
.services-sidebar .service-sidebar-widget {
	background-color: #222429;
	padding: 25px;
}
.services-sidebar .service-sidebar-widget .widget-heading h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 0;
}
.services-sidebar .service-sidebar-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.services-sidebar .widget_nav_menu ul li {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}
.services-sidebar .widget_nav_menu ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2px;
}
.services-sidebar .widget_nav_menu ul li a:after {
	position: absolute;
	right: 0;
	content: '\f105';
	font-family: 'FontAwesome';
}
.services-sidebar .widget_nav_menu ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.services-sidebar .widget_nav_menu ul li.current-menu-item a {
	color: #ffca35;
}
.services-sidebar .widget_nav_menu ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.services-sidebar .skela-contact-info-widget ul li {
	display: block;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.services-sidebar .skela-contact-info-widget ul li p {
	color: #ffffff;
	font-size: 11px;
}
.services-sidebar .skela-contact-info-widget ul li i {
	margin: 5px 10px 0 0;
	float: left;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	background-color: #2c2f36;
	color: #ffffff;
}
.services-sidebar .skela-contact-info-widget ul li a {
	color: #ffffff;
}
.services-sidebar .skela-contact-info-widget ul li a:hover {
	color: #ffca35;
	transition: all 0.3s;
}
.services-sidebar .skela-contact-info-widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.services-sidebar .download-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.services-sidebar .download-list ul li {
	margin-bottom: 10px;
	display: block;
	background-color: #222429;
	padding: 15px 15px 17px 15px;
}
.services-sidebar .download-list ul li h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
}
.services-sidebar .download-list ul li img {
	float: right;
}
.services-sidebar .download-list ul li:hover h6 {
	color: #ffca35;
	transition: all 0.5s;
}
/* End Services Sidebar */
@media (max-width: 991px) {
	.shop-sidebar {
		margin-top: 45px;
	}
}
.shop-sidebar .widget {
	background-color: #f9f9f9;
	padding: 30px;
	margin-bottom: 30px;
}
.shop-sidebar .widget .widget-heading h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	border-bottom: 1px solid #e5e5e5;
}
.shop-sidebar .search input {
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 13px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	color: #343434;
}
.shop-sidebar .search i {
	position: absolute;
	right: 50px;
	font-size: 13px;
	color: #121212;
}
.shop-sidebar .categories .list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shop-sidebar .categories .list ul li {
	display: block;
	margin-bottom: 10px;
}
.shop-sidebar .categories .list ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #7a7a7a;
}
.shop-sidebar .categories .list ul li i {
	margin-right: 8px;
	font-size: 10px;
}
.shop-sidebar .categories .list ul li a:hover {
	color: #121212;
	transition: all 0.5s;
}
.shop-sidebar .categories .list ul li:last-child {
	margin-bottom: 0px;
}
.shop-sidebar .slider-range {
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.shop-sidebar .slider-range {
		padding: 0px 30px;
	}
}
.shop-sidebar .slider-range .ui-slider-horizontal .ui-slider-range {
	background-color: #121212;
	height: 3px;
}
.shop-sidebar .slider-range .ui-slider-horizontal {
	margin-top: 5px;
	height: 3px;
	border-radius: 0px;
	background-color: #e7e7e7;
}
.shop-sidebar .slider-range .ui-slider-horizontal .ui-slider-handle {
	margin-top: 0px;
	width: 10px;
	height: 10px;
	background-color: #e7e7e7;
	border: 1px solid #cccccc;
}
.shop-sidebar .slider-range input {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 0px;
	margin-bottom: -10px;
	display: inline-block;
	background-color: transparent;
	border: none;
	outline: none;
}
.shop-sidebar .slider-range .regular-button {
	text-align: center;
	margin-top: 30px;
}
.shop-sidebar .recent-posts .posts ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shop-sidebar .recent-posts .posts ul li {
	margin-top: 25px;
	margin-bottom: 35px;
	display: block;
}
.shop-sidebar .recent-posts .posts ul li img {
	max-width: 100%;
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.shop-sidebar .recent-posts .posts ul li span {
	display: block;
	padding-top: 5px;
	margin-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #7a7a7a;
}
.shop-sidebar .recent-posts .posts ul li h6 {
	line-height: 18px;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0px;
}
.shop-sidebar .recent-posts .posts ul li:last-child {
	margin-bottom: 0px;
}
.shop-sidebar .tag-clouds .tags ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shop-sidebar .tag-clouds .tags ul li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.shop-sidebar .tag-clouds .tags ul li a {
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #343434;
	background-color: #ffffff;
	padding: 6px 8px;
	border: 1px solid #e5e5e5;
}
.shop-sidebar .tag-clouds .tags ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.page-heading {
	position: relative;
	padding: 0;
	background-color: #ffca35;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.page-heading .page-title {
	padding: 100px 0;
	margin: 0px;
	font-size: 52px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.page-heading .breadcrumbs {
	position: relative;
	display: inline-block;
	padding: 0 100px;
	background-color: #ffffff;
	line-height: 50px;
	color: #7a7a7a;
}
.page-heading .breadcrumbs a {
	color: #000;
}

.page-heading .breadcrumbs .right-shape {
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid #fff;
	border-right: 50px solid transparent;
}
.page-heading .breadcrumbs .left-shape {
	position: absolute;
	left: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid #fff;
	border-left: 50px solid transparent;
}

@media (max-width: 468px) {
	.page-heading .breadcrumbs .right-shape,
	.page-heading .breadcrumbs .left-shape {
		display: none;
	}
	.page-heading .breadcrumbs {
		padding: 0 30px;
		width: 100%;
	}
	
}

.page-heading .breadcrumbs span {
	padding: 0 8px;
}

.page-heading .breadcrumbs span:first-child {
	padding-left: 0;
}

.page-heading .breadcrumbs span:last-child {
	padding-right: 0;
}

.first-slider .first-line {
	border-left: 8px solid #ffca35;
	padding-left: 10px;
	font-size: 36px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	line-height: 42px;
}
.first-slider .first-line em {
	font-style: normal;
	color: #ffca35;
	font-size: 36px;
}
.first-slider .second-line {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0px;
	text-transform: none;
}

.second-slider .first-line {
	font-size: 22px;
	letter-spacing: 0.75px;
	font-weight: 700;
	color: #ffca35;
}

.second-slider .line-dec {
	margin: 25px 0;
	width: 45px;
	height: 2px;
	background-color: #ffca35;
}
.second-slider .second-line {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0px;
	text-transform: none;
}
.second-slider .second-line em {
	font-style: normal;
	font-size: 36px;
	color: #ffca35;
}

.third-slider {
	text-align: center;
}
.third-slider .first-line {
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	font-weight: 700;
	color: #ffffff;
}
.third-slider .first-line em {
	font-style: normal;
	font-size: 36px;
	color: #ffca35;
}
.third-slider .line-dec {
	margin: 30px 0;
	width: 262px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}
.third-slider .second-line p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}

.fourth-slider .first-line {
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0.75px;
	font-weight: 600;
	color: #ffffff;
}
.fourth-slider .first-line em {
	font-style: normal;
	font-size: 36px;
	color: #ffca35;
}

.fourth-slider .line-dec {
	margin: 20px 0;
	width: 130px;
	height: 1px;
	background-color: #ffca35;
}

.fourth-slider .second-line p {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider .tp-caption {
	visibility: hidden;
	opacity: 0;
}
.tp-bullets {
	z-index: 1 !important;
}
@media (max-width: 991px) {
	.services .service-item {
		margin-bottom: 30px;
	}
}
.services .service-item .thumb-holder img {
	width: 100%;
}
.services .service-item .down-content {
	background-color: #222429;
	text-align: center;
	padding: 30px 30px 25px 30px;
}
.services .service-item .down-content h4 {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 16px;
	margin-top: 0px;
}
.services .service-item .down-content .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 16px auto 18px auto;
}
.services .service-item .down-content p {
	color: #ffffff;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	padding-bottom: 20px;
}
.services .service-item .down-content .text-button {
	margin-top: 20px;
}
section.services-wide .row {
	margin-left: 0px;
	margin-right: 0px;
}
section.services-wide .row .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}
section.services-wide .service-item {
	text-align: center;
}
@media (max-width: 991px) {
	section.services-wide .service-item {
		margin-bottom: 30px;
	}
}
section.services-wide .service-item img {
	max-width: 100%;
}
section.services-wide .service-item .down-content {
	padding: 25px 30px;
	background-color: #f4f4f4;
}
section.services-wide .service-item .down-content h4 {
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 17px;
	margin-top: 0px;
}
section.services-wide .service-item .down-content .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 16px auto 18px auto;
}
section.services-dark-bg {
	padding: 70px 0px 40px 0px;
	background-color: #222429;
}
section.services-dark-bg .service-item {
	background-color: #2c2f36;
	text-align: center;
	padding: 30px;
}
@media (max-width: 991px) {
	section.services-dark-bg .service-item {
		margin-bottom: 30px;
	}
}
section.services-dark-bg .service-item img {
	max-width: 100%;
}
section.services-dark-bg .service-item h4 {
	margin-top: 25px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.5px;
}
section.services-dark-bg .service-item .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 15px auto 12px auto;
}
section.services-dark-bg .service-item p {
	color: #ffffff;
}
section.services-dark-bg .regular-button {
	text-align: center;
	margin-top: 40px;
}
@media (max-width: 991px) {
	section.services-dark-bg .regular-button {
		margin-top: 10px;
	}
}

.skela-service-box.style1 {
	position: relative;
}

.skela-service-box.style1 .service-item {
	background-color: #f4f4f4;
	text-align: center;
	padding: 30px;
}

.skela-service-box.style1 .service-item.dark {
	background-color: #2c2f36;
}

.skela-service-box.style1 .service-item h4 {
	margin-top: 25px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.skela-service-box.style1 .service-item.dark h4 {
	color: #fff;
}

.skela-service-box.style1 .service-item .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 15px auto 12px auto;
}
.skela-service-box.style1 .service-item p {
	color: #5a5a5a;
}

.skela-service-box.style1 .service-item.dark p {
	color: #fff;
}

.skela-service-box.style1 .service-item i {
	font-size: 40px;
	line-height: 40px;
	color: #ffca35;
}

.skela-service-box.style2 .service-item {
	position: relative;
	padding: 10px 0 10px 30px;
	margin: 0 0 5px 0;
	min-height: 125px;
	width: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}

.skela-service-box.style2 .service-item:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .9;
	z-index: 2;
}

.skela-service-box.style2 .service-item-inner {
	position: relative;
	z-index: 4;
}

.skela-service-box.style2 .service-item i {
	position: absolute;
	display: inline-block;
	font-size: 18px;
	right: 0px;
	top: calc(50% - 30px);
	width: 30px;
	height: 60px;
	background-color: rgba(255, 202, 53, 0.75);
	text-align: center;
	line-height: 60px;
}

.skela-service-box.style2 .service-item h4 {
	font-size: 17px;
	letter-spacing: 0.2px;
	color: #ffffff;
	font-weight: 700;
}

.skela-service-box.style2 .service-item .line-dec {
	margin: 10px 0px 10px 0px;
	width: 30px;
	height: 2px;
	background-color: #ffca35
}

.skela-service-box.style2 .service-item p {
	padding-right: 60px;
	color: #ffffff;
	text-rendering: geometricPrecision;
}

.skela-service-box.style3 .down-content {
	padding: 25px 30px;
	background-color: #f4f4f4;
}

.skela-service-box.style3 .service-item.dark .down-content {
	background-color: #2c2f36;
}

.skela-service-box.style3 .down-content h4 {
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 17px;
	margin-top: 0px;
}

.skela-service-box.style3 .service-item.dark .down-content h4 {
	color: #fff;
}

.skela-service-box.style3 .down-content .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 16px 0 18px 0;
}

.skela-service-box.style3 .service-item.dark .down-content p {
	color: #fff;
}

@media (max-width: 991px) {
	.single-service .service-content {
		margin-top: 30px;
	}
}
.single-service .service-content h4 {
	margin-top: 20px;
	font-size: 21px;
	font-weight: 700;
}
.single-service .service-content .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 15px 0 15px 0px;
}
.single-service .service-content p em {
	font-style: normal;
	color: #343434;
}

.skela-partner .partner-item {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.skela-partner .partner-item {
		text-align: center;
	}
}

.skela-partner .partner-item img {
	opacity: 1;
	backface-visibility: hidden;
}
.skela-partner .partner-item img:hover {
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.5s;
}

.call-to-action-1 {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.call-to-action-1 h1 {
	font-size: 36px;
	color: #ffffff;
	line-height: 48px;
}
.call-to-action-1 h1 em {
	font-style: normal;
	color: #ffca35;
}
.call-to-action-1 .line-dec {
	width: 45px;
	height: 2px;
	background-color: #ffffff;
	margin: 25px auto;
}
.call-to-action-1 p {
	font-size: 14px;
	color: #ffffff;
}
.call-to-action-1 .buttons {
	margin-top: 50px;
}
.call-to-action-1 .buttons ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.call-to-action-1 .buttons ul li {
	display: inline-block;
	margin: 0 3px;
}
section.call-to-action-text {
	position: relative;
	z-index: 10;
	padding: 0px;
	margin-bottom: -55px;
}
@media (max-width: 991px) {
	section.call-to-action-text {
		display: none;
	}
}
section.cta-box .content {
	background-color: #ffca35;
	height: 100px;
	width: 100%;
}
section.call-to-action-text .content .border-button {
	float: right;
	margin-right: 40px;
	margin-top: 33px;
}
section.call-to-action-text .content .border-button a {
	border-color: #121212;
	color: #121212 !important;
}
section.call-to-action-text .content .border-button a:hover {
	border-color: transparent;
}
section.call-to-action-text-full {
	position: relative;
	padding: 0px;
	background-color: #ffca35;
}
section.call-to-action-text-full .content {
	height: 100px;
	width: 100%;
}
@media (max-width: 991px) {
	section.call-to-action-text-full .content {
		height: 100%;
	}
}
section.cta-box .cta-title {
	margin-top: 0px;
	line-height: 95px;
	margin-left: 40px;
	float: left;
	font-size: 24px;
}
@media (max-width: 991px) {
	section.cta-box .cta-title {
		line-height: 44px;
		text-align: center;
		margin-left: 0px;
		margin-top: 40px;
		margin-bottom: 0px;
	}
}
section.cta-box .cta-title em {
	font-style: normal;
	font-weight: 600;
}
section.call-to-action-text-full .content .border-button {
	float: right;
	margin-right: 40px;
	margin-top: 33px;
}
@media (max-width: 991px) {
	section.call-to-action-text-full .content .border-button {
		float: none;
		text-align: center;
		margin-bottom: 40px;
		display: inline-block;
		width: 100%;
	}
}
section.call-to-action-text-full .content .border-button a {
	border-color: #121212;
	color: #121212 !important;
}
section.call-to-action-text-full .content .border-button a:hover {
	border-color: transparent;
}

.skela-testimonials {
	position: relative;
}

.skela-testimonials .testimonial-item {
	text-align: center;
}

.skela-testimonials .testi-image {
	text-align: center;
}

.skela-testimonials .testimonial-item h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
}
.skela-testimonials .testimonial-item span {
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
}
.skela-testimonials .testimonial-item .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 20px auto 30px auto;
}

.skela-testimonials .testimonial-item p {
	margin: 0;
}

.skela-testimonials .owl-controls {
	text-align: center;
	margin: 20px 0 30px 0;
	opacity: 1;
	width: 100%;
	display: inline-block;
}

.skela-testimonials .owl-controls .owl-dot {
	display: inline-block;
	background-color: #222429;
	width: 6px;
	height: 6px;
	margin: 0px 3px;
	border-radius: 50%;
	opacity: 0.1;
}
.skela-testimonials .owl-controls .owl-dot.active {
	opacity: 0.3;
}

.regular-banner-button a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #ffca35;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #121212 !important;
	letter-spacing: 1px;
	transition: all 0.5s !important;
}
.regular-banner-button a i {
	font-size: 15px;
	margin-left: 5px;
}
.border-banner-button a {
	display: inline-block;
	padding: 11px 19px;
	border: 1px solid #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff !important;
	letter-spacing: 1px;
	transition: all 0.5s !important;
}
.border-banner-button a i {
	font-size: 15px;
	margin-left: 5px;
}
.border-banner-button a:hover {
	background-color: #ffffff;
	color: #121212 !important;
}
.regular-button a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #ffca35;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #121212 !important;
	letter-spacing: 1px;
	line-height: 1;
}
.regular-button a i {
	font-size: 14px;
	margin-left: 5px;
}
.border-button a {
	display: inline-block;
	padding: 11px 20px;
	border: 1px solid #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff !important;
	letter-spacing: 1px;
	line-height: 0;
}
.border-button a i {
	font-size: 14px;
	margin-left: 5px;
}
.border-button a:hover {
	background-color: #ffffff;
	color: #121212 !important;
	transition: all 0.5s;
}
.lighter-button a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #2c2f36;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
}
.lighter-button a i {
	font-size: 14px;
	margin-left: 5px;
}
.lighter-button a:hover {
	color: #ffca35;
	transition: all 0.5s;
}
.text-button a {
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
}
.text-button a i {
	font-size: 14px;
	margin-left: 5px;
}
.text-button a:hover {
	color: #ffca35;
	transition: all 0.5s;
}

/* Custom - Skela Buttons */
.skela-button {
	margin: 0;
}

.skela-button.default a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #ffca35;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #121212;
	letter-spacing: 1px;
	line-height: normal;
}

.skela-button.default a i {
	font-size: 14px;
	margin-left: 5px;
}

.skela-button.bordered a {
	display: inline-block;
	padding: 11px 20px;
	border: 1px solid #121212;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #121212;
	letter-spacing: 1px;
	line-height: 0;
}
.skela-button.bordered a i {
	font-size: 14px;
	margin-left: 5px;
}
.skela-button.bordered a:hover {
	background-color: #ffffff !important;
	border-color: transparent !important;
	color: #121212;
	transition: all 0.5s;
}

/* End Custom - Skela Buttons */

#page-preloader, .loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	z-index: 99999999;
	overflow: hidden;
}
.loader {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #ffca35;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.skela-counter {
	margin: 15px 0 0 0;
	min-height: 140px;
	text-align: center;
}

.skela-counter .image-icon {
	min-height: 120px;
}

.skela-counter .counter-icon i {
	font-size: 45px;
	line-height: 45px;
	color: #ffca35;
}

.skela-counter .count-number {
	margin: 20px 0 15px 0;
	font-size: 36px;
	font-weight: 700;
	color: #121212;
	letter-spacing: 1px;
}
.skela-counter .counter-title {
	font-size: 17px;
	color: #121212;
	font-weight: 700;
}

.skela-navigation .pagination {
	display: block;
}
.skela-navigation .pagination .page-numbers {
	display: inline-block;
	margin: 0 1px;
	font-size: 13px;
	color: #7a7a7a;
	background-color: #f4f4f4;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.skela-navigation .pagination .page-numbers:hover {
	background-color: #ffca35;
	color: #121212;
	transition: all 0.5s;
}

.skela-navigation .pagination .page-numbers.current {
	background-color: #ffca35;
	color: #121212;
}

/* Skela Pricing Table - General Styles */

.skela-pricing-table .table-item {
	text-align: center;
	padding: 40px;
}

@media (max-width: 991px) {
	.skela-pricing-table .table-item {
		margin-bottom: 30px;
	}
}

.skela-pricing-table .table-item h4 {
	margin: 20px 0;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.skela-pricing-table.dark .table-item h4, .skela-pricing-table.dark .table-item span, .skela-pricing-table.dark .table-item .price h6, .skela-pricing-table.dark .table-item .list ul li {
	color: #ffffff;
}

.skela-pricing-table .table-item .line-dec {
	width: 30px;
	height: 2px;
	background-color: #ffca35;
	margin: 30px auto;
}
.skela-pricing-table .table-item .list {
	padding: 30px;
}

.skela-pricing-table .table-item .list ul {
	list-style: none;
	text-align: left;
	margin: 0;
}
.skela-pricing-table .table-item .list ul li {
	margin-bottom: 15px;
	font-size: 13px;
}
.skela-pricing-table .table-item .list ul li i {
	margin-right: 20px;
}
.skela-pricing-table .table-item .list ul li strong {
	font-style: normal;
	font-weight: 700;
}
.skela-pricing-table .table-item .list ul li:last-child {
	margin-bottom: 0px;
}
.skela-pricing-table .table-item .regular-button {
	margin-top: 40px;
}

/* Skela Pricing Table - Style 1 */

.skela-pricing-table.style1 .table-item .price {
	width: 90px;
	height: 90px;
	text-align: center;
	display: inline-block;
	line-height: 90px;
	border-radius: 50%;
}

.skela-pricing-table.style1 .table-item .price span {
	font-size: 12px;
	display: inline-block;
	line-height: 10px !important;
}

.skela-pricing-table.style1 .table-item .price h6 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: -32px;
	line-height: 20px !important;
}

/* Skela Pricing Table - Style 1 Light Color Scheme */

.skela-pricing-table.light .table-item {
	background-color: #f4f4f4;
}
.skela-pricing-table.light .table-item .list {
	background-color: #ffffff;
}

.skela-pricing-table.light .table-item .price {
	background-color: #ffffff;
}

/* Skela Pricing Table - Style 1 Dark Color Scheme */

.skela-pricing-table.dark .table-item {
	background-color: #2c2f36;
}
.skela-pricing-table.dark .table-item .list {
	background-color: #222429;
}

.skela-pricing-table.dark .table-item .price {
	background-color: #222429;
}

/* Skela Pricing Table - Style 2 */

.skela-pricing-table.style2 .table-item .price {
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	background-color: transparent;
}
.skela-pricing-table.style2 .table-item .price h6 {
	margin-top: 0px;
	font-size: 64px;
	font-weight: 400;
	margin-bottom: 0px;
}
.skela-pricing-table.style2 .table-item .price span {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	display: inline-block;
}

section.page-404 {
	position: fixed;
	padding: 60px 0 100px 0;
	background-image: url(../images/404-bg.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow-y: scroll;
}
@media (max-width: 991px) {
	section.page-404 .logo {
		text-align: center;
	}
}
section.page-404 .social-icons {
	float: right;
}
@media (max-width: 991px) {
	section.page-404 .social-icons {
		display: none;
	}
}
section.page-404 .social-icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
section.page-404 .social-icons ul li {
	display: inline-block;
	margin-left: 3px;
}
section.page-404 .social-icons ul li i {
	width: 28px;
	height: 28px;
	text-align: center;
	display: inline-block;
	line-height: 28px;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid rgba(250, 250, 250, 0.5);
	border-radius: 50%;
}
section.page-404 .social-icons ul li i:hover {
	color: #ffca35;
	transition: all 0.5s;
}
section.page-404 .content-404 {
	text-align: center;
	margin-top: 10%;
}
section.page-404 .content-404 h1 {
	font-weight: 700;
	color: #ffffff;
	font-size: 120px;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
section.page-404 .content-404 h4 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 15px;
}
section.page-404 .content-404 span {
	font-size: 13px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 30px;
}
section.page-404 .content-404 p {
	color: #ffffff;
}
section.page-404 .content-404 .regular-button {
	margin-top: 30px;
}
section.coming-page {
	padding-top: 60px;
	background-image: url(../images/404-bg.jpg);
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
@media (max-width: 991px) {
	section.coming-page .logo {
		text-align: center;
	}
}
section.coming-page .social-icons {
	float: right;
}
@media (max-width: 991px) {
	section.coming-page .social-icons {
		margin-top: 30px;
		float: none;
		text-align: center;
	}
}
section.coming-page .social-icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
section.coming-page .social-icons ul li {
	display: inline-block;
	margin-left: 3px;
}
section.coming-page .social-icons ul li i {
	width: 28px;
	height: 28px;
	text-align: center;
	display: inline-block;
	line-height: 28px;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid rgba(250, 250, 250, 0.5);
	border-radius: 50%;
}
section.coming-page .social-icons ul li i:hover {
	color: #ffca35;
	transition: all 0.5s;
}
section.coming-page .coming-content {
	text-align: center;
	margin-top: 10%;
}
section.coming-page .coming-content h1 {
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-size: 84px;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
section.coming-page .coming-content #getting-started {
	display: block;
	text-align: center;
	margin-top: 100px;
	margin-left: 30px;
}
section.coming-page .coming-content #getting-started em {
	margin: 0px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	font-weight: 700;
	color: #ffffff;
	font-style: normal;
	display: inline-block;
	padding: 15px;
	background-color: rgba(250, 250, 250, 0.1);
}
section.coming-page .coming-content #getting-started span {
	position: absolute;
	margin-left: -97px;
	margin-top: -30px;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}
section.coming-page .coming-content p {
	margin-top: 80px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
section.coming-page .coming-content input {
	display: inline-block;
	width: 240px;
	height: 38px;
	border: none;
	background-color: #55565b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	outline: none;
	padding-left: 15px;
	margin-right: 10px;
}
section.coming-page .coming-content .regular-button {
	display: inline-block;
	margin-top: 30px;
}
#coming-footer {
	background-color: #191a1f;
	height: 60px;
	line-height: 59px;
}
@media (max-width: 991px) {
	#coming-footer .copyright-text {
		text-align: center;
	}
}
#coming-footer .copyright-text p {
	font-size: 11px;
	color: #ffffff;
	margin-top: 20px;
}
#coming-footer .footer-menu {
	float: right;
}
@media (max-width: 991px) {
	#coming-footer .footer-menu {
		display: none;
	}
}
#coming-footer .footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#coming-footer .footer-menu ul li {
	display: inline-block;
	margin-left: 30px;
}
#coming-footer .footer-menu ul li a {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
#coming-footer .footer-menu ul li a:hover {
	color: #ffca35;
	transition: all 0.5s;
}

/* Preload images */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}
body.lb-disable-scrolling {
	overflow: hidden;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	/* Image border */
	border: 4px solid white;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	/* Background color behind image.
	 This is visible during transitions. */
	background-color: white;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-loader {
	position: absolute;
	top: 50%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-caption a {
	color: #4ae;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.go-top {
	color: #121212;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 77;
	font-size: 22px;
	text-align: center;
	background: #ffca35;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.go-top.go-top-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.go-top.go-topfade-out {
	opacity: 1;
}
@media (max-width: 991px) {
	.go-top {
		right: 20px;
		bottom: 20px;
	}
}
@media (min-width: 992px) {
	.go-top {
		height: 50px;
		width: 50px;
		line-height: 50px;
		right: 30px;
		bottom: 30px;
	}
}
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nano .content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}
.nano .content:focus {
	outline: 0;
}
.nano .content::-webkit-scrollbar {
	visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
	visibility: visible;
}
.nano .pane {
	position: absolute;
	width: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden\9;
	/* Target only IE7 and IE8 with this hack */
	opacity: 0.01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.nano .pane .slider {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	margin: 0 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.nano:hover .pane, .pane.active, .pane.flashed {
	opacity: 0.99;
}
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nano .content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	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;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .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 {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: 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;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
@font-face {
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 30px 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 20%;
	float: left;
	margin: 0;
}

@media (max-width: 991px) {
	.flex-control-thumbs li {
		width: 25%;
		margin: 0;
	}
}


.flex-control-thumbs li:first-child {
	margin-left: 0;
}

.flex-control-thumbs li:last-child {
	margin-right: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	backface-visibility: hidden;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}