/*
Theme Name: Erange
Theme URI: http://themeforest.net/item/erange-law-business-wordpress-theme/12390866
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: Erange Law & Business Wordpress Theme.
Version: 1.0
License: GNU General Public License v3.0
License URI: license.txt
Tags: responsive-layout, featured-images, theme-options, full-width-template, post-formats, sticky-post, left-sidebar, right-sidebar
Text Domain: Erange
*/

/* ================================= Table Contents =================================
1. GLOBAL STYLES
	- Main Styles
	- Button Styles	
	- Extra Classes
2.  HEADER
3.  NAVIGATION
4.  LAYOUT
5.  SERVICES	
6.  PORTFOLIO
7.  CALL TO ACTION
8.  TEAM SECTION
9.	TESTIMONIALS SECTION
10.	CLIENT SLIDER SECTION
11.	TWITTER FEEDS SECTION
12.	TABS SECTION
13. CONTACT US SECTION
14. FOOTER
15. PARALLAX STYLES
16. SOCIAL ICONS
17. BLOG
18. ADDITIONAL CSS
	- Isotope
	- Flexslider
19. WIDGETS
20. CUSTOM CSS
	- Custom Button Styles
	- Revolution Slider
	- Galleries
	- VC
21. WOOCOMMERCE
22. WOOCOMMERCE WIDGETS
23. VC STYLE 
=========================================================================== */
/* =========================== GLOBAL STYLES ============================== */
/* ------------- Main Styles ------------- */
body {
	background: #fff;
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	line-height: 32px;
}
body.boxed {
	background: url(images/pattern-01.png) top left repeat;
}
body.boxed #tpath_wrapper {
	background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 20px;
	color: #1c1c1c;
	margin-top: 0;
	margin-bottom: 20px;
}
h1, h2, h3, .h1, .h2, .h3 {
	line-height: 1.7;
}
/* Links */
a {	
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
}
a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	outline-offset: 0;
}
a.btn-link {
    font-size: 13px;
    text-transform: uppercase;
}
a.btn-arrow {
    padding-right: 22px;
    position: relative;
}
a.btn-arrow:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 12px;
    font-size: 10px;
    position: absolute;
    line-height: inherit;
}
/* Text Elements */
p {
	margin: 0 0 20px;
}
.entry-content > p, .entry-content > p:last-child {
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}
.text-italic {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote p {
	font-style: italic;
}
dd {
	margin-bottom: 1em;
}
b, strong {
    font-weight: 800;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
	
/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
}
table th,
table td {
	padding: 8px;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;	
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table > thead > tr > th, 
table > tbody > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tbody > tr > td, 
table > tfoot > tr > td {
	border: 1px solid #dcdcdc;
}
table > thead > tr > th, 
table > thead > tr > td {
    border-bottom-width: 2px;
}
table th {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2d2d2d;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1px;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
a.text-white,
.text-white {
    color: #fff;
}
/* Override the bootstrap style */
blockquote, .blockquote-reverse {
    border-left: none;
	border-right: none;
	padding: 0 15px;
	position: relative;
	font-size: 16px;
	color: #7c7c7c;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
    content: ""; 
    background: #A5A5A5;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
blockquote footer, blockquote small, blockquote .small {
	font-weight: 500;
}
blockquote > blockquote:before, blockquote > blockquote:after {
	content: none;
}
blockquote > blockquote, blockquote > blockquote {
	padding: 0;
}
/* ================================================================
 * WordPress Core
 * ================================================================ */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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.875rem;
	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. */
}
/* ------------- Button Styles ------------- */
.btn.btn-wide input[type="submit"] {
    width: 159px;
    padding: 13px 12px;
}
.btn,
.form-submit .submit {
    padding: 15px 28px;
    background: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.vc_btn3.vc_btn3-size-md,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
    padding: 15px 32px;
}
.btn.btn-large {
    min-width: 155px;
}
.btn.btn_trans_white,
.btn.btn-transparent-white {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.btn.btn_bgcolor,
.vc_general.vc_btn3.vc_btn3-color-primary-bg {
    color: #fff;
}
.btn.btn_trans_white:hover,
.btn.btn_trans_white:active,
.btn.btn_trans_white:focus,
.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:active,
.btn.btn-transparent-white:focus {
    background: #fff;
}
.btn.btn_bgcolor,
.form-submit .submit,
.vc_general.vc_btn3.vc_btn3-style-default {
    background: transparent;
    border: 1px solid;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.btn.btn-default:hover, .btn.btn_bgcolor:hover, 
.form-submit .submit:hover, 
.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover, 
.vc_general.vc_btn3.vc_btn3-style-default:hover,
.btn.btn_bgcolor:hover:hover,
.form-submit .submit:hover,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:active,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:focus {
    background: #333;
	border-color:#333;
}
.btn.btn_trans_themecolor:hover,
.btn.btn_trans_themecolor:active,
.btn.btn_trans_themecolor:focus {
    color: #fff;
}
.btn.btn-simple-text {
	background: transparent;
	border: none;
	padding: 0;
	text-transform:capitalize;
	border-radius: 0;
	color: #979797;
}
.btn.btn-simple-text:hover, .btn.btn-simple-text:active, .btn.btn-simple-text:focus {
	background: transparent;
	color: #222a33;
}
.btn.btn-style-outline {
	border: 2px solid;
	background:transparent;
}
.btn.btn-style-outline.btn-skin-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-style-outline:hover, .btn.btn-style-outline:active, .btn.btn-style-outline:focus {
	color:#FFF;
}
.btn.btn-style-outline.btn-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-style-color.btn-white {
	border-color: #fff;
	background-color: #fff;
}
.btn.btn-style-color.btn-white:hover {
	color: #fff;
	border-color: #fff;
}
.btn.btn-style-outline.btn-white:hover, .btn.btn-style-outline.btn-white:active, .btn.btn-style-outline.btn-white:focus {
	background-color: #fff;
	border-color: #fff;
}
.btn.btn-style-color:hover, .btn.btn-style-color:active, .btn.btn-style-color:focus,  .btn.btn-style-color1:hover, .btn.btn-style-color1:active, .btn.btn-style-color1:focus {
	background-color: #FFF;
}
.btn.btn-style-color.btn-skin-dark {
    background: #252525 none repeat scroll 0 0;
}
.btn.btn-style-color.btn-skin-dark:hover {
    background: #ffffff none repeat scroll 0 0;
}
.btn.btn-style-color.btn-white {
    background: #ffffff none repeat scroll 0 0;
}
.btn.btn-style-color.btn-white:hover {
   color: #ffffff;
}
.primary-dark-color .btn.btn-style-color {
	background-color: #222a33;
	border-color: #222a33;
}
.bg-style.primary-color .btn.simple_text:hover,
.btn.simple_text:active,
.btn.simple_text:focus {
    color: #222222;
}
.typo-white .btn.simple_text {
    color: #fff;
}
.btn,
.pager li > a,
.pager li > span,
input[type="submit"],
.wpcf7 input[type="submit"],
.submit {
    font-weight: 500;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
}
.btn.btn-search {
    border: none;
}
.btn.btn-search:hover {
    color: #000;
}
.btn.btn-active {
    color: #fff;
}
.btn.btn-active:hover,
.btn.btn-active:active,
.btn.btn-active:focus {
    background: transparent;
}
.pager li > a,
.pager li > span {
	border: 1px solid #c9c9c9;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #979797;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.post-navigation .pager li a:hover, .post-navigation .pager li a:active, .post-navigation .pager li a:focus {
	color: #fff;
}
.pager li > a i {
    font-size: 16px;
    font-weight: 700;
}
.pager li.previous > a i {
    margin-right: 5px;
}
.pager li.next > a i {
    margin-left: 5px;
}
input[type="submit"],
.wpcf7 input[type="submit"] {
    border: 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 16px;
    width: auto;
    height: auto;
}
.btn i {
    padding-right: 10px;
    font-size: 17px;
}
.btn-search i {
    padding-right: 0;
}
.btn-margin {
    margin-right: 20px;
}
.search-form .btn {
    padding: 3px 12px;
    font-size: 17px;
}
.widget .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn.btn-search {
    background: transparent;
    color: #000;
    border-color: transparent;
}
.btn.btn-search:hover,
.btn.btn-search:active,
.btn.btn-search:focus {
    background: transparent;
    border-color: transparent;
}
.search-form .input-group {
    background: #fff;
    border: 1px solid #e4e4e4;
    height: 30px;
    padding: 10px 15px;
}
.search-form input.form-control,
.search-form .input-group input.form-control {
    background: transparent;
    border: medium none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
    height: 30px;
}
.search-form .input-group-btn .btn {
    padding: 0;
    height: 30px;
    color: #bbb;
}
.search-form .input-group-btn .btn:hover,
.sidebar .search-form .input-group-btn .btn:hover {
    color: #000;
}
/* ------------- Extra Classes ------------- */
.inline-block, .inline-title {
    display: inline-block;
}
.no-padding {
	padding: 0;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.tpath-rounded {	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.animated {
	visibility:hidden;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
}
.visible {
	visibility:visible;
}
.input-group input.form-control {
	background: #fff;	
	height: 45px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
}
.input-group-btn .btn {
	height: 45px;
	min-width: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.input-group .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.section-arrow-pointer {
	position: absolute;
}
.section-icon i:before, .section-icon i:after {
	font-size: 30px;	
}
.section-icon i {
	color: #7f8c8d;
}
.tpath-listitem, .list-unstyled {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tpath-listitem.custom-icon li:before {
	content: "\f00c";
	font-size: 14px;	
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border: 2px solid #2d2d2d;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 2px;
	width: 30px;
	height: 28px;
}
.tpath-listitem.custom-icon li {
	position: relative;
	padding-left: 45px;
	line-height: 30px;
}
.container-big {
	margin: 0 auto;
}
.pageloader { 
	background: url(images/page-loader.gif) center center no-repeat #fff;  
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;	
}
/* Page Header */
.page-title-section {
	width: 100%;
	overflow: hidden;
	background-position: center center;
    background-size: cover;
	background-color: #423B36;
    position: relative;
	padding: 100px 0;
	margin-bottom: 30px;
}
body.two-col-right .page-title-section,
body.two-col-left .page-title-section,
body.blog .page-title-section,
.single.single-post .page-title-section {
	margin-bottom: 65px;
}
.page-title-section::before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.page-title-section::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.page-title-container .page-title-header {
	position: relative;
	width: 100%;
}
.page-title-header {
	float: left;	
}
.page-title-header .page-slogan {
	margin-bottom: 10px;
	font-size: 24px;
}
.page-header-icon {
	margin: 30px 0 15px;
}
.page-header-icon i {
	font-size: 35px;	
}
.page-breadcrumbs {
    text-align: center;
}
.page-breadcrumbs a span, .page-breadcrumbs span > a {
	color: #FFF;
}
.page-breadcrumbs, .page-breadcrumbs span {
	color: #FFF;
}
.page-title-section .page-breadcrumbs-wrapper .tpath-breadcrumbs {
    display: inline-block;
    position: relative;
}
.page-breadcrumbs-wrapper.clearfix {
    z-index: 1;
    position: relative;
}
.page-title-header h1, .page-title-header h1.entry-title {
	color: #ffffff;
	font-size: 56px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
.page-title-header h1 strong {
	font-weight: bold;
}
.page-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-breadcrumbs ul li {
	float: left;
}
.page-breadcrumbs span.tpath-breadcrumb-sep {
    padding: 0 10px;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
}
.page-breadcrumbs ul li, .woocommerce .woocommerce-breadcrumb {
	color: #8c8c8c;
    font-size: 14px;
	font-weight: normal;
}
.tpath-breadcrumbs .tpath-breadcrumb-sep:last-child {
	display:none;
}
.woocommerce .woocommerce-breadcrumb a {
	font-weight: normal;
}
.slider-section {
    position: relative;
	z-index: 1;
}
.tpath-section-top {
    display: block;
	position: absolute;
	top: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    top: 0;
}
.tpath-listitem li {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 22px;
}
/* Section Title */
.tpath-section-title {
    margin-bottom: 20px;
    overflow: hidden;
}
.tpath-section-title .section-title {
    margin-bottom: 15px;
    padding-left: 56px;
    position: relative;
}
.tpath-section-title .section-title:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 42px;
}
.tpath-section-title .section-title.text-weight-bold,
.text-weight-bold {
    font-weight: 700;
}
.tpath-section-title .section-title.text-weight-extra-bold,
.text-weight-extra-bold {
    font-weight: 800;
}
.tpath-section-title .section-title.text-weight-normal,
.text-weight-normal {
    font-weight: 500;
}
.section-title .title_icon {
    margin-right: 10px;
}
.section-title .title_icon [class^="flaticon-"]::before,
.section-title .title_icon [class*=" flaticon-"]::before,
.section-title .title_icon [class^="flaticon-"]::after,
.section-title .title_icon [class*=" flaticon-"]::after {
    font-size: inherit;
}
.tpath-section-title.bottom_border .section-sub-title {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.tpath-section-title div.section-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #222222;
}
.tpath-section-title .section-sub-title {
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
}
.widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
.tpath-section-title.title-left_border .section-title {
    border-left: 3px solid;
    padding-left: 10px;
    padding-bottom: 0;
    display: inline-block;
}
.tpath-section-title.title-bottom_border .section-title::before {
    bottom: 5px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
    width: 230px;
    background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-title::after {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
    width: 180px;
    background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-sub-title::before {
    bottom: 5px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-sub-title::after {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-sub-title {
    margin-top: 20px;
}
.tpath-section-title.title-bottom_border.text-right .section-title::before,
.tpath-section-title.title-bottom_border.text-right .section-title::after {
    left: auto;
    right: 0;
}
.tpath-section-title.title-bottom_border.text-center .section-title::before,
.tpath-section-title.title-bottom_border.text-center .section-title::after {
    margin: 0 auto;
    right: 0;
}
.tpath-section-title.text-center::before {
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.tpath-section-title.section-margin {
    margin-bottom: 50px;
}
#back-to-top {
    bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    right: 15px;
    color: #fff;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#back-to-top:after {
    background: inherit;
    bottom: 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px;
    z-index: -1;
}
#back-to-top i {
    color: #fff;
    font-weight: 900;
    line-height: 40px;
}
#back-to-top:hover,
#back-to-top:active,
#back-to-top:focus {
    background-color: #000;
}
/* ================================================================
 * HEADER 
 * ================================================================ */
#tpath_wrapper .header-section {
    width: 100%;
    z-index: 1001;
}
.header-section .navbar {
	margin-bottom: 0;
	min-height: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
}
.navbar-brand {	
	height: 95px;
	display: block;
	line-height: 95px;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand .site-logo-text {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.tpath-logo .navbar-brand > img {
	position: relative;
/*	width: 100%;*/
	display: inline-block;
}
/*.is-sticky .tpath-logo .navbar-brand > img {
    width: auto;
}*/
.navbar-brand > img:hover {
    box-shadow:none;
}
.navbar-header.tpath-logo, .tpath-logo .navbar-brand, .tpath-logo .navbar-brand > img {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
/*.is-sticky .navbar-brand {
    height: 70px;
    line-height: 70px;
}
.is-sticky .navbar-brand > img {
    max-height: 60px;
}*/
.tpath-logo .navbar-brand > img {
	transition: max-height 0.3s ease-in-out 0s;
	-moz-transition: max-height 0.3s ease-in-out 0s;
	-webkit-transition: max-height 0.3s ease-in-out 0s;
	-o-transition: max-height 0.3s ease-in-out 0s;
	-ms-transition: max-height 0.3s ease-in-out 0s;
}
/* Header Top Bar */
.header-top-section {
	background-color: #423b36;
}
.header-top-section, .header-top-section a {
	color: #c9c9c9;
}
.header-top-section a:hover {
	color: #FFF;
}
.header-section.header-transparent .header-top-section {
	background-color: transparent;
}
.tpath-topnavbar-collapse{
	padding:0;
}
.tpath-top-nav.top-menu-navigation {
    margin-right: 15px;
}
.header-top-section p {
	margin-bottom: 0;
	font-size: 10px;
    line-height: 40px;
	margin-right: 25px;
}
.nav.navbar-nav.navbar-right.tpath-top-right > li:last-child p, .nav.navbar-nav.navbar-right.tpath-top-right > li:last-child {
    margin-right: 0;
}
.header-top-section .topicon {
	padding-right: 5px;
	font-size: 12px;
}
.header-top-section .tpath-top-nav .navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	font-size: 12px;
}
.header-top-section .tpath-top-nav .navbar-nav > li:first-child > a {
	padding-left:0;
}
.header-top-section .tpath-top-nav .navbar-nav > li > a:hover, .header-top-section .tpath-top-nav .navbar-nav > li > a:active, .header-top-section .tpath-top-nav .navbar-nav > li > a:focus {
	color: #fff;
}
/* ================================================================
 * HEADER SHAPE
 * ================================================================ */
.navbar-brand .site-logo-text, .navbar-brand .site-logo-text:hover {
	color: #FFF;
}
.navbar-brand {
	position:relative;
	z-index: 0;
}
/* Header Types */
.header-main-section p {
	border: 1px solid;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
}
.header-main-section .nav.navbar-nav li.search-nav {
	line-height: 97px;
}
.header-search-form {
    min-width: 20px;
    text-align: center;
}
.header-section.header-dark .header-search-form, .header-section.header-theme-color .header-search-form {
    color: #FFF;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav {
	min-width: 15px;
	padding: 0 0 0 25px;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav:before {
	background: #e4e4e4;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 1px;
	height: 20px;
}
.header-search-form .btn-trigger {
	cursor: pointer;
	font-size: 24px;
	vertical-align: middle;
	color: #c9c9c9;
}
.header-search-form .search-form {
	display: none;
	min-width: 300px;
	position: absolute;
	right: 0;
	top: 100%;	
	z-index: 100;
}
.header-search-form .search-form .input-group {
    height: 40px;
	line-height: 40px;
    padding: 0 15px;
	border: 1px solid #e4e4e4;
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.header-search-form .form-control::-moz-placeholder {
	color: #707070;
}
.header-search-form .form-control:-ms-input-placeholder {
	color: #707070;
}
.header-search-form .form-control::-webkit-input-placeholder {
	color: #707070;
}
.header-search-form .search-form .input-group input.form-control {
	height: 40px;
	padding-left: 0;
	color: #707070;
	font-size: 14px;
}
.header-main-section .nav.navbar-nav .header-search-form .search-form i {
	line-height: normal;
}
.header-theme-color .header-search-form .btn-trigger {
	color: #fff;
}
.header-main-section .nav.navbar-nav li.extra-nav.socials-nav a {
	line-height: 20px;
}
/* Header Navigation Center */
.header-section .tpath-main-bar {
	float:right;
}
/* Transparent Header */
.header-section.header-transparent, .header-section.header-semi-transparent {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header-section.header-dark .header-main-section, 
.header-section.header-dark .is-sticky.header-main-section,
.header-section.header-transparent.header-dark .is-sticky .header-main-section,
.header-section.header-dark .header-main-section .navbar-collapse {
	background: #222A33;
}
.header-section.header-light .header-main-section, 
.header-section.header-light .is-sticky.header-main-section,
.header-section.header-transparent.header-light .is-sticky .header-main-section,
.header-section.header-light .header-main-section .navbar-collapse {
	background: #fff;
}
.header-section.header-transparent.header-light, 
.header-section.header-transparent.header-light .header-main-section, 
.header-section.header-transparent.header-dark, 
.header-section.header-transparent.header-dark .header-main-section,
.header-section.header-transparent.header-theme-color, 
.header-section.header-transparent.header-theme-color .header-main-section,
.header-section.header-semi-transparent.header-light .header-main-section, 
.header-section.header-semi-transparent.header-dark .header-main-section,
.header-section.header-semi-transparent.header-theme-color .header-main-section,
.header-section.header-semi-transparent .header-main-section .navbar-collapse,
.header-section.header-transparent .header-main-section .navbar-collapse {
    background: transparent;
}
.header-section.header-semi-transparent.header-light, .header-section.header-semi-transparent.header-light .header-main-section {
    background: rgba(255, 255, 255, 0.6);
}
.header-section.header-semi-transparent.header-dark, .header-section.header-semi-transparent.header-dark .header-main-section {
    background: rgba(34, 43, 52, 0.6);
}
/* ================================================================
 * STICKY HEADER
 * ================================================================ */
.header-main-section {
	-webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
	transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, background 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, -o-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	position: relative;
	z-index: 100;
}
.is-sticky .header-main-section {
	width: 100%;
	z-index: 1001;		
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/*.is-sticky .header-main-section .tpath-main-nav.nav.navbar-nav > li > a {
	line-height: 70px;
    padding: 0;
}
.is-sticky .header-main-section .nav.navbar-nav.tpath-main-nav li > a::after { 
	bottom:15px;
}
.is-sticky .header-main-section .nav.navbar-nav li.extra-nav.search-nav, .is-sticky .header-main-section .nav.navbar-nav li.extra-nav.header-main-cart {
	line-height: 70px;
}*/
.header-main-section.sticky-header-hide {
	-webkit-transform: translateZ(0) translateY(-100%);
	-moz-transform: translateZ(0) translateY(-100%);
	transform: translateZ(0) translateY(-100%);
}
/* ================================================================
 * NAVIGATION
 * ================================================================ */
.tpath-main-nav.nav.navbar-nav > li > a {
	margin: 0 20px;
	padding: 0;
	line-height: 95px;
	font-size: 13px;
	color: #272727;
	text-transform: uppercase;
	position: relative;
	transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
}
.tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a {
	margin: 0 35px 0 20px;
}
.tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: inherit;
    font-size: 10px;
	position: absolute;
	right: -18px;
	top: 0;
}
.tpath-main-nav.nav.navbar-nav li:hover > a:before, 
.tpath-main-nav.nav.navbar-nav li > a:hover:before, 
.tpath-main-nav.nav.navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-item > a::before, 
.tpath-main-nav.nav.navbar-nav .current-menu-ancestor > a:before, 
.tpath-main-nav.nav.navbar-nav li.active > a:before {
	opacity: 1;
	transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
}
.header-main-section .navbar-nav .main-nav li:hover ul.dropdown-menu, 
.header-main-section .navbar-nav ul.dropdown-menu li.dropdown:hover ul.sub-nav {
    display: block;
    opacity: 1;
    visibility: visible;
}
.tpath-main-nav.nav.navbar-nav > li > a:before {
    bottom: 25%;
    content: "";
    height: 2px;
    position: absolute;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a:before {
	background: transparent;
}
.header-section.header-transparent .tpath-main-nav > li > a, .header-section.header-transparent .extra-nav {
	color: #fff;
}
.header-menu-bar {
	border: none;
	padding: 10px 0;
}
.header-menu-bar .navbar-collapse {
	position: relative;
}
.nav.navbar-nav.tpath-main-left > li {
    position: static;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.navbar-header .icon-bar {
    background: none repeat scroll 0 0 #FFFFFF;
}
.header-main-section .tpath-mainnavbar-collapse {
	padding:0;
}
.navbar-collapse {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
/*.header-top-section .navbar-right {
    margin-right: 0;
}*/
.header-sidebar-social .tpath-social-icons li:last-child {
    margin-right: 0;
}
.header-main-section ul ul.dropdown-menu li > a::after {
	display:none;
}
.dropdown-toggle .caret {
	display: none;
}
.dropdown:hover .dropdown-menu, .dropdown-menu .dropdown:hover .sub-menu, .dropdown:hover .tpath-megamenu-wrapper, 
.header-main-cart:hover .woo-cart-contents {
	visibility: visible;	
    animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
 	-webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}
.dropdown-menu, .navbar-right .dropdown-menu {
    border: 1px solid #e4e4e4;
    background: #fff;
	min-width: 200px;
	padding: 0;	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	display: block;
	opacity: 0;
	visibility: hidden;	
	top: auto;
	left: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
}
.dropdown-menu, .dropdown-menu .sub-menu, .tpath-megamenu-container {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.header-section .nav.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #e4e4e4;
}
.header-section .nav.navbar-nav .dropdown-menu li:last-child {
	border: none;
}
.navbar-nav.tpath-main-nav .dropdown-menu li {
	margin-right: 0;
}
.navbar-nav.tpath-main-nav .dropdown-menu {
    min-width: 180px;
}
.navbar-nav.tpath-main-nav .dropdown-menu li a {
    text-transform: capitalize;
	padding:10px 30px;
}
.dropdown-menu > li > a,
.dropdown-menu .sub-menu a {
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a:hover,
.dropdown-menu .sub-menu a:hover {
    padding-left: 45px;
}
.dropdown-menu > li > a:hover::before,
.dropdown-menu .sub-menu a:hover::before,
.tpath-main-nav.nav.navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-item > a::before, 
.tpath-main-nav.nav.navbar-nav .dropdown-menu li.active > a:before {
    opacity: 1;
	filter: alpha(opacity=100);
    transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
}
.dropdown-menu > li > a::before,
.dropdown-menu .sub-menu a::before {
    content: "\f061";
    font-family: fontawesome;
    font-size: 10px;
    line-height: 20px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #E2E2E2;
}
.dropdown-menu .sub-menu a {
    clear: both;   
    display: block;
    line-height: 1.42857;
    white-space: nowrap;
}
.dropdown-menu a,
.mobile-sub-menu a {
    color: #2d2d2d;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: transparent;
}
.tpath-megamenu-wrapper {
	visibility: hidden;
	min-width: 800px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
}
.tpath-megamenu-container, .tpath-megamenu, .tpath-megamenu .tpath-megamenu-submenu .sub-menu {
	list-style: none;	
}
.tpath-megamenu .tpath-megamenu-submenu .sub-menu {
	padding: 0;
	margin: 0;
}
.tpath-megamenu-container {
	border-top: 3px solid #fff;
	margin: 0;
}
.tpath-megamenu {
	display: table;	
	width: 100%;
	padding: 15px;
}
.tpath-megamenu > li {
	padding: 15px;
	float: none;
	display: table-cell;
	text-align: left;
}
.navbar-nav .tpath-megamenu > li a {
	color:#333333;
}
.tpath-megamenu > li:last-child {
	border: none;
}
.tpath-megamenu-title {
	margin: 0 0 15px;
}
.tpath-megamenu-title .tpath-megamenu-icon {
	padding-right: 10px;
}
.tpath-megamenu-container a {
	display: block;
	padding: 8px 0;
}
.tpath-megamenu-bullet {
	padding-right: 10px;
}
.nav > li.tpath-megamenu-menu, .nav > li.tpath-megamenu-menu .dropdown-toggle {
	position: static;
}
.nav > li.tpath-megamenu-menu .dropdown-toggle:after {
	display: none;
}
.mobile-sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li span.menu-toggler {
	display: inline-block;
	width: 30px;
	cursor: pointer;	
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}
ul li span.menu-toggler i {
	display: block;
	line-height: 20px;
	font-size: 25px;
}
ul li span.menu-toggler .fa-angle-down {
	display: block;
}
/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #tpath_wrapper, .boxed .container {	
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.boxed #tpath_wrapper {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fullwidth .container {
	width: 100%;
	max-width: 1170px;
}
#tpath_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.boxed #tpath_wrapper .subscribe-box .panel-body {
    padding: 15px 15px 15px 35px;
}
.two-col-right #single-sidebar-container #primary,
.two-col-left #single-sidebar-container #sidebar,
.three-col-right #single-sidebar-container,
.three-col-right #single-sidebar-container #primary,
.three-col-middle #single-sidebar-container #primary,
.three-col-middle #secondary-sidebar,
.three-col-left #single-sidebar-container #sidebar,
.three-col-left #secondary-sidebar {
	float: left;	
}
.two-col-right #single-sidebar-container #sidebar,
.two-col-left #single-sidebar-container #primary,
.three-col-right #single-sidebar-container #sidebar,
.three-col-right #secondary-sidebar,
.three-col-middle #single-sidebar-container,
.three-col-middle #single-sidebar-container #sidebar,
.three-col-left #single-sidebar-container,
.three-col-left #single-sidebar-container #primary {
	float: right;	
}
#content {
	padding: 0;
}
.main-section {
	position: relative;
	min-height: 480px;
	width: 100%;
	z-index:1;
}
.page-template-template-parallax .main-section {
	background: transparent;
}
.main-col-small, .main-col-full, .content-col-small, .content-col-full, .pm-sidebar, .sec-sidebar, .fullwidth-page-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.main-col-small {
	width: 81%;	
}
.main-col-full {
	width: 100%;	
}
.content-col-small {
	width: 74%;	
}
.content-col-full {
	width: 100%;	
}
.pm-sidebar {
	width: 25%;	
}
.single-sidebar-container.parallax-flat {
	padding-top: 0;
	padding-bottom: 0;
}
.wp-caption {
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	max-width: 100%;
	clear: both;
}
dl.wp-caption {
	border: none;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 5px;    
}
.wp-caption-text {
	text-align: center;
}
.revslider_active .main-section {
    border-top: none;
}
/* ================================================================
 * SERVICES BOX
 * ================================================================ */
.service-item-wrapper .service-image-wrapper {
    margin-bottom: 15px;
	overflow: hidden;
}
.service-item-wrapper .service-image-wrapper img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-item:hover .service-image-wrapper img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.service-item-wrapper .service-item-img img {
    width: 100%;
}
.service-content-wrapper .service-name {
    margin-bottom: 0;
}
.service-content-wrapper .service-name > a {
    color: #1c1c1c;
    font-size: 17px;
}
.service-content-wrapper .service-content-text {
	margin-top: 15px;
}
.tpath-service-grid-wrapper.display-icon-style .service-name {
	display: block;
	margin-bottom: 10px;
}
.tpath-service-grid-wrapper.display-icon-style .service-name i {
	padding-right: 20px;
    color: #c9c9c9;
    font-size: 36px;
	line-height: 1.5;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tpath-service-grid-wrapper.display-icon-style .service-name > a {
    font-size: 17px;
	line-height: 1.5;
	vertical-align: middle;
    color: #1c1c1c;
    text-transform: capitalize;
}
.service-item-wrapper .service-btn {
    text-align: right;
}
.tpath-service-grid-wrapper .service-item.col-md-3,
.tpath-service-grid-wrapper .service-item.col-md-4,
.tpath-service-grid-wrapper .service-item.col-sm-6 {
	margin-bottom: 50px;
}

/* ================================================================
 * FEATURE BOXES
 * ================================================================ */
.tpath-feature-box {
    position: relative;
	clear: both;
	margin-bottom: 30px;
}
.tpath-feature-box.feature-icon-yes .tpath-feature-top {
    display: table-cell;
    vertical-align: top;
}
.tpath-feature-box.feature-icon-yes.text-left .tpath-feature-box-title {
    padding-left: 25px;
}
.tpath-feature-box.feature-icon-yes.text-right .tpath-feature-box-title {
    padding-right: 25px;
}
.tpath-feature-box .tpath-feature-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.tpath-feature-box .vc_feature_box-img {
    width: 100%;
}
.tpath-feature-box.feature-icon-yes .tpath-feature-box-title {
    display: table-cell;
    vertical-align: middle;
}
.tpath-feature-box.text-left .tpath-feature-box-title > .feature-box-title { 
    margin-bottom: 0;
	line-height: 1.7;
}
.tpath-feature-box .tpath-feature-box-title > .feature-box-sub-title { 
    margin-top: 20px;
	margin-bottom: 0;
	font-style: italic;
}
.tpath-feature-box.feature-icon-yes .feature-icon-box-content {
    margin-top: 10px;
}
.tpath-feature-box .feature-icon-box-content {
    margin-top: 20px;
}
.tpath-feature-box .tpath-feature-top .tpath-feature-image::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tpath-feature-box:hover .tpath-feature-top .tpath-feature-image::after {
    opacity: 1;
}
.tpath-feature-box:hover .tpath-feature-top .tpath-feature-image img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.tpath-feature-box .tpath-feature-icon i,
.tpath-feature-box .tpath-feature-icon i:before {
    font-size: 36px;
    color: #c9c9c9;
    font-weight: normal;
    line-height: 80px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}
.tpath-feature-box .tpath-feature-icon i,
.tpath-feature-box .tpath-feature-icon i::before {
    text-shadow: 1px 0 0;
    font-size: 36px;
    line-height: 1.4;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon i, 
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon i::before {
	line-height: 1.1;
}
.tpath-feature-box:hover .tpath-feature-icon i,
.tpath-feature-box .tpath-feature-icon i:hover,
.bg-style.primary-color .tpath-feature-box:hover .tpath-feature-icon i,
.bg-style.primary-color .tpath-feature-box .tpath-feature-icon i:hover {
    color: #222;
}
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.tpath-feature-box:hover .tpath-feature-icon i {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.tpath-feature-box-btn {
    margin-top: 30px;
}
.tpath-feature-box-btn .btn.btn-no_border {
    border: medium none;
    padding: 0;
}
.tpath-feature-box-btn .btn.btn-no_border:hover {
    background: none;
}
.tpath-feature-box.title_top .btn {
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #4b3c38;
}
.tpath-feature-box.title_top:hover .btn {
    background: transparent;
}
/* ICON STYLE */
.tpath-feature-box.feature-box-style.style-iconstyle {
    border: 1px solid #e4e4e4;
    padding: 20px;
	overflow:hidden;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-content {
    margin-top: 7px;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-content p:last-child {
    margin-bottom: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-top,
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon-style {
    display: table-cell;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-top {
    padding-right: 20px;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-title,
.tpath-feature-box.feature-box-style.style-iconstyle.text-left .tpath-feature-box-title > .feature-box-title {
    padding: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle,
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-title .feature-box-title {
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkti-transition: all 0.3s ease-in-out 0s;
}
.tpath-feature-box.feature-box-style.style-iconstyle:hover {
    border: 1px solid transparent;
    color: #fff;
}
.tpath-feature-box.feature-box-style.style-iconstyle:hover .tpath-feature-icon i,
.tpath-feature-box.feature-box-style.style-iconstyle:hover .tpath-feature-icon i::before,
.tpath-feature-box.feature-box-style.style-iconstyle:hover .tpath-feature-box-title .feature-box-title {
    color: #fff;
}
.tpath-feature-box.feature-box-style.style-iconstyle .feature-box-no {
    bottom: 0;
    color: rgba(0, 0, 0, 0.1);
    font-size: 180px;
    line-height: 75px;
    position: absolute;
    right: -15px;
}
/* Buttons */
.feature-box-item .feature-box-button {
    margin-top: 15px;
}
.btn.btn-simple-text.btn-skin-default {
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn.btn-fbox {
	text-transform: uppercase;
	font-size: 13px;
}
.btn.btn-fbox i {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 0;
}
/* ================================================================
 * PORTFOLIO
 * ================================================================ */
.portfolio-image {
    overflow: hidden;
    position: relative;
}
.portfolio-item img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.portfolio-item:hover .btn {
    color: #fff;
}
.portfolio-content .portfolio-title:after {
    bottom: -18px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 42px;
}
.portfolio-content .portfolio-title,
.portfolio-content .portfolio-title > a {
    color: #1c1c1c;
    font-size: 17px;
    margin: 0 0 30px;
    position: relative;
}
.portfolio-content .portfolio-top {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    width: 100%;
}
.portfolio-content .portfolio-bottom {
    opacity: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
	min-height:200px;
}
.portfolio-top .jobs-done {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
}
.portfolio-item .portfolio-more .btn {
    color: #fff;
}
.portfolio-gallery-wrapper .portfolio-top-wrapper,
.team-top-wrapper {
    display: block;
    margin-bottom: 55px;
    overflow: hidden;
    text-align: center;
}
.portfolio-top-wrapper .portfolio-tabs,
.team-top-wrapper .team-tabs {
    margin: 0 auto;
    text-align: right;
}
.portfolio-gallery-wrapper .portfolio-tabs > li,
.team-gallery-wrapper .team-tabs > li {
    padding: 0;
    margin-right: 20px;
}
.portfolio-gallery-wrapper .portfolio-tabs > li:last-child,
.team-gallery-wrapper .team-tabs > li:last-child {
    margin-right: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a,
.team-gallery-wrapper .team-tabs > li a {
    border: 1px solid #c9c9c9;
    color: #979797;
    display: inline-block;
    font-family: Montserrat;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a.active, .team-gallery-wrapper .team-tabs > li a.active {
	color:#fff;
}
.portfolio-gallery-wrapper .portfolio-tabs.style1-box > li a.active {
    border: none;
}
.portfolio-gallery-wrapper .portfolio-tabs.style2-sep > li a {
    padding: 0 25px;
    line-height: 18px;
}
.portfolio-gallery-wrapper .portfolio-tabs.style2-sep > li {
    line-height: 18px;
}
.portfolio-gallery-wrapper .portfolio-tabs.style1-box > li a.active {
    color: #fff;
}
.portfolio-columns-2 .portfolio-item {
    width: 50%;
}
.portfolio-columns-3 .portfolio-item {
    width: 33.3333%;
}
.portfolio-columns-4 .portfolio-item {
    width: 25%;
}
.portfolio-item .portfolio-content {
    border: 1px solid #e4e4e4;
    display: block;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    padding: 25px 35px 15px;
    text-align: center;
}
.portfolio-top .portfolio-top-icon {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 30px
}
.portfolio-excerpt > p {
    margin-bottom: 0;
}
/*Hover*/
.portfolio-item .portfolio-content * {
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.portfolio-content:hover .portfolio-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
}
.portfolio-content:hover .portfolio-bottom {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}
.portfolio-gallery-wrapper .portfolio-overlay h4 a {
    color: #fff;
}
.portfolio-gallery-wrapper .portfolio-overlay h5.portfolio-date {
    font-size: 15px;
    line-height: 58px;
    float: right;
    margin: 0;
}
/* Single Portfolio */
.portfolio-header {
    margin-bottom: 40px;
    overflow: hidden;
}
.page-title-header {
    position: relative;
}
.portfolio-header h1 {
    font-size: 26px;
    line-height: 32px;
}
h3.portfolio-desc-title,
h3.portfolio-info-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.portfolio-single .portfolio-details {
	margin-bottom: 15px;
}
.portfolio-box {
    float: left;
    width: 100%;
}
.portfolio-box h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding-right: 12px;
    float: left;
    min-width: 90px;
}
.portfolio-gallery.portfolio-image {
    margin-bottom: 3em;
}
.portfolio-gallery.portfolio-image img {
    margin: 0 auto;
    width: 100%;
}
.tax-portfolio_categories .portfolio-gallery-wrapper, .tax-portfolio_skills .portfolio-gallery-wrapper {
	margin-bottom: 30px;
}
/* ================================================================
 * CALL TO ACTION
 * ================================================================ */
.call-to-action-wrapper {
	margin: 0;
	text-align: center;
}
.call-to-action-text {
	border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    font-size: 52px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
	padding: 25px 10px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}
.vc_general.vc_cta3 .vc_cta3-actions:before {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.vc_general.vc_cta3 .vc_cta3-actions {
    position: relative;
    padding-top: 50px;
}
.wpb_row .vc_cta3-container {
    margin-bottom: 0;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-style-default {
    padding: 0;
}
.vc_cta3 .vc_cta3-content-header h4 {
    font-size: 20px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    margin-bottom: 50px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    padding-left: 32px;
}
/* ================================================================
 * ICONS SECTION
 * ================================================================ */

.tpath-icons-box {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.tpath-icons-box .flaticon,
.tpath-icons-box .flaticon:before,
.tpath-icons-box .flaticon:after,
.tpath-icons-box i {
    font-size: 35px;
    vertical-align: middle;
}
.tpath-icon-box-content.icon-align-left .tpath-icon-view {
    float: left;
    min-width: 55px;
}
.tpath-icon-content p:last-child {
    margin-bottom: 0;
}
.tpath-icons-box .tpath-icon-content h5 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
/* ================================================================
 * QUOTE BOX SECTION
 * ================================================================ */

.tpath-quote-box {
    position: relative;
    min-height: 400px;
}
.tpath-quote-box .tpath-quote-border {
    border: 4px solid #fff;
    height: 94%;
    left: 3%;
    position: absolute;
    top: 3%;
    width: 94%;
}
.tpath-quote-box.without-quote-bg .tpath-quote-border {
    position: inherit;
    margin: 0;
    width: 100%;
    border: 4px solid #e8f0f5;
}
.tpath-quote-box.without-quote-bg .tpath-quote-border .tpath-quote-content {
    position: inherit;
}
.tpath-quote-box .tpath-quote-border .tpath-quote-content {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    padding: 30px 20px;
    position: absolute;
    width: 100%;
}
.tpath-quote-box .tpath-quote-bg-image img {
    width: 100%;
}
.tpath-quote-box .author-img {
    text-align: center;
}
.padding5 {
    padding: 5px;
}
.tpath-quote-box .author-title {
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
    position: relative;
    border-left: 3px solid;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}
.tpath-quote-box .tpath-quote-content .author-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 1px solid #e8f0f5;
    padding: 5px;
}
.tpath-quote-box.with_author_img .tpath-quote-content .quote-author-info {
    padding-left: 115px;
}
.tpath-quote-box .tpath-quote-content .author-img {
    float: left;
}
.tpath-quote-box .tpath-quote-top {
    display: inline-block;
    width: 100%;
}
.tpath-quote-box .author-title {
    margin-top: 25px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tpath-quote-box .author-title .author-designation {
    padding-right: 5px;
}
/* ================================================================
 * TEAM SECTION
 * ================================================================ */
.team-item {
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-columns-2 .team-item {
    width: 50%;
}
.team-columns-3 .team-item {
    width: 33.3333%;
}
.team-columns-4 .team-item {
    width: 25%;
}
.team-item .team-image-wrapper {
    margin-bottom: 25px;
    position: relative;
    overflow:hidden;
}
.team-item-img img {
	margin: 0 auto;
	width:100%;
	overflow:hidden;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-item:hover > .team-image-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team-social-media {
    left: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) scale(0.2);
    -ms-transform: translateY(-50%) scale(0.2);
    -moz-transform: translateY(-50%) scale(0.2);
    -o-transform: translateY(-50%) scale(0.2);
    -webkit-transform: translateY(-50%) scale(0.2);
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
}
.team-item:hover .team-social-media {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
}
.team-social-media > li > a {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #c8c8c8;
    display: inline-block;
    height: 32px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
    width: 32px;
}
.team-item .team-member-name,
.team-member-name {
    margin: 0;	
}
.team-single-wrapper .team-member-name {
	font-size: 16px;
}
.team-member-item-info.team-member_role .text-italic {
	font-size: 15px;
}
.team-member-item-info.team-member_role {
	border-bottom: 2px solid #efefef;
	margin-bottom: 14px;
    padding-bottom: 14px;
}
.team-item .team-content-wrapper .team-member-name a {
    color: inherit;
}
.team-item .team-member-designation {
    border-bottom: 2px solid #efefef;
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 15px;
}
.team-member-designation .text-italic {
	font-size: 15px;
}
.team-item .team-member-description {
    border-bottom: 2px solid #efefef;
    padding-bottom: 16px;
    margin-bottom: 12px;
}
.team-item .team-member_phone,
.team-item .team-member_email,
.team-member_phone h6,
.team-member_email h6 {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
	color: #979797;
	line-height:32px;
}
.team-item .team-member_email a {
	color: #979797;
}
.team-item .team-member_phone span,
.team-item .team-member_email span {
    font-weight: 600;
	text-transform: uppercase;
}
.team-style3 .team-image-wrapper {
    float: left;
}
.team-style3 .team-image-wrapper img {
    max-width: 230px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.team-style3 .team-content-wrapper::before {
    display: none;
}
.team-style3 .team-item:hover .team-content-wrapper::before {
    display: none;
}
.team-style3 .team-item .team-content-wrapper {
    display: block;
    padding-left: 250px;
    text-align: left;
}
.team-style3 .team-item .team-content-wrapper .team-member-name a {
    color: #222;
    font-size: 18px;
}
.team-style3 .team-item .team-content-wrapper {
    background: transparent;
}
.team-item .team-content-wrapper {
    margin-bottom:30px;
}
.team-style3 .team-item .team-content-wrapper .team-member-btn .btn {
    border: none;
    background: none;
    color: #3d3d3d;
    padding: 0;
}
.team-style3 .team-item .team-content-wrapper .team-member-btn .btn:hover {
    border: none;
    background: none;
    text-decoration: underline;
}
.team-style3 .team-item .team-content-wrapper .team-member-btn .btn:hover:after,
.team-style3 .team-item .btn.btn_trans_themecolor::after {
    border: none;
    background: none;
    text-decoration: underline;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls {
    max-width: 100%;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav .fa {
    font-size: 44px;
}
.team-style3 .team-item .team-content-wrapper .team-member-name {
    margin: 0;
}
.tpath-team-slider-wrapper .owl-nav > div .flaticon {
    color: #d8d8d8;
    font-size: 34px;
    line-height: 35px;
    vertical-align: middle;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-next,
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-prev {
    height: 35px;
    width: 35px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: -35px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-prev {
    left: -35px;
}
/* Team Single */
.team-single-wrapper .team-member-right {
    padding-left: 30px;
}
.single-erange_team_member .team-member-phone {
    font-weight: 800;
}
.single-erange_team_member .tpath-member-social-icons li a > i {
    font-size: 18px;
}
.related-team-members-wrapper .related-members {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-erange_team_member .team-member-social {
	border-top: 2px solid #efefef;
	margin-top: 14px;
    padding-top: 14px;
}
.single-erange_team_member .member-details-box {
    border: 1px solid #e8f0f5;
    margin-bottom: 3em;
    padding: 20px 30px;
}
.single-erange_team_member .team-member-box .member-box-title {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.team-single-wrapper .member-box-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-member-right .member-details-box .gmap_canvas {
    height: 220px;
}
.single-erange_team_member .team-member-box .member-box-content ul {
    padding-left: 0;
}
.single-erange_team_member .team-member-box .member-box-content li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin: 5px 0;
}
.single-erange_team_member .team-member-box .member-box-content li::before {
    font-size: 15px;
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-erange_team_member .team-member-box .member-box-content li:hover::before {
    left: 5px;
}
.team-member-info ul li {
    list-style: none;
	position:relative;
}
.team-member-info ul li:before {
    content: '\2022 ';
    font-size: 30px;
    left: -20px;
    position: absolute;
}
.team-progress-bar .progress {
	background-color: #ededed;
	margin-bottom:28px;
}
.team-progress-bar .progress,
.team-progress-bar .progress-bar {
	height:3px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}
.team-progress-bar .vc_label {
    color: #1c1c1c;
    font-size: 14px;
	margin-bottom:10px;
}
.team-progress-bar .vc_label > span {
    color: #272727;
    font-size: 13px;
	float:right;
	font-weight:400;
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */ 
.tpath-testimonial .testimonial-item {
	display:inline-block;
	padding-top: 40px;
}
.tpath-testimonial .testimonial-item-inner-wrapper {
	padding: 20px;
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-author {
    left: 20px;
    position: absolute;
    right: 20px;
    top: -40px;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-author img {
	display: inline-block;
	width: auto;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-content {
	margin-top: 35px;
	background: url(images/quote.png) 18px top no-repeat;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-detail {
	margin-top: 25px;
}
.testimonial-wrapper .tpath-owl-carousel.owl-carousel {
    padding-bottom: 25px;
}
.testimonial-item .testimonial-info .client-author-name {
	margin-bottom: 0;
	display: inline-block;
}
.testimonial-item .testimonial-info .client-author-name > a {
    font-size: 14px;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-rating {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.testimonial-item .author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text {
    position: relative;
}
.testimonial-carousel-slider .testimonial-item .testimonial-info {
    padding-left: 15px;
    padding-right: 15px;
}
.testimonial-carousel-slider .testimonial-item .client-author-info {
    margin: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author h5,
.testimonial-carousel-slider .testimonial-item .testimonial-author h5 a {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
}
.testimonial-carousel-slider .testimonial-author a:hover {
    color: #000;
}
.testimonial-carousel-slider .owl-nav {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div {
    text-align: center;
    opacity: 1;
    border: 1px solid #ddd;
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent none repeat scroll 0 0;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    right: 36px;
    left: auto;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div:hover .fa {
    color: #fff;
}
.testimonial-carousel-slider .owl-pagination {
    text-align: center;
}
.testimonial-carousel-slider.border-enable .testimonial-info {
    border-left: 3px solid;
    padding-left: 10px;
}
.testimonial-carousel-slider .testimonial-detail {
    float: left;
}
/* ================================================================
 * CLIENT SLIDER SECTION 
 * ================================================================ */

.clients-carousel-slider .client-item img {
    width: auto;
}
.clients-carousel-slider .client-item img:hover {
    opacity: 1;
}
.clients-carousel-slider .owl-pagination {
    position: absolute;
    width: 100%;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: transparent none repeat scroll 0 0;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-nav div i {
    color: #d8d8d8;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
.clients-wrapper .owl-carousel.owl-theme.navstyle-light .owl-controls .owl-nav div i {
    color: #fff;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
}
.clients-carousel-slider .owl-controls .owl-prev {
    top: 0;
    left: -30px;
    position: absolute;
}
.clients-carousel-slider .owl-controls .owl-next {
    top: 0;
    right: -30px;
    position: absolute;
}
.boxed .clients-carousel-slider .owl-controls .owl-prev {
    left: 0;
}
.boxed .clients-carousel-slider .owl-controls .owl-next {
    right: 0;
}
.clients-wrapper .owl-theme .owl-controls .owl-buttons div:hover::after {
    opacity: 0.5;
}
.clients-carousel-slider.owl-theme.navstyle-dark .owl-controls .owl-buttons div::after {
    color: #7f7f7f;
}
.clients-carousel-slider.owl-theme.navstyle-light .owl-controls .owl-buttons div::after {
    color: #fff;
}
.clients-carousel-slider .owl-item img {
    margin: 0 auto;
}
/* ================================================================
 * TWITTER FEEDS SECTION
 * ================================================================ */ 
.tpath-twitter-slider .tweet-item {
    padding-bottom: 0;
}
.tpath-twitter-slider .tweet-item::before,
.tpath-twitter-slider .tweet-user-name > span,
.tpath-twitter-slider .tweet-user-name > a {
    color: #fff;
}
.tpath-twitter-slider .tpath_tweet_text,
.tpath-twitter-slider .tpath_tweet_text a {
    color: #fff;
    font-size: 16px;
}
.tpath-twitter-slider .tweet-user-name > a {
    color: #7f7f7f;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div:after {
    font-size: 22px;
    font-family: 'FontAwesome';
    height: 24px;
    line-height: 24px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    position: absolute;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.wpb_wrapper .menu-item,
.tpath-bmenu-item {
    margin-bottom: 25px;
}
.tpath-bmenu-item {
    padding: 0 10px;
}
.tpath-menu-content > p {
    margin-bottom: 10px;
}
.wpb_wrapper .menu-item:last-child,
.tpath-bmenu-item:last-child {
    margin-bottom: 0;
}
.wpb_wrapper .menu-item .menu-title,
.tpath-bmenu-item .tpath-menu-title {
    font-size: 16px;
    text-transform: uppercase;
}
/* ================================================================
 * TABS SECTION
 * ================================================================ */	
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
    margin-bottom: 30px;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li > a {
    background: transparent;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 6px 45px;
    text-transform: uppercase;
    color: #000;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li,
.tpath-tabs-widget .nav-tabs > li {
    background: transparent;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li:hover > a,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active > a:hover,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active > a:focus,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active a,
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.tpath-tabs-widget .nav-tabs > li:hover > a,
.tpath-tabs-widget .nav-tabs > li.active > a:hover,
.tpath-tabs-widget .nav-tabs > li.active > a:focus,
.tpath-tabs-widget .nav-tabs > li.active a,
.tpath-tabs-widget .nav-tabs > li.ui-tabs-active a {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #fff;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 0;
}
.tpath-tabs-widget .nav-tabs > li {
    padding: 0;
    margin: 0;
}
.tpath-tabs-widget .nav-tabs > li > a {
    padding: 10px 0;
    margin: 0;
    min-width: inherit;
    border: none;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: transparent;
}
.wpb_tab.ui-tabs-panel .wpb_text_column h6,
.wpb_tab.ui-tabs-panel .wpb_text_column h5,
.wpb_tab.ui-tabs-panel .wpb_text_column h4 {
    margin-bottom: 20px;
}
/* Google Map */
.gmap-wrapper {
    margin-bottom: 30px;
}
/* ================================================================
 * CONTACT US SECTION
 * ================================================================ */
.form-style-default .tpath-input-text,
.form-style-default .tpath-input-email,
.form-style-default .tpath-input-phone {
    width: 32%;
    float: left;
}
.form-style-default .tpath-textarea-message {
    clear: both;
}
.form-style-default .tpath-input-text,
.form-style-default .tpath-input-email {
    margin-right: 2%;
}
.form-style-style1 .tpath-input-text,
.form-style-style1 .tpath-input-email {
    width: 45%;
    float: left;
}
.form-style-style1 .tpath-input-text {
    margin-right: 10%;
}
.form-style-style1 .tpath-input-phone {
    clear: both;
}
.tpath-contact-info i {
    margin-right: 10px;
}
.tpath-form-center.tpath-contactform {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.form-bg-transparent input,
.form-bg-transparent .form-group .form-control,
.form-bg-transparent textarea,
.form-bg-transparent .tpath-input-submit .btn.tpath-submit {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:hover,
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:active,
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:focus {
    background: #fff;
}
.form-bg-transparent .form-control::-moz-placeholder {
    color: #fff;
}
.form-bg-transparent .form-control:-ms-input-placeholder {
    color: #fff;
}
.form-bg-transparent .form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-style-fullwidth textarea,
.form-style-fullwidth .form-group textarea.form-control {
    min-height: 250px;
}
input,
.form-group .form-control,
textarea {
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    resize: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #979797;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    padding: 10px 16px;
}
label {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: normal;
}
label > h6 {
	font-size: 14px;
	margin-bottom: 0;
}
.form-group,
.tpath-contactform .tpath-contact-form .form-group {
    margin-bottom: 20px;
}
select {
    height: 46px;
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 6px 16px;
    color: #c6c6c6;
}
.tpath-input-submit.form-group {
    margin-top: 20px;
}
.tpath-tp-contactform .tpath-input-submit.form-group {
    text-align: right;
    margin-bottom: 30px;
}
.tpath-input-submit .btn.tpath-submit:before {
    display: none;
}
.tpath-input-submit .btn.tpath-submit {
    color: #fff;
    float: right;
}
.tpath-input-submit .btn.tpath-submit i {
	padding-right: 0;
	padding-left: 10px;
	font-size: 12px;
}
.tpath-input-submit .btn.tpath-submit:hover,
.tpath-input-submit .btn.tpath-submit:active,
.tpath-input-submit .btn.tpath-submit:focus {
    background: #333;
	border-color:#333;
}
input,
input.form-control,
textarea,
textarea.form-control,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 16px;
}
.tpath-contact-form-wrapper select {
    padding: 6px 12px;
    height: 42px;
    width: 100%;
}
textarea,
.form-group textarea.form-control {
    height: auto;
}
.form-control::-moz-placeholder {
    color: #b9b9b9;
}
.form-control:-ms-input-placeholder {
    color: #b9b9b9;
}
.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}
.form-control-feedback {
    height: 38px;
    line-height: 38px;
    width: 35px;
    font-size: 13px;
}
.tpath-contact-form-container .has-feedback label ~ .form-control-feedback {
	top: 32px;
}
.has-feedback .form-control {
    padding-right: 32px;
}
.has-error .form-control {
    border-color: #a94442;
}
.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    height: 42px;
    padding: 10px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 10px;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    background: #F3F3F3;
}
.wpcf7 input {
    height: 42px;
    width: 100%;
}
.wpcf7 textarea {
    max-height: 180px;
    width: 100%;
}
.wpcf7 p {
    color: #565656;
    font-weight: bold;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
    margin-top: 30px;
}
.gmap_canvas {
    margin-bottom: 0;
}
.gmap_canvas img {
    max-width: none;
}
.gm-style .gm-style-iw {
    line-height: 1.2;
}
.page-title-header .contact-section-title {
    margin-bottom: 30px;
}
.contact-row {
    margin-bottom: 15px;
}
.contact-row p,
.contact-row div {
    margin-bottom: 5px;
}
/* ================================================================
 * STORE AND LOCATION SEARCH
 * ================================================================ */
.tpath-location-content {
    margin-bottom: 40px;
}
.location-form .tpath-field-group {
    float: left;
    width: 20%;
    padding-right: 20px;
}
.tpath-form-button {
    float: left;
    width: 20%;
    text-align: right;
}
#location-form .input-field,
#location-form select {
    width: 100%;
}
#location-form .btn.btn-submit {
    text-transform: uppercase;
}
.stores-meta-details li {
    list-style: none;
    font-weight: bold;
}
.stores-meta-details li .meta-info {
    font-weight: normal;
}
.store-meta-list li:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-weight: normal;
    width: 18px;
    text-align: center;
    display: inline-block;
}
.store-meta-list .st-location:before,
.store-meta-list .st-zip:before {
    content: "\f041";
}
.store-meta-list .st-city:before {
    content: "\f1b9";
}
.store-meta-list .st-types:before {
    content: "\f0f5";
}
.tpath-booking-form-wrapper .rtb-booking-form input,
.tpath-booking-form-wrapper .rtb-booking-form select {
    max-width: inherit;
    width: 100%;
}
.tpath-booking-form-wrapper .phone,
.tpath-booking-form-wrapper .time {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.tpath-booking-form-wrapper .date,
.tpath-booking-form-wrapper .party {
    width: 48%;
    float: left;
}
.rtb-booking-form fieldset .type {
    display: inline-block;
    width: 100%;
}
.tpath-booking-form-wrapper .rtb-booking-form label {
    color: #fff;
}
.black-form .tpath-booking-form-wrapper .rtb-booking-form label {
    color: #565656;
}
.tpath-stores-pagination {
    clear: both;
}
.store-read-more {
    clear: both;
    padding-top: 12px;
}
/* ================================================================
 * FOOTER
 * ================================================================ */
.footer-section {
    background: #2d2723;
    color: #c9c9c9;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}
.footer-section a {
    color: #c9c9c9;
}
.footer-info-wrapper {
    margin-bottom: 25px;
    padding-bottom: 30px;
    position: relative;
}
.footer-info-wrapper::after {
    background: #534d48;
    bottom: 0;
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    width: 200%;
}
.footer-logo,
.footer-info {
    display: table-cell;
    vertical-align: middle;
}
.footer-widgets-section {
    padding: 35px 0 0;
}
.footer-two-column-section .footer-right-column:after {
    background: #433c36;
    content: "";
    height: 200%;
    left: 0;
    position: absolute;
    right: 0;
    top: -50%;
    width: 200%;
    z-index: -1;
}
.copyright-info {
    padding: 4px 15px;
    position: relative;
}
.footer-copyright-section {
    border-top: 1px solid #534d48;
}
.footer-col-copyright-section {
    position: relative;
}
.footer-two-column-section .footer-col-copyright-section:after {
    background: #534d48;
    content: "";
    height: 1px;
    left: -250%;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-col-copyright-section {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer-two-column-section .footer-match-column {
    padding-top: 50px;
}
.footer-two-column-section .footer-left-column {
	padding-right: 50px;
}
.footer-two-column-section .footer-right-column {
	padding-left: 30px;
}
.copyright-info > p,
.copyright-info a {
    color: #6c645e;
}
.footer-social h5 {
    margin: 0 0 15px;
    color: #39536C;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-social .tpath-social-icons li,
.footer-social .tpath-social-icons.soc-icon-circle li {
    margin: 0 5px;
}
.widget .site-title {
    margin-bottom: 20px;
}
.footer-social ul.soc-icon-flat li {
    margin: 0 5px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
/* Footer social */
.footer-two-column-section .footer-social {
    position: absolute;
    top: 100px;
    z-index: 1;
	left: 2%;
}
.footer-social .tpath-social-icons.soc-icon-flat li {
    border-color: #766d66;
    display: inline-block;
	margin: 4px 5px 0 0;    
}
.footer-two-column-section .footer-social .tpath-social-icons.soc-icon-flat li {
	display: block;
	margin: 0 0 10px;
}
.footer-social .tpath-social-icons.soc-icon-flat li a {
    background: transparent;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.footer-left-column .footer-left-col-widgets {
	margin-bottom: 80px;
}
.footer-left-col-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-section .wpcf7-form .wpcf7-form-control {
	background: #423a34;
    border: 1px solid #766d66;
	color: #979797;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	line-height: 32px;
}
.footer-section .wpcf7 p {
    color: #565656;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
	line-height: 1;
}
.footer-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
	display: block;
}
.footer-section .wpcf7-form .col-sm-6.first {
    padding-right: 10px;
}
.footer-section .wpcf7-form .col-sm-6.last {
    padding-left: 10px;
}
.footer-section .wpcf7-form {
    position: relative;
}
.footer-section .app-btn .wpcf7-submit {
    border: 1px solid;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
    bottom: 0;
    line-height: 2;
    position: absolute;
    right: 0;
	color: #fff;
}
.footer-section .app-btn {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
	width: 100%;
}
.footer-section .app-btn .wpcf7-submit:hover, .footer-section .app-btn .wpcf7-submit:active, .footer-section .app-btn .wpcf7-submit:focus {
	background: #2d2723;
	border-color: #766d66;
}
.footer-section div.wpcf7-validation-errors {
    display: none!important;
}
.footer-section .wpcf7-not-valid-tip {
	padding-top: 12px;
}
/* ================================================================
 * PARALLAX STYLES
 * ================================================================ */
.tpath-parallax-header {
    text-align: center;
}
.parallax-header .parallax-desc {
    font-size: 30px;
    font-weight: 700;
}
.parallax-title {
    letter-spacing: -4px;
}
.parallax-background.parallax-section .parallax-page-inner {
    position: relative;
    color: #FFFFFF;
}
.section-page .parallax-page-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax-background.parallax-section {
    background-attachment: fixed !important;
    background-size: cover;
    z-index: 100;
}
.parallax-page-inner .parallax-header {
    padding-bottom: 20px;
}
.parallax-background.parallax-section .parallax-page-inner .parallax-title {
    color: #FFFFFF;
}
.parallax-overlay.parallax-overlay-pattern:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.parallax-overlay.parallax-overlay-pattern {
    position: relative;
    z-index: 100;
}
.parallax-overlay.parallax-overlay-pattern.pattern-1:before {
    background: url(images/patterns/pattern-1.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-2:before {
    background: url(images/patterns/pattern-2.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-3:before {
    background: url(images/patterns/pattern-3.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-4:before {
    background: url(images/patterns/pattern-4.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-5:before {
    background: url(images/patterns/pattern-5.png) top left repeat;
}
.fullwidth-section {
    position: relative;
}
/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */
.tpath-social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.tpath-social-icons li {
    display: inline-block;
    margin: 0;
}
.fullwidth-menu-section .tpath-social-icons li {
    margin: 17px 3px;
}
.tpath-social-icons li a {
    font-size: 12px;
    background: transparent;
    display: block;
}
.tpath-social-icons li:last-child a {
    margin-right: 0;
}
.tpath-social-icons.soc-icon-transparent i {
    font-size: 22px;
    border: none;
}
.tpath-social-icons.soc-icon-transparent a {
    border: none;
}
.soc-icon-circle li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-circle li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a {
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.tpath-social-share-box {
    margin: 0;
    padding: 10px 0;
}
.single-post .tpath-social-share-box, .archive.author .tpath-social-share-box {
    top: 90%;
    position: absolute;
    right: 0;
}
.tpath-social-share-icons li {
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.tpath-social-share-box .tpath-social-share-icons li a {
	background: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e4e4e4;
}
.tpath-social-share-box .tpath-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.tpath-social-icons.soc-icon-flat li {
    border: 1px solid #d5d5d5;
}
.tpath-social-icons.soc-icon-flat li a {
    width: 25px;
    height: 25px;
    text-align: center;
}
.tpath-social-icons li a:hover {
    color: #FFFFFF;
}
.tpath-social-icons.soc-icon-circle li a {
    width: 25px;
    height: 25px;
    line-height: 21px;
    text-align: center;
}
.tpath-social-icons.soc-icon-transparent li a {
    background: none;
    color: #bfbfbf;
    margin: 0;
    padding: 0 5px;
}
/* Boxed And Border Type */
.tpath-social-icons li a {
    color: #fff;
    background: #dee1e2;
}
.tpath-social-icons li a:hover .fa {
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    color: #fff;
}
.tpath-social-icons.soc-icon-circle li {
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 5px;
}
/* Transparent Social Icon Type */
.tpath-social-icons.soc-icon-transparent li a {
    background: transparent;
}
.tpath-social-icons.soc-icon-transparent li.facebook a {
    color: #3B5998;
}
.tpath-social-icons.soc-icon-transparent li.twitter a {
    color: #55ACEE;
}
.tpath-social-icons.soc-icon-transparent li.linkedin a {
    color: #007ab5;
}
.tpath-social-icons.soc-icon-transparent li.pinterest a {
    color: #c91921;
}
.tpath-social-icons.soc-icon-transparent li.googleplus a {
    color: #dd4937;
}
.tpath-social-icons.soc-icon-transparent li.youtube a {
    color: #e22b26;
}
.tpath-social-icons.soc-icon-transparent li.rss a {
    color: #f75f0b;
}
.tpath-social-icons.soc-icon-transparent li.tumblr a {
    color: #34465d;
}
.tpath-social-icons.soc-icon-transparent li.reddit a {
    color: #CEE3F9;
}
.tpath-social-icons.soc-icon-transparent li.dribbble a {
    color: #ea4886;
}
.tpath-social-icons.soc-icon-transparent li.digg a {
    color: #1b5891;
}
.tpath-social-icons.soc-icon-transparent li.flickr a {
    color: #ff0082;
}
.tpath-social-icons.soc-icon-transparent li.skype a {
    color: #00a9f1;
}
.tpath-social-icons.soc-icon-transparent li.blogger a {
    color: #ff9334;
}
.tpath-social-icons.soc-icon-transparent li.yahoo a {
    color: #65106d;
}
.tpath-social-share-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tpath-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    color: #fff;
}
.tpath-subscribe-socials .tpath-social-icons {
    padding-left: 10px;
}
/* ================================================================
 * BLOG
 * ================================================================ */

.sticky {} #sc-posts-infinite-container,
#archive-posts-container {
    position: relative;
    margin-bottom: 50px;
}
.grid-posts {
    margin-bottom: 30px;
}
.grid-col-2 .grid-posts {
    width: 48%;
}
.grid-col-3 .grid-posts {
    width: 32%;
}
.grid-col-4 .grid-posts {
    width: 24%;
}
.grid-layout {} .quote-format blockquote:after {
    top: auto;
    bottom: 0;
}
.grid-posts .posts-inner-container {
    padding: 0 0 10px;
}
.posts-content-wrapper {
    background: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.sticky .posts-content-wrapper {
    background: #fcfcfc;
    border: 1px solid #cccccc;
}
.grid-posts .posts-content-wrapper {
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.grid-posts .posts-content-container {
    padding: 0;
}
.medium-posts,
.large-posts,
.grid-posts {
    padding: 0;
}
.tpath-posts-container h4.entry-title {
    margin-bottom: 0;
    margin-top: 0;
	font-size: 24px;
	line-height: 1.2;
}
.tpath-posts-container h4.entry-title > a {
	color: #1c1c1c;
}
.tpath-posts-container .grid-posts h4.entry-title {
	font-size: 20px;
}
.tpath-posts-container.grid-col-4 .grid-posts h4.entry-title {
	font-size: 16px;
}
.post.sticky .entry-title a:before {
    content: "\e031";
    font-family: 'Simple-Line-Icons';
    font-size: 16px;
    padding-right: 10px;
}
.entry-posted-date .entry-date {
    font-size: 14px;
    line-height: 18px;
}
.link-url {
    font-size: 20px;
    margin-bottom: 15px;
}
.btn.btn-more i {
    padding-left: 10px;
    padding-right: 0px;
}
.tpath-posts-container.large-layout .large-posts {
    margin-bottom: 45px;
}
.tpath-posts-container.large-layout .large-posts:last-child {
    margin-bottom: 0;
}
.entry-thumbnail {
    position: relative;
}
.entry-thumbnail img {
	max-width:100%;
} 
.latest-posts-layout .entry-thumbnail img {
	max-width:inherit;
} 
.grid-posts .entry-thumbnail.image-format {
    position: relative;
}
.entry-thumbnail.blog-medium-image {
    padding: 0;
    margin-right: 30px;
}
.large-posts .posts-content-container .entry-meta-list {
    margin: 15px 0 20px;
}
.large-posts .entry-meta-list ul {
    margin: 0;
}
.large-posts .entry-header h3.entry-title a {
    font-size: 24px;
    font-weight: 600;
}
.list-layout.list-fullwidth .list-posts .posts-content-container .post-media {
    margin-right: 3%;
}
.tpath-posts-container .post {
    margin-bottom: 30px;
}
.tpath-posts-container.list-layout.list-columns .list-posts,
#archive-posts-container.list-layout.list-columns .list-posts {
    float: left;
    width: 48%;
    margin-bottom: 50px;
}
.tpath-posts-container.list-layout .list-posts,
#archive-posts-container.list-layout .list-posts {
    margin-bottom: 50px;
}
.tpath-posts-container.large-layout .large-posts .post-content .entry-summary {
    margin-top: 20px;
}
.list-layout .list-posts .entry-thumbnail,
.list-layout .list-posts .audio-player,
.list-layout .list-posts .video-player {
    margin-bottom: 0;
}
.list-layout .posts-content-container .entry-thumbnail {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.list-layout .posts-content-container .entry-thumbnail .post-img-overlay,
.list-layout .posts-content-container .entry-thumbnail img {
    height: 100%;
}
.list-layout .posts-content-container .entry-thumbnail .blog-carousel-slider,
.list-layout .posts-content-container .entry-thumbnail .blog-carousel-slider * {
    height: 100%;
}
.tpath-posts-container.list-layout.list-columns > article:nth-child(2n+1),
#archive-posts-container.list-layout.list-columns > article:nth-child(2n+1) {
    margin-right: 2%;
    clear: left;
}
.tpath-posts-container.list-layout.list-columns > article:nth-child(2n),
#archive-posts-container.list-layout.list-columns > article:nth-child(2n) {
    margin-left: 2%;
}
.list-layout.list-columns .list-posts .posts-content-container .post-media {
    width: 50%;
}
.entry-thumbnail,
.entry-thumbnail.flexslider,
.audio-player,
.video-player {
    /*margin-bottom: 20px;*/
}
.large-posts .entry-thumbnail,
.large-posts .entry-thumbnail.flexslider,
.large-posts .audio-player,
.large-posts .video-player {
    margin-bottom: 20px;
}
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-currenttime-container,
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-duration-container {
    display: none;
}
.grid-posts .posts-content-container .post-content {
    border: 1px solid #e4e4e4;
    padding: 20px;
}
.grid-posts.has-post-thumbnail .posts-content-container .post-content {
    border-width: 0 1px 1px;
}
.list-layout .post-content {
    padding: 10px 20px;
    float: right;
    width: 50%;
}
.list-layout .posts-content-container {
    border-color: #e8f0f5;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    position: relative;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content {
    padding: 10px 20px 20px;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .post-author {
    height: 35px;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .post-author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    left: 30px;
    margin-top: -25px;
    position: absolute;
    width: 50px;
    z-index: 1;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .entry-post-date {
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-style: italic;
    color: #717171;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content .entry-post-date::after {
    background: #e8f0f5;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 130px;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail .owl-controls .owl-nav .fa {
    font-size: 26px;
    line-height: 26px;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail .owl-controls .owl-nav div {
    text-align: center;
}
.tpath-posts-container .entry-thumbnail .post-img-overlay::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tpath-posts-container .posts-inner-container:hover .entry-thumbnail .post-img-overlay::after {
    opacity: 1;
}
.tpath-posts-container .posts-inner-container .entry-thumbnail .post-img-overlay img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.entry-header {
    margin-bottom: 5px;
}
.entry-summary {
    margin: 10px 0 20px;
}
.entry-thumbnail-overlay {
    position: relative;
}
.entry-thumbnail-overlay .entry-meta-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}
.entry-thumbnail-overlay .entry-meta-list .entry-meta {
    padding: 0;
    margin: 0;
}
.entry-thumbnail-overlay .entry-meta .date > span {
    display: block;
    text-align: center;
}
.entry-thumbnail-overlay .entry-meta {
    display: table;
}
.entry-thumbnail-overlay .entry-meta > li {
    display: table-cell;
    text-align: center;
}
.entry-thumbnail-overlay .entry-meta li.date {
    width: 25%;
}
.entry-thumbnail-overlay .entry-meta .entry-date {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}
.entry-thumbnail-overlay .entry-meta .entry-month {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.entry-thumbnail-overlay .entry-meta li.author {
    text-align: right;
}
.entry-thumbnail-overlay .entry-meta li.author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
.entry-thumbnail-overlay .entry-meta .comments-link a {
    color: #FFFFFF;
}
.entry-thumbnail img,
.single-post .entry-thumbnail > img {
    width: 100%;
}
/* blog grid overlay */
.latest-posts-layout .entry-thumbnail img {
    height: 100%;
	max-width: inherit;
}
.single-post .entry-thumbnail > img  {
	width:100%;
}
.entry-footer .read-more .btn-more {
    text-transform: uppercase;
    font-size: 13px !important;
}
.entry-footer .read-more i {
    margin-left: 10px;
}
.tpath-posts-container .entry-footer .read-more .btn-more:hover {
    color: #1c1c1c;
}
.entry-meta-list:after {
    content: "";
    display: block;
    border: 1px solid;
    width: 5%;
}
.grid-posts .entry-meta-list:after {
	content: none;
}
.blog-gallery-item {
    width: 100%;
    overflow: hidden;
}
.entry-thumbnail .post-img-overlay {
    position: relative;
    display: block;
}
.quote-author {
    text-align: center;
}
.large-posts .entry-thumbnail img {
    width: 100%;
}
.posts-content-container .posted-date .entry-date {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.posts-content-container .posted-date .entry-date span {
    padding: 0 2px;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail {
    overflow: hidden;
}
.entry-meta {
    padding: 0 0 15px;
    margin: 10px 0 0;
    list-style: none;
    width: 100%;
}
.grid-posts .entry-meta {
	margin: 0;
	padding-bottom: 10px;
}
.single.single-post .entry-meta {
    padding: 0;
    margin: 0 0 15px;
}
.entry-meta i {
    margin-left: 5px;
    margin-right: 5px;
}
.entry-meta li {
    display: inline-block;
    margin: 0;
    font-weight: 700;
}
.posts-content-container .entry-meta li {
    color: #272727;
    margin: 0 5px 0 0;
    position: relative;
    font-weight: normal;
}
.entry-meta .author a {
    text-transform: capitalize;
}
.single-post .posts-content-container .post-content {
    padding-top: 15px;
}
.comments-link a {
    padding: 0;
    position: relative;
}
.category-image img {
    width: 100%;
}
.archive-header {
    margin-bottom: 15px;
}
.pagination {
    text-align: center;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    margin-top: 30px;
    clear: both;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    background: transparent;
    border: 1px solid #c9c9c9;
    color: #919191;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
	font-weight: 600;
    margin: 0 6px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span.page-numbers.current,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.pagination > li > a .fa {
    padding: 0;
}
.content-404page .error-title {
    color: #B7B7B7;
    font-size: 165px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.search-404page {
    margin-top: 20px;
}
.content-404page {
    text-align: center;
    margin-bottom: 30px;
}
.content-404page .title-404 {
    margin-bottom: 20px;
}
.search.search-results .tpath-search-results {
    margin-bottom: 30px;
}
.tpath-search-page.search-page-form {
	margin-bottom: 30px;
}
.author-info {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 20px;
    border: 1px solid #c9c9c9;
}
.author-info.author-info-page {
    margin-bottom: 60px;
}
.author-info .author-name > a,
.author-info-page .author-name {
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 800;
}
.author-info .author-name {    
    font-size: 14px;
}
.author-info .positing {
    margin: 5px 0 0 10px;
}
.author-info-container > ul {
    position: absolute;
    right: 0;
    top: 104%;
}
.author-info li {
    display: inline-block;
    margin: 0 8px;
    text-align: center;
}
.author-info li a {
    color: #c8c8c8;
}
.comments-box .author-name {
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 16px;
}
.author-img {
    padding-right: 5px;
}
.author-avatar {
    float: left;
}
.author-info-container {
    position: relative;
    margin-left: 100px;
}
.author-info-container .author-name {
    margin-bottom: 0px;
	display: inline-block;
}
.author-description {
    margin-top: 10px;
}
.author-avatar img {
    width: 80px;
    height: 80px;
	margin: 0;
}
.author-info-container .author-links {
	vertical-align: middle;	
}
.author-links .blog-posts-count:before, .author-links .blog-posts-count:after, .author-links .company-name:before {
	content: "/";
	display: inline-block;
	padding: 0 4px;
}
.author-links .blog-posts-count:after {
	padding-left: 5px;
}
.author-links .company-name:before {
	padding-right: 5px;
}
.comment-status-text {
    font-size: 15px;
    line-height: 25px;
    width: 80%;
    margin-top: 10px;
}
.author-description h3 {
    margin-bottom: 0;
}
.author-description .author-name a {
    text-transform: capitalize;
}
.author-links .author-social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.form-allowed-tags {
    word-break: break-all;
}
.form-allowed-tags code {
    background: none;
    color: inherit;
}
.grid-posts .author-img {
    display: none;
}
.link-url {
    font-weight: bold;
}
.tag-share-wrapper {
    display: none;
}
.tags-share-section {
    float: left;
}
.tag-share-wrapper .share-options {
    float: right;
}
.post-tags {
    padding: 8px 0;
}
.tags-share-section .post-tags h6 {
    margin: 0;
}
.post-tags h5 {
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.post-tags i {
    margin-right: 5px;
}
.post-tags a {
    margin: 0 0 5px 8px;
}
.vimeo-inner {
    max-width: 100% !important;
}
.comment-respond label {
    display: block;
}
.comment-reply-title {
    text-transform: capitalize;
}
.comment-reply-link i {
    margin-right: 5px;
}
#comment {
    width: 100%;
}
.bypostauthor {} .comment-form:after {
    clear: both;
    content: '';
    display: table;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}
.comment-form-comment {
    float: left;
    width: 100%;
}
.comment-respond .form-submit {
    float: left;
}
.comments-section {
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
}
.comment-respond {
    margin-bottom: 60px;
}
.comments-title {
    margin-bottom: 15px;
}
.tpath-all-comments ul.children {
    list-style: none;
    padding-left: 40px;
}
.comment-container {
    overflow: hidden;
    padding: 10px 0;
	margin-bottom: 20px;
}
.comments-box {
    margin: 0 0 15px;
}
.comments-box-container {
    position: relative;
    margin-left: 110px;
}
.comments-box-container p {
    font-size: 13px;
    line-height: 29px;
}
.comment-avatar {
    float: left;
}
.comment-avatar .author-name a {
    color: #333;
}
.comment-avatar img {
    max-width: 75px;
}
.comment-posted-date {
    display: inline-block;
}
.comment.odd.alt.thread-odd.thread-alt.depth-1 {
    margin-left: 35px;
}
.comment-post-meta {
    position: absolute;
    top: 9px;
    right: 0px;
}
.comment-post-meta > span.edit {
    margin-right: 15px;
}
.comment-post-meta span a:hover {
    color: #fff;
}
.comment-post-meta span a {
    background-color: #e3e3e3;
    color: #fff;
    display: inline-block;
    line-height: 15px;
    margin: 0;   
    padding: 10px 25px;
    text-transform: capitalize;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: none;
}
.comment-post-meta span a:hover,
.comment-post-meta span a:active,
.comment-post-meta span a:focus {
    background: #fff;
}
.comments-section .tpath-all-comments li.comment {
    margin-bottom: 20px;
    position: relative;
}
.time-diff {
    text-transform: capitalize;
}
.comment-list .author-name {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    text-transform: capitalize;
}
.comment-list .comment-time {
    color: #a6a6a6;
    padding: 0 25px;
}
.comment-form {
    max-width: 70%;
}
#infscr-loading {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    background: none;
    padding: 8px 5px;
    color: #fff;
}
#infscr-loading img {
    margin: 0 auto;
}
.all-loaded {
    background: #eaeaea;
    color: #000;
    padding: 15px;
}
.pagination.infinite-scroll {
    display: none;
}
.tpath-hr-line {
    border-color: #eaeaea;
}
.video-player {
    background: #000000;
}
.video-player .mejs-container,
.wp-video-shortcode,
.mejs-overlay {
    width: 100% !important;
    margin: 0 auto;
}
.wp-video-shortcode {
    max-width: 100%;
}
.wp-video {
    width: 100% !important;
}
.youtube-inner {
    max-width: 100% !important;
}
.tpath-form-success,
.tpath-form-error {
    padding: 10px;
    display: none;
}
.tpath-form-success i,
.tpath-form-error i {
    padding-right: 10px;
}
/* Blog Title and Subtitle */
.posts-content-container .entry-meta li {
    font-size: 13px;
}
.entry-meta li a,
.posts-content-container .entry-meta li.date span {
    color: #979797;
    margin-left: 5px;
}
.posts-content-container .entry-meta li {
    margin: 0px 20px 0 0;
}
.comments-link {
    float: right;
    margin: 0px auto;
}
.entry-meta a {
    margin-left: 4px;
}
.posts-content-container .entry-meta li.comments-link {
    margin-right: 0px;
}
.entry-footer .read-more {
    text-align: right;
}
.tpath-posts-container.grid-layout.grid-col-4 .posts-content-container .entry-meta li.calendar {
	display: none;
}
/* Blog Title and Subtitle */
/* LATEST POST LAYOUT */

.latest-posts-layout .post {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e4e4e4;
    margin-right: -1px;
    padding: 0;
    overflow: hidden;
}
.latest-posts-layout .latest-post-overlay .read-more {
    display: none;
}
.latest-posts-layout .post .latest-post-overlay {
	position: relative;
}
.tpath-latest-posts-wrapper .latest-posts-layout .posts-content-container {
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.latest-posts-layout .posts-content-container .latest-posts-content-inner {
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}
.latest-posts-layout .post:hover .posts-content-container {
	opacity: 1;
	visibility: visible;
}
.latest-posts-layout .posts-content-container .entry-meta li {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 6px 0 0;
}
.latest-posts-layout .posts-content-container .entry-meta li.posted-author {
	margin-right: 0;
}
.latest-posts-layout .posts-content-container .entry-meta li span {
	text-transform: none;
}
.latest-posts-layout .post .entry-title a {
    color: #fff;
    font-weight: 400;
    line-height: 32px;
}
.latest-posts-layout .entry-meta {
    margin: 0;
}
.latest-posts-layout .entry-header {
    margin-bottom: 10px;
}
.latest-posts-layout h2.entry-title {
    margin-top: 10px;
    margin-bottom: 5px;
}
.latest-posts-layout .entry-title {
    margin-bottom: 0;
}
.latest-posts-layout .entry-summary {
    margin-bottom: 0;
    margin-top: 5px;
}
.latest-posts-layout .entry-summary p {
    margin-bottom: 0;
}
.latest-posts-layout .read-more a {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 56px;
    padding: 0 34px;
    position: relative;
    z-index: 9;
}
.latest-posts-layout .post:hover .read-more a {
    color: #fff;
}
.latest-posts-layout .read-more a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -1;
}
.latest-posts-layout .post:hover .read-more a:before {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
/* ================================================================
 * ADDITIONAL CSS
 * ================================================================ */
/* ------------- Isotope ------------- */
/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* ------------- Owl Carousel ------------- */
.owl-carousel .owl-wrapper-outer {
    z-index: 9;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    /*opacity: 0;
	filter: alpha(opacity = 0);*/ 
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    z-index: 9;
}
.owl-controls .owl-nav i {
    color: #333;
    font-size: 12px;
    line-height: 20px;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    left: 0;
    text-align: left;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    right: 0;
}
/*.owl-carousel.owl-theme:hover .owl-controls .owl-nav div {
   	opacity: 1;
	filter: alpha(opacity = 100);
}*/

.owl-carousel.owl-theme .owl-controls .owl-dots {
    text-align: center;
}
.owl-carousel.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}
.owl-carousel.owl-theme .owl-controls .owl-dots span {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #909ba0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    display: block;
    opacity: 1;
    margin: 0 6px;
}
.owl-slides-container {
    position: relative;
}
.owl-carousel .itemsScale .owl-item img {
    width: 100%;
}
/* ================================================================
 * COUNTDOWN
 * ================================================================ */

.is-countdown {} .countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.tpath-daycounter-title {
    margin-bottom: 3em;
    margin-top: 7em;
}
.tpath-daycounter-title h3 {
    color: #fff;
    font-size: 46px;
    line-height: 54px;
    padding-right: 2em;
    text-align: right;
}
.tpath-daycounter-title h4 {
    color: #f28b1c;
    letter-spacing: 12px;
    margin-left: 10%;
    font-weight: 700;
    text-align: right;
    padding-right: 2em;
}
.tpath-daycounter.tpath-daycounter-wrapper {
    float: right;
    margin: 2em 0;
}
.countdown-row {
    clear: both;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    margin: 15px;
    width: 85px;
    height: 70px;
    line-height: 63px;
    position: relative;
}
.countdown-amount {
    color: #fff;
    font-size: 50px;
    padding: 30px 45px;
    position: relative;
    text-align: center;
    z-index: 0;
    letter-spacing: 5px;
}
.countdown-period {
    display: block;
    line-height: 20px;
    font-size: 15px;
}
.countdown-descr {
    display: block;
    width: 100%;
}
.countdown-amount:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    width: 100%;
    z-index: -1;
}
.paralax-form p {
    color: #fff;
    margin-bottom: 10px;
}
/* ================================================================
 * COUNTER SECTION
 * ================================================================ */
.tpath-counter-section {
    float: left;
    margin: 0;
    width: 100%;
    /*min-height: 100px;*/    
    position: relative;
    padding: 0 1em;
}
.tpath-counter-section .tpath-counter-icon {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    float: left;
    height: 80px;
    text-align: center;
    width: 80px;
    margin-right: 20px;
    color: #fff;
    /*	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);*/
}
.tpath-counter-section.text-none {
    text-align: center;
}
.tpath-counter-section.text-none .tpath-counter-icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.tpath-counter-section.text-none .counter-info {
    display: inline-block;
    vertical-align: middle;
    min-width: 45%;
}
.tpath-counter-section [class^="flaticon-"]::before,
.tpath-counter-section [class*=" flaticon-"]::before,
.tpath-counter-section [class^="flaticon-"]::after,
.tpath-counter-section [class*=" flaticon-"]::after,
.tpath-counter-section i {
    font-size: 36px;
    line-height: 80px;
}
.counter-sizenormal {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.counter-value.counter-sizesmall {
    font-size: 18px;
    font-weight: bold;
}
.tpath-count-number .count_header {
    margin: 0;
}
.counter-info.col-md-8 {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tpath-counter-section .tpath-count-number {
    position: relative;
}
.tpath-counter-section.border_none .counter-info {
	margin-top: 20px;
}
.tpath-counter-section .separator .counter-line {
    height: 2px;
    margin: 20px auto;
    width: 40px;
}
.tpath-counter-section .counter-value h3 {
    font-size: 50px;
	line-height: 1.2;
	margin: 0;
}
.tpath-counter-section .counter-title {
    font-size: 14px;
    margin-bottom: 0;
}
/* ================================================================
 * WIDGETS
 * ================================================================ */

.sidebar .widget {
    background: #fff;
}
.sidebar .widget-title {
    border-bottom: 2px solid #efefef;   
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;    
}
.widget-title {
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sidebar .widget-title::after {
    border: 1px solid #272727;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 35px;
}
.footer-section .widget h3.widget-title {
	color: #fff;
}
.footer-section .widget h3.widget-title::after {
	background: #fff;
    content: "";
    display: inline-block;
    width: 45px;
	height: 2px;
	vertical-align: middle;
	margin-left: 15px;
}
.widget.widget_tag_cloud {
    overflow: hidden;
}
.sidebar .widget-title,
.sidebar .tpath-section-title {
    padding-bottom: 10px;
}
.sidebar .widget.widget_search {
    padding: 0;
}
.widget.widget_search .search-form .input-group {
	padding: 2px 15px;
}
.widget.widget_search .search-form .form-control {
	font-size: 14px;
}
.widget.widget_search .form-control::-moz-placeholder {
    color: #d0d0d0;
}
.widget.widget_search .form-control:-ms-input-placeholder {
    color: #d0d0d0;
}
.widget.widget_search .form-control::-webkit-input-placeholder {
    color: #d0d0d0;
}
.widget.widget_search .input-group-btn .btn > i {
    color: #d0d0d0;
	font-size: 20px;
}
.sidebar .widget .nav-tabs > li:hover > a {
    color: #fff;
    text-decoration: none;
}
.sidebar .widget .btn:hover {
    text-decoration: none;
}
.widget {
    margin-bottom: 40px;
}
.widget ul {
    padding: 0px;
    list-style: none;
}
.widget li {
    list-style: none;
}
.sidebar .widget p {
    color: #717171;
}
.sidebar .widget li, .footer-section .widget li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.sidebar .widget li::before, .footer-section .widget li::before {
    font-size: 15px;
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 0;   
}
.sidebar .widget li:hover::before, .footer-section .widget li:hover::before {
    left: 5px;
}
.widget input,
.widget select,
.widget textarea {
    width: 100%;
}
.widget-entry-content > h6 {
	font-size: 16px;
	line-height: 25px;	
	margin-bottom: 0;
}
.widget-entry-content h6 > a {
    color: #1c1c1c;
}
.footer-widgets .widget {
    margin-bottom: 0;
    border-bottom: none;
}
.posts-item,
.cat-posts-item {
    margin-bottom: 18px;
}
/*.widget_recent_entries li,
.widget.widget_categories .categories > li {
    margin-bottom: 0;
    padding: 5px 0;
}*/
.widget.widget_categories .categories ul.children {
    padding-top: 10px;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_recent_entries li:first-child {
    border-top: 0;
}
.widget_recent_comments li.recentcomments,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li.menu-item {
    margin: 5px 0;
}
.widget_rss li {
    margin: 10px 0;
}
.posts-item:last-child {
    margin-bottom: 0;
}
.posts-title {
    margin-top: 0;
    margin-bottom: 0;
}
.widget-entry-content .entry-date {
    font-size: 13px;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #c9c9c9;
    color: #bdbdbd;
    font-size: 13px!important;
    margin-bottom: 5px;
	margin-right: 3px;
    padding: 2px 12px;
	line-height: 20px;
    display: inline-block;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:active,
.widget.widget_tag_cloud .tagcloud a:focus {
    color: #fff;
}
.sidebar .widget li.posts-item:before,
.footer-section .widget li.posts-item:before,
.sidebar .widget .tpath-tabs-widget li::before {
    display: none;
}
.sidebar .widget li.posts-item,
.footer-section .widget li.posts-item,
.sidebar .widget .tpath-tabs-widget li {
    padding: 0;
}
.sidebar .widget li.posts-item,
.footer-section .widget li.posts-item {
    margin-bottom: 20px;
}
.sidebar .widget li.posts-item .entry-date {
    float: right;
}
.widget .btn.btn_bgcolor {
    margin: 10px 0;
    color: #fff;
}
.tpath_testimonial_widget .testimonial-content p {
    color: #7f7f7f;
}
.tpath_testimonial_widget .testimonial-author p {
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
}
.tpath_call_to_action_widget {
    padding: 15px 0;
}
.call-to-action-inner {
    background: #fff;
    border: 1px solid #fcfcfc;
    padding: 15px 0;
}
.call-to-action-inner h2 {
    margin: 0 0 10px;
}
.call-btn-col {
    padding-top: 10px;
    text-align: center;
}
.btn-call-action {
    background: #000;
    color: #fff;
}
.tpath_flickr_widget,
.tpath_instagram_widget {
    overflow: hidden;
}
.flickr_photo_item,
.instagram-item {
    margin: 0;
    padding: 0;
    float: left;
}
.sidebar .widget li.flickr_photo_item,
.sidebar .widget li.instagram-item {
    padding: 0;
    margin: 0;
}
.sidebar .widget li.flickr_photo_item:before,
.sidebar .widget li.instagram-item:before {
    display: none;
}
.flickr_photo_item img,
.instagram-item img {
    width: 100%;
    padding: 0 2px 2px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.flickr_photo_item:hover {
    opacity: 0.7;
}
.flickr_photo_item,
.instagram-item {
    margin: 0;
    padding: 5px;
    width: 33.3%;
}
.tpath-tabs-widget .tabs {
    border: 1px solid #e2e2e2;
}
.tpath-tabs-widget .nav-tabs {
    background: #eee;
    border: none;
}
.tpath-tabs-widget .nav-tabs > li.active > a,
.tpath-tabs-widget .nav-tabs > li.active > a:hover,
.tpath-tabs-widget .nav-tabs > li.active > a:focus {
    border: none;
}
.tpath-tabs-widget .nav-tabs > li {
    margin-bottom: 0;
    width: 33.33333333%;
    text-align: center;
}
.tpath-tabs-widget .nav-tabs > li > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.tpath-tab-content {
    padding: 0 15px;
}
.widget-posts-list li,
.tpath-latest-posts li,
.category-posts-menu li {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    display: table;
    width: 100%;
}
.widget-posts-list li:last-child {
    border-bottom: none;
}
.widget-posts-list .widget-entry-image,
.posts-item .widget-entry-image {
    display: table-cell;
    vertical-align: top;
    padding: 7px 15px 0 0;
    width: 90px;
}
.widget-entry-content {
    display: inline-block;
}
/* Contact Widget Title */
.tpath-contact_info .contact-widget-title {
	font-weight: bold;
	padding-right: 10px;
	color: #272727;
}
.tpath-contact_info .contact_info-inner > p {
	margin-bottom: 10px;
}
.tpath-contact_info .contact_info-inner > p.contact-description {
	margin-bottom: 20px;
}
.sidebar .widget.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widgets .widget_categories ul li a {
    display: block;
}
.tweet-item:before {
    content: "\f099";
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #349bd6 none repeat scroll 0 0;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.tweet-item {
    padding-left: 50px;
    padding-bottom: 20px;
    position: relative;
}
.tweet-item p {
    margin-bottom: 0;
}
.tpath-twitter-widget .tpath_tweet_text {
    color: #717171;
}
.tpath-twitter-widget .tweet-user-name {
    color: #454444;
    font-style: italic;
}
.tpath_contact_info_widget .contact_info-inner .fa,
.tpath_contact_info_widget .contact_info-inner .simple-icon {
    font-size: 20px;
    padding-right: 0;
    width: 30px;
    display: inline-block;
}
.sidebar .widget.tpath_social_links_widget li a {
    padding: 0;
}
.sidebar .widget.tpath_social_links_widget li::before {
    display: none;
}
/* About Me */
.widget.tpath_about_widget {
    padding: 0;
}
.widget.tpath_about_widget .tpath-about-widget-inner .widget-author-name {
    color: #fff;
}
.tpath-about-widget .widget-author-image img {
    margin: 0 auto;
}
/* Social */
.tpath-social-icons.widget-soc-icon li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin-right: 5px;
}
.tpath-social-icons.widget-soc-icon li a {
    color: #cacfd3;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #cacfd3;
    background: transparent none repeat scroll 0 0;
}
.tpath-social-icons.widget-soc-icon li a > i,
.tpath-social-icons.widget-soc-icon li a > .fa {
    color: #cacfd3;
}
.tpath-social-icons.widget-soc-icon li:hover a {
    background: transparent none repeat scroll 0 0;
}
/* ================================================================
 * CUSTOM CSS
 * ================================================================ */

a {
    color: #434343;
}
a:hover,
a:active,
a:focus,
.comments-link a:hover,
.comments-link a:active,
.comments-link a:focus,
.portfolio-link:hover,
.portfolio-link:active,
.portfolio-link:focus {
    color: #333;
}
.btn:hover,
.btn:active,
.btn:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > span.current,
.pagination > li > span.current:hover,
.pagination > li > span.current:focus,
.portfolio-nav li a {
    color: #FFFFFF;
}
.related-post-item h5 a,
.comments-section h5,
.comments-title h5,
.comment-respond .comment-reply-title {
    color: #232323;
    font-weight: normal;
}

/* ------------- Galleries ------------- */
.gallery {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* ================================================================
 * WOOCOMMERCE 
 * ================================================================ */
/* Header Top Cart */
.header-main-section .nav.navbar-nav li.extra-nav.header-main-cart {	
	padding-left: 25px;
}
.extra-nav.header-main-cart {
    height: 97px;
	z-index: 2;
}
.woo-header-cart {
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 97px;
    position: relative;
    text-align: center;
}
.header-main-section ul li.header-main-cart .cart-contents {
	color: #c9c9c9;
	font-size: 21px;
	font-weight: 900;
}
.header-main-cart .cart-contents > i {    
    font-size: 21px;
	vertical-align: middle;
	color: #c9c9c9;
}
.header-main-cart .cart-contents > span {
	font-size: 13px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	color: #fff;
}
.header-main-cart .cart-contents > span.amount {
	padding-left: 5px;
}
.header-main-cart .woo-header-cart .woo-cart-contents {   
    background: #fff;   
    border: 1px solid #dfdfdf;   
	top: 100%;
    right: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;    
    transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 250px;
}
.header-main-cart .woo-header-cart:hover .woo-cart-contents {
    opacity: 1;
    visibility: visible;
    z-index: 1002;
}
.header-main-cart .woo-header-cart:hover .woo-cart-contents .woo-cart-item {
	visibility: visible;
}
.header-main-cart .woo-cart-item {
	background: #F9F9F9;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    min-height: 62px;
    padding: 15px;
    position: relative;
	text-align: left;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	visibility: hidden;
}
.header-main-cart .woo-cart-item:hover {
	background: #eee;
}
.woo-cart-contents .woo-cart-item .ajax-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/woo-ajax-loader.gif) no-repeat scroll center center/16px 16px #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.header-main-cart .woo-cart-item img {
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 10px;
    max-width: 62px;
}
.woo-cart-item .cart-item-content h5 {
    margin: 0;	
}
.woo-cart-item .cart-item-content .cart-product-name {   
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    padding-right: 18px;
}
.woo-cart-item .cart-item-content .cart-product-quantity {    
	font-size: 14px;
}
.woo-cart-contents .woo-cart-total {
    text-align: left;
	margin-bottom: 15px;
}
.woo-cart-contents .woo-cart-total h5 {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 0;
}
.woo-cart-total .cart-total span.amount {
    padding-left: 5px;
	font-weight: 900;
}
.woo-cart-item .remove-cart-item {
    color: #a6a6a6;
    font-size: 21px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.woo-cart-contents .woo-cart-buttons {
	border-top: 1px solid #e1e1e1;
	padding-top: 12px;
}
.woo-cart-contents .woo-cart-buttons a {
    display: block;
    font-size: 14px;
	font-weight: 800;
    line-height: 20px;
    padding: 0;
	text-transform: uppercase;
}
.woo-cart-contents .woo-cart-buttons a:hover, .woo-cart-contents .woo-cart-buttons a:active, .woo-cart-contents .woo-cart-buttons a:focus {
	color: #1c1c1c;
}
.woo-cart-buttons .cart-button {
    float: left;    
}
.woo-cart-buttons .checkout-button {
    float: right;    
}
/* Woocommerce Ordering */
.tpath-woo-orderby-container, .tpath-woo-sorting-container, .tpath-woo-count-container {
	float:left;
}
.woo-dropdown, .woo-sort-ordering {
	cursor: pointer;
    float: left;
    list-style: outside none none;
    margin: 0 10px 30px 0;
    padding: 0;
	display:inline-block;
    position: relative;
    width: 215px;
}
.woo-sort-ordering {
	width: 35px;
}
.woo-dropdown > li:after {
	content: "\f107";
	font-family: "FontAwesome";
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 33px;
    position: absolute;
    right: 0;
	width: 33px;
    top: 0;
    z-index: 91;
}
.woo-dropdown > li:before {
	position:absolute;
	width:1px;
	content:"";
	background:#c6c6c6;
	right:32px;
	top:0;
	bottom: 0;
}
.woo-dropdown > li, .woo-sort-ordering > li {
	background:#F7F7F7;
    border: 1px solid #c6c6c6;
	color:#7f7f7f;
    display: block;
    font-size: 14px;
	padding:1px 0;
	font-weight:300;
    line-height: 29px;
    text-indent: 13px;
	position: relative;    
}
.woo-dropdown > li .order-sub-dropdown {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c6c6c6;
	opacity:0;
    list-style: outside none none;
    padding: 0;
    position: absolute;    
	left:-1px;
	right:-1px;
	top:32px;
    z-index: 100;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	visibility:hidden;
}
.woo-dropdown > li:hover .order-sub-dropdown {
	opacity:1;
	visibility:visible;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.woo-dropdown > li .order-sub-dropdown > li:first-child {
	border-top: none;
}
.woo-dropdown > li .order-sub-dropdown > li {
	border-top: 1px solid #c6c6c6;
	height: 35px;
	line-height: 35px;
}
.woo-dropdown > li .order-sub-dropdown > li:hover {
	background: #f9f9f9;
}
.woo-dropdown > li .order-sub-dropdown > li strong {
	display:block;
}
.woo-dropdown > li .order-sub-dropdown > li a, .woo-sort-ordering > li a {
	color:#7f7f7f;
}
.woo-sort-ordering > li {
	text-indent: 5px;
}
.woo-sort-ordering > li > a {
	display: block;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	border-color: #D3D3D3;
	height: auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 2%;
}
.woocommerce ul.products.products-2 li.product, .woocommerce-page ul.products.products-2 li.product {
    width: 49%;
}
.woocommerce ul.products.products-3 li.product, .woocommerce-page ul.products.products-3 li.product {
    width: 32%;
}
.woocommerce ul.products.products-4 li.product, .woocommerce-page ul.products.products-4 li.product {
    width: 23.5%;
}
.woocommerce ul.products.products-5 li.product, .woocommerce-page ul.products.products-5 li.product {
    width: 18.4%;
}
.products li.product .product-content-wrapper {
    border: 1px solid #f0f0f0;
    padding: 20px 15px;
}
ul.products.products-2 li.product:nth-child(2n) {
    margin-right: 0;
}
ul.products.products-3 li.product:nth-child(3n) {
    margin-right: 0;
}
ul.products.products-4 li.product:nth-child(4n) {
    margin-right: 0;
}
ul.products.products-5 li.product:nth-child(5n) {
    margin-right: 0;
}
.woocommerce ul.products li.product h3 > a {
	color: #1c1c1c;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		 -ms-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
			 transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product h5.product-category-title {
	margin:10px 0 5px;
}
.woocommerce ul.products li.product h5.product-category-title a, .woocommerce ul.products li.product h5.product-category-title {
	font-weight:400;
	font-size: 13px;
	text-transform: capitalize;
}
.woocommerce ul.products li.product h5 a {
	color: #1c1c1c;
}
.woocommerce ul.products li.product .product-image-wrapper {
	overflow: hidden;
	position: relative;
}
.woocommerce ul.products li.product .product-image-wrapper > a:before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		 -ms-transition: all 0.4s ease 0s;
		  -o-transition: all 0.4s ease 0s;
			 transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product:hover .product-image-wrapper > a:before {
	opacity: 1;
} 
.woocommerce ul.products li.product .product-image-wrapper > a:before {
    background: rgba(0, 0, 0, 0.65);
}
.woocommerce ul.products li.product .product-image-wrapper img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price {
	color: #444;
}
.product-icons-overlay {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    /*bottom: 15px;*/
	top: 50%;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #222;
    display: block;
    font-size: 12px;
    left: 15px;
	right: 15px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    width: auto;
    z-index: 11;
}
.woocommerce ul.products li.product:hover .product-icons-overlay {
	opacity: 1;
}
.woocommerce ul.products li .product-buttons-container {
	float: left;
	width: 100%;
	text-align: center;
}
.woocommerce ul.products li .product-buttons-container .product-buttons a {
	padding: 0;   
    position: relative;    
	color: #fff;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    font-size: 0px;
	font-weight: 300;
	line-height: 40px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
}
.woocommerce ul.products li .product-buttons-container .product-buttons a.woo-show-details {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.woocommerce ul.products li .product-buttons a.added_to_cart.wc-forward {
	float: none;
	margin-left: 7px;
}
.woocommerce ul.products li .product-buttons-container .product-buttons > a.add_to_cart_button:hover, .woocommerce ul.products li .product-buttons-container .product-buttons > a.add_to_cart_button:active, .woocommerce ul.products li .product-buttons-container .product-buttons > a.add_to_cart_button:focus {
	border-color: #6D6D6D;
}
.woocommerce ul.products li .product-buttons a.woo-show-details:after, 
.product-buttons > a.add_to_cart_button:after {
	content: "";
	color: inherit;
    position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}
.woocommerce ul.products li .product-buttons a:after {
	font-size: 16px;
}
.product-buttons > a.add_to_cart_button:after {
	content: "\e04e";
	font-family: 'Simple-Line-Icons';
}
.woocommerce ul.products li .product-buttons a.woo-show-details:after {
	content: "\e08d";
	font-family: 'Simple-Line-Icons';
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	margin-left: 0;
}
.woocommerce ul.products li .product-buttons a.added_to_cart.wc-forward:after { 
	content: "\e04d";
	font-family: 'Simple-Line-Icons';
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
	left: auto;
	right: 16px;
	top: 0;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
	opacity: 1;
}
.woocommerce ul.products li.product .product-wrapper .price > .amount, .woocommerce ul.products li.product .product-wrapper .price ins > .amount {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}
.woo-catalog-ordering strong {
    font-weight: normal;
}
.woocommerce ul.products li.product .product-content-wrapper h3 {
	margin-bottom: 10px;
	line-height: 1.5;
	padding: 0;
}
.woocommerce ul.products li.product .product-content-wrapper .star-rating {	
	clear: both;
	display: inline-block;
}
.woocommerce span.onsale {
	background: #222a33;
	top:0;
	left:0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 26px;
	font-weight: bold;
}
.woocommerce .quantity .qty {
	margin-right: 8px;
	width: 70px;
	height: 40px;
}
.woocommerce div.product form.cart {
	margin-top: 1em;
}
.woocommerce div.product .product_meta > span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.woocommerce ul.products li.product .price del {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	display: inline-block;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
	z-index: 5;
	background: rgba(34, 42, 51, 0.75) none repeat scroll 0 0;
}
.woocommerce span.onsale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	min-height: auto;
	line-height: 1;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	font-size: 14px;
	padding: 8px 12px;	
}
.woocommerce div.product p.stock {
	color: #222;
	font-size: 1em;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin-bottom: 35px;
}
.woocommerce ul.products li.product .star-rating {
	margin-top: 5px;
}
.woocommerce .star-rating {
    font-family: star !important;
}
.woocommerce .star-rating::before {
	content: "SSSSS";
	color: #c6c6c6;
}
.woocommerce div.product .product_title {
	font-size: 30px;
	font-weight: normal;
}
/* Variable Product */
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	display: block;
	clear: both;
	font-weight: 500;
	font-size: 19px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	display: block;
	clear: both;
	text-decoration: none;
}
.woocommerce div.product form.cart .variations td.label {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 46px;
	vertical-align: middle;
	text-align: left;
}
.woocommerce div.product form.cart .reset_variations {
	line-height: 30px;
}
.woocommerce div.product .single_variation_wrap .single_variation {
	margin-bottom: 10px;
}
/* Buttons */
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart {
	display: inline-block;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	background: none;
	border: 2px solid #c6c6c6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
	text-shadow: 0 0 0;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 1.42857;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	height: 40px;
    line-height: 25px;
    padding: 5px 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover, .woocommerce a.added_to_cart:hover {
	background: #3a4145;
	border-color: #3a4145;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:active, .woocommerce ul.products li.product .button:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff;
}
.woocommerce a.added_to_cart {
	margin-top: 1em;
	margin-left: 0.5em;
}
/* Message Boxes */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #f9f9f9;
	line-height: 1.6;
}
.woocommerce .woocommerce-info {
    border-top-color: #2d2d2d;
}
.woocommerce .woocommerce-info::before {
    color: #2d2d2d;
}
/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    background: #EAEAEA;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	margin: 0 10px 0 -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #f2f2f2;
	background: #fff;
	border-top: 2px solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border-color: #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {   
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	padding: 20px;
	border-color: #e9e9e9;
	border-top-color: transparent;
	margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.woocommerce #reviews h3 {
	margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: static;
	margin-right: 10px;
	width: auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	line-height: 18px;
}
.woocommerce .related.products h2, .woocommerce .upsells h2, .woocommerce .cross-sells h2, .woocommerce .cart_totals h2, .woocommerce .shipping_calculator h2 {
	font-size: 20px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}
/* Cart */
.woocommerce table.shop_table {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border: none;
	border-collapse: collapse;
	margin: 30px 0 50px;
	background: #fff;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 12px;
}
.woocommerce a.remove {
	font-size: 18px;
}
.woocommerce-cart table.cart img {
	width: 80px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 140px;
	padding: 10px 12px;
	height: 47px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-right: 10px;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse: collapse;
	background: #fff;
	margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	border-left: 1px solid #dcdcdc;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	padding: 0 15px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {    
    padding: 10px;
    text-align: left;
    width: 50%;
	vertical-align: middle;
}
.woocommerce-cart table.cart input {
	line-height: 1.42857;
}
.woocommerce table.shop_table td.product-name > a, .woocommerce-page table.shop_table td.product-name > a {
	clear: both;
	display: block;
	font-size: 17px;
}
.woocommerce td.product-name dl.variation {
	display: inline-block;
	float: none;
	margin: 15px auto 0.25em;
	text-align: center;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	float: none;
}
.woocommerce table.shop_table td.product-subtotal .amount, .woocommerce-page table.shop_table td.product-subtotal .amount {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount {
	font-size: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    border-right: 1px solid #dcdcdc;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal {
    border-top: 1px solid #dcdcdc;
}
/* Checkout */
.woocommerce-billing-fields .select2-container .select2-choice {
	height: 46px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	padding: 10px 16px;
}
.woocommerce-billing-fields .select2-container .select2-choice > .select2-chosen {
	line-height: 26px;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-checkout h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;	
	position: relative;
	text-transform: uppercase;
}
.woocommerce-shipping-fields h3 > label {
	display: inline-block;
}
.woocommerce-shipping-fields h3 > .input-checkbox {
	height: auto;
	margin: 0 10px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	background: #fff;
}
.woocommerce form.checkout_coupon input[type="checkbox"], .woocommerce form.login input[type="checkbox"], .woocommerce form.register input[type="checkbox"] { 
	height: auto;
}
.woocommerce form.login .button {
	margin-right: 15px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	color: #2d2d2d;
}
.woocommerce-checkout h3#order_review_heading {
	margin-top: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	height: auto;
}
.woocommerce-checkout #payment {
	background: #fff;
}
.woocommerce-checkout #payment div.payment_box:after {
	top: -2px;
}
.select2-search input, .select2-results .select2-result-label {
	line-height: 1.5;
}
.payment_method_paypal > label {
	display: inline;
}
.woocommerce #payment .place-order {
	margin-bottom: 30px;
}
.woocommerce table.shop_table.customer_details tbody:first-child tr:first-child td, .woocommerce table.shop_table.customer_details tbody:first-child tr:first-child th {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total .amount {
	font-size: 17px;
}
.woocommerce .tpath-woocommerce-thank-you-page .order_details.order_info {
	border: 1px solid #e1e1e1;
	padding: 15px;
}
.woocommerce .order_details.order_info li {
	font-size: 14px;
	border-right: 1px solid #e1e1e1;
}
.woocommerce .order_details.order_info li strong {
	font-size: 16px;
	line-height: 2;
}
.tpath-woocommerce-thank-you-page .thank-you-text {
	font-weight: 500;
	font-size: 17px;
}
.tpath-woocommerce-thank-you-page h2, .tpath-woocommerce-order-details h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tpath-woocommerce-order-details .shop_table.order_details .product-quantity {
	display: block;
}
.tpath-woocommerce-order-details .addresses address {
	line-height: 2;
}
/* Woocommerce Pagination */
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 40px;
	height: 38px;
	line-height: 38px;
	border: none;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0 6px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}
/* ================================================================
 * WOOCOMMERCE WIDGETS
 * ================================================================ */
.woocommerce.widget_shopping_cart li:hover a:before, .woocommerce.widget_shopping_cart li a:hover:before,
.woocommerce.widget_products li:hover a:before, .woocommerce.widget_products li a:hover:before {
	display: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	width: 60px;
	float: left;
	margin-top: 6px;
	margin-right:10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	padding: 12px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border: none;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
	float: right;
}
.sidebar .widget a.button:hover {
	color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
	margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;	
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 0.7em;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	margin-top: 6px;
}
.widget_product_tag_cloud .tagcloud a {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 6px 8px;
}
.widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:active, .widget.widget_product_tag_cloud .tagcloud a:focus {
    background: #2d2d2d;
    color: #fff;
}
/* ================================================================
 * OVERRIDE VC STYLES
 * ================================================================ */
 
.wpb_column .wpb_wrapper > *:last-child {
	margin-bottom:0px !important;
}
.wpb_column .wpb_gallery.wpb_content_element {
	margin-bottom:40px !important;
}
/* ACCORDION */

.wpb_accordion_wrapper {
    border: 1px solid #d8d8d8;
}
.wpb_accordion_section {
    border-bottom: 1px solid #d8d8d8;
    margin: 0 20px;
}
.wpb_accordion_wrapper .wpb_accordion_section:last-child {
    border-bottom: medium none;
}
.wpb_accordion.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_accordion.wpb_content_element .wpb_accordion_header a {
    color: #000;
    padding: 0.5em 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
    content: "+";
    font-size: 32px;
    line-height: 40px;
    position: absolute;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
    content: "-";
    font-size: 32px;
    line-height: 40px;
    ;
    position: absolute;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    position: relative;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background: none;
    top: 0;
    right: 0;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 1em 0;
}
/* VC PROGRESS BAR */
.vc_progress_bar {
    margin-top: 40px;
	float: left;
	width: 100%;
}
.vc_progress_bar .vc_single_bar .vc_label {
    font-size: 14px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -40px;
	text-shadow: 0 0 0 !important;
	color: #1c1c1c !important;
}
.vc_progress_bar .vc_single_bar {
    background-color: #ededed;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    height: 3px;
    margin-bottom: 70px;
    position: relative;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.vc_label .vc_label_units {
	float: right;
}
/* ------------- VC SHORTCODES - THEME STYLE ------------- */

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent;
    border: none;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: transparent;
    border: none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding: 10px 0 10px 58px;
}
.vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-title > a {
    border-bottom: none;
}
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 0 10px 35px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #919191;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #e4e4e4;
    left: 0;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    width: 15px;
    margin: 0 auto;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    top: 50%;
    height: 15px;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading span {
    color: #1c1c1c;
    font-size: 14px;
    padding: 0 0 25px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-left: 0;
}
/* ------------- VC Column------------- */

.vc_column_container.border-bottom_right_rotate::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #d8d8d8;
    content: "";
    z-index: 9;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
}
.vc_column_container.border-bottom_right::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #d8d8d8;
    content: "";
    z-index: 9;
}
.vc_column_container.border-bottom_right,
.vc_column_container.border-bottom_right_rotate,
.vc_column_container.border-bottom_only {
    border-bottom: 1px solid #d8d8d8;
}
.vc_column_container.border-right_only {
    border-right: 1px solid #d8d8d8;
}
/* ------------- VC ------------- */
.tpath-vc-section {
    padding: 60px 0;
    margin-bottom: 0;
    position: relative;
}
.tpath-vc-section.vc_row-no-margin {
    margin-left: 0;
    margin-right: 0;
}
.wpb_single_image .vc_single_image-wrapper {
    max-width: 100%;
}
.bg-style.overlay-wrapper .tpath-row-inner-wrapper,
.bg-style.overlay-wrapper .tpath-column-inner-wrapper {
    position: relative;
    z-index: 2;
}
.bg-style.overlay-wrapper:before {
    /*background-color: rgba(0, 0, 0, 0.65);*/    
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.bg-style.overlay-wrapper.bg-overlay.dark-overlay-color:before {
    background-color: rgba(0, 0, 0, 0.8);
}
.bg-style.overlay-wrapper.bg-overlay.white-overlay-color:before {
    background-color: rgba(255, 255, 255, 0.8);
}
.dark-wrapper {
    background-color: #000;
}
.white-wrapper {
    background: #fff;
}
.grey-wrapper {
    background: #f7f7f7;
}
.typo-white,
.typo-white h1,
.typo-white h2,
.typo-white h3,
.typo-white h4,
.typo-white h5,
.typo-white h6,
.typo-white div,
.typo-white p {
    color: #fff;
}
.typo-dark,
.typo-dark h1,
.typo-dark h2,
.typo-dark h3,
.typo-dark h4,
.typo-dark h5,
.typo-dark h6,
.typo-dark div,
.typo-dark p {
    color: #22262a;
}
.typo-grey,
.typo-grey h1,
.typo-grey h2,
.typo-grey h3,
.typo-grey h4,
.typo-grey h5,
.typo-grey h6,
.typo-grey div,
.typo-grey p {
    color: #f3f6f8;
}
/* ------------- VC Column ------------- */

.column_overlaybg {
    min-height: 500px;
}
.column_overlaybg::before {
    border: 4px solid #fff;
    bottom: 3%;
    top: 3%;
    content: "";
    display: block;
    left: 3%;
    right: 3%;
    position: absolute;
}
.column_overlaybg .wpb_wrapper {
    background: rgba(255, 255, 255, 0.9);
    bottom: 3%;
    left: 3%;
    right: 3%;
    padding: 20px;
    position: absolute;
    z-index: 1;
}
/* ------------- VC Carousel ------------- */
.tpath-vc-section .vc_carousel-inner .vc_inner img {
    width: 100%;
}
#main .wpb_images_carousel .vc_slide.vc_images_carousel {
    max-width: 100%;
}
#main .vc_images_carousel .vc_carousel-control .icon-next::before,
#main .vc_images_carousel .vc_carousel-control .icon-prev::before {
    top: 0;
    color: #fff;
}
#main .vc_images_carousel .vc_carousel-control {
    background: rgba(41, 41, 41, 0.4);
}
#main .vc_images_carousel .vc_carousel-control .icon-prev,
#main .vc_images_carousel .vc_carousel-control .icon-next,
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-left,
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-right {
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
}
#tpath_wrapper #main .wpb_images_carousel .vc_slide.vc_images_carousel .vc_right.vc_carousel-control,
#tpath_wrapper #main .wpb_images_carousel .vc_slide.vc_images_carousel .vc_left.vc_carousel-control {
    display: block!important;
    left: auto;
    opacity: 1;
}
#main .vc_images_carousel .vc_right.vc_carousel-control {
    right: 0;
}
#main .vc_images_carousel .vc_left.vc_carousel-control {
    right: 60px;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control {
    top: auto;
    bottom: 0;
    margin: 0;
    width: 55px;
    line-height: 50px;
    height: 50px;
    text-shadow: none;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-prev,
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-next {
    margin: 0;
}
#main .vc_images_carousel .vc_carousel-indicators .vc_active {
    background: transparent;
}
.wpb_wrapper .wpb_button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
}
.main-section .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
/* VC Tour */
/* -------------- Tab Styles ---------------- */
.vc_tta-style-tpath_tour_design.vc_tta.vc_general .vc_tta-panel-body {
    padding-top: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab .vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab {
    border-bottom: 0px;
    margin: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #272727;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 22px;
    min-width: 270px;
    padding: 4px 22px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:focus,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus,
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
    color: #fff;
    border-color: transparent;
}
.vc_tta-tabs.vc_tta-tabs-position-left:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a {
    border-right-color: #e4e4e4;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
    color: #22262a;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a i {
    font-size: 30px;
    padding-right: 0;
    margin-left: 0;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
}
.vc_ttsa-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a,
.vc_ttsa-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover,
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus {
    border-color: transparent;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
    border-left-width: 1px;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:before {
    border: 10px solid transparent;
    left: 0;
    content: "";
    display: block;
    height: 0;
    width: 0;
    right: auto;
    position: absolute;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:after {
    border: 9px solid transparent;
    border-left-color: #fff;
    left: -2px;
    right: auto;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
    border-left-width: 1px;
}
.vc_tta-panel-body .vc_chart .vc_chart-with-legend {
    width: 45%;
}
.vc_tta-panel-body .vc_chart .vc_chart-legend {
    width: 47%;
    margin-left: 6%;
}
.vc_chart .vc_chart-legend {
    font-weight: bold;
    font-size: 14px;
    color: #949494;
}
.vc_chart .vc_chart-legend li {
    margin-bottom: 1.2em;
}
.vc_chart .vc_chart-legend span {
    color: #202e31;
}

/* SEPERATOR */
.vc_separator.vc_sep_double .vc_sep_line {
    height: 5px;
}
/* VC Button */
.vc_general.vc_btn3 {
    text-transform: uppercase;
    font-size: 12px;
}
.vc_btn3.vc_btn3-size-lg {
    min-width: 255px;
    font-size: 12px;
}
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline:focus {
    border-width: 1px;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.wpb_wrapper .wpb_images_carousel {
    margin-bottom: 0;
}
/* VC Toggle */
vc_toggle_default.vc_toggle .vc_toggle_title, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	padding-left:0;
}
.vc_toggle .vc_toggle_title>h4 {
   font-size: 14px;
}
.vc_toggle .vc_toggle_title .vc_toggle_icon {
	display:none;
}
.vc_toggle .vc_toggle_title:before {
	content: "\e069";
	font-family: Flaticon;
    font-style: normal;
	width: 38px;
    height: 38px;
	line-height: 38px;
	margin-right:15px;
	border:1px solid #ccc;
    display: inline-block;
	text-align:center;
}
.vc_toggle.vc_toggle_active .vc_toggle_title:before {
    content: "\e061";
}
.vc_toggle.vc_toggle_default .vc_toggle_content {
	padding-left: 55px;
}