/*
Theme Name: Justice
Theme URI: http://themeforest.net/item/justice-law-business-wordpress-theme/12390866
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: Justice Law & Business Wordpress Theme.
Version: 1.0.2
License: GNU General Public License v3.0
License URI: license.txt
Tags: responsive-layout, featured-images, theme-options, full-width-template
Text Domain: Templatepath
*/

/* ================================= 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 ------------- */

 /*@font-face {font-family: "STKaiti";
    src: url("http://db.onlinewebfonts.com/t/1ee9941f1b8c128110ca4307dda59917.eot");
   src: url("http://db.onlinewebfonts.com/t/1ee9941f1b8c128110ca4307dda59917.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/1ee9941f1b8c128110ca4307dda59917.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/1ee9941f1b8c128110ca4307dda59917.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/1ee9941f1b8c128110ca4307dda59917.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/1ee9941f1b8c128110ca4307dda59917.svg#STKaiti") format("svg");
}*/

body {
	background: #fff;
	color: #768083;
	font-weight: 600;
	font-family: Arial;	
	margin: 0;
	overflow-x: hidden;
	position: relative;
	line-height: 26px;
}
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: 1.4;
	color: #222222;
}
/* 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;
}

/* Text Elements */
p {
	margin: 0 0 10px;
}
blockquote p {
	font-style: italic;
}
dd {
	margin-bottom: 1em;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 10px;	
}
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;
}
/* 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;
}
/* ------------- Button Styles ------------- */
.btn.btn-wide input[type="submit"] {
	width: 159px;
	padding: 13px 12px;
}
.btn, .form-submit .submit {
	padding: 15px 32px;
    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: bold;
    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::after, .form-submit .submit::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		 -o-transform: translateY(-100%);
			transform: translateY(-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;
    width: 100%;
    z-index: -1;
}
.btn:hover:after, .form-submit .submit:hover:after {
	transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0);
		-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;
}
.btn.btn_bgcolor::after {
    background: #fff none repeat scroll 0 0;
}
.btn.btn_trans_white::after {
    background: #fff;
}*/
.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;
    font-weight: bold;
    text-transform: uppercase;
}
.btn.btn_bgcolor: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: transparent;
}
.btn.btn_trans_themecolor:hover, .btn.btn_trans_themecolor:active, .btn.btn_trans_themecolor:focus {
	color: #fff;
}
.btn.simple_text {
    background: transparent;
    border: medium none;
    color: #222222;
    padding: 0;
	font-weight: 600;
	text-transform: none;
}
.btn.simple_text:hover, .btn.simple_text:active, .btn.simple_text:focus {
    background: transparent;
	text-decoration:underline;
}
.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-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.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 #dcdcdc;   
    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-35 {
	margin-top: 35px;
}
.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: #f7fcff;
    position: relative;
	/*margin-bottom: 50px;*/
}
.page-title-container {
	position: relative;
	width: 100%;
	padding: 80px 15px;
}
.page-title-header {
	float: left;	
}
.page-breadcrumbs {
	float: right;	
}
.page-title-header h1 {
	font-size: 42px;
	line-height: 34px;
	color: #222;
	margin: 0;
	text-transform:uppercase;
	font-weight: normal;
}
.page-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-breadcrumbs ul li {
	float: left;
}
/*.page-breadcrumbs ul li:after {
	content: "/";
	display: inline-block;
	font-size: 13px;
	padding: 0 10px;
	font-weight: normal;
}
.page-breadcrumbs ul li:last-child:after {
	content: none;
}*/
.page-breadcrumbs span.tpath-breadcrumb-sep {
    padding: 0 6px;
	color: #717171;
}
.page-breadcrumbs ul li, .page-breadcrumbs ul li a, .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, .page-breadcrumbs span, .page-breadcrumbs span > a {
	color: #717171;
    font-size: 13px;
	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: 15px;
    overflow: hidden;
}
.tpath-section-title .section-title {
	font-weight: 600;
    /*margin-bottom: 10px;*/
	margin-bottom: 0;
    padding-bottom: 13px;
    position: relative;
}
.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;
}
/*.section-heading {
	margin-bottom:20px;
}*/
.tpath-section-title.bottom_border .section-sub-title {
	position:relative;
	margin-bottom: 10px;
    padding-bottom: 5px;
}
.tpath-section-title div.section-title {
	/*font-size: 24px;
	line-height: 40px;*/
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #222222;
}
.tpath-section-title .section-sub-title {
    font-size: 13px;
    line-height: 30px;
	/*margin-top: 20px;*/
	padding-bottom: 10px;
    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;
    right: 15px;
    color: #fff;
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
#back-to-top i{
	color:#fff;
}
#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;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header-section .navbar {
	border: none;
	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;
}
.is-sticky.header-main-section {
	width: 100%;
	z-index: 1001;
	background: #fff;
	position: fixed;	
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.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;
}
.navbar-brand > img:hover {
    box-shadow:none;
}
.navbar-header.tpath-logo, .tpath-logo .navbar-brand, .tpath-logo .navbar-brand > img {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
/* Header Top Bar */
.header-top-section {
	background-color: #2c2e30;
	color: #7e8080;
}
.header-top-section .tpath-top-left {
	margin-left: -15px;
}
.header-top-section p {
	margin-bottom: 0;
	font-size: 12px;
    line-height: 44px;
}
.header-top-section .tpath-top-nav .navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 44px;
	color: #7e8080;
	font-size: 12px;
}
.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 Types */
.header-main-section p {
	border: 1px solid;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.header-main-section .nav.navbar-nav li.extra-nav, .header-main-section .nav.navbar-nav li.extra-nav a {
	line-height: 95px;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav {
	min-width: 15px;
}
.header-search-form .btn-trigger {
	line-height: 95px;
	cursor: pointer;
}
.header-search-form .search-form {
	display: none;
	min-width: 300px;
	position: absolute;
	right: 0;
	z-index: 100;
}
.header-search-form .search-form .input-group {
    height: 50px;
	line-height: 50px;
    padding: 0 15px;
	border: 2px solid #d8d8d8;
}
.header-search-form .search-form .input-group input.form-control {
	height: 50px;
}
.header-main-section .nav.navbar-nav .header-search-form .search-form i {
	line-height: normal;
}
.header-main-section .nav.navbar-nav li.extra-nav.socials-nav a {
	line-height: 25px;
}
/* Header Navigation Center */
.header-section.htype-header-1 .tpath-main-bar, .header-section.htype-header-1 .tpath-main-bar .navbar-nav {
	float: none;
	text-align: center;
}
.header-section.htype-header-1 .tpath-main-bar > li {
	float: none;
	display: inline-block;
}
.header-section.htype-header-1 .tpath-main-bar .extra-nav {
	float: right;
}
.header-section.htype-header-1 .tpath-main-bar .tpath-main-nav > li {
	float: none;
	display: inline-block;
}
.header-section.htype-header-1 .tpath-main-nav.nav.navbar-nav > li > a  {
	text-transform: capitalize;
}
.header-section.htype-header-2 .tpath-main-bar, .header-section.htype-header-3 .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-transparent, .header-section.header-transparent .header-top-section, .header-section.header-transparent .header-main-section {
    background: transparent;
}
#tpath_wrapper .header-section.header-transparent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.header-section.header-transparent .header-top-section, .header-section.header-semi-transparent .header-top-section {
	border-bottom: 1px solid #d8d8d8;
}
.header-section.header-transparent .header-main-section.is-sticky {
	background: #fff;
}
.header-section.header-semi-transparent, .header-section.header-semi-transparent .header-top-section, .header-section.header-semi-transparent .header-main-section {
    background: rgba(255,255,255,0.5);
}
/* ================================================================
 * NAVIGATION
 * ================================================================ */
.tpath-main-nav.nav.navbar-nav > li > a {
	padding: 0 8px;
	line-height: 95px;
	font-size: 13px;
	color: #222222;
	text-transform: uppercase;
	position: relative;
	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;
}
.header-section.header-transparent .tpath-main-nav > li > a, .header-section.header-transparent .extra-nav {
	color: #fff;
}
.header-section.header-transparent .header-main-section.is-sticky .tpath-main-nav > li > a, .header-section.header-transparent .header-main-section.is-sticky .extra-nav, .header-section.header-semi-transparent .header-main-section.is-sticky .tpath-main-nav > li > a, .header-section.header-semi-transparent .header-main-section.is-sticky .extra-nav {
	color: #222222;
}
.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-sidebar-social .tpath-social-icons li:last-child {
    margin-right: 0;
}
.dropdown-toggle .caret {
	display: none;
}
.dropdown:hover .dropdown-menu, .dropdown-menu .dropdown:hover .sub-menu, .dropdown:hover .tpath-megamenu-wrapper {
	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:hover .dropdown-menu {
	top: 100%;
}
.dropdown-menu {
	border: 1px solid #E2E2E2;
	border-top: 3px solid;
	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: 110%;	
}
.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;
}
.dropdown-menu li {
	border-bottom: 1px solid #E2E2E2;
}
.dropdown-menu li:last-child {
	border: none;
}
.navbar-nav.tpath-main-nav .dropdown-menu li {
	margin-right: 0;
}
.dropdown-menu > li > a, .dropdown-menu .sub-menu a {
	padding: 12px 16px;
}
.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;
}
.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: 68%;	
}
.content-col-full {
	width: 100%;	
}
.pm-sidebar {
	width: 31%;	
}
.single-sidebar-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.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;
}
/* ================================================================
 * FEATURE BOXES
 * ================================================================ */
.tpath-feature-box  {
 	position:relative;
	/*padding: 0 5px;*/
}
.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 .tpath-feature-box-title {
    margin: 10px 0;
}
.tpath-feature-box .tpath-feature-box-title h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 15px 0;
	text-transform: uppercase;
}
.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: 70px;
	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;
}
/*.tpath-feature-box .tpath-feature-icon i {
	color: #b7cad5;
}*/
.tpath-feature-box .tpath-feature-icon i, .tpath-feature-box .tpath-feature-icon i::before {
	text-shadow: 1px 0 0;
	font-size: 70px;
	line-height: 80px;
}
.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;
}
.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;
}
/* ================================================================
 * PORTFOLIO
 * ================================================================ */
.portfolio-image {
   overflow: hidden;
   position: relative;
}
.portfolio-image > a:before {
    content: url(images/cursor.png);
    font-size: 76px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    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: 100%;
    z-index: 2;
	color: #fff;
}
.portfolio-image > a:after {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
	opacity: 0;
	z-index: 1;
}
.portfolio-item:hover .portfolio-image > a:before, .portfolio-item:hover .portfolio-image > a:after {
	opacity: 1;
} 
.portfolio-item img {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	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 img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio-item:hover .btn {
	color: #fff;
}
.portfolio-content .portfolio-title, .portfolio-content .portfolio-title > a {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 10px;
	color: #222;
}
.portfolio-content .portfolio-top {
	position: relative;
}
.portfolio-item .portfolio-more .btn {
	color: #fff;
}
.portfolio-gallery-wrapper .portfolio-top-wrapper {
    display: block;
    margin-bottom: 55px;
    overflow: hidden;
	text-align: center;
}
.portfolio-top-wrapper .portfolio-tabs {
    margin: 0 auto;
}
.portfolio-gallery-wrapper .portfolio-tabs > li {
    padding: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs.style1-box > li {
	border-style: solid;
    border-width: 1px 1px 1px 0;
	border-color: #000;
}
.portfolio-gallery-wrapper .portfolio-tabs.style1-box  > li:first-child {
    border-width: 1px;
}
.portfolio-gallery-wrapper .portfolio-tabs.style2-sep > li {
	border-style: solid;
    border-width: 0 1px 0 0;
}
.portfolio-gallery-wrapper .portfolio-tabs.style2-sep > li:first-child{
	border-style: solid;
    border-width: 0 1px 0 1px;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a {
	border: medium none;
    color: #5a5959;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    padding: 10px 20px;
}
.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 {
    display: block;
    overflow: hidden;
	border: 1px solid #ededed;
    display: block;
    overflow: hidden;
    padding: 30px;
}
.portfolio-item .portfolio-content:hover img {
    transform: scale(1.1) rotate(4deg);
	-moz-transform: scale(1.1) rotate(4deg);
	-webkit-transform: scale(1.1) rotate(4deg);
	-o-transform: scale(1.1) rotate(4deg);
	-ms-transform: scale(1.1) rotate(4deg);
}
.portfolio-item .portfolio-content img {
    width: 100%;
	min-height: 300px;
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-o-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
}
.portfolio-item .portfolio-overlay {
    bottom: 0;
    height: 58px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: opacity 300ms ease 0s;
	-moz-transition: opacity 300ms ease 0s;
	-webkit-transition: opacity 300ms ease 0s;
	-o-transition: opacity 300ms ease 0s;
	-ms-transition: opacity 300ms ease 0s;
    vertical-align: middle;
    width: 100%;
	padding: 0 15px;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-gallery-wrapper .portfolio-overlay h4  {
    color: #fff;
    font-size: 15px;
    line-height: 58px;
    margin-bottom: 0;
	margin-top:0;
	float:left;
}
.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;
}
.post-navigation .pager li a:hover {
    background: #7f7f7f;
}
/* 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-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-box .portfolio-date, .portfolio-box .portfolio-terms {
	float: left;
}
.portfolio-gallery.portfolio-image {
    margin-bottom: 3em;
}
.portfolio-gallery.portfolio-image img {
    margin: 0 auto;
	width: 100%;
}
.post-navigation .pager li a {
    border: medium none;
    font-size: 14px;
	font-weight: 600;
}

/* ================================================================
 * 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);
}
/* ================================================================
 * 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;
}
/* ================================================================
 * TILED GALLERY SECTION
 * ================================================================ */
.tpath-tiled-gallery-wrapper .tpath-gallery-item {
	backface-visibility: hidden;
    display: block;
    overflow: hidden;
	float: left;
	width: 25%;
	position: relative;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item img {
	width: 100%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-sizer {
	width: 25%;
}
.tpath-tiled-gallery-wrapper .tpath-landscape-img {
	width: 50%;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-inner {
	position: relative;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item .tpath-gallery-content {
	background: rgba(255, 255, 255, 0.7);
	text-align: center;	
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item:hover img {
	transform: scale(1.2) rotate(3deg); 
	-ms-transform: scale(1.2) rotate(3deg); 
	-webkit-transform: scale(1.2) rotate(3deg); 
	-o-transform: scale(1.2) rotate(3deg); 
	-moz-transform: scale(1.2) rotate(3deg); 
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item:hover .tpath-gallery-content {
	opacity: 1;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-content .tpath-gallery-content-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 20px;
}
.tpath-gallery-content .tiled-gallery-title {
	font-size: 20px;
	padding-bottom: 20px;
	position: relative;
}
.tpath-gallery-content .tiled-gallery-title:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
	right: 0;
    margin: auto;
    position: absolute;
	width: 35px;
}
.tpath-gallery-content .tpath-tiled-gallery-text {
	color: #4b3c38;
	margin-top: 15px;
	font-size: 16px;
}

/* ================================================================
 * 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 .team-content-wrapper::before {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    float: left;
    height: 73px;
    left: -2px;
    position: absolute;
    right: 0;
    top: -34px;
     transform: rotate(-7deg) skewX(-7deg);
    -webkit-transform: rotate(-7deg) skewX(-7deg);
    -ms-transform: rotate(-7deg) skewX(-7deg);
    -o-transform: rotate(-7deg) skewX(-7deg);
    width: 101%;
    z-index: -1;
}
.team-columns-2 .team-item .team-content-wrapper::before {
	height: 80px;
    top: -40px;
}
.team-item .team-item-wrapper {
    margin: 0 1em 5em;
    overflow: hidden;
	background: #fff none repeat scroll 0 0;
}
.team-item .team-content-wrapper {
	background:#fff;
	position:relative;
	z-index:999;
	text-align:center;
	padding-bottom: 2em;
}
.team-item:hover .team-content-wrapper, .team-item:hover .team-content-wrapper::before {
	background:#333333;
}
.team-item:hover .team-content-wrapper .team-member-name a, .tpath-team-grid-wrapper .team-item:hover .team-content-wrapper .team-sep  {
	color:#fff;
}
.team-item-img img {
    margin: 0 auto;
}
.team-item  .team-sep {
    padding: 0 5px;
}
.team-item .team-content-wrapper .team-member-name a {
	color:#333;
	font-size: 14px;
}
.team-item .team-content-wrapper .team-member-name .team-member-designation, .team-item  .team-sep {
    color: #adadad;
	font-size: 14px;
}
.team-content-wrapper .team-member-btn {
    margin: 20px 0 0;
}
.team-content-wrapper .team-member-btn a {
    color: #000;
}
.team-item:hover .team-content-wrapper .team-member-btn a {
	color: #fff;
}
.team-style2 .team-content-wrapper .team-member-name {
    margin-bottom: 0;
}
.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-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-tpath_team_member .team-member-phone {
    font-weight: 800;
}
.single-tpath_team_member .tpath-member-social-icons li a > i {
	font-size:18px;
}
.single-tpath_team_member .team-content-wrapper {
    border: 1px solid #e8f0f5;
	padding: 40px;
}
.single-tpath_team_member .team-member-content {
    margin-top: 3em;
}
.single-tpath_team_member .related-posts-wrapper {
	 margin: 4em 0;
}
.single-tpath_team_member .related-posts-wrapper h4.related-member-title {
	font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
	margin-bottom: 2em;
}
.single-tpath_team_member .related-posts-wrapper h4.related-member-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;
}
.single-tpath_team_member .related-posts-wrapper h4.related-member-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;
}
.single-tpath_team_member .team-member-social {
    margin-top: 20px;
}
.single-tpath_team_member .related-posts-wrapper .related-member-item img {
	max-width:230px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.single-tpath_team_member .related-posts-wrapper .related-members li {
	list-style:none;
}
.single-tpath_team_member .related-posts-wrapper .team-content-wrapper {
	border:none;
	text-align:center;
	padding: 15px;
}
.single-tpath_team_member .related-posts-wrapper .team-content-wrapper h6.team-member-name > a{
	font-size:18px;
	color:#222;
}
.single-tpath_team_member .related-posts-wrapper .team-content-wrapper .team-member-btn {
	color: #3d3d3d;
    font-size: 13px;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.single-tpath_team_member .member-details-box {
    border: 1px solid #e8f0f5;
    margin-bottom: 3em;
    padding: 20px 30px;
}
.single-tpath_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-tpath_team_member .team-member-box .member-box-content ul {
	padding-left:0;
}
.single-tpath_team_member .team-member-box .member-box-content li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin: 5px 0;
}
.single-tpath_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-tpath_team_member .team-member-box .member-box-content li:hover::before {
	left: 5px;
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */ 
.testimonial-slider-wrapper.type-author_top, .testimonial-slider-wrapper.type-author_bottom {
    border: 1px solid #e9f1f6;
    padding: 30px;
}
.testimonial-slider-wrapper.type-author_top .testimonial-info {
    border-left: 3px solid;
}
.testimonial-wrapper .tpath-owl-carousel.owl-carousel {
	padding-bottom: 25px;
}
.testimonial-item .testimonial-info .client-author-name > a {
    color: #ccc;
	font-size: 16px;
}
.type-default .testimonial-item .testimonial-info .client-author-name  {
    margin:0;
	font-size:13px;
	font-weight:bold;
}
.testimonial-slider-wrapper.type-default .testimonial-content {
    overflow: hidden;
}
.testimonial-slider-wrapper.type-default .testimonial-item {
    padding: 0 15px;
	margin-bottom: 30px;
}
.testimonial-slider-wrapper.type-author_top .testimonial-info, .testimonial-slider-wrapper.type-author_bottom .testimonial-info  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-slider-wrapper.type-default .testimonial-item .author-image img {
    border: none;
    margin-right: 10px;
    padding: 0;
    max-width: 66px;
}
/*.testimonial-item {
    padding: 0 30px;
}*/
.testimonial-item .author-image img {
    float: left;
	margin-right:20px;   
    border: 1px solid #e8f0f5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    float: left;
    padding: 5px;
    max-width: 90px;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text {
	/*font-style: italic;*/
	color: #6c6f71;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}
.testimonial-slider-wrapper.type-default .testimonial-carousel-slider .testimonial-item .testimonial-text {
	font-style: italic;
}
.testimonial-slider-wrapper.type-author_bottom .testimonial-text {
	font-size: 15px;
	color: #717171;
	font-style: italic;
	margin-bottom: 15px;
}
.testimonial-slider-wrapper.type-default .testimonial-text {
	margin-bottom: 15px;
}
.testimonial-carousel-slider .testimonial-item .testimonial-info {
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text:before {
	left: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text:before, .testimonial-carousel-slider .testimonial-item .testimonial-text:after {
	content: "\"";
	font-size: 21px;
    font-style: italic;
	font-family: sans-serif;
	font-weight: 400;
    position: absolute;
    top: 0;
	display: block;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text:after {	
    right: 5px;
	top: auto;
	bottom: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author {
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}
.type-author_bottom .testimonial-carousel-slider .testimonial-item .testimonial-author { 
	padding-bottom: 20px;
}
.type-author_top .testimonial-carousel-slider .testimonial-item .testimonial-author {
	padding-top: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author h5, .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 .author-image {
    float: left;
    /*width: 100px;*/
}
.testimonial-carousel-slider .testimonial-detail {
    float: left;
}
/* ================================================================
 * CLIENT SLIDER SECTION 
 * ================================================================ */
.clients-carousel-slider .client-item img {
    opacity: 0.7;
	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 {
    font-size: 40px;
    line-height: 35px;
	color:#d8d8d8;
	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;	
}	
/* ================================================================
 * SPECIAL ITEM SECTION
 * ================================================================ */ 
.tpath-special-item {
	background:#fff;
	display:inline-block;
	position: relative;
}
.tpath-special-imagearea {
    width: 50%;
    position: relative;
	float:left;
}
.tpath-special-imagearea img {
    width: 100%;
}
.tpath-special-price-wrapper {
    bottom: 50px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.tpath-special-imagearea h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 6px;
    padding: 10px 20px;
    text-transform: uppercase;
	margin: auto;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.tpath-special-imagearea h4 {
	bottom: 30px;
    color: #ffffff;
    font-size: 18px;
	font-weight: 500;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    right: 5%;
}
.tpath-special-contentarea {
	float: left;
	padding: 32px;
    width: 50%;
}
.tpath-special-contentarea .tpath-special-title {
	margin-bottom: 25px;
}
.tpath-special-btn {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
}
/* ================================================================
 * 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;
} 
/* ================================================================
 * OPENING HOURS
 * ================================================================ */
.tpath-opening-hours-wrapper .opening-hours-days {
	margin-bottom: 25px;
}
.tpath-opening-hours-wrapper.two_column .opening-hours-days {
    display: inline-block;
	margin-bottom: 0;
}
.tpath-opening-hours-wrapper .opening-days {
    overflow: hidden;
	margin-bottom: 15px;
	font-weight: 600;
}
.tpath-opening-hours-wrapper.two_column .opening-days {
    float: left;
    margin-right: 15%;
    width: 42%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tpath-opening-hours-wrapper.two_column .opening-days:nth-child(2n) {
    margin-right: 0;
}
.tpath-opening-day {
	float: left;
	text-transform:uppercase;	
}
.opening-days .tpath-opening-day .tpath-opening-subtext {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 10px;
}
.opening-days .tpath-opening-hours:before {
	content: "\f017";
	font-family: FontAwesome;
	padding-right: 5px;
	font-weight: normal;
}
.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;
}

/* ================================================================
 * 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 input, .form-style-default .form-group .form-control, .form-style-default textarea {
	border: none;
}*/
.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 #b9b9b9;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;	
	resize: none;	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #768083;
	font-size: 12px;
	font-weight: 500;
	height: 46px;
	padding: 10px 16px;
}
.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;
}
.tpath-input-submit .btn.tpath-submit:hover, .tpath-input-submit .btn.tpath-submit:active, .tpath-input-submit .btn.tpath-submit:focus {
	background: transparent;
}
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: 46px;
	line-height: 46px;
	width: 35px;
	font-size: 13px;
}
.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-description {
	margin-bottom: 40px;
	font-size: 16px;
}
.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-widgets-container .footer-widgets {
	min-height: 100px;
}
.footer-section {	
	position: relative;
	z-index: 100;
	width: 100%;
	overflow: hidden;
	color:#fff;
	font-size: 16px;
	background:#f7fcff;
	/*border-top: 1px solid #e8f0f5;*/
}
.footer-section a {
	color: #454444;
}
.footer-widgets-section {
	padding: 65px 0 20px;
}
.footer-copyright-section {	
	padding: 10px 0;
	background:#f7fcff;
}
.footer-copyright-section a:hover {	
	color:#000;
}
.footer-copyright-section .container {	
	padding: 25px 0;
	/*border-color: #e8f0f5;
    border-style: solid;
    border-width: 1px 0 0; */
	position: relative;
}
.footer-copyright-section .container::after {
    /*background-color: #e8f0f5;*/
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 100%;
}
.footer-copyright-section p {
	margin: 0;
	display: inline-block;
}
.footer-copyright-section a {
	text-transform: capitalize;
	color: #000;
}
.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-widgets .widget h3 {
	font-size: 18px;
    line-height: 26px;
	color: #222222;
}
.footer-section .footer-widgets .widget_nav_menu li:before {
	content: '';
	width: 11px;
	height: 11px;
	margin-right: 15px;
	display: inline-block;
}
.footer-widgets div, .footer-widgets p, .footer-widgets .widget_categories ul li a, .footer-copyright-section p {
    color: #717171;
    font-size: 13px;
}
.footer-social ul.soc-icon-flat li {
	margin:0 5px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-section .tpath_contact_info_widget .contact_info-inner span.contact-widget-title {
	display: table-cell;
	width:30px;
	color: #fff;
	font-weight:bold;
}
.tpath_contact_info_widget .contact_info-inner span.contact-widget-text {
	display: table-cell;
}
.footer-section .contact_info-inner p {
	color: #768083;
	line-height: 22px;
    margin-bottom: 20px;
	display: table;
	width: 100%;
}
.footer-section .contact_info-inner a {
	color:#768083;
	word-break: break-all;
}
/* ================================================================
 * 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;
}
.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 {
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 0;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:1px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.tpath-social-share-box .tpath-social-share-icons li a:hover  {
	background:transparent;
	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 li.facebook a:hover {
	background-color: #3B5998;
}
.tpath-social-share-icons li.twitter a:hover {
	background-color: #55ACEE;
}
.tpath-social-share-icons li.linkedin a:hover {
	background-color: #007ab5;
}
.tpath-social-share-icons li.pinterest a:hover {
	background-color: #c91921;
}
.tpath-social-share-icons li.googleplus a:hover {
	background-color: #dd4937;
}
.tpath-social-share-icons li.tumblr a:hover {
	background-color: #34465d;
}
.tpath-social-share-icons li.reddit a:hover {
	background-color: #CEE3F9;
}
.tpath-social-share-icons li.digg a:hover {
	background-color: #1b5891;
}
*/
.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;
}
.posts-content-container .entry-summary, .posts-content-container .entry-content {
    line-height: 1.7;
}
.medium-posts, .large-posts, .grid-posts {
	padding: 0;
}
h3.entry-title {
	margin-bottom: 0;
	margin-top: 0;
}
.post .entry-title a {
	display: block;
	font-size: 16px;
    font-weight: 600;
    line-height: 25px;
	color: #454444;
	text-align:left;
}
.post.sticky .entry-title a:before {
	content: "\e031";
	font-family: 'Simple-Line-Icons';
	font-size: 25px;
	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 {

}
.grid-posts .entry-thumbnail.image-format {
	position: relative;
}
.entry-thumbnail.blog-medium-image {
	padding: 0;
	margin-right: 30px;
}
/*.large-posts {
	background:#fff;
	border: 1px solid #E0E0E0;
}
#archive-posts-container .large-posts .posts-content-container {
	padding: 25px;
}*/
.large-posts .posts-content-container .entry-meta-list {
    margin: 15px 0;
}
.large-posts .entry-meta-list ul {
 	padding:0;
	margin:0;
}
.large-posts .entry-header h3.entry-title a {
	font-size: 24px;
	font-weight: 600;
}
/*.list-posts .posts-content-container .post-media {
    float: left;
    margin-right: 6%;
    width: 32%;
}*/
.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 {
    padding-bottom: 40px;
}
.tpath-posts-container.large-layout .large-posts .post-content .entry-summary {
    margin-top: 20px;
}
.tpath-posts-container.large-layout .large-posts .posts-inner-container {
    border-bottom: 1px solid #e8f0f5;
}
.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%;
}
/*.list-layout .list-posts .posts-content-container .post-media {
	position: relative;
    float: left;
}*/
.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-color: #e8f0f5;
    border-style: solid;
    border-width: 1px;
    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: 0 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;
	/*transform:scale(1.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		-webkit-transform:scale(1.1);*/
}
.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%;
}
.entry-footer .read-more .btn-more {
    text-transform: uppercase;
	color: #454444;
	font-size: 13px;
}
.entry-footer .read-more .btn-more:hover {
    text-decoration:underline;
}
.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;
	margin: 10px 0 0;
	list-style: none;
	width: 100%;	
}
.single.single-post .entry-meta {
	padding: 0;
	margin: 0 0 15px;
}
.entry-meta i {
	margin-left:5px;
	margin-right:5px;
}
.entry-meta a {
	font-weight: 600;
}
.entry-meta li {
	display: inline-block;
	margin: 0;
	font-weight: 700;
}
.posts-content-container .entry-meta li {	
	color: #717171;
	margin: 0 5px 0 0;
	position: relative;
    font-weight: normal;
}
.entry-meta .author a {
	text-transform:capitalize;
}
.posts-content-container .entry-meta li:after {
    content: "|";    
    margin: auto;
	display: inline-block;
	color: #000;
	padding: 0 0 0 5px;    
}
.posts-content-container .entry-meta li:last-child:after {
	content: "";
}
.single-post .posts-content-container .post-content {
    padding-top: 30px;
}
.single-post .entry-title {
	font-size:24px;
}
.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: none;
	color: #000;
	padding: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 0 6px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span.page-numbers.current {
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.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;
}
.author-info {
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 20px;
}
.author-info .author-avatar img {
	border-radius: 50%;		
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.author-info.author-info-page {
	margin-top: 0;
}
.author-info .author-name > a, .author-info-page .author-name {
    color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	font-weight: 800;
}
.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: 140px;	
}
.author-description, .author-description p {	
	font-size: 15px;
	line-height: 25px;
	color:#fff;
}
.comment-status-text {	
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;	
}
.author-description h3 {
	margin-bottom: 0;
}
.author-description .author-name a {
	text-transform: capitalize;
}
.author-links {	
	float: right;
}
.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 {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 20px;
	padding-top: 10px;
}
.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 {	
	width: 100%;	
}
.bypostauthor { }
.comment-form:after {
	clear: both;
	content: '';
	display: table;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 50%;
}
.comment-form-author, .comment-form-email {
	margin-right: 3.5%;
}
.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;
	border-bottom: 1px solid #e8f0f5;
}
.tpath-all-comments ul.children {
	list-style: none;
	padding-left: 75px;
}
.comment-container {
	overflow: hidden;
    padding: 10px 0;
}
.comments-box {
	margin: 0 0 10px;
}
.comments-box-container { 
	background: #fff;
	position: relative;
	margin-left: 90px;
}
.comment-avatar {
    float: left;
}
.comment-avatar img {
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	max-width: 75px;    
}
.comment-posted-date {
    font-size: 13px;
	line-height: 14px;
}
.comment-post-meta {
    float: right;
}
.comment-post-meta > span.edit {
	margin-right: 15px;
}
.comment-post-meta span a {	
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 4px 20px;
    text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px solid;
}
.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 {
    border-bottom: 1px solid #e8f0f5;
    margin-bottom: 20px;
	position: relative;
}
.time-diff {
	text-transform: capitalize;
}
.comment-list .author-name {
	display: inline-block;
	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;
}
.latest-posts-layout .entry-header {
	margin-bottom: 0;
}
.latest-posts-layout h2.entry-title {
	margin-top: 10px;
	margin-bottom: 5px;
}
.latest-posts-layout .entry-summary {
	margin-bottom: 10px;
}
.latest-posts-layout .read-more a {
	text-transform: uppercase;
}
/* ================================================================
 * 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: 26px;
	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: 1.5em 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%;
	text-align: left;
}
.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 .counter-title {
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}
 
/* ================================================================
 * WIDGETS
 * ================================================================ */
.sidebar .widget {
    background: #fff;
}
.widget.widget_tag_cloud {
    overflow: hidden;
}
.sidebar .widget-title, .sidebar .tpath-section-title {
    padding-bottom: 10px;
}
.sidebar .widget.widget_search {
    padding: 0;
}
.sidebar .widget a, .sidebar .widget li a {
    color: #000;
}
.sidebar .widget a:hover, .sidebar .widget li:hover a {
    color: #000;	
}
.sidebar .widget .nav-tabs > li:hover > a{
	color: #fff;
	text-decoration:none;
}
.sidebar .widget .btn:hover{
	text-decoration:none;
}
.widget {
	margin-bottom: 40px;
}
.widget.widget_search {
	padding: 0;
	background-color: transparent;
	margin-bottom: 40px;
}
.widget ul {
	padding:0px;
	list-style:none;
}
.widget li {
	list-style:none;
}
.sidebar .widget li a, .sidebar .widget li.recentcomments .comment-author-link {
	color: #8d8d8d;
	letter-spacing:0.5px;
	font-size: 13px;
}
.sidebar .widget p {
	color: #717171;
}
.sidebar .widget li {
	position:relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.sidebar .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: 50%;
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.sidebar .widget li:hover::before {
	left: 5px;
}
.widget input, .widget select, .widget textarea {
	width: 100%;
}
.widget-entry-content a {
    color: #434343;
}
.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 #e8f0f5;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
    color: #8b8b8b;
    font-size: 13px!important;
	font-weight: 600;
    margin-bottom: 5px;
    padding: 2px 12px;
	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 .entry-thumbnail a,.sidebar .widget li.posts-item .widget-entry-content a  {
	padding-left:0;
}
.sidebar .widget li.posts-item:before, .sidebar .widget .tpath-tabs-widget li::before {
	display:none;
}
.sidebar .widget li.posts-item, .sidebar .widget .tpath-tabs-widget li {
	padding:0;
}
.sidebar .widget li.posts-item {
	margin-bottom: 20px;
}
.sidebar .widget li.posts-item h5 {
	margin-top: 0;
}
.sidebar .widget li.posts-item h5 a {
	color: #000 !important;
}
.sidebar .widget li.posts-item .entry-date {
	color: #000;
}
.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-tabs-widget img, .latest-post-img {
	border: 1px solid #dadada;
    max-width: 80px;
    padding: 4px;
}
.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: 12px 15px 0 0;
	width: 90px; */
}
.widget-entry-content {
	display: inline-block;   
}
.widget-title {
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sidebar .widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.widget.widget_categories ul.categories > .cat-item {
	padding: 10px 0;	
}*/
.footer-widgets .widget_categories ul.categories > .cat-item, .footer-widgets .bootstrapwidgetmenu ul li a {
	padding: 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;
}
.widget-entry-content h5 {
	font-size: 14px;
	font-weight: bold;
}
.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 .widget-author-name {
	font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 10px;
}
.widget.tpath_about_widget .tpath-about-widget .about-desc {
	padding: 10px 0;
} 
.tpath-about-widget .widget-author-image img {
	margin: 0 auto;
	width: 100%;
}
/* 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 ;
	border-color: #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;
}
.sidebar .widget-title {
	color: #313232;
	border-left: 3px solid;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-transform: uppercase;
}
.related-post-item h5 a, .comments-section h5, .comments-title h5, .comment-respond .comment-reply-title {
	color: #232323;
	font-weight: normal;
}
/* ------------- Revolution Slider ------------- */
.rev_slider .tp-caption.slider-title-white {	
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	line-height: 65px;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.rev_slider .slider-md-title-white {
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	line-height: 60px;
	text-transform: uppercase;
}
.rev_slider .tp-caption.slider-thin-black {
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
	text-transform: uppercase;
	color: #292e33;
}
.rev_slider .tp-caption.slider-desc-white {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 28px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.rev_slider .tp-caption.slider-desc-black {
	font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 28px;	
}
.tp-caption.slider-btn .btn {	
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.tp-caption.slider-btn .btn:hover, .tp-caption.slider-btn .btn:active, .tp-caption.slider-btn .btn:focus {
	background-color: transparent;
}
.tp-caption.slider-btn .btn.btn-transparent-white {
	background-color: transparent;
	border-color: #fff;
}
.tp-caption.slider-btn .btn.btn-transparent-white:hover, .tp-caption.slider-btn .btn.btn-transparent-white:active, .tp-caption.slider-btn .btn.btn-transparent-white:focus {
	background: #fff;
}
.tp-caption.slider-btn .btn.btn-transparent-color {
	background-color: transparent;
}
.tp-caption.slider-btn .btn.btn-transparent-color:hover, .tp-caption.slider-btn .btn.btn-transparent-color:active, .tp-caption.slider-btn .btn.btn-transparent-color:focus {
	color: #fff;
}
.tp-caption.slider-btn .btn.btn-active {
	color: #fff;
	margin-right: 20px;
}
.tp-bullets {
	z-index: 200;
}
.tpath-vc-section .wpb_revslider_element.wpb_content_element .rev_slider_wrapper .tp-bullets.tp-thumbs.round {
    padding: 0;
    bottom: 0;
}
.rev_slider .tp-caption.slider-thumb-title {
	color: #fff;
	padding: 4px 15px;
	font-size: 16px;
	font-weight: 500;
}
/* ------------- 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-top-section ul li.header-top-cart {
	border-left: 1px solid #d5d5d5;
	width: 58px;
	height: 41px;
	text-align: center;
}
.header-top-section ul li.header-top-cart .cart-contents {
	color: #bfbfbf;
	height: 41px;
	display: block;
}
.header-top-section ul li.header-top-cart .cart-contents:hover {
	color: #2d2d2d;
}
.header-top-cart .cart-contents > i {
    font-size: 18px;
    line-height: 41px;
}
.header-top-cart .cart-contents > span {
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 11px;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 20px;
	margin-right: 3px;
}
.header-top-cart .woo-header-cart {
    position: relative;
}
.header-top-cart .woo-header-cart .woo-cart-contents {   
    background: none repeat scroll 0 0 #fff;   
    border: 1px solid #dfdfdf;   
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;    
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
    width: 250px;
}
.header-top-cart .woo-header-cart:hover .woo-cart-contents {
    opacity: 1;
    visibility: visible;
    z-index: 1002;
}
.header-top-cart .woo-cart-item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    min-height: 62px;
    padding-bottom: 10px;
    position: relative;
	text-align: left;
}
.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-top-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: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 18px;
}
.woo-cart-item .cart-item-content .cart-product-quantity {    
	font-size: 16px;
}
.woo-cart-contents .woo-cart-total {
    text-align: left;
}
.woo-cart-contents .woo-cart-total h5 {
	font-size: 19px;
}
.woo-cart-total .cart-total span.amount {
    padding-left: 5px;
}
.woo-cart-item .remove-cart-item {
    color: #a6a6a6;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
}
.woo-cart-contents .woo-cart-buttons a {
   	display: block;
	border: 2px solid #dcdcdc;
	line-height: 25px;
	padding: 5px 10px;
}
.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: #fff;
}
.woo-cart-buttons .cart-button {
    float: left;    
}
.woo-cart-buttons .checkout-button {
    float: right;    
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
	padding-right: 40px !important;
}
/* 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%;
}
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 {
	font-size: 18px;
	font-weight: normal;
}
.woocommerce ul.products li.product .product-image-wrapper {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin-bottom: 1em;
}
.woocommerce ul.products li.product .product-image-wrapper:before {
    content: url(images/cursor.png);
    font-size: 76px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 2;
	color: #fff;
}
.woocommerce ul.products li.product .product-image-wrapper:after {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
	opacity: 0;
	z-index: 1;
}
.woocommerce ul.products li.product:hover .product-image-wrapper:before, .woocommerce ul.products li.product:hover .product-image-wrapper:after {
	opacity: 1;
} 
.woocommerce ul.products li.product .product-image-wrapper img {
	transform: scale(1);
	-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;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce ul.products li.product:hover .product-image-wrapper img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.woocommerce ul.products li.product .product-wrapper .price > .amount, .woocommerce ul.products li.product .product-wrapper .price ins > .amount {
	font-weight: 500;
	font-size: 18px;
	color: #c6c6c6;	
	-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;
	border: 2px solid #c6c6c6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 0 16px;
	display: block;
}
.woocommerce ul.products li.product:hover .product-wrapper .price > .amount, .woocommerce ul.products li.product:hover .product-wrapper .price ins > .amount {
	color: #fff;
}
.woocommerce ul.products li.product .product-content-wrapper .price > del {
	float: left;
}
.woocommerce ul.products li.product .product-content-wrapper .price > ins {
	float: right;
}
.woocommerce ul.products li.product .product-content-wrapper {
	position: relative;
}
.woocommerce ul.products li.product .product-content-wrapper h3 {
	float: left;
	margin-bottom: 10px;
	max-width: 60%;
	line-height: 1.5;
	padding: 0;
}
.woocommerce ul.products li.product .product-content-wrapper .price {
	position: absolute;
	right: 0;
	top: 0;
}
.woocommerce ul.products li.product .product-content-wrapper .star-rating {	
	clear: both;
}
.woocommerce .content-col-small ul.products.products-3 li.product.sale .product-content-wrapper h3, .woocommerce ul.products.products-4 li.product.sale .product-content-wrapper h3 {
	max-width: none;
}
.woocommerce .content-col-small ul.products.products-3 li.product.sale .product-content-wrapper .price, .woocommerce ul.products.products-4 li.product.sale .product-content-wrapper .price {
	position: static;
	float: left;
	width: 100%;
}
.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: 50px;
}
.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 {
	display: inline-block;
	margin-right: 12px;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
	z-index: 5;
}
.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;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 8px 12px;	
}
.woocommerce-page span.onsale {
	left: 0;
	top: 0;
}
.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::before {
	content: "SSSSS";
	color: #c6c6c6;
}
.woocommerce div.product .product_title {
	font-size: 30px;
	font-weight: normal;
}
/* 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: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #fff;
	font-weight: 700;
	-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: 50px;
	padding: 10px 30px;
	line-height: 25px;
}
.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-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	border-color: #dcdcdc;
}
.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 0 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;
}
.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: 24px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 25px;
	padding-bottom: 22px;
	position: relative;
}
.woocommerce .related.products h2:before, .woocommerce .upsells h2:before, .woocommerce .cross-sells h2:before, .woocommerce .cart_totals h2:before, .woocommerce .shipping_calculator h2:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
	width: 115px;
}
/* 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: 120px;
}
.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;
}
/* Checkout */
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-checkout h3 {
	font-size: 22px;
}
.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 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 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: 10px 0;
	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
 * ================================================================ */ 
 /* 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 .vc_single_bar {
	background-color: #f3f3f3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.vc_progress_bar .vc_single_bar .vc_label {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	padding: 0.6em 1em;
}
.vc_bar .vc_label_units {
    float: right;
    height: 100%;
    line-height: 18px;
    padding: 0.6em 1em;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

/* ------------- 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_general .vc_tta-panel-title > a {
	border-bottom: 1px solid #e8f0f5;
}
.vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-title > a {
	border-bottom: none;
}
.vc_tta-accordion .vc_tta-panels-container {
	border: 1px solid #e8f0f5;
	padding: 10px 20px;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading span {
    font-size: 14px;
    font-weight: 700;
	color: #222222;
    padding: 0 0 25px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body {
    border-top: 1px solid #e8f0f5;
    font-size: 13px;
    padding: 18px 0;
    font-weight: 600;
}
.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: #f3f6f8;
}
.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 {

}
#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:40px;
	height:40px;
}
#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: 50px;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control {
	top:auto;
	bottom:0;
	margin:0;
	width:40px;
	height:40px;
	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-left: 45px;
	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 {
	width: 100%;
	margin: -1px 0 0 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a{
	color: #22262a;
	margin:0;
	border: 1px solid;
	border-color: #F4F4F4;
	position: relative;
	padding: 15px 45px;
	font-weight: 900;
	font-size: 12px;
	display: block;
	text-transform:  uppercase;
	border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
	color: #22262a;
	border-left-color: transparent;
}
.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 {
	border-left-color: transparent;
}
.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_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 {
    background: transparent;
    border-color: #F4F4F4;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab:first-child > a, .vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.active a:first-child{
	border-top-color: transparent;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab:last-child > a, .vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.active a:last-child{
	border-bottom-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-right-width:2px;
}
.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:before{
	border: 10px solid transparent;
	right: 0;
	content: "";
	display: block;
	height: 0;
	width: 0;
	left:auto;
	position: absolute;
}
.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:after {
	border: 9px solid transparent;
	border-right-color: #fff;
	right: -2px;
	left:auto;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}
.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:before, .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:after,
.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, .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{
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.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;
}
.wpb_row .vc_cta3-container {
	margin-bottom: 0;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-style-default {
	padding: 0;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
	margin-bottom: 35px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
	padding-left: 32px;
}
/* SEPERATOR */
.vc_separator.vc_sep_double .vc_sep_line {
    height: 5px;
}
/* VC Button */
.vc_general.vc_btn3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
}
.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: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

/* updated by BRC 05-17-16 */

.header-section{
	
	background-color: #e8e8ea;
	padding-bottom:30px;
	border-bottom: 6px solid #333;
}

.footer-section, .footer-copyright-section{
	background-color: #31353e !important;
}

.navbar-header.tpath-logo{
	width: 480px;
}

.page-title-section{
	/*background-color:#0B2C61 !important;*/
	 background-image: url("http://www.xielaw.com/wp-content/uploads/2016/06/back-title.jpg");
        height:220px;
        max-width: 1460px;
        margin: 0 auto;
}

.page-title-header > .entry-title{
    color:#ffffff;
}
div.page-breadcrumbs  span {
   color:#ffffff !important;
}

#footer-widgets-2 div#list-5, div#list-6, div#list-8, div#list-7, div#list-9, div#list-10{
 display:inline-block;
}
#footer-widgets-2 div#list-5,div#list-8{
margin-right:100px;
}

#footer-widgets-2 div#list-10{
	
	margin-left:100px;
}
.tpath-vc-section{
      padding:0px 0px !important;
}
.single-sidebar-container{
    padding-top:0px !important;
}

.widget-title{
	color:#fc8301 !important;
}

.widget ul li a{
	color:#ffffff !important;
}

.widget_categories ul li a{
	color:#000000 !important;
}

.btn.btn_bgcolor{
	    background-color: #f68a15 !important;
	         border-color: #f68a15 !important;
}


.tpath-input-submit .btn.tpath-submit:hover{
	color:#000000;
}


#copyright-text a {
	
	color: #717171;
}

.innerblk{
	width: 1280px;
	margin: 0 auto;
	padding-bottom:30px;
}

@media (min-width: 768px){
/*.header-menu-nav {
  height:40px;
}*/

#main-menu-nav{
	margin-top: 30px;
height:60px;

}
}
.contactblock{
	
	width: 1280px;
	margin: 0 auto;
	padding-bottom:30px;
}

.list-layout .post-content{
	width: 100% !important;
	padding: 30px 30px 30px 60px;
}

.list-layout .posts-content-container .entry-thumbnail{
	
	width: 20% !important;
}

.fullwidth .container{
	
  width: 100% !important;
}

.tpath-social-icons li a{
	    color: #fff;
    background: #444 !important;
}
.contact-form-wrapper{
	padding-left: 30px;
	padding-right: 30px;
}

.staffname{
	font-size: 18px;
	font-weight: bold;
}

.stafftitle{
	font-size: 14px;
	color: #fe8301;
}


.practiceareatitle{
	font-size: 18px;
	font-weight: bold;
	
}

.practiceareadesc{

}

.primary-sidebar{
	padding-top: 30px;
}
.addressinfo{
	color: #fe8301;
	font-size: 20px;
}
.usphone{
	color: #fe8301;
	
}

.page-breadcrumbs{
	display: none;
}

.page-title-header h1{
	padding-left: 100px;
}

table td{
	text-align: left !important;
}

table > tbody > tr > td{
	
	border: none !important;
}

a[href^="#1465586926177-c03bbde6-2d34"] span, a[href^="#1465587022564-cb466962-5173"] span, a[href^="#1465587527863-3ab47dac-5a2b"] span
,a[href^="#1465587578463-9e0c7e64-9bb9"] span, a[href^="#1465587728565-b16ce76e-dbee"] span, a[href^="#1465587769140-1a8ec9cc-4063"] span,a[href^="#1465587805179-205d20f0-697b"] span,a[href^="#1465587832856-67d0a595-a4e8"] span
 {
      padding-left: 50px; 
      color: blue;
}

h4, body {
	
	
	font-family:"Microsoft Yahei",tahoma, sans-serif !important; 
}

.posts-content-container .entry-summary{
	font-size: 16px;
}

.posts-content-container .entry-content{
	padding: 30px;
	font-size: 16px;
}

.fullwidth .container{
	padding-left: 20px;
	padding-right: 20px;
}
.entry-thumbnail img{
	display: none;
}
.tpath-posts-container.large-layout .large-posts .post-content{
	padding-top:30px;
}

.inputhidden{
	display: none;
}
.blogwidget-title{
	border-color: #fe8301;
	    border-left: 3px solid;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fc8301 !important;
	
}

.widget-title{
    color: #313232;
    border-left: 3px solid;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

.widget.widget_categories .categories > li::before{
	font-size: 15px;
    /*position: absolute;*/

    padding-right: 5px;
    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%);
}

@media only screen and (max-width: 767px){
.tpath-logo .navbar-brand {
   
    max-width: 320px !important;
    
}
}