/*
Theme Name: Greenture
Theme URI: http://themeforest.net/item/greenture-law-business-wordpress-theme/12390866
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: Greenture Business Wordpress Theme.
Version: 1.0
License: GNU General Public License v3.0
License URI: license.txt
Tags: featured-images, theme-options, full-width-template, post-formats, sticky-post, left-sidebar, right-sidebar
Text Domain: greenture
*/
/* ================================= 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
23. VC STYLE 
24. VC BUTTON SECTION
25. VC ICON BLOG
26. EVENT PAGE
=========================================================================== */
/* =========================== GLOBAL STYLES ============================== */
/* ------------- Main Styles ------------- */
body {
	background: #fff;
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	line-height: 32px;
}
body.boxed {
	background: url(images/pattern-01.png) top left repeat;
}
body.boxed #tpath_wrapper {
	background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 20px;
	color: #1c1c1c;
	margin-top: 0;
	margin-bottom: 20px;
}
/* Links */
a {
	outline: none;
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-ms-o-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
	transition: all 0.14s ease 0s;
}
a:hover, a:focus, a:active {
	color: #333;
	text-decoration: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	outline-offset: 0;
}
a.btn-link {
	font-size: 13px;
	text-transform: uppercase;
}
a.btn-arrow {
	padding-right: 22px;
	position: relative;
}
/* Text Elements */
p {
	margin: 0;
	line-height: 30px;
}
.entry-content > p, .entry-content > p:last-child {
	margin: 0;
}
p:last-child {
	margin: 0;
}
.text-italic {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote p {
	font-style: italic;
}
dd {
	margin-bottom: 1em;
}
b, strong {
	font-weight: 700;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Tables */
/*
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
}
table th, table td {
	padding: 8px;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table > thead > tr > th, 
table > tbody > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tbody > tr > td, 
table > tfoot > tr > td {
	border: 1px solid #dcdcdc;
}
table > thead > tr > th, table > thead > tr > td {
	border-bottom-width: 2px;
}
table th {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2d2d2d;
}
*/
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1px;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
a.text-white, .text-white {
	color: #fff;
}
/* Override the bootstrap style */
blockquote, .blockquote-reverse {
	border-left: none;
	border-right: none;
	padding: 0 15px;
	position: relative;
	font-size: 16px;
	color: #7c7c7c;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
	content: "";
	background: #A5A5A5;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}
blockquote footer, 
blockquote small, 
blockquote .small {
	font-weight: 500;
}
blockquote > blockquote:before, 
blockquote > blockquote:after {
	content: none;
}
blockquote > blockquote {
	padding: 0;
}
/* ================================================================
 * WordPress Core
 * ================================================================ */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ------------- Button Styles ------------- */
.btn.btn-wide input[type="submit"] {
	width: 159px;
	padding: 13px 12px;
}
.tpath-contact-form-container .tpath-input-submit .btn.tpath-submit:hover, 
.tpath-contact-form-container .tpath-input-submit .btn.tpath-submit:active {
	background-color: #fff;
}
.tpath-contact-form-container .tpath-input-submit .btn.tpath-submit {
	border: 2px solid;
}
.tpath-contact-form-container .tpath-input-text input, 
.tpath-contact-form-container .tpath-input-email input {
	padding: 10px 20px;
}
.btn, .form-submit .submit {
	padding: 11px 25px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.vc_btn3.vc_btn3-size-md, 
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom, 
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
	padding: 15px 32px;
}
.btn.btn-large {
	min-width: 155px;
}
.btn.btn_trans_white, 
.btn.btn-transparent-white {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
.btn.btn_bgcolor, 
.vc_general.vc_btn3.vc_btn3-color-primary-bg {
	color: #fff;
}
.btn.btn_trans_white:hover, 
.btn.btn_trans_white:active, 
.btn.btn_trans_white:focus, 
.btn.btn-transparent-white:hover, 
.btn.btn-transparent-white:active, 
.btn.btn-transparent-white:focus {
	background: #fff;
}
.btn.btn_bgcolor, 
.form-submit .submit, 
.vc_general.vc_btn3.vc_btn3-style-default {
	background: transparent;
	border: 2px solid;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.btn.btn-default:hover, 
.btn.btn_bgcolor:hover, 
.form-submit .submit:hover, 
.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover, 
.vc_general.vc_btn3.vc_btn3-style-default:hover, 
.btn.btn_bgcolor:hover:hover, 
.form-submit .submit:hover, 
.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover, 
.vc_general.vc_btn3.vc_btn3-color-primary-bg:active, 
.vc_general.vc_btn3.vc_btn3-color-primary-bg:focus {
	background: #FFF;
}
.btn.btn_trans_themecolor:hover, 
.btn.btn_trans_themecolor:active, 
.btn.btn_trans_themecolor:focus {
	color: #fff;
}
.btn.btn-simple-text {
	background: transparent;
	border: none;
	padding: 0;
	text-transform: capitalize;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #979797;
}
.btn.btn-simple-text:hover, 
.btn.btn-simple-text:active, 
.btn.btn-simple-text:focus {
	background: transparent;
	color: #222a33;
}
.btn.btn-style-outline {
	border: 2px solid;
	background: transparent;
}
.btn.btn-style-outline.btn-skin-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-style-outline:hover, 
.btn.btn-style-outline:active, 
.btn.btn-style-outline:focus {
	color: #FFF;
}
.btn.btn-style-outline.btn-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-style-color.btn-white {
	border-color: #fff;
	background-color: #fff;
}
.btn.btn-style-color.btn-white:hover {
	color: #fff;
	border-color: #fff;
}
.btn.btn-style-outline.btn-white:hover,
.btn.btn-style-outline.btn-white:active, 
.btn.btn-style-outline.btn-white:focus {
	background-color: #fff;
	border-color: #fff;
}
.btn.btn-style-color:hover, 
.btn.btn-style-color:active, 
.btn.btn-style-color:focus, 
.btn.btn-style-color1:hover, 
.btn.btn-style-color1:active, 
.btn.btn-style-color1:focus {
	background-color: #FFF;
}
.btn.btn-style-color.btn-skin-dark {
	background: #252525 none repeat scroll 0 0;
}
.btn.btn-style-color.btn-skin-dark:hover {
	background: #ffffff none repeat scroll 0 0;
}
.btn.btn-style-color.btn-white {
	background: #ffffff none repeat scroll 0 0;
}
.btn.btn-style-color.btn-white:hover {
	color: #ffffff;
}
.primary-dark-color 
.btn.btn-style-color {
	background-color: #222a33;
	border-color: #222a33;
}
.bg-style.primary-color 
.btn.simple_text:hover, 
.btn.simple_text:active, 
.btn.simple_text:focus {
	color: #222222;
}
.typo-white .btn.simple_text {
	color: #fff;
}
.btn, .pager li > a, .pager li > span, 
input[type="submit"], 
.wpcf7 input[type="submit"], 
.submit {
	font-weight: 500;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.btn:hover, 
.btn:focus, 
.btn:active {
	color: #fff;
}
.btn.btn-search {
	border: none;
}
.btn.btn-search:hover {
	color: #000;
}
.btn.btn-active {
	color: #fff;
}
.btn.btn-active:hover, 
.btn.btn-active:active, 
.btn.btn-active:focus {
	background: transparent;
}
.pager li > a, 
.pager li > span {
	border: 1px solid #c9c9c9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #979797;
	padding: 5px 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.post-navigation .pager li a:hover, 
.post-navigation .pager li a:active, 
.post-navigation .pager li a:focus {
	color: #fff;
}
.pager li > a i {
	font-size: 16px;
	font-weight: 700;
}
.pager li.previous > a i {
	margin-right: 5px;
}
.pager li.next > a i {
	margin-left: 5px;
}
input[type="submit"], 
.wpcf7 input[type="submit"] {
	border: 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	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;
	height: 30px;
	padding: 10px 15px;
}
.widget_search .btn-search {
	background-color: #252525;
	height: 100% !important;
	width: 50px;
	left: -5px;
	position: absolute;
	top: 0;
}
.widget_search .btn-search.ionicons, 
.ion-ios-search::before {
	color: #FFFFFF;
	font-weight: bolder;
}
.search-form input.form-control, 
.search-form .input-group input.form-control {
	border: 1px solid #d0d0d0;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #3a3a3a;
	display: block;
	line-height: 24px;
	padding: 8px 50px 8px 20px;
	position: relative;
	width: 100%;
}
.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;
}
.tpath-header-main-bar-two .tpath-main-nav li {
    margin-right: 20px;
}
/* ------------- Extra Classes ------------- */
.inline-block, .inline-title {
	display: inline-block;
}
.no-padding {
	padding: 0;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.tpath-rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	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 {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	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;
}
.ecs-event {
	margin-bottom: 50px;
	position: relative;
}
.style-grid .ecs-event .image-inner {
	position: relative;
	overflow: hidden;
}
.style-grid .ecs-event .image-inner:after {
    bottom: -30px;
    content: "";
    height: 30px;
	display: block;
    opacity: 0.8;
    outline: 1px dashed #ffffff;
    outline-offset: -3px;
    position: absolute;
    right: -30px;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 30px;
    z-index: 999;
}
.style-grid  .ecs-event .image-inner:before {
	content: "";
    height: 30px;
    left: -30px;
	display: block;
    opacity: 0.8;
    outline: 1px dashed #ffffff;
    outline-offset: -3px;
    position: absolute;
    top: -30px;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 30px;
    z-index: 2;
}
.style-grid  .ecs-event:hover .image-inner:after {
    bottom: 0;
    right: 0;
}
.style-grid  .ecs-event:hover .image-inner:before {
    left: 0;
    top: 0;
}
/* Event List */
.style-list .ecs-event .ecs-event-inner {
	overflow: hidden;
}
.style-list .ecs-event .ecs-event-inner img {
	float: left;
    margin: 0 30px 10px 0;
    width: 40%;
}
.ecs-event .ecs-event-inner .event-title a {
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 5px;
	color: #25292f;
}
.style-list .ecs-event .event-excerpt > div {
	color: #8d8d8d;
    font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}
.style-list .ecs-event .ecs-event-inner .duration.time {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}
.style-list .ecs-event .ecs-event-inner .event-btn {
	margin-top: 20px;
}
/* Event Side List */
.event-side-list .ecs-event {
    margin-bottom: 5px;
	padding: 15px 0;
}
.event-side-list .ecs-event .ecs-event-inner img {
	width: inherit;
	margin: 0 10px 0 0;
}
.event-side-list .ecs-event .ecs-event-inner .event-title a,
.event-side-list .ecs-event .ecs-event-inner .duration.time {
	color: #25292f;
	margin-bottom: 0;
}
.event-side-list .ecs-event .event-excerpt > div {
	line-height: 25px;
    margin-bottom: 5px;
}
.event-overlay-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 10px 30px;
	background-color: #393d42;
	font-family: "Raleway",sans-serif;
	color: #ffffff;
	opacity: 0;
	transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
}
.event-overlay-content a,
.event-overlay-content a:hover {
	color: #ffffff;
	font-weight: 700;
}
.event-side-list .ecs-event:hover .event-overlay-content {
	opacity: 1;
}
/* Event Grid */
.style-grid .ecs-event .ecs-event-inner img {
	width: 100%;
}
.style-grid .ecs-event .ecs-event-inner img {
	-o-transform: scale(1.05, 1.05);
	-o-transition: all 0.4s ease 0s;
	-ms-transform: scale(1.05, 1.05);
	-ms-transition: all 0.4s ease 0s;
	-moz-transform: scale(1.05, 1.05);
	-moz-transition: all 0.4s ease 0s;
	-webkit-transform: scale(1.05, 1.05);
	-webkit-transition: all 0.4s ease 0s;
	transform: scale(1.05, 1.05);
    transition: all 0.4s ease 0s;
}
.style-grid .ecs-event:hover .ecs-event-inner img {
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.style-grid .ecs-event-inner .event-title {
	margin-top: 20px;
}
.style-grid .ecs-event .event-excerpt > div {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #8d8d8d;
    font-size: 15px;
	line-height: 25px;
}
.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: url(images/page-title-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #423B36;
	position: relative;
	padding: 100px 0;
	margin-bottom: 30px;
}
body.two-col-right .page-title-section, 
body.two-col-left .page-title-section, 
body.blog .page-title-section, 
.single.single-post .page-title-section {
	margin-bottom: 80px;
}
.page-title-section::before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.page-title-section::after {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.page-title-container .page-title-header {
	position: relative;
	width: 100%;
}
.contact-template-warper,
.contact-template-warper-buttom {
	padding-top: 60px;
}
.contact-template-warper-buttom {
	padding-bottom: 60px;
}
.page-title-header {
	text-transform: uppercase;
	font-size: 20px;
}
.page-title-header .page-slogan {
	margin-bottom: 10px;
	font-size: 24px;
}
.page-header-icon {
	margin: 30px 0 15px;
}
.page-header-icon i {
	font-size: 35px;
}
.page-breadcrumbs {
	text-align: center;
}
.page-breadcrumbs a span, 
.page-breadcrumbs span > a {
	color: #FFF;
	text-transform: uppercase;
}
.page-breadcrumbs, .page-breadcrumbs span {
	color: #FFF;
	text-transform: uppercase;
}
.page-title-section .page-breadcrumbs-wrapper .tpath-breadcrumbs {
	display: inline-block;
	position: relative;
}
.page-breadcrumbs-wrapper.clearfix {
	z-index: 1;
	position: relative;
}
.page-title-header h1, 
.page-title-header h1.entry-title {
	color: #ffffff;
	font-size: 56px;
	line-height:56px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.page-title-header h1 strong {
	font-weight: bold;
}
.page-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-breadcrumbs ul li {
	float: left;
}
.page-breadcrumbs span.tpath-breadcrumb-sep {
	padding: 0 10px;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
}
.tpath-breadcrumbs .tpath-breadcrumb-sep:last-child {
	display: none;
}
.slider-section {
	position: relative;
	z-index: 1;
}
.tpath-section-top {
	display: block;
	position: absolute;
	top: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.tpath-listitem li {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 22px;
}
.tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a {
	background: #ffffff none repeat scroll 0 0;
	color: #444444;
	text-transform: capitalize;
}
.tpath-main-nav .menu-item .dropdown-menu.sub-nav .menu-item.menu-item-has-children.dropdown {
    padding-bottom: 0;
}
.tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a:last-child {
	border-bottom: 0px;
}
.navbar-nav.tpath-main-nav .dropdown-menu {
	border-top: 5px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 18px;
}
.is-sticky .navbar-nav > li > .dropdown-menu {
	margin-top: -15px;
}
.tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a {
	width: 100%;
}
/* Section Title */
.tpath-section-title {
	margin-bottom: 20px;
	overflow: hidden;
}
.tpath-section-title .section-title {
	margin-bottom: 15px;
	padding-left: 56px;
	position: relative;
}
.tpath-section-title .section-title:before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}
.tpath-section-title .section-title.text-weight-bold, 
.text-weight-bold {
	font-weight: 700;
}
.tpath-section-title .section-title.text-weight-extra-bold, 
.text-weight-extra-bold {
	font-weight: 800;
}
.tpath-section-title .section-title.text-weight-normal, 
.text-weight-normal {
	font-weight: 500;
}
.section-title .title_icon {
	margin-right: 10px;
}
.section-title .title_icon [class^="flaticon-"]:before, 
.section-title .title_icon [class*=" flaticon-"]:before, 
.section-title .title_icon [class^="flaticon-"]:after, 
.section-title .title_icon [class*=" flaticon-"]:after {
	font-size: inherit;
}
.tpath-section-title.bottom_border .section-sub-title {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.tpath-section-title div.section-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #222222;
}
.tpath-section-title .section-sub-title {
	font-size: 20px;
	margin-bottom: 12px;
	position: relative;
}
.widget-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.tpath-section-title.title-left_border .section-title {
	border-left: 3px solid;
	padding-left: 10px;
	padding-bottom: 0;
	display: inline-block;
}
.tpath-section-title.title-bottom_border .section-title::before {
	bottom: 5px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	margin-top: 0;
	position: absolute;
	vertical-align: middle;
	width: 230px;
	background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-title::after {
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	margin-top: 0;
	position: absolute;
	vertical-align: middle;
	width: 180px;
	background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-sub-title::before {
	bottom: 5px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	margin-top: 0;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-sub-title::after {
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	margin-top: 0;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	background-color: #e8f0f5;
}
.tpath-section-title.title-bottom_border .section-sub-title {
	margin-top: 20px;
}
.tpath-section-title.title-bottom_border.text-right .section-title::before, 
.tpath-section-title.title-bottom_border.text-right .section-title::after {
	left: auto;
	right: 0;
}
.tpath-section-title.title-bottom_border.text-center .section-title::before, 
.tpath-section-title.title-bottom_border.text-center .section-title::after {
	margin: 0 auto;
	right: 0;
}
.tpath-section-title.text-center:before {
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.tpath-section-title.section-margin {
	margin-bottom: 50px;
}
#back-to-top {
	bottom: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	right: 15px;
	color: #fff;
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#back-to-top i {
	color: #fff;
	line-height: 40px;
}
#back-to-top:hover, 
#back-to-top:active, 
#back-to-top:focus {
	background-color: #000;
}
/* ================================================================
 * HEADER 
 * ================================================================ */
#tpath_wrapper .header-section {
	width: 100%;
	z-index: 1001;
}
.header-section .navbar {
	margin-bottom: 0;
	min-height: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.header-main-section {
	border-bottom: 4px solid;
}
.is-sticky .header-main-section {
	border: none;
}
.is-sticky .navbar-brand img {
	margin-top: 10px !important;
}
html .header-top-section {
	border-top: 4px solid #262626;
}
.navbar-brand {
	height: 80px;
	display: block;
	line-height: 80px;
	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;
	display: inline-block;
	margin-top: -38px;
}
.navbar-brand > img:hover {
	box-shadow: none;
}
.navbar-header.tpath-logo, 
.tpath-logo .navbar-brand, 
.tpath-logo .navbar-brand > img {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.header-main-section-two .mobile-navbar-toggle {
	top: -10px;
	left: 10px;
}
.mobile-nav-menu {
    height: 0;
}
.tpath-logo .navbar-brand > img {
	transition: max-height 0.3s ease-in-out 0s;
	-moz-transition: max-height 0.3s ease-in-out 0s;
	-webkit-transition: max-height 0.3s ease-in-out 0s;
	-o-transition: max-height 0.3s ease-in-out 0s;
	-ms-transition: max-height 0.3s ease-in-out 0s;
}
/* Header Top Bar */
.donat-button-mobile-nav {
	display: none;
}
.header-top-section, 
.header-top-section a {
	font-size: 14px;
	font-weight: 300;
	position: relative;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.header-top-section a:hover {
	color: #FFF;
}
.header-section.header-transparent .header-top-section {
	background-color: transparent;
}
.tpath-topnavbar-collapse {
	padding: 0;
}
.tpath-top-nav.top-menu-navigation {
	margin-right: 15px;
}
.header-top-section p {
	font-size: 14px;
	font-weight: 300;
	position: relative;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.nav.navbar-nav.navbar-right.tpath-top-right > li:last-child p, 
.nav.navbar-nav.navbar-right.tpath-top-right > li:last-child {
	margin-right: 0;
}
.header-top-section .topicon {
	padding-right: 5px;
	font-size: 12px;
}
.header-top-section .tpath-top-nav .navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	font-size: 12px;
}
.header-top-section .tpath-top-nav .navbar-nav > li:first-child > a {
	padding-left: 0;
}
.header-top-section .tpath-top-nav .navbar-nav > li > a:hover, 
.header-top-section .tpath-top-nav .navbar-nav > li > a:active, 
.header-top-section .tpath-top-nav .navbar-nav > li > a:focus {
	color: #fff;
}
.info-box:before {
	border-left: 19px solid transparent;
	content: "";
	left: -17px;
	position: absolute;
	top: 0;
}
.info-box {
	float: right;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	color: #ffffff;
	padding: 0 14px 0 22px;
	right: 0;
	top: 0;
	position: relative;
}
.extra-nav {
	margin-right: 0 !important;
}
.info-box-slash::after {
	color: #505050;
	content: "/";
	font-size: 20px;
	position: absolute;
	right: -40px;
	top: 0;
}
.info-box li {
	float: left;
	line-height: 30px;
	margin-right: 70px;
	position: relative;
}
.btn-donate {
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	padding: 12.5px 28px;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}
.header-mobile-menu .btn-donate {
	padding: 8px 28px;
	display: none;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav.donate-button {
	padding-left: 0px;
	margin: 8px 0;
	line-height: 70px;
}
.is-sticky .header-main-section .nav.navbar-nav li.extra-nav.search-nav.donate-button {
	line-height: 94px;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav.donate-button:before {
	display: none;
}
.tpath-header-main-bar .tpath-main-nav li.menu-item-has-children {
	padding-bottom: 20px;
}
.is-sticky .tpath-header-main-bar .tpath-main-nav li.menu-item-has-children {
	padding-bottom: 0;
}
/* ================================================================
 * HEADER SHAPE
 * ================================================================ */
.navbar-brand .site-logo-text, .navbar-brand .site-logo-text:hover {
	color: #FFF;
}
.navbar-brand {
	position: relative;
	z-index: 0;
}
/* Header Types */
.header-main-section p {
	border: 1px solid;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 0;
	padding: 10px 15px;
}
.header-main-section .nav.navbar-nav li.search-nav {
	line-height: 97px;
}
.header-search-form {
	min-width: 20px;
	text-align: center;
}
.mobile-nav .header-search-form a.btn-donate {
	display: none;
}
.header-section.header-dark .header-search-form, 
.header-section.header-theme-color .header-search-form {
	color: #FFF;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav {
	min-width: 15px;
	padding: 0 0 0 25px;
}
.header-main-section .nav.navbar-nav li.extra-nav.search-nav:before {
	background: #e4e4e4;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
}
.header-search-form .btn-trigger {
	cursor: pointer;
	font-size: 24px;
	vertical-align: middle;
	color: #c9c9c9;
}
.header-search-form .search-form {
	display: none;
	min-width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
}
.header-search-form .search-form .input-group {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #e4e4e4;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.header-search-form .form-control::-moz-placeholder {
 color: #707070;
}
.header-search-form .form-control:-ms-input-placeholder {
 color: #707070;
}
.header-search-form .form-control::-webkit-input-placeholder {
 color: #707070;
}
.header-search-form .search-form .input-group input.form-control {
	height: 40px;
	padding-left: 0;
	color: #707070;
	font-size: 14px;
}
.header-main-section .nav.navbar-nav .header-search-form .search-form i {
	line-height: normal;
}
.header-theme-color .header-search-form .btn-trigger {
	color: #fff;
}
.header-main-section .nav.navbar-nav li.extra-nav.socials-nav a {
	line-height: 20px;
}
/* Header Navigation Center */
.header-section .tpath-main-bar {
	float: right;
	position: relative;
}
/* Transparent Header */
.header-section.header-transparent, .header-section.header-semi-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header-section.header-dark .header-main-section, 
.header-section.header-dark .is-sticky.header-main-section, 
.header-section.header-transparent.header-dark .is-sticky .header-main-section, 
.header-section.header-dark .header-main-section .navbar-collapse {
	background: #222A33;
}
.header-section.header-light .header-main-section, 
.header-section.header-light .is-sticky.header-main-section, 
.header-section.header-transparent.header-light .is-sticky .header-main-section, 
.header-section.header-light .header-main-section .navbar-collapse {
	background: #fff;
}
.header-section.header-transparent.header-light, 
.header-section.header-transparent.header-light .header-main-section, 
.header-section.header-transparent.header-dark, 
.header-section.header-transparent.header-dark .header-main-section, 
.header-section.header-transparent.header-theme-color, 
.header-section.header-transparent.header-theme-color .header-main-section, 
.header-section.header-semi-transparent.header-light .header-main-section, 
.header-section.header-semi-transparent.header-dark .header-main-section, 
.header-section.header-semi-transparent.header-theme-color .header-main-section, 
.header-section.header-semi-transparent .header-main-section .navbar-collapse, 
.header-section.header-transparent .header-main-section .navbar-collapse {
	background: transparent;
}
.header-section.header-semi-transparent.header-light, 
.header-section.header-semi-transparent.header-light .header-main-section {
	background: rgba(255, 255, 255, 0.6);
}
.header-section.header-semi-transparent.header-dark, 
.header-section.header-semi-transparent.header-dark .header-main-section {
	background: rgba(34, 43, 52, 0.6);
}
/* ================================================================
 * STICKY HEADER
 * ================================================================ */
.header-main-section {
	-webkit-transform: translateZ(0) translateY(0);
	-moz-transform: translateZ(0) translateY(0);
	transform: translateZ(0) translateY(0);
	transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out, -o-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	position: relative;
	z-index: 100;
	background-color:#FFF;
}
.is-sticky .header-main-section {
	width: 100%;
	z-index: 1001;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header-main-section.sticky-header-hide {
	-webkit-transform: translateZ(0) translateY(-100%);
	-moz-transform: translateZ(0) translateY(-100%);
	-ms-transform: translateZ(0) translateY(-100%);
	-o-transform: translateZ(0) translateY(-100%);
	transform: translateZ(0) translateY(-100%);
}
/* ================================================================
 * HEADER TWO
 * ================================================================ */
.header-top-section-two.navbar {
	background-color: #25292f;
	width: 100%;
	padding: 20px 0;
}
.header-top-section-two .info-box {
	background-color: transparent;
}
.header-top-section-two .info-box:before {
	border: 0px;
	background-color: #25292f;
}
.header-main-section-two {
	position: relative;
	background: rgba(0, 0, 0, 0);
	height: 38px;
	top: 0;
	left: 0;
    padding: 0;
	width: 100%;
	background-color: #25292f;
	z-index: 3;
}
.header-main-section-two .container {
	position: relative;
}
.tpath-header-main-bar-two {
    background: #6aaf26 none repeat scroll 0 0;
    left: 0;
    padding: 18px 210px 18px 40px !important;
    top: 0;
    width: 100%;
	position: absolute;
}
.tpath-header-main-bar-two .tpath-main-nav .menu-toggler {
	color: #FFF;
}
.header-main-section-two .tpath-main-bar {
	width: 100%;
}
.header-top-section-two .display-inline-text {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	line-height: 24px;
	position: relative;
	padding-left: 50px;
	font-weight: 600;
	display: inline-block;
}
.display-inline-text .tpath-social-icons {
	position: relative;
    top: 5px;
}
.display-inline-text .tpath-social-icons li {
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 8px;
}
.display-inline-text .tpath-social-icons li a {
	color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 36px;
}
.display-inline-text .tpath-social-icons .facebook {
	background-color: #3b5998;
}
.display-inline-text .tpath-social-icons .twitter {
	background-color: #00aced;
}
.display-inline-text .tpath-social-icons .googleplus {
	background-color: #dd4b39;
}
.display-inline-text .tpath-social-icons .linkedin {
	background-color: #007bb5;
}
.header-top-section-two .tpath-logo .navbar-brand > img {
    margin-top: 0;
}
.display-inline-text .icon {
    color: #ffffff;
    font-size: 32px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.display-inline-text strong {
    color: #ffffff;
    display: block;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
}
.display-inline-text .phone {
    color: #ffffff;
    font-size: 16px;
}
.display-inline-text .mail {
	color: #898989;
}
.tpath-main-bar-center .navbar {
	border: 0px;
}
.tpath-main-bar-center {
	width: 100%;
}
.tpath-main-bar-center .nav.navbar-nav.navbar-main.tpath-main-nav {
	margin-top: 0;
}
.tpath-main-bar-center .donate-button {
	background: #ffffff none repeat scroll 0 0;
	width: 210px;
    height: 100%;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 20;
}
.tpath-main-bar-center .donate-button:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    width: 50px;
}
.header-search-form .btn-donate-two {
	color: #212121;
    display: block;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
.tpath-main-bar-center .nav.navbar-nav li a {
	color: #fff !important;
}
.tpath-main-bar-center  .navbar-nav li .dropdown-menu {
    margin-top: 0px;
}
.tpath-main-bar-center .tpath-main-nav li a {
    line-height: 3;
}
.tpath-main-bar-center .tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a::after {
	line-height: 4;
}
.tpath-main-bar-center .navbar-nav.tpath-main-nav .dropdown-menu li a {
    line-height: 20px;
    padding: 8px 15px;
}
.main-menu-navigation .external-link {
    margin: 0 25px 0 20px;
}
.dropdown-menu li a.external-link {
    margin: 0;
}
.tpath-main-bar-center .tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a {
    color: #444444 !important;
}
.tpath-main-bar-center .tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a:hover {
    color: #ffffff !important;
}
/* ================================================================
 * NAVIGATION
 * ================================================================ */
.tpath-main-nav.nav.navbar-nav > li > a {
	margin-left: 0 !important;
	padding: 0;
	font-size: 13px;
	color: #272727;
	text-transform: uppercase;
	position: relative;
	transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
}
.is-sticky .tpath-main-nav.nav.navbar-nav > li > a {
	line-height: 90px !important;
}
.is-sticky .nav.navbar-nav.navbar-main.tpath-main-nav {
	margin-top: 10px;
}
.nav.navbar-nav.navbar-main.tpath-main-nav {
	margin-top: 34px;
}
.external-link {
	margin-right: 36px;
}
.tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a {
	margin: 0 35px 0 20px;
}
.tpath-main-nav.nav.navbar-nav > li.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	color: inherit;
	font-size: 10px;
	position: absolute;
	right: -12px;
	top: 0;
}
.tpath-main-nav.nav.navbar-nav li:hover > a:before, 
.tpath-main-nav.nav.navbar-nav li > a:hover:before, 
.tpath-main-nav.nav.navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-item > a::before, 
.tpath-main-nav.nav.navbar-nav .current-menu-ancestor > a:before, 
.tpath-main-nav.nav.navbar-nav li.active > a:before {
	opacity: 1;
	-moz-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}
.header-main-section .navbar-nav .main-nav li:hover ul.dropdown-menu, 
.header-main-section .navbar-nav ul.dropdown-menu li.dropdown:hover ul.sub-nav {
	display: block;
	opacity: 1;
	visibility: visible;
}
.tpath-main-nav.nav.navbar-nav > li > a:before {
	bottom: 25%;
	content: "";
	height: 2px;
	position: absolute;
	width: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.tpath-main-nav.nav.navbar-nav > li.dropdown .dropdown-menu li > a:before {
	background: transparent;
}
.header-section.header-transparent .tpath-main-nav > li > a, 
.header-section.header-transparent .extra-nav {
	color: #fff;
}
.header-menu-bar {
	border: none;
	padding: 10px 0;
}
.header-menu-bar .navbar-collapse {
	position: relative;
}
.nav.navbar-nav.tpath-main-left > li {
	position: static;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.navbar-header .icon-bar {
	background: none repeat scroll 0 0 #FFFFFF;
}
.header-main-section .tpath-mainnavbar-collapse {
	padding: 0;
}
.navbar-collapse {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.header-sidebar-social .tpath-social-icons li:last-child {
	margin-right: 0;
}
.header-main-section ul ul.dropdown-menu li > a::after {
	display: none;
}
.dropdown-toggle .caret {
	display: none;
}
.dropdown:hover .dropdown-menu, 
.dropdown-menu .dropdown:hover .sub-menu, 
.dropdown:hover .tpath-megamenu-wrapper {
	visibility: visible;
	animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}
.dropdown-menu, 
.navbar-right .dropdown-menu {
	border: 1px solid #e4e4e4;
	background: #fff;
	min-width: 200px;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	display: block;
	opacity: 0;
	visibility: hidden;
	top: auto;
	left: 0;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	background: transparent;
}
.dropdown-menu, 
.dropdown-menu .sub-menu, 
.tpath-megamenu-container {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.header-section .nav.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid;
}
.header-section .nav.navbar-nav .dropdown-menu li:last-child {
	border: none;
}
.navbar-nav.tpath-main-nav .dropdown-menu li {
	margin-right: 0;
}
.navbar-nav.tpath-main-nav .dropdown-menu {
	min-width: 180px;
}
.navbar-nav.tpath-main-nav .dropdown-menu li a {
	text-transform: capitalize;
	padding: 10px 30px;
}
.dropdown-menu > li > a, 
.dropdown-menu .sub-menu a {
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu .sub-menu a:hover {
	padding-left: 45px;
}
.dropdown-menu > li > a:hover:before, 
.dropdown-menu .sub-menu a:hover:before, 
.tpath-main-nav.nav.navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-item > a:before, 
.tpath-main-nav.nav.navbar-nav .dropdown-menu li.active > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}
.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;
}
.call-info span, 
.email-info span {
	font-size: 20px;
	margin-left: 15px;
	margin-right: 17px;
}
.hidden-md-logo {
	display: block;
}
.visible-md-logo {
	display: none;
}
/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #tpath_wrapper, 
.boxed .container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.boxed #tpath_wrapper {
	-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);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fullwidth .container {
	width: 100%;
	max-width: 1170px;
}
#tpath_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.boxed #tpath_wrapper .subscribe-box .panel-body {
	padding: 15px 15px 15px 35px;
}
.two-col-right #single-sidebar-container #primary, 
.two-col-left #single-sidebar-container #sidebar, 
.three-col-right #single-sidebar-container, 
.three-col-right #single-sidebar-container #primary, 
.three-col-middle #single-sidebar-container #primary, 
.three-col-middle #secondary-sidebar, 
.three-col-left #single-sidebar-container #sidebar, 
.three-col-left #secondary-sidebar {
	float: left;
}
.two-col-right #single-sidebar-container #sidebar, 
.two-col-left #single-sidebar-container #primary, 
.three-col-right #single-sidebar-container #sidebar, 
.three-col-right #secondary-sidebar, 
.three-col-middle #single-sidebar-container, 
.three-col-middle #single-sidebar-container #sidebar, 
.three-col-left #single-sidebar-container, 
.three-col-left #single-sidebar-container #primary {
	float: right;
}
#content {
	padding: 0;
}
.main-section {
	position: relative;
	min-height: 480px;
	width: 100%;
	z-index: 1;
}
.page-template-template-parallax .main-section {
	background: transparent;
}
.main-col-small, .main-col-full, 
.content-col-small, .content-col-full, 
.pm-sidebar, 
.sec-sidebar, 
.fullwidth-page-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.main-col-small {
	width: 81%;
}
.main-col-full {
	width: 100%;
}
.content-col-small {
	width: 74%;
}
.content-col-full {
	width: 100%;
}
.pm-sidebar {
	width: 25%;
}
.single-sidebar-container.parallax-flat {
	padding-top: 0;
	padding-bottom: 0;
}
.wp-caption {
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	max-width: 100%;
	clear: both;
}
dl.wp-caption {
	border: none;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	padding: 5px;
}
.wp-caption-text {
	text-align: center;
}
.revslider_active .main-section {
	border-top: none;
}
/* ================================================================
 * SERVICES BOX
 * ================================================================ */
.service-item-wrapper .service-image-wrapper {
	margin-bottom: 15px;
	overflow: hidden;
}
.related-service .service-item-img img,
.service-item-wrapper .service-image-wrapper img {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.related-service:hover .service-item-img img,
.service-item:hover .service-image-wrapper img,
.ecs-event:hover .service-item-img img {
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.service-item-wrapper .service-item-img img {
	width: 100%;
}
.service-content-wrapper .service-name {
	margin-bottom: 0;
	font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.service-content-wrapper .service-name > a {
	color: #1c1c1c;
	font-size: 17px;
}
.service-content-wrapper .service-content-text {
	margin-top: 15px;
	margin-bottom: 25px;
}
.service-content-wrapper .service-sub-title {
	margin-top: 5px;
	font-size: 15px;
}
.tpath-service-grid-wrapper.display-icon-style .service-name {
	display: block;
	margin-bottom: 10px;
}
.tpath-service-grid-wrapper.display-icon-style .service-name i {
	padding-right: 20px;
	color: #c9c9c9;
	font-size: 36px;
	line-height: 1.5;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.tpath-service-grid-wrapper.display-icon-style .service-name > a {
	font-size: 17px;
	line-height: 1.5;
	vertical-align: middle;
	color: #1c1c1c;
	text-transform: capitalize;
}
.service-item-wrapper .service-btn {
	text-align: left;
	margin: 10px 0;
}
.tpath-service-grid-wrapper .service-item.col-md-3, 
.tpath-service-grid-wrapper .service-item.col-md-4, 
.tpath-service-grid-wrapper .service-item.col-sm-6 {
	margin-bottom: 50px;
}
.service-item-img {
	position: relative;
}
.service-single-wrapper .service-single-inner .entry-content
.service-single-wrapper .service-single-inner .greenture_service {
	padding-bottom: 30px;
}
.service-single-wrapper .service-image-wrapper {
	overflow: hidden;
}
.clearfix.service-related-title {
    margin-bottom: 20px;
    margin-top: 60px;
}
.clearfix.service-related-title h2.related-services-title {
    color: #25292f;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-right: 100px;
    text-transform: uppercase;
}
.clearfix.service-related-title h2.related-services-title span{
	font-weight: 400;
}
.related-post-inner {
    margin-bottom: 40px;
}
.related-post-inner .related-service-slider .service-image-wrapper img {
	max-height: 287px;
}
.service-item-img:before {
    content: "";
    height: 30px;
    left: -30px;
	display: block;
    opacity: 0.8;
    outline: 1px dashed #ffffff;
    outline-offset: -3px;
    position: absolute;
    top: -30px;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 30px;
    z-index: 999;
}
.service-item-img:after {
    bottom: -30px;
    content: "";
    height: 30px;
	display: block;
    opacity: 0.8;
    outline: 1px dashed #ffffff;
    outline-offset: -3px;
    position: absolute;
    right: -30px;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 30px;
    z-index: 999;
}
.related-service:hover .service-item-img:after,
.service-item:hover .service-item-img:after {
    bottom: 0;
    right: 0;
}
.related-service:hover .service-item-img:before,
.service-item:hover .service-item-img:before {
    left: 0;
    top: 0;
}
.service-single-wrapper .greenture_service .service-image-wrapper img{
	width: 100%;
	height: auto;
}
.services-entry-btn:hover {
	background-color: #ffffff !important;
}
.services-entry-header {
	padding: 40px 0 10px;
}
.service-single-inner h4.entry-title {
	color: #25292f;
    font-size: 32px;
    font-weight: 800;
    line-height: 46px;
    margin: 5px 0 10px;
    text-transform: uppercase;
}
.service-single-inner .owl-controls {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 44px;
    top: -60px;
}
.service-single-wrapper .service-single-inner .related-service-slider .owl-controls .owl-nav .owl-prev,
.service-single-wrapper .service-single-inner .related-service-slider .owl-controls .owl-nav .owl-next {
	background: #ffffff;
    border: 2px solid #e9e9e9;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    color: #999999;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    margin: 3px 0 0 10px;
    padding: 0;
    position: relative;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 40px;
	text-align: center;
}
.service-single-wrapper .service-single-inner .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.service-single-wrapper .service-single-inner .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 14px;
}
/* ================================================================
 * FEATURE BOXES
 * ================================================================ */
.tpath-feature-box {
	position: relative;
	clear: both;
	margin-bottom: 30px;
}
.tpath-feature-box.feature-icon-yes .tpath-feature-top {
	display: table-cell;
	vertical-align: top;
}
.tpath-feature-box.feature-icon-yes.text-left .tpath-feature-box-title {
	padding-left: 25px;
}
.tpath-feature-box.feature-icon-yes.text-right .tpath-feature-box-title {
	padding-right: 25px;
}
.tpath-feature-box .tpath-feature-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.tpath-feature-box .vc_feature_box-img {
	width: 100%;
}
.tpath-feature-box.feature-icon-yes .tpath-feature-box-title {
	display: table-cell;
	vertical-align: middle;
}
.tpath-feature-box.text-left .tpath-feature-box-title > .feature-box-title {
	margin-bottom: 0;
	line-height: 1.7;
}
.tpath-feature-box .tpath-feature-box-title > .feature-box-sub-title {
	margin-top: 20px;
	margin-bottom: 0;
	font-style: italic;
}
.tpath-feature-box.feature-icon-yes .feature-icon-box-content {
	margin-top: 10px;
}
.tpath-feature-box .feature-icon-box-content {
	margin-top: 20px;
}
.tpath-feature-box .tpath-feature-top .tpath-feature-image::after {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.tpath-feature-box:hover .tpath-feature-top .tpath-feature-image::after {
	opacity: 1;
}
.tpath-feature-box:hover .tpath-feature-top .tpath-feature-image img {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tpath-feature-box .tpath-feature-icon i, 
.tpath-feature-box .tpath-feature-icon i:before {
	font-size: 36px;
	color: #c9c9c9;
	font-weight: normal;
	line-height: 80px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}
.tpath-feature-box .tpath-feature-icon i, 
.tpath-feature-box .tpath-feature-icon i:before {
	text-shadow: 1px 0 0;
	font-size: 36px;
	line-height: 1.4;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon i, 
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon i:before {
	line-height: 1.1;
}
.tpath-feature-box:hover .tpath-feature-icon i, 
.tpath-feature-box .tpath-feature-icon i:hover, 
.bg-style.primary-color .tpath-feature-box:hover .tpath-feature-icon i, 
.bg-style.primary-color .tpath-feature-box .tpath-feature-icon i:hover {
	color: #222;
}
@-webkit-keyframes hvr-pop {
	 50% {
		 -webkit-transform: scale(1.2);
		 -moz-transform: scale(1.2);
		 -ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
		 transform: scale(1.2);
	}
}
@keyframes hvr-pop {
	 50% {
		-webkit-transform: scale(1.2);
		 -moz-transform: scale(1.2);
		 -ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
		 transform: scale(1.2);
	}
}
.tpath-feature-box:hover .tpath-feature-icon i {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.tpath-feature-box-btn {
	margin-top: 30px;
}
.tpath-feature-box-btn .btn.btn-no_border {
	border: medium none;
	padding: 0;
}
.tpath-feature-box-btn .btn.btn-no_border:hover {
	background: none;
}
.tpath-feature-box.title_top .btn {
	background: transparent;
	border: none;
	text-transform: uppercase;
	color: #4b3c38;
}
.tpath-feature-box.title_top:hover .btn {
	background: transparent;
}
/* ICON STYLE */
.tpath-feature-box.feature-box-style.style-iconstyle {
	border: 1px solid #e4e4e4;
	padding: 20px;
	overflow: hidden;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-content {
	margin-top: 7px;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-content p:last-child {
	margin-bottom: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-top, 
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-icon-style {
	display: table-cell;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-top {
	padding-right: 20px;
}
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-title, 
.tpath-feature-box.feature-box-style.style-iconstyle.text-left .tpath-feature-box-title > .feature-box-title {
	padding: 0;
}
.tpath-feature-box.feature-box-style.style-iconstyle, 
.tpath-feature-box.feature-box-style.style-iconstyle .tpath-feature-box-title .feature-box-title {
	transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkti-transition: all 0.3s ease-in-out 0s;
}
.tpath-feature-box.feature-box-style.style-iconstyle:hover {
	border: 1px solid transparent;
	color: #fff;
}
.tpath-feature-box.feature-box-style.style-iconstyle:hover .tpath-feature-icon i, 
.tpath-feature-box.feature-box-style.style-iconstyle:hover .tpath-feature-icon i::before, 
.tpath-feature-box.feature-box-style.style-iconstyle:hover .tpath-feature-box-title .feature-box-title {
	color: #fff;
}
.tpath-feature-box.feature-box-style.style-iconstyle .feature-box-no {
	bottom: 0;
	color: rgba(0, 0, 0, 0.1);
	font-size: 180px;
	line-height: 75px;
	position: absolute;
	right: -15px;
}
/* Buttons */
.feature-box-item .feature-box-button {
	margin-top: 15px;
}
.btn.btn-simple-text.btn-skin-default {
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn.btn-fbox {
	text-transform: uppercase;
	font-size: 13px;
}
.btn.btn-fbox i {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 0;
}
/* ================================================================
 * PORTFOLIO
 * ================================================================ */
.portfolio-image {
	overflow: hidden;
	position: relative;
}
.portfolio-item img {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.portfolio-item:hover .btn {
	color: #fff;
}
.portfolio-content .portfolio-title:after {
	bottom: -18px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 42px;
}
.portfolio-content .portfolio-title, 
.portfolio-content .portfolio-title > a {
	color: #1c1c1c;
	font-size: 17px;
	margin: 0 0 30px;
	position: relative;
}
.portfolio-content .portfolio-top {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	width: 100%;
}
.portfolio-content .portfolio-bottom {
	opacity: 0;
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	min-height: 200px;
}
.portfolio-top .jobs-done {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 0;
}
.portfolio-item .portfolio-more .btn {
	color: #fff;
}
.portfolio-gallery-wrapper .portfolio-top-wrapper, 
.team-top-wrapper {
	display: block;
	margin-bottom: 55px;
	overflow: hidden;
	text-align: center;
}
.portfolio-top-wrapper .portfolio-tabs, 
.team-top-wrapper .team-tabs {
	margin: 0 auto;
}
.portfolio-gallery-wrapper .portfolio-tabs > li, 
.team-gallery-wrapper .team-tabs > li {
	padding: 0;
	margin-right: 10px;
}
.portfolio-gallery-wrapper .portfolio-tabs > li:last-child, 
.team-gallery-wrapper .team-tabs > li:last-child {
	margin-right: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a, 
.team-gallery-wrapper .team-tabs > li a {
	border: 2px solid #e9e9e9;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #979797;
	display: inline-block;
	font-family: Montserrat;
	font-size: 13px;
	height: 40px;
	line-height:26px;
	padding: 5px 25px;
	text-transform: uppercase;
	font-weight: 700;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a:hover {
	color: #ffffff;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a.active, 
.team-gallery-wrapper .team-tabs > li a.active {
	color: #fff;
}
.portfolio-gallery-wrapper .portfolio-tabs.style1-box > li a.active {
	border: none;
}
.portfolio-gallery-wrapper .portfolio-tabs.style2-sep > li a {
	padding: 0 25px;
	line-height: 18px;
}
.portfolio-gallery-wrapper .portfolio-tabs.style2-sep > li {
	line-height: 18px;
}
.portfolio-gallery-wrapper .portfolio-tabs.style1-box > li a.active {
	color: #fff;
}
.portfolio-columns-2 .portfolio-item {
	width: 50%;
}
.portfolio-columns-3 .portfolio-item {
	width: 33.3333%;
}
.portfolio-columns-4 .portfolio-item {
	width: 25%;
}
.portfolio-item .portfolio-content {
	display: block;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	padding: 0 0;
	text-align: center;
}
.portfolio-top .portfolio-top-icon {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px
}
.portfolio-excerpt > p {
	margin-bottom: 0;
}
/*Hover*/
.portfolio-item .portfolio-content * {
	transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.portfolio-item .portfolio-overlay {
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    display: table block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    width: 100%;
}
.portfolio-border {
	display: table;
    height: 100%;
    left: 0;
    padding: 20px 40px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.portfolio-icons {
	display: table-cell;
    vertical-align: middle;
}
.portfolio-icons a,
.portfolio-icons a:hover{
	color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    margin: 15px auto 20px;
    max-width: 300px;
    text-transform: uppercase;
	font-family: "Raleway",sans-serif;
}
.portfolio-icons i {
	 color: #ffffff;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
 }
.portfolio-item .portfolio-content:hover >.portfolio-overlay {
	opacity: 1;
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
}
.portfolio-content:hover .portfolio-top {
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateY(-50%) scale(0);
	-moz-transform: translateY(-50%) scale(0);
	-o-transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.portfolio-content:hover .portfolio-bottom {
	opacity: 1;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
.portfolio-gallery-wrapper .portfolio-overlay h4 a {
	color: #fff;
}
.portfolio-gallery-wrapper .portfolio-overlay h5.portfolio-date {
	font-size: 15px;
	line-height: 58px;
	float: right;
	margin: 0;
}
/* Single Portfolio */
.portfolio-header {
	margin-bottom: 40px;
	overflow: hidden;
}
.page-title-header {
	position: relative;
}
.portfolio-header h1 {
	font-size: 26px;
	line-height: 32px;
}
h3.portfolio-desc-title, h3.portfolio-info-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}
.portfolio-single .portfolio-details {
	margin-bottom: 15px;
}
.portfolio-box {
	float: left;
	width: 100%;
}
.portfolio-box h5 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding-right: 12px;
	float: left;
	min-width: 90px;
}
.portfolio-gallery.portfolio-image {
	margin-bottom: 3em;
}
.portfolio-gallery.portfolio-image img {
	margin: 0 auto;
	width: 100%;
}
.tax-portfolio_categories .portfolio-gallery-wrapper, 
.tax-portfolio_skills .portfolio-gallery-wrapper {
	margin-bottom: 30px;
}
/* ================================================================
 * CALL TO ACTION
 * ================================================================ */
.call-to-action-wrapper {
	margin: 0;
	text-align: center;
}
.call-to-action-text {
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	font-size: 52px;
	line-height: 56px;
	font-weight: 400;
	margin: 0;
	padding: 25px 10px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}
.vc_general.vc_cta3 .vc_cta3-actions:before {
	content: "";
	width: 100px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.vc_general.vc_cta3 .vc_cta3-actions {
	position: relative;
	padding-top: 50px;
}
.wpb_row .vc_cta3-container {
	margin-bottom: 0;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-style-default {
	padding: 0;
}
.vc_cta3 .vc_cta3-content-header h4 {
	font-size: 20px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
	margin-bottom: 50px;
}
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
	padding-left: 32px;
}
/* ================================================================
 * ICONS SECTION
 * ================================================================ */
.tpath-icons-box {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}
.tpath-icons-box .flaticon, 
.tpath-icons-box .flaticon:before, 
.tpath-icons-box .flaticon:after, 
.tpath-icons-box i {
	font-size: 35px;
	vertical-align: middle;
}
.tpath-icon-box-content.icon-align-left .tpath-icon-view {
	float: left;
	min-width: 55px;
}
.tpath-icon-content p:last-child {
	margin-bottom: 0;
}
.tpath-icons-box .tpath-icon-content h5 {
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
/* ================================================================
 * QUOTE BOX SECTION
 * ================================================================ */
.tpath-quote-box {
	position: relative;
	min-height: 400px;
}
.tpath-quote-box .tpath-quote-border {
	border: 4px solid #fff;
	height: 94%;
	left: 3%;
	position: absolute;
	top: 3%;
	width: 94%;
}
.tpath-quote-box.without-quote-bg .tpath-quote-border {
	position: inherit;
	margin: 0;
	width: 100%;
	border: 4px solid #e8f0f5;
}
.tpath-quote-box.without-quote-bg .tpath-quote-border .tpath-quote-content {
	position: inherit;
}
.tpath-quote-box .tpath-quote-border .tpath-quote-content {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	padding: 30px 20px;
	position: absolute;
	width: 100%;
}
.tpath-quote-box .tpath-quote-bg-image img {
	width: 100%;
}
.tpath-quote-box .author-img {
	text-align: center;
}
.padding5 {
	padding: 5px;
}
.tpath-quote-box .author-title {
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
	position: relative;
	border-left: 3px solid;
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
}
.tpath-quote-box .tpath-quote-content .author-img img {
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	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;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tpath-quote-box .author-title .author-designation {
	padding-right: 5px;
}
/* ================================================================
 * TEAM SECTION
 * ================================================================ */
.team-item {
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-columns-2 .team-item {
	width: 50%;
}
.team-columns-3 .team-item {
	width: 33.3333%;
}
.team-columns-4 .team-item {
	width: 25%;
}
.team-item .team-image-wrapper {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.team-item-img img {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.team-social-media {
	list-style-type: none;
    position: relative;
	padding: 0;
}
.team-groop-main-section {
	
}
.team-member-single-page .social-links a,
.team-social-media > li {
	border: 1px solid;
	border-color: #e1e1e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    color: #c3c3c3;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    margin: 0 3px 5px;
    position: relative;
    text-align: center;
    width: 34px;
	cursor: pointer;
}
.team-social-media > li a {
	color: #c3c3c3;
}
.team-social-media li:hover >a {
	color: #FFF !important;
	cursor: pointer;
}
.team-member-single-page .social-links a:hover,
.team-social-media li a:hover {
	color: #FFF !important;
	cursor: pointer;
}
.team-item .team-member-name, .team-member-name {
	margin-bottom: 5px;
}
.team-single-wrapper .team-member-name {
	font-size: 16px;
}
.team-member-item-info.team-member_role .text-italic {
	font-size: 15px;
}
.team-member-item-info.team-member_role {
	border-bottom: 2px solid #efefef;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.team-item .team-content-wrapper .team-member-name a {
    color: #2f2f31;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-item .team-member-designation {
	padding-bottom: 14px;
	font-size: 15px;
}
.team-member-designation .themecolor {
    color: #6bc611;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}
.team-item .team-member-description {
    border-bottom: 1px solid #e9e9e9;
    color: #8d8d8d;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 0 0 20px;
	line-height: 26px;
    position: relative;
}
.team-item .team-member_phone, 
.team-item .team-member_email, 
.team-member_phone h6, 
.team-member_email h6 {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
	color: #979797;
	line-height: 32px;
}
.team-item .team-member_email a {
	color: #979797;
}
.team-item .team-member_phone span, 
.team-item .team-member_email span {
	font-weight: 600;
	text-transform: uppercase;
}
.team-style3 .team-image-wrapper {
	float: left;
}
.team-style3 .team-image-wrapper img {
	max-width: 230px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.03);
}
.team-style3 .team-content-wrapper:before {
	display: none;
}
.team-style3 .team-item:hover .team-content-wrapper:before {
	display: none;
}
.team-style3 .team-item .team-content-wrapper {
	display: block;
	padding-left: 250px;
	text-align: left;
}
.team-style3 .team-item .team-content-wrapper .team-member-name a {
	color: #222;
	font-size: 18px;
}
.team-style3 .team-item .team-content-wrapper {
	background: transparent;
}
.team-item .team-content-wrapper {
	margin-bottom: 30px;
}
.team-style3 .team-item .team-content-wrapper .team-member-btn .btn {
	border: none;
	background: none;
	color: #3d3d3d;
	padding: 0;
}
.team-style3 .team-item .team-content-wrapper .team-member-btn .btn:hover {
	border: none;
	background: none;
	text-decoration: underline;
}
.team-style3 .team-item .team-content-wrapper .team-member-btn .btn:hover:after, 
.team-style3 .team-item .btn.btn_trans_themecolor::after {
	border: none;
	background: none;
	text-decoration: underline;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls {
	max-width: 100%;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav .fa {
	font-size: 44px;
}
.team-style3 .team-item .team-content-wrapper .team-member-name {
	margin: 0;
}
.tpath-team-slider-wrapper .owl-nav > div .flaticon {
	color: #d8d8d8;
	font-size: 34px;
	line-height: 35px;
	vertical-align: middle;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-next, 
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-prev {
	height: 35px;
	width: 35px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-next {
	right: -35px;
}
.tpath-team-slider-wrapper .tpath-owl-carousel .owl-controls .owl-nav > div.owl-prev {
	left: -35px;
}
/* Team Single */
.team-single-wrapper .team-member-right {
	padding-left: 30px;
}
.single-greenture_team_member .team-member-phone {
	font-weight: 800;
}
.single-greenture_team_member .tpath-member-social-icons li a > i {
	font-size: 18px;
}
.related-team-members-wrapper .related-members {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-greenture_team_member .team-member-social {
	border-top: 2px solid #efefef;
	margin-top: 14px;
	padding-top: 14px;
}
.single-greenture_team_member .member-details-box {
	border: 1px solid #e8f0f5;
	margin-bottom: 3em;
	padding: 20px 30px;
}
.single-greenture_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-greenture_team_member .team-member-box .member-box-content ul {
	padding-left: 0;
}
.single-greenture_team_member .team-member-box .member-box-content li {
	position: relative;
	list-style: none;
	padding-left: 25px;
	margin: 5px 0;
}
.single-greenture_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-greenture_team_member .team-member-box .member-box-content li:hover:before {
	left: 5px;
}
.team-member-info ul li {
	list-style: none;
	position: relative;
}
.team-member-info ul li:before {
	content: '\2022 ';
	font-size: 30px;
	left: -20px;
	position: absolute;
}
.team-progress-bar .progress {
	background-color: #ededed;
	margin-bottom: 28px;
}
.team-progress-bar .progress, .team-progress-bar .progress-bar {
	height: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.team-progress-bar .vc_label {
	color: #1c1c1c;
	font-size: 14px;
	margin-bottom: 10px;
}
.team-progress-bar .vc_label > span {
	color: #272727;
	font-size: 13px;
	float: right;
	font-weight: 400;
}
.team-member-single-page {
	padding: 90px 0 30px;
	position: relative;
}
.team-member-single-page .image-column {
	margin-bottom: 30px;
}
.team-member-single-page figure {
    margin: 0;
}
.team-member-single-page .image img {
    display: block;
    position: relative;
    width: auto;
}
.team-member-single-page .member-info {
	padding-bottom: 30px !important;
	padding-top: 0;
}
.team-member-single-page .member-info .member-name {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
	color: #2f2f31;
	margin-bottom: 5px;
}
.team-member-single-page .designation {
    color: #6bc611;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}
.team-member-single-page .fact-counter {
    padding: 0;
    position: relative;
    width: 100%;
}
.team-member-single-page .fact-counter article {
	position: relative;
	margin-bottom: 30px;
}
.team-member-single-page .fact-counter article .inner {
    padding: 20px 5px 20px;
    text-align: center;
}
.team-member-single-page .fact-counter article .inner .icon {
    color: #ffffff;
    font-size: 64px;
    line-height: 50px;
    position: relative;
}
.team-member-single-page .fact-counter article .counter-title {
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 25px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.team-member-single-page .fact-counter article .count-text {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.team-member-single-page .content-item .content .text {
	margin-bottom: 15px;
}
.team-member-single-page .content-item .info-list.text {
    border-bottom: 1px solid #e9e9e9;
    color: #8d8d8d;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 15px 0 10px;
    position: relative;
}
.team-member-single-page .content-item .info-list li {
	list-style: outside none none;
}
.team-member-single-page .info-list strong {
    color: #222e35;
    display: inline-block;
    font-weight: 700;
    min-width: 120px;
    text-transform: uppercase;
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */ 
.tpath-testimonial .testimonial-item {
	display: inline-block;
	padding: 0 19px 25px;
}
.tpath-testimonial .testimonial-item-inner-wrapper {
	background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin: 50px 0 0;
    padding: 0 40px 30px;
    position: relative;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-author {
	position: relative;	
}
.tpath-testimonial .testimonial-item-inner-wrapper .client-author-name.text-center {
    color: #253d4a;
    font-size: 16px;
    margin-bottom: 0;
	font-weight: 700;
	font-family: "Roboto",sans-serif;
    padding: 20px 0 0;
    position: relative;
    text-transform: uppercase;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-author img {
	display: inline-block;
	width: auto;
	left: -15px;
    position: absolute;
    top: -21px;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-content {
	margin-top: 35px;
	clear: both;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-detail {
	margin-top: 25px;
}
.testimonial-wrapper .tpath-owl-carousel.owl-carousel {
	padding-bottom: 25px;
}
.testimonial-item .testimonial-info .client-author-name {
	margin-bottom: 0;
	display: inline-block;
}
.testimonial-item .testimonial-info .client-author-name > a {
	font-size: 14px;
}
.tpath-testimonial .testimonial-item-inner-wrapper .testimonial-rating {
	display: inline-block;
	padding-left: 30px;
	vertical-align: middle;
}
.testimonial-item .client-author-name-place-info {
	float: right;
    line-height: 1.5;
    list-style: outside none none;
    margin: 0 0 15px;
    width: 90%;
}
.testimonial-item .author-image img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid;
	border-color: #ffffff;
	margin: 0 20px;
    vertical-align: middle;
    behavior: url(css/PIE.htc);
}
.testimonial-carousel-slider .testimonial-item .testimonial-text {
	position: relative;
}
.testimonial-carousel-slider .testimonial-item .testimonial-text p {
	text-align: justify;
	color: #515c61;
}
.testimonial-carousel-slider .testimonial-item .testimonial-info {
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial-carousel-slider .testimonial-item .client-author-info {
	margin: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author h5, 
.testimonial-carousel-slider .testimonial-item .testimonial-author h5 a {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
}
.testimonial-carousel-slider .testimonial-author a:hover {
	color: #000;
}
.testimonial-carousel-slider .owl-nav {
	bottom: 0;
    position: absolute;
    right: 50%;
	margin: -25px 0;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div {
	text-align: center;
    height: 35px;
    width: 50px;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
	right: 10px;
	left: auto;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div:hover .fa {
	color: #fff;
}
.testimonial-carousel-slider .owl-pagination {
	text-align: center;
}
.testimonial-carousel-slider.border-enable .testimonial-info {
	border-left: 3px solid;
	padding-left: 10px;
}
.testimonial-carousel-slider .testimonial-detail {
	float: left;
}
.slider-style-two .testimonial-item-inner-wrapper {
	margin: 50px 0 0;
    padding: 50px;
}
.slider-style-two .testimonial-item .author-image img {
	margin: 0;
}
.slider-style-two .testimonial-item-inner-wrapper .testimonial-author img {
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: auto;
	left: 50%;
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top: -85px;
}
.slider-style-two .testimonial-item .client-author-name-place-info {
	width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
		left: auto;
		right: 10px;
	}
	.event-side-list .ecs-event .ecs-event-inner img {
		margin: 0 10px 0 0;
		width: inherit;
	}
	.style-list .ecs-event .ecs-event-inner img {
		float: left;
		width: 100%;
		height: auto;
	}
	.tpath-header-main-bar-two {
		width: 100% !important;
	}
	.event-list-image-thumb {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 8px;
	}
}
.event-list-image-thumb {
	float: left;
	width: 75px;
	margin-right: 8px;
}
/* ================================================================
 * CLIENT SLIDER SECTION 
 * ================================================================ */
.clients-carousel-slider .client-item img {
	width: auto;
}
.clients-carousel-slider .client-item img:hover {
	opacity: 1;
}
.clients-carousel-slider .owl-pagination {
	position: absolute;
	width: 100%;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-nav div {
	background: transparent none repeat scroll 0 0;
	border: 0;
	position: absolute;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	line-height: 60px;
}
.clients-wrapper .owl-carousel.owl-theme .owl-controls .owl-nav div i {
	color: #d8d8d8;
	vertical-align: middle;
	border: 1px solid #d8d8d8;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.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;
	border-right: 1px solid #e9e9e9;
    position: relative;
    right: -16px;
}
.tpath-owl-carousel.owl-carousel.clients-carousel-slider.owl-theme.owl-loaded {
	border: 1px solid #e9e9e9;
}
/* ================================================================
 * TWITTER FEEDS SECTION
 * ================================================================ */ 
.tpath-twitter-slider .tweet-item {
	padding-bottom: 0;
}
.tpath-twitter-slider .tweet-item::before, 
.tpath-twitter-slider .tweet-user-name > span, 
.tpath-twitter-slider .tweet-user-name > a {
	color: #fff;
}
.tpath-twitter-slider .tpath_tweet_text, 
.tpath-twitter-slider .tpath_tweet_text a {
	color: #fff;
	font-size: 16px;
}
.tpath-twitter-slider .tweet-user-name > a {
	color: #7f7f7f;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div:after {
	font-size: 22px;
	font-family: 'FontAwesome';
	height: 24px;
	line-height: 24px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	position: absolute;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right: 30px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
}
.wpb_wrapper .menu-item, .tpath-bmenu-item {
	margin-bottom: 25px;
}
.tpath-bmenu-item {
	padding: 0 10px;
}
.tpath-menu-content > p {
	margin-bottom: 10px;
}
.wpb_wrapper .menu-item:last-child, 
.tpath-bmenu-item:last-child {
	margin-bottom: 0;
}
.wpb_wrapper .menu-item .menu-title, 
.tpath-bmenu-item .tpath-menu-title {
	font-size: 16px;
	text-transform: uppercase;
}
/* ================================================================
 * TABS SECTION
 * ================================================================ */	
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
	margin-bottom: 30px;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li > a {
	background: transparent;
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	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;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #fff;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 0;
}
.tpath-tabs-widget .nav-tabs > li {
	padding: 0;
	margin: 0;
}
.tpath-tabs-widget .nav-tabs > li > a {
	padding: 10px 0;
	margin: 0;
	min-width: inherit;
	border: none;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: transparent;
}
.wpb_tab.ui-tabs-panel .wpb_text_column h6, 
.wpb_tab.ui-tabs-panel .wpb_text_column h5, 
.wpb_tab.ui-tabs-panel .wpb_text_column h4 {
	margin-bottom: 20px;
}
/* Google Map */
.gmap-wrapper {
	margin-bottom: 30px;
}
/* ================================================================
 * CONTACT US SECTION
 * ================================================================ */
.form-style-default .tpath-input-text, 
.form-style-default .tpath-input-email, 
.form-style-default .tpath-input-phone {
	width: 32%;
	float: left;
}
.form-style-default .tpath-textarea-message {
	clear: both;
}
.form-style-default .tpath-input-text, 
.form-style-default .tpath-input-email {
	margin-right: 2%;
}
.form-style-style1 .tpath-input-text, 
.form-style-style1 .tpath-input-email {
	width: 45%;
	float: left;
}
.form-style-style1 .tpath-input-text {
	margin-right: 10%;
}
.form-style-style1 .tpath-input-phone {
	clear: both;
}
.tpath-contact-info i {
	margin-right: 10px;
}
.tpath-form-center.tpath-contactform {
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
	float: none;
}
.form-bg-transparent input, 
.form-bg-transparent .form-group .form-control, .form-bg-transparent textarea, 
.form-bg-transparent .tpath-input-submit .btn.tpath-submit {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:hover, 
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:active, 
.form-bg-transparent .tpath-input-submit .btn.tpath-submit:focus {
	background: #fff;
}
.form-bg-transparent .form-control::-moz-placeholder {
 color: #fff;
}
.form-bg-transparent .form-control:-ms-input-placeholder {
 color: #fff;
}
.form-bg-transparent .form-control::-webkit-input-placeholder {
 color: #fff;
}
.form-style-fullwidth textarea, 
.form-style-fullwidth .form-group textarea.form-control {
	min-height: 300px;
}
input, .form-group .form-control, textarea {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    color: #555555;
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    -o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	resize: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
label {
	color: #1c1c1c;
	font-size: 14px;
	font-weight: normal;
}
label > h6 {
	font-size: 14px;
	margin-bottom: 0;
}
.form-group, .tpath-contactform .tpath-contact-form .form-group {
	margin-bottom: 20px;
}
select {
	height: 46px;
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 16px;
	color: #c6c6c6;
}
.page-template-template-contact #contactform input {
	height: 50px;
}
.contact-template-images {
	text-align: center;
}
.contact-template-images img.contact-side-image {
	width: 100%;
	height: auto;
}
.tpath-tp-contactform .tpath-input-submit.form-group {
	text-align: right;
	margin-bottom: 30px;
}
.tpath-input-submit .btn.tpath-submit:before {
	display: none;
}
.tpath-input-submit .btn.tpath-submit {
	color: #fff;
	float: right;
}
.tpath-input-submit .btn.tpath-submit i {
	padding-right: 0;
	padding-left: 10px;
	font-size: 12px;
}
.tpath-input-submit .btn.tpath-submit {
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid;
}
.tpath-input-submit .btn.tpath-submit:hover,
.tpath-input-submit .btn.tpath-submit:active,
.tpath-input-submit .btn.tpath-submit:focus {
	background-color: transparent;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid;
}
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%;
}
.form-control::-moz-placeholder {
 color: #b9b9b9;
}
.form-control:-ms-input-placeholder {
 color: #b9b9b9;
}
.form-control::-webkit-input-placeholder {
 color: #b9b9b9;
}
.form-control-feedback {
	height: 38px;
	line-height: 38px;
	width: 35px;
	font-size: 13px;
}
.tpath-contact-form-container .has-feedback label,
.form-control-feedback {
	top: 32px;
}
.has-feedback .form-control {
	padding-right: 32px;
}
.has-error .form-control {
	border-color: #a94442;
}
.has-error .form-control:focus, .has-success .form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	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: 40px;
}
.page-title-header .contact-section-title.info-title {
	margin-bottom: 20px;
}
.contact-row {
	margin-bottom: 15px;
}
.contact-row p, .contact-row div {
	margin-bottom: 5px;
}
.tpath-row-inner-wrapper .main-container-contact-list {
	position: relative;
	margin-bottom: 25px;
}
.tpath-row-inner-wrapper .main-container-contact-list:last-child {
	margin-bottom: 0px;
}
.tpath-row-inner-wrapper .main-container-contact-list .icon-container {
	position: absolute;
}
.tpath-row-inner-wrapper .contact-info-list .icon.fa {
	color: #dee1e3;
	font-size: 40px;
	left: 0;
	line-height: 50px;
}
.tpath-row-inner-wrapper .main-container-contact-list .main-info {
	line-height: 25px;
	margin-left: 60px;
}
.tpath-row-inner-wrapper .main-container-contact-list .strong-title {
	color: #000000;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.tpath-row-inner-wrapper .main-container-contact-list .contact-info {
	color: #8d8d8d;
	font-size: 15px;
	position: relative;
}
/* ================================================================
 * STORE AND LOCATION SEARCH
 * ================================================================ */
.tpath-location-content {
	margin-bottom: 40px;
}
.location-form .tpath-field-group {
	float: left;
	width: 20%;
	padding-right: 20px;
}
.tpath-form-button {
	float: left;
	width: 20%;
	text-align: right;
}
#location-form .input-field, #location-form select {
	width: 100%;
}
#location-form .btn.btn-submit {
	text-transform: uppercase;
}
.stores-meta-details li {
	list-style: none;
	font-weight: bold;
}
.stores-meta-details li .meta-info {
	font-weight: normal;
}
.store-meta-list li:before {
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-weight: normal;
	width: 18px;
	text-align: center;
	display: inline-block;
}
.store-meta-list .st-location:before, 
.store-meta-list .st-zip:before {
	content: "\f041";
}
.store-meta-list .st-city:before {
	content: "\f1b9";
}
.store-meta-list .st-types:before {
	content: "\f0f5";
}
.tpath-booking-form-wrapper .rtb-booking-form input, 
.tpath-booking-form-wrapper .rtb-booking-form select {
	max-width: inherit;
	width: 100%;
}
.tpath-booking-form-wrapper .phone, 
.tpath-booking-form-wrapper .time {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.tpath-booking-form-wrapper .date, 
.tpath-booking-form-wrapper .party {
	width: 48%;
	float: left;
}
.rtb-booking-form fieldset .type {
	display: inline-block;
	width: 100%;
}
.tpath-booking-form-wrapper .rtb-booking-form label {
	color: #fff;
}
.black-form .tpath-booking-form-wrapper .rtb-booking-form label {
	color: #565656;
}
.tpath-stores-pagination {
	clear: both;
}
.store-read-more {
	clear: both;
	padding-top: 12px;
}
/* ================================================================
 * FOOTER
 * ================================================================ */
.footer-section {
	background-color: transparent;
	color: #c9c9c9;
	font-size: 13px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 100;
}
.footer-section:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.footer-section a {
	color: #c9c9c9;
}
.footer-info-wrapper {
	margin-bottom: 25px;
	padding-bottom: 30px;
	position: relative;
}
.footer-info-wrapper::after {
	background: #534d48;
	bottom: 0;
	content: "";
	height: 1px;
	left: -15px;
	position: absolute;
	width: 200%;
}
.footer-logo, .footer-info {
	display: table-cell;
	vertical-align: middle;
}
.footer-widgets-section {
	padding: 70px 0 30px;
}
.footer-two-column-section .footer-right-column:after {
	background: #433c36;
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	right: 0;
	top: -50%;
	width: 200%;
	z-index: -1;
}
.copyright-info {
	padding: 4px 15px;
	position: relative;
}
.footer-copyright-section {
	border-top: 1px solid #534d48;
}
.footer-col-copyright-section {
	position: relative;
}
.footer-two-column-section .footer-col-copyright-section:after {
	background: #534d48;
	content: "";
	height: 1px;
	left: -250%;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-col-copyright-section {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer-two-column-section .footer-match-column {
	padding-top: 50px;
}
.footer-two-column-section .footer-left-column {
	padding-right: 50px;
}
.footer-two-column-section .footer-right-column {
	padding-left: 30px;
}
.footer-social h5 {
	margin: 0 0 15px;
	color: #39536C;
	text-transform: uppercase;
	font-size: 20px;
}
.footer-social .tpath-social-icons li, 
.footer-social .tpath-social-icons.soc-icon-circle li {
	margin: 0 5px;
}
.widget .site-title {
	margin-bottom: 20px;
}
.footer-social ul.soc-icon-flat li {
	margin: 0 5px;
}
.footer-social ul li:last-child {
	margin-right: 0;
}
/* Footer social */
.footer-two-column-section .footer-social {
	position: absolute;
	top: 100px;
	z-index: 1;
	left: 2%;
}
.footer-social .tpath-social-icons.soc-icon-flat li {
	border-color: #766d66;
	display: inline-block;
	margin: 4px 5px 0 0;
}
.footer-two-column-section .footer-social .tpath-social-icons.soc-icon-flat li {
	display: block;
	margin: 0 0 10px;
}
.footer-social .tpath-social-icons.soc-icon-flat li a {
	background: transparent;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.footer-left-column .footer-left-col-widgets {
	margin-bottom: 80px;
}
.footer-left-col-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-section .wpcf7-form .wpcf7-form-control {
	background: #423a34;
	border: 1px solid #766d66;
	color: #979797;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	line-height: 32px;
}
.footer-section .wpcf7 p {
	color: #565656;
	display: block;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 1;
}
.footer-section .wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
}
.footer-section .wpcf7-form .col-sm-6.first {
	padding-right: 10px;
}
.footer-section .wpcf7-form .col-sm-6.last {
	padding-left: 10px;
}
.footer-section .wpcf7-form {
	position: relative;
}
.footer-section .app-btn .wpcf7-submit {
	border: 1px solid;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	bottom: 0;
	line-height: 2;
	position: absolute;
	right: 0;
	color: #fff;
}
.footer-section .app-btn {
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.footer-section .app-btn .wpcf7-submit:hover, 
.footer-section .app-btn .wpcf7-submit:active, 
.footer-section .app-btn .wpcf7-submit:focus {
	background: #2d2723;
	border-color: #766d66;
}
.footer-section div.wpcf7-validation-errors {
	display: none!important;
}
.footer-section .wpcf7-not-valid-tip {
	padding-top: 12px;
}
/* ================================================================
 * PARALLAX STYLES
 * ================================================================ */
.tpath-parallax-header {
	text-align: center;
}
.parallax-header .parallax-desc {
	font-size: 30px;
	font-weight: 700;
}
.parallax-title {
	letter-spacing: -4px;
}
.parallax-background.parallax-section .parallax-page-inner {
	position: relative;
	color: #FFFFFF;
}
.section-page .parallax-page-inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.parallax-background.parallax-section {
	background-attachment: fixed !important;
	background-size: cover;
	z-index: 100;
}
.parallax-page-inner .parallax-header {
	padding-bottom: 20px;
}
.parallax-background.parallax-section .parallax-page-inner .parallax-title {
	color: #FFFFFF;
}
.parallax-overlay.parallax-overlay-pattern:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.parallax-overlay.parallax-overlay-pattern {
	position: relative;
	z-index: 100;
}
.parallax-overlay.parallax-overlay-pattern.pattern-1:before {
	background: url(images/patterns/pattern-1.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-2:before {
	background: url(images/patterns/pattern-2.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-3:before {
	background: url(images/patterns/pattern-3.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-4:before {
	background: url(images/patterns/pattern-4.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-5:before {
	background: url(images/patterns/pattern-5.png) top left repeat;
}
.fullwidth-section {
	position: relative;
}
/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */
.tpath-social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.tpath-social-icons li {
	display: inline-block;
	margin: 0;
}
.fullwidth-menu-section .tpath-social-icons li {
	margin: 17px 3px;
}
.tpath-social-icons li a {
	font-size: 12px;
	background: transparent;
	display: block;
}
.tpath-social-icons li:last-child a {
	margin-right: 0;
}
.tpath-social-icons.soc-icon-transparent i {
	font-size: 14px;
	font-weight: 300;
	position: relative;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.tpath-social-icons.soc-icon-transparent a {
	border: none;
}
.soc-icon-circle li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	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;
}
.archive.author .tpath-social-share-box {
	top: 90%;
	position: absolute;
	right: 0;
}
.tpath-social-share-icons li {
	float: none;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.tpath-social-share-box .tpath-social-share-icons li a {
	background: #fff;
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e4e4e4;
}
.tpath-social-share-box .tpath-social-share-icons li a:hover {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.tpath-social-icons.soc-icon-flat li {
	border: 1px solid #d5d5d5;
}
.tpath-social-icons.soc-icon-flat li a {
	width: 25px;
	height: 25px;
	text-align: center;
}
.tpath-social-icons li a:hover {
	color: #FFFFFF;
}
.tpath-social-icons.soc-icon-circle li a {
	width: 25px;
	height: 25px;
	line-height: 21px;
	text-align: center;
}
.tpath-social-icons.soc-icon-transparent li a {
	background: none;
	/*color: #bfbfbf;*/
	margin: 0;
	padding: 0 5px;
}
/* Boxed And Border Type */
.tpath-social-icons li a: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;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
}
/* Transparent Social Icon Type */
.tpath-social-icons.soc-icon-transparent li a {
	background: transparent;
}
.tpath-social-icons.soc-icon-transparent li.facebook a {
	color: #3B5998;
}
.tpath-social-icons.soc-icon-transparent li.twitter a {
	color: #55ACEE;
}
.tpath-social-icons.soc-icon-transparent li.linkedin a {
	color: #007ab5;
}
.tpath-social-icons.soc-icon-transparent li.pinterest a {
	color: #c91921;
}
.tpath-social-icons.soc-icon-transparent li.googleplus a {
	color: #dd4937;
}
.tpath-social-icons.soc-icon-transparent li.youtube a {
	color: #e22b26;
}
.tpath-social-icons.soc-icon-transparent li.rss a {
	color: #f75f0b;
}
.tpath-social-icons.soc-icon-transparent li.tumblr a {
	color: #34465d;
}
.tpath-social-icons.soc-icon-transparent li.reddit a {
	color: #CEE3F9;
}
.tpath-social-icons.soc-icon-transparent li.dribbble a {
	color: #ea4886;
}
.tpath-social-icons.soc-icon-transparent li.digg a {
	color: #1b5891;
}
.tpath-social-icons.soc-icon-transparent li.flickr a {
	color: #ff0082;
}
.tpath-social-icons.soc-icon-transparent li.skype a {
	color: #00a9f1;
}
.tpath-social-icons.soc-icon-transparent li.blogger a {
	color: #ff9334;
}
.tpath-social-icons.soc-icon-transparent li.yahoo a {
	color: #65106d;
}
.tpath-social-share-icons {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tpath-social-share-icons li a:hover {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	color: #fff;
}
.tpath-subscribe-socials .tpath-social-icons {
	padding-left: 10px;
}
/* ================================================================
 * BLOG
 * ================================================================ */
.single-sidebar-container .posts-content-container .post-media {
	position: relative;
}
#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;
	-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);
	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;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.grid-posts .posts-content-container {
	padding: 0;
}
.medium-posts, .large-posts, .grid-posts {
	padding: 0;
}
.tpath-posts-container .posts-content-container:hover img {
	-o-transform: scale(1.1, 1.1) rotate(-3deg);
	-ms-transform: scale(1.1, 1.1) rotate(-3deg);
	-moz-transform: scale(1.1, 1.1) rotate(-3deg);
	-webkit-transform: scale(1.1, 1.1) rotate(-3deg);
    transform: scale(1.1, 1.1) rotate(-3deg);
    transition: all 0.4s ease 0s;
}
.tpath-posts-container .posts-inner-container .entry-thumbnail .post-img-overlay img {
    transition: all 0.4s ease 0s;
}
.tpath-posts-container h4.entry-title {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.2;
}
.tpath-posts-container h4.entry-title > a {
	color: #25292f;
}
.tpath-posts-container .grid-posts h4.entry-title {
	font-size: 20px;
	margin-bottom: 12px;
}
.tpath-posts-container.grid-col-4 .grid-posts h4.entry-title {
	font-size: 16px;
}
.post.sticky .entry-title a:before {
	content: "\e031";
	font-family: 'Simple-Line-Icons';
	font-size: 16px;
	padding-right: 10px;
}
.entry-posted-date .entry-date {
	font-size: 14px;
	line-height: 18px;
}
.link-url {
	font-size: 20px;
	margin-bottom: 15px;
}
.btn.btn-more i {
	padding-left: 10px;
	padding-right: 0px;
}
.tpath-posts-container.large-layout .large-posts {
	margin-bottom: 70px;
}
.tpath-posts-container.large-layout .large-posts:last-child {
	margin-bottom: 0;
}
.blog-post-meta {
	position: absolute;
	top: 25px;
	width: 80px;
	height: 80px;
	left: 30px;
	text-align: center;
	z-index: 9;
}
.blog-post-meta.single-icon {
	top: 0;
}
.date-image-inner {
	-o-border-radius: 40px 0 40px 40px;
	-ms-border-radius: 40px 0 40px 40px;
	-moz-border-radius: 40px 0 40px 40px;
	-webkit-border-radius: 40px 0 40px 40px;
	border-radius: 40px 0 40px 40px;
	padding: 21px 15px 20px 18px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 1px;
}
.date-image-inner span {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.entry-thumbnail {
	position: relative;
}
.entry-thumbnail img {
	max-width: 100%;
}
.latest-posts-layout .entry-thumbnail img {
	max-width: inherit;
}
.grid-posts .entry-thumbnail.image-format {
	position: relative;
}
.entry-thumbnail.blog-medium-image {
	padding: 0;
	margin-right: 30px;
}
.large-posts .posts-content-container .entry-meta-list {
	margin: 15px 0 20px;
}
.large-posts .entry-meta-list ul {
	margin: 0;
}
.large-posts .entry-header h3.entry-title a {
	font-size: 24px;
	font-weight: 600;
}
.list-layout.list-fullwidth .list-posts .posts-content-container .post-media {
	margin-right: 3%;
}
.tpath-posts-container .post {
	margin-bottom: 30px;
}
.tpath-posts-container.list-layout.list-columns .list-posts, #archive-posts-container.list-layout.list-columns .list-posts {
	float: left;
	width: 48%;
	margin-bottom: 50px;
}
.tpath-posts-container.list-layout .list-posts, #archive-posts-container.list-layout .list-posts {
	margin-bottom: 50px;
}
.tpath-posts-container.large-layout .large-posts .post-content .entry-summary {
	margin-top: 20px;
	line-height: 1.8em;
}
.tpath-video-shortcode img {
	width: 100%;
}
.tpath-video-shortcode .icon-outer {
    background: rgba(37, 41, 47, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.tpath-video-shortcode .icon-outer .fa {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    display: inline-block;
    font-size: 28px;
    height: 70px !important;
    line-height: 70px;
    padding-left: 8px;
    position: relative;
    text-align: center;
    top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
    width: 70px;
}
.tpath-video-shortcode .video-box:hover .fa {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.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: relative;
	float: left;
	right: 0;
	top: 0;
	width: 40%;
}
.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%;
}
.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 {
	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: 60%;
}
.list-layout .posts-content-container {
	overflow: hidden;
	position: relative;
}
.tpath-posts-container.grid-layout .grid-posts.has-post-thumbnail .post-content {
	padding: 20px 0 0 0;
}
.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 {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	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 {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.tpath-posts-container .posts-inner-container:hover .entry-thumbnail .post-img-overlay::after {
	opacity: 1;
}
.tpath-posts-container .posts-inner-container .entry-thumbnail .post-img-overlay img {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.entry-header {
	margin-bottom: 5px;
}
.entry-summary {
	margin-top: 15px;
	margin-bottom: 20px;
	clear: both;
	line-height: 1.8;
}
.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 {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}
.entry-thumbnail-overlay .entry-meta .comments-link a {
	color: #FFFFFF;
}
.entry-thumbnail img, .single-post .entry-thumbnail > img {
	width: 100%;
}
/* blog grid overlay */
.latest-posts-layout .entry-thumbnail img {
	height: inherit;
	max-width: inherit;
}
.single-post .entry-thumbnail > img {
	width: 100%;
}
.entry-footer .read-more .btn-more {
	text-transform: uppercase;
	border: 2px solid #e0e0e0 !important;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #25292f !important;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 22px;
	font-size: 13px !important;
}
.list-posts .entry-footer .read-more.pull-left {
	float: right !important;
}
.entry-footer .read-more .btn-more:hover {
	color: #ffffff !important;
}
.entry-footer .read-more i {
	margin-left: 10px;
}
.tpath-posts-container .entry-footer .read-more .btn-more:hover {
	color: #1c1c1c;
}
.grid-posts .entry-meta-list:after {
	content: none;
}
.blog-gallery-item {
	width: 100%;
	overflow: hidden;
}
.entry-thumbnail .post-img-overlay {
	position: relative;
	display: block;
}
.quote-author {
	text-align: center;
}
.large-posts .entry-thumbnail img {
	width: 100%;
}
.posts-content-container .posted-date .entry-date {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}
.posts-content-container .posted-date .entry-date span {
	padding: 0 2px;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail {
	overflow: hidden;
}
.entry-meta {
	padding: 0 0 15px;
	margin: 10px 0 0;
	list-style: none;
	width: 100%;
}
.grid-posts .entry-meta {
	margin: 0;
	padding-bottom: 10px;
}
.single.single-post .entry-meta {
	padding: 0;
	margin: 0 0 15px;
}
.entry-meta i {
	margin-left: 5px;
	margin-right: 5px;
}
.entry-meta li {
	display: inline-block;
	margin: 0;
	font-weight: 700;
}
.posts-content-container .entry-meta li {
	color: #272727;
	margin: 0 5px 0 0;
	position: relative;
	font-weight: normal;
}
.entry-meta .author a {
	text-transform: capitalize;
}
.single-post .posts-content-container .post-content {
	padding-top: 15px;
}
.comments-link a {
	padding: 0;
	position: relative;
}
.category-image img {
	width: 100%;
}
.archive-header {
	margin-bottom: 15px;
}
.pagination {
	text-align: center;
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-top: 30px;
	clear: both;
}
.pagination > li {
	display: inline-block;
}
.pagination > li > a.prev,
.pagination > li > a.next {
	width: inherit;
	padding: 6px 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.pagination > li > a, 
.pagination > li > span {
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	color: #1a1a1a;
	padding: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	margin: 0 6px;
	font-weight: 500;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.pagination > li > a,
.pagination > li > span, 
.pagination > li > a:hover, 
.pagination > li > span.page-numbers.current, 
.pagination > li:last-child > a,
.pagination > li:last-child > span, 
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.pagination > li > a .fa {
	padding: 0;
}
.pagination > li > a:hover,
.pagination > li > span.page-numbers.current {
    background: #3a3a3a;
    border-color: #3a3a3a;
    color: #ffffff;
}
.post-404 {
	padding: 100px 0;
}
.content-404page .error-title {
	border-bottom: 1px solid #e0e0e0;
    color: #25292f;
    font-size: 200px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.title-404 {
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
}
.error-text-box {
    display: inline-block;
    padding-left: 50px;
	margin-top: -50px;
    position: relative;
	width: 75%
}
.search-404page {
	margin-top: 20px;
}
.content-404page {
	text-align: center;
	margin-bottom: 30px;
}
.content-404page .title-404 {
	margin-bottom: 20px;
	text-align: left;
}
.content-404page div {
	text-align: left;
	margin-bottom: 35px;
}
.search.search-results .tpath-search-results {
	margin-bottom: 30px;
}
.tpath-search-page.search-page-form {
	margin-bottom: 30px;
}
.author-info {
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 20px;
	border: 1px solid #c9c9c9;
}
.author-info.author-info-page {
	margin-bottom: 60px;
}
.author-info .author-name > a, 
.author-info-page .author-name {
	color: #333;
	text-transform: capitalize;
	font-weight: 800;
}
.author-info .author-name {
	font-size: 14px;
}
.author-info .positing {
	margin: 5px 0 0 10px;
}
.author-info-container > ul {
	position: absolute;
	right: 0;
	top: 104%;
}
.author-info li {
	display: inline-block;
	margin: 0 8px;
	text-align: center;
}
.author-info li a {
	color: #c8c8c8;
}
.comments-box .author-name {
	margin: 0;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 16px;
}
.author-img {
	padding-right: 5px;
}
.author-avatar {
	float: left;
}
.author-info-container {
	position: relative;
	margin-left: 100px;
}
.author-info-container .author-name {
	margin-bottom: 0px;
	display: inline-block;
}
.author-description {
	margin-top: 10px;
}
.author-avatar img {
	width: 80px;
	height: 80px;
	margin: 0;
}
.author-info-container .author-links {
	vertical-align: middle;
}
.author-links .blog-posts-count:before, 
.author-links .blog-posts-count:after, 
.author-links .company-name:before {
	content: "/";
	display: inline-block;
	padding: 0 4px;
}
.author-links .blog-posts-count:after {
	padding-left: 5px;
}
.author-links .company-name:before {
	padding-right: 5px;
}
.comment-status-text {
	font-size: 15px;
	line-height: 25px;
	width: 80%;
}
.author-description h3 {
	margin-bottom: 0;
}
.author-description .author-name a {
	text-transform: capitalize;
}
.author-links .author-social {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
}
.form-allowed-tags {
	word-break: break-all;
}
.form-allowed-tags code {
	background: none;
	color: inherit;
}
.grid-posts .author-img {
	display: none;
}
.link-url {
	font-weight: bold;
}
.tag-share-wrapper {
	display: none;
}
.tags-share-section.clearfix .post-tags {
	padding: 0;
}
.tags-share-section div
{
	float:left;
	overflow-wrap: break-word;
}
.single-post .tags-share-section {
	background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    clear: both;
	float: left;
    padding: 10px 15px;
    position: relative;
	width: 100%;
}
.single-post .tpath-social-share-box {
	padding: 0;
}
.single-post .tpath-social-share-icons li {
	margin: 0 10px 0 0;
}
.single-post .tags-share-section .post-tags a {
	color: #999999;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.single-post .tpath-social-share-icons li a {
	background: #545454;
	border: none;
	color: #ffffff;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.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;
}
.post a, .post a.btn-link {
	color: #444444;
}
.vimeo-inner {
	max-width: 100% !important;
}
.comment-respond label {
	display: block;
}
.comment-reply-title {
	text-transform: capitalize;
}
.comment-reply-link i {
	margin-right: 5px;
}
#comment {
	border: 1px solid #d0d0d0;
    color: #222222;
    display: block;
    height: 170px;
    line-height: 22px;
    padding: 10px 15px;
    position: relative;
    resize: none;
   -o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    width: 100%;
}
.bypostauthor {
}
.comment-form:after {
	clear: both;
	content: '';
	display: table;
}
.comment-form-author input, 
.comment-form-email input, 
.comment-form-url input {
	width: 100%;
}
.comment-form-comment {
	float: left;
	width: 100%;
}
#comment:focus {
	border: 1px solid;
}
.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: 40px;
    padding-bottom: 16px;
    position: relative;
}
.comments-title:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.comments-title h6 {
    color: #1a1a1a;
    font-family: "Roboto",sans-serif;
    font-size: 32px;
	line-height:32px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.tpath-all-comments ul.children {
	list-style: none;
	padding-left: 50px;
}
.comment-container {
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 50px;
}
.comments-box {
	margin: 0 0 10px;
}
.comments-box-container {
	position: relative;
	margin-left: 110px;
}
.comments-box-container p {
    color: #25292f;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.comment-avatar {
	float: left;
	border: 3px solid #ffffff;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #000000;
    height: 84px;
    left: 0;
    position: absolute;
    top: 0;
    width: 84px;
}
.comment-avatar .author-name a {
	color: #333;
}
.comment-avatar img {
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    display: block;
    width: 100%;
}
.comment-posted-date {
	font-family: "Roboto",sans-serif;
    font-size: 15px;
	color: #bcbcbc;
}
.comment.odd.alt.thread-odd.thread-alt.depth-1 {
	margin-left: 35px;
}
.comment-post-meta {
	position: absolute;
	top: 9px;
	right: 0px;
}
.comment-post-meta > span.edit {
	margin-right: 15px;
}
.comment-post-meta span a:hover {
	color: #fff;
}
.comment-post-meta span a {
    background: #545454 none repeat scroll 0 0;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 20px;
	-o-padding: 5px 20px;
	-ms-padding: 5px 20px;
	-moz-padding: 5px 20px;
	-webkit-padding: 5px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.comment-post-meta span a:hover, 
.comment-post-meta span a:active, 
.comment-post-meta span a:focus {
	background: #fff;
}
.comments-section .tpath-all-comments li.comment {
	margin-bottom: 20px;
	position: relative;
}
.time-diff {
	text-transform: capitalize;
}
.comment-list .author-name {
	color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
	font-family: "Roboto",sans-serif;
	font-size: 15px;
}
.comment-list .comment-time {
	color: #a6a6a6;
	padding: 0 25px;
}
.comment-input input[type='text'] {
    border: 1px solid #d0d0d0;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #222222;
    display: block;
    height: 42px;
    line-height: 24px;
    padding: 8px 15px;
    position: relative;
    -o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    width: 100%;
}
.comment-input input[type='text']:focus {
	border: 1px solid;
}
#infscr-loading {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	background: none;
	padding: 8px 5px;
	color: #fff;
}
#infscr-loading img {
	margin: 0 auto;
}
.all-loaded {
	background: #eaeaea;
	color: #000;
	padding: 15px;
}
.pagination.infinite-scroll {
	display: none;
}
.tpath-hr-line {
	border-color: #eaeaea;
}
.video-player {
	background: #000000;
}
.video-player .mejs-container, 
.wp-video-shortcode, .mejs-overlay {
	width: 100% !important;
	margin: 0 auto;
}
.wp-video-shortcode {
	max-width: 100%;
}
.wp-video {
	width: 100% !important;
}
.youtube-inner {
	max-width: 100% !important;
}
.tpath-form-success, 
.tpath-form-error {
	padding: 10px;
	display: none;
}
.tpath-form-success i, 
.tpath-form-error i {
	padding-right: 10px;
}
/* Blog Title and Subtitle */
.posts-content-container .entry-meta li {
	color: #c4c4c4;
	float: left;
	font-style: italic;
	padding-right: 10px;
	font-size: 13px;
	line-height: 24px;
}
.entry-meta li a, 
.posts-content-container .entry-meta li.date span {
	color: #c4c4c4;
}
.posts-content-container .entry-meta li.comments-link span.leave-reply {
	color: #666666;
}
.entry-meta .comments-link i {
	font-size: 16px;
}
.posts-content-container .entry-meta li {
	margin: 0px 20px 0 0;
}
.comments-link {
	float: right;
	margin: 0px auto;
}
.entry-meta a {
	margin-left: 4px;
}
.posts-content-container .entry-meta li.comments-link {
	margin-right: 0px;
}
.entry-footer .read-more {
	text-align: right;
}
.tpath-posts-container.grid-layout.grid-col-4 .posts-content-container .entry-meta li.calendar {
	display: none;
}
/* Blog Title and Subtitle */
/* LATEST POST LAYOUT */
.latest-posts-layout .post {
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
}
.latest-posts-layout .post .posts-inner-container .entry-thumbnail {
	overflow: hidden;
}
.latest-posts-layout .post:hover .posts-inner-container .entry-thumbnail img {
	-o-transform: scale(1.05, 1.05) rotate(-2deg);
	-ms-transform: scale(1.05, 1.05) rotate(-2deg);
	-moz-transform: scale(1.05, 1.05) rotate(-2deg);
	-webkit-transform: scale(1.05, 1.05) rotate(-2deg);
	transform: scale(1.05, 1.05) rotate(-2deg);
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.latest-posts-layout .latest-post-overlay .read-more {
	display: none;
}
.latest-posts-layout .post .latest-post-overlay {
	position: relative;
}
.tpath-latest-posts-wrapper .latest-posts-layout .posts-content-container {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.latest-posts-layout .posts-content-container .latest-posts-content-inner {
	padding: 20px 0 0;
	color: #8d8d8d;
	visibility: visible;
	font-size: 15px;
	line-height: 1.8em;
}
.latest-posts-layout .posts-content-container .entry-meta li {
	color: #c4c4c4;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}
.latest-posts-layout .posts-content-container .entry-meta li.posted-author {
	margin-right: 0;
}
.latest-posts-layout .posts-content-container .entry-meta li span {
	text-transform: none;
}
.latest-posts-layout .post .entry-title a {
	color: #25292f;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}
.latest-posts-layout .entry-meta {
	margin: 0;
}
.latest-posts-layout .entry-header {
	margin-bottom: 10px;
}
.latest-posts-layout h2.entry-title {
	margin-top: 10px;
	margin-bottom: 5px;
}
.latest-posts-layout .entry-title {
	margin-bottom: 0;
}
.latest-posts-layout .entry-summary {
	margin-bottom: 0;
	margin-top: 5px;
}
.latest-posts-layout .entry-summary p {
	margin-bottom: 0;
}
.latest-posts-layout .read-more a {
	font-size: 13px;
	color: #25292f;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	display: block;
	line-height: 56px;
	position: relative;
	z-index: 9;
}
.latest-posts-layout .post:hover .read-more a {
	color: #25292f;
}
.latest-posts-layout .read-more a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index: -1;
}
.latest-posts-layout .post:hover .read-more a:before {
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
/* ================================================================
 * ADDITIONAL CSS
 * ================================================================ */
/* ------------- Isotope ------------- */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition, 
.isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* ------------- Owl Carousel ------------- */
.owl-carousel .owl-wrapper-outer {
	z-index: 9;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 21px;
	color: #fff; 
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-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;
	transition: all 0.3s ease-in 0s;
	z-index: 9;
}
.owl-controls .owl-nav i {
	font-size: 12px;
	line-height: 35px;
}
.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 .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: #4c4c4c none repeat scroll 0 0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	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;
	-moz-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-o-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	width: 100%;
	z-index: -1;
}
.paralax-form p {
	color: #fff;
	margin-bottom: 10px;
}
/* ================================================================
 * COUNTER SECTION
 * ================================================================ */
.tpath-counter-section {
	float: left;
	margin: 0;
	width: 100%;
	/*min-height: 100px;*/    
	position: relative;
	padding: 0 1em;
}
.tpath-counter-section .tpath-counter-icon {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	float: left;
	height: 80px;
	text-align: center;
	width: 80px;
	margin-right: 20px;
	color: #fff;
}
.tpath-counter-section.text-none {
	text-align: center;
}
.tpath-counter-section.text-none .tpath-counter-icon {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.tpath-counter-section.text-none .counter-info {
	display: inline-block;
	vertical-align: middle;
	min-width: 45%;
}
.tpath-counter-section [class^="flaticon-"]:before, 
.tpath-counter-section [class*=" flaticon-"]:before, 
.tpath-counter-section [class^="flaticon-"]:after, 
.tpath-counter-section [class*=" flaticon-"]:after, 
.tpath-counter-section i {
	font-size: 36px;
	line-height: 80px;
}
.counter-sizenormal {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}
.counter-value.counter-sizesmall {
	font-size: 18px;
	font-weight: bold;
}
.tpath-count-number .count_header {
	margin: 0;
}
.counter-info.col-md-8 {
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tpath-counter-section .tpath-count-number {
	position: relative;
}
.tpath-counter-section.border_none .counter-info {
	margin-top: 20px;
}
.tpath-counter-section .separator .counter-line {
	height: 2px;
	margin: 20px auto;
	width: 40px;
}
.tpath-counter-section .counter-value h3 {
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
}
.tpath-counter-section .counter-title {
	font-size: 14px;
	margin-bottom: 0;
}
/* ================================================================
 * WIDGETS
 * ================================================================ */
.sidebar .widget p, 
.sidebar .widget ul li, 
.sidebar .widget div, 
.sidebar .widget ul li .rpwwt-post-author {
	color: #cccccc !important;
	text-transform: capitalize;
	margin-top: 5px;
}
.sidebar .widget {
	background: #fff;
}
.sidebar .widget-title:after {
	height: 2px;
	width: 40px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
}
.widget-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}
.footer-section .widget h3.widget-title {
	color: #fff;
}
.widget.widget_tag_cloud {
	overflow: hidden;
}
.sidebar .widget-title, .sidebar .tpath-section-title {
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sidebar .widget.widget_search {
	padding: 0;
}
.widget.widget_search .search-form .input-group {
	padding: 2px 15px;
}
.widget.widget_search .search-form .form-control {
	font-size: 14px;
}
.widget.widget_search .form-control::-moz-placeholder {
 color: #d0d0d0;
}
.widget.widget_search .form-control:-ms-input-placeholder {
 color: #d0d0d0;
}
.widget.widget_search .form-control::-webkit-input-placeholder {
 color: #d0d0d0;
}
.widget.widget_search .input-group-btn .btn > i {
	color: #d0d0d0;
	font-size: 20px;
}
.sidebar .widget .nav-tabs > li:hover > a {
	color: #fff;
	text-decoration: none;
}
.sidebar .widget .btn:hover {
	text-decoration: none;
}
.widget {
	margin-bottom: 50px;
}
.widget ul {
	padding: 0px;
	list-style: none;
}
.widget.tpath_social_links_widget {
	margin-top: 20px;
}
.widget li {
	list-style: none;
}
.sidebar .widget p {
	color: #717171;
}
.sidebar .widget ul li > a {
	color: #3d3d3d !important;
	display: block;
	font-size: 16px !important;
	font-weight: 400;
}
.sidebar .widget li, .footer-section .widget li {
	position: relative;
	margin-bottom: 7px;
}
.widget input, .widget select, .widget textarea {
	width: 100%;
}
.widget-entry-content > h6 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0;
}
.widget-entry-content h6 > a {
	color: #1c1c1c;
}
.footer-widgets .widget {
	margin-bottom: 0;
	border-bottom: none;
}
.posts-item, .cat-posts-item {
	margin-bottom: 18px;
}
.widget.widget_categories .categories ul.children {
	padding-top: 10px;
}
.recent-posts-widget-with-thumbnails ul li {
	line-height: initial;
}
.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
	color: #808080;
	font-size: 12px;
	position: relative;
	margin-top: 5px;
}
.widget_recent_entries li {
	line-height: initial;
}
.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 rgba(0, 0, 0, 0.1);
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff none repeat scroll 0 0;
	color: #1a1a1a;
	font-size: 13px!important;
	line-height: 46px;
	margin: 15px 2px;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.widget.widget_tag_cloud .tagcloud a:hover, 
.widget.widget_tag_cloud .tagcloud a:active, 
.widget.widget_tag_cloud .tagcloud a:focus {
	color: #fff;
}
.sidebar .widget li.posts-item:before, 
.footer-section .widget li.posts-item:before, 
.sidebar .widget .tpath-tabs-widget li::before {
	display: none;
}
.sidebar .widget li.posts-item, 
.footer-section .widget li.posts-item, 
.sidebar .widget .tpath-tabs-widget li {
	padding: 0;
}
.sidebar .widget li.posts-item, 
.footer-section .widget li.posts-item {
	margin-bottom: 20px;
}
.sidebar .widget li.posts-item .entry-date {
	float: right;
}
.widget .btn.btn_bgcolor {
	margin: 10px 0;
	color: #fff;
}
.sidebar .rpwwt-widget .rpwwt-post-title {
	font-size: 17px;
	font-weight: 600;
}
.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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	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 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.tpath-tab-content {
	padding: 0 15px;
}
.widget-posts-list li, 
.tpath-latest-posts li, 
.category-posts-menu li {
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
	display: table;
	width: 100%;
}
.widget-posts-list li:last-child {
	border-bottom: none;
}
.widget-posts-list .widget-entry-image, 
.posts-item .widget-entry-image {
	display: table-cell;
	vertical-align: top;
	padding: 7px 15px 0 0;
	width: 90px;
}
.widget-entry-content {
	display: inline-block;
}
/* Contact Widget Title */
.tpath-contact_info .contact-widget-title {
	font-weight: bold;
	padding-right: 10px;
	color: #272727;
}
.tpath-contact_info .contact_info-inner > p {
	margin-bottom: 7px;
}
.tpath-contact_info .contact_info-inner > p.contact-description {
	line-height: 2em;
	margin-bottom: 20px;
	color: #c9c9c9;
	font-family: "Roboto", sans-serif;
}
div.contact-description {
	font-size: 15px;
	margin-bottom: 40px;
	color: #25292f;
    font-family: "Roboto",sans-serif;
}
.contact-info-box {
	position: relative;
}
.contact-info-box li {
    color: #8d8d8d;
    font-size: 15px;
    margin-bottom: 25px;
    min-height: 50px;
    padding-left: 60px;
    position: relative;
}
.contact-info-box li .greenture {
    color: #dee1e3;
    font-size: 36px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.contact-info-box li strong {
    color: #000000;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.sidebar .widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widgets .widget_categories ul li a {
	display: block;
}
.footer-copyright-section p {
	color: #ffffff;
}
.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;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.tweet-item {
	padding-left: 50px;
	padding-bottom: 20px;
	position: relative;
}
.tweet-item p {
	margin-bottom: 0;
}
.tpath-twitter-widget .tpath_tweet_text {
	color: #717171;
}
.tpath-twitter-widget .tweet-user-name {
	color: #454444;
	font-style: italic;
}
.tpath_contact_info_widget .contact_info-inner .fa, 
.tpath_contact_info_widget .contact_info-inner .simple-icon {
	font-size: 20px;
	padding-right: 0;
	width: 30px;
	display: inline-block;
}
.sidebar .widget.tpath_social_links_widget li a {
	padding: 0;
}
.sidebar .widget.tpath_social_links_widget li:before {
	display: none;
}
/* About Me */
.widget.tpath_about_widget {
	padding: 0;
}
.widget.tpath_about_widget .tpath-about-widget-inner .widget-author-name {
	color: #fff;
}
.tpath-about-widget .widget-author-image img {
	margin: 0 auto;
}
/* Social */
.tpath-social-icons.widget-soc-icon li {
	display: inline-block;
	padding: 0;
	position: relative;
	margin-right: 5px;
}
.tpath-social-icons.widget-soc-icon li a {
	color: #cacfd3;
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 12px;
	text-align: center;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #cacfd3;
	background: transparent none repeat scroll 0 0;
}
.tpath-social-icons.widget-soc-icon li a > i, 
.tpath-social-icons.widget-soc-icon li a > .fa {
	color: #cacfd3;
}
.tpath-social-icons.widget-soc-icon li:hover a {
	background: transparent none repeat scroll 0 0;
}
/* ================================================================
 * CUSTOM CSS
 * ================================================================ */
a {
	color: #434343;
}
a:hover, a:active, a:focus, 
.comments-link a:hover, 
.comments-link a:active, 
.comments-link a:focus, 
.portfolio-link:hover, 
.portfolio-link:active, 
.portfolio-link:focus {
	color: #333;
}
.btn:hover, 
.btn:active, 
.btn:focus, 
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus, 
.pagination > li > span.current, 
.pagination > li > span.current:hover, 
.pagination > li > span.current:focus, 
.portfolio-nav li a {
	color: #FFFFFF;
}
.related-post-item h5 a, 
.comments-section h5, 
.comments-title h5, 
.comment-respond .comment-reply-title:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.related-post-item h5 a,
.comments-section h5, 
.comments-title h5, 
.comment-respond .comment-reply-title {
	color: #1a1a1a;
    font-family: "Roboto",sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 40px;
    padding-bottom: 16px;
    position: relative;
}
/* ------------- 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;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-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;
}
.hide-color,
.hide-color .section-small-superater {
	color: inherit;
}
.hide-color .heading-underline:after {
	background-color: #fff;
	width: 35px;
	height: 2px;
}
/* ================================================================
 * OVERRIDE VC STYLES
 * ================================================================ */
 
.wpb_column .wpb_wrapper > *:last-child {
	margin-bottom: 0px !important;
	
}
.wpb_column .wpb_gallery.wpb_content_element {
	margin-bottom: 40px !important;
}
/* ACCORDION */
.wpb_accordion_wrapper {
	border: 1px solid #d8d8d8;
}
.wpb_accordion_section {
	border-bottom: 1px solid #d8d8d8;
	margin: 0 20px;
}
.wpb_accordion_wrapper .wpb_accordion_section:last-child {
	border-bottom: medium none;
}
.wpb_accordion.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, 
.wpb_accordion.wpb_content_element .wpb_accordion_header a {
	color: #000;
	padding: 0.5em 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
	content: "+";
	font-size: 32px;
	line-height: 40px;
	position: absolute;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
	content: "-";
	font-size: 32px;
	line-height: 40px;
	;
	position: absolute;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	position: relative;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background: none;
	top: 0;
	right: 0;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, 
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 1em 0;
}
/* VC PROGRESS BAR */
.vc_progress_bar {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.vc_progress_bar .vc_single_bar .vc_label {
	font-size: 14px;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	right: 0;
	top: -40px;
	text-shadow: 0 0 0 !important;
	color: #1c1c1c !important;
}
.vc_progress_bar .vc_single_bar {
	background-color: #ededed;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	height: 3px;
	margin-bottom: 70px;
	position: relative;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.vc_label .vc_label_units {
	float: right;
}
/* ------------- VC SHORTCODES - THEME STYLE ------------- */
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading, 
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading:hover, 
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: transparent;
	border: none;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body, 
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body {
	background-color: transparent;
	border: none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding: 10px 0 10px 58px;
}
.vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-title > a {
	border-bottom: none;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 0 0 10px 35px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, 
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
	border-color: #919191;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	height: 40px;
	width: 40px;
	border: 1px solid #e4e4e4;
	left: 0;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	width: 15px;
	margin: 0 auto;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
	top: 50%;
	height: 15px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading span {
	color: #1c1c1c;
	font-size: 14px;
	padding: 0 0 25px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	right: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
	padding-left: 0;
}
/* ------------- VC Eq Height ------------- */
.vc_column_container.vc-match-height-content > .vc_column-inner {
	height: 100%;
}
/* ------------- 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;
	-webkit-transform: rotate(16deg);
	-o-transform: rotate(16deg);
	-ms-transform: rotate(16deg);
	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: 40px 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: rgba(3,3,3, 0.6); 
	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.95);
}
.bg-style.overlay-wrapper.bg-overlay.white-overlay-color:before {
	background-color: rgba(255, 255, 255, 0.95);
}
.dark-wrapper {
	background-color: #000;
}
.white-wrapper {
	background: #fff;
}
.grey-wrapper {
	background: #f7f7f7;
}
.typo-white, 
.typo-white h1, 
.typo-white h2, 
.typo-white h3, 
.typo-white h4, 
.typo-white h5, 
.typo-white h6, 
.typo-white div, 
.typo-white p {
	color: #fff;
}
.typo-dark, 
.typo-dark h1, 
.typo-dark h2, 
.typo-dark h3, 
.typo-dark h4, 
.typo-dark h5, 
.typo-dark h6, 
.typo-dark div, 
.typo-dark p {
	color: #22262a;
}
.typo-grey, 
.typo-grey h1, 
.typo-grey h2, 
.typo-grey h3, 
.typo-grey h4, 
.typo-grey h5, 
.typo-grey h6, 
.typo-grey div, 
.typo-grey p {
	color: #f3f6f8;
}
/* ------------- VC Column ------------- */
.column_overlaybg {
	min-height: 500px;
}
.column_overlaybg:before {
	border: 4px solid #fff;
	bottom: 3%;
	top: 3%;
	content: "";
	display: block;
	left: 3%;
	right: 3%;
	position: absolute;
}
.column_overlaybg .wpb_wrapper {
	background: rgba(255, 255, 255, 0.9);
	bottom: 3%;
	left: 3%;
	right: 3%;
	padding: 20px;
	position: absolute;
	z-index: 1;
}
/* ------------- VC Carousel ------------- */
.tpath-vc-section .vc_carousel-inner .vc_inner img {
	width: 100%;
}
#main .wpb_images_carousel .vc_slide.vc_images_carousel {
	max-width: 100%;
}
#main .vc_images_carousel .vc_carousel-control .icon-next:before, 
#main .vc_images_carousel .vc_carousel-control .icon-prev:before {
	top: 0;
	color: #fff;
}
#main .vc_images_carousel .vc_carousel-control {
	background: rgba(41, 41, 41, 0.4);
}
#main .vc_images_carousel .vc_carousel-control .icon-prev, 
#main .vc_images_carousel .vc_carousel-control .icon-next, 
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-left, 
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-right {
	top: 0;
	left: 0;
	width: 55px;
	height: 50px;
}
#tpath_wrapper #main .wpb_images_carousel .vc_slide.vc_images_carousel .vc_right.vc_carousel-control, 
#tpath_wrapper #main .wpb_images_carousel .vc_slide.vc_images_carousel .vc_left.vc_carousel-control {
	display: block!important;
	left: auto;
	opacity: 1;
}
#main .vc_images_carousel .vc_right.vc_carousel-control {
	right: 0;
}
#main .vc_images_carousel .vc_left.vc_carousel-control {
	right: 60px;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control {
	top: auto;
	bottom: 0;
	margin: 0;
	width: 55px;
	line-height: 50px;
	height: 50px;
	text-shadow: none;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-prev, 
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-next {
	margin: 0;
}
#main .vc_images_carousel .vc_carousel-indicators .vc_active {
	background: transparent;
}
.wpb_wrapper .wpb_button {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 22px;
}
.main-section .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
/* VC Tour */
/* -------------- Tab Styles ---------------- */
.vc_tta-style-tpath_tour_design.vc_tta.vc_general .vc_tta-panel-body {
	padding-top: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-container .vc_tta-tabs-list {
	margin: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab .vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab {
	border-bottom: 0px;
	margin: 0;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a {
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #272727;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 22px;
	min-width: 270px;
	padding: 4px 22px;
	position: relative;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover, 
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus, 
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:hover, 
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:focus, 
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover, 
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus, 
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
	color: #fff;
	border-color: transparent;
}
.vc_tta-tabs.vc_tta-tabs-position-left:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a {
	border-right-color: #e4e4e4;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
	color: #22262a;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a i {
	font-size: 30px;
	padding-right: 0;
	margin-left: 0;
	width: 40px;
	line-height: 40px;
	display: inline-block;
}
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text {
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
}
.vc_ttsa-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a, 
.vc_ttsa-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:hover, 
.vc_tta-style-tpath_tour_design .vc_tta-tabs-list li.vc_tta-tab > a:focus {
	border-color: transparent;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
	border-left-width: 1px;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:before {
	border: 10px solid transparent;
	left: 0;
	content: "";
	display: block;
	height: 0;
	width: 0;
	right: auto;
	position: absolute;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a:after {
	border: 9px solid transparent;
	border-left-color: #fff;
	left: -2px;
	right: auto;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}
.vc_tta-container .vc_tta-style-tpath_tour_design.vc_tta-tabs-position-right .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
	border-left-width: 1px;
}
.vc_tta-panel-body .vc_chart .vc_chart-with-legend {
	width: 45%;
}
.vc_tta-panel-body .vc_chart .vc_chart-legend {
	width: 47%;
	margin-left: 6%;
}
.vc_chart .vc_chart-legend {
	font-weight: bold;
	font-size: 14px;
	color: #949494;
}
.vc_chart .vc_chart-legend li {
	margin-bottom: 1.2em;
}
.vc_chart .vc_chart-legend span {
	color: #202e31;
}
/* SEPERATOR */
.vc_separator.vc_sep_double .vc_sep_line {
	height: 5px;
}
/* VC Button */
.vc_general.vc_btn3 {
	text-transform: uppercase;
	font-size: 12px;
}
.vc_btn3.vc_btn3-size-lg {
	min-width: 255px;
	font-size: 12px;
}
.vc_btn3.vc_btn3-style-outline-custom, 
.vc_btn3.vc_btn3-style-outline, 
.vc_btn3.vc_btn3-style-outline-custom:hover, 
.vc_btn3.vc_btn3-style-outline:hover, 
.vc_btn3.vc_btn3-style-outline-custom:focus, 
.vc_btn3.vc_btn3-style-outline:focus {
	border-width: 1px;
}
.vc_btn3.vc_btn3-shape-rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.wpb_wrapper .wpb_images_carousel {
	margin-bottom: 0;
}
/* VC Toggle */
.vc_toggle.vc_toggle_default {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px;
    padding-bottom: 10px;
    padding-left: 60px;
    position: relative;
}
vc_toggle_default.vc_toggle .vc_toggle_title, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	padding-left: 0;
}
.vc_toggle .vc_toggle_title>h4 {
	font-size: 14px;
}
.vc_toggle .vc_toggle_title .vc_toggle_icon {
	display: none;
}
.vc_toggle .vc_toggle_title:before {
    background: #ffffff;
    border: 2px solid;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    left: -60px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.vc_toggle .vc_toggle_title {
    color: #2f2f31;
    cursor: pointer;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 3px 0 5px;
    position: relative;
}
.vc_toggle .vc_toggle_title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.vc_toggle.vc_toggle_active .vc_toggle_title:before {
	content: "\f068";
}
.vc_toggle.vc_toggle_default .vc_toggle_content {
	padding-left: 55px;
}
/* Custom Heading */
.nopaddind {
	padding: 0 0 !important;
}
.sub-heading {
	padding-bottom: 20px;
}
.text-white p {
	color: #ffffff !important;
}
.wpb_wrapper {
	position: relative;
	z-index: 2;
}
.wpb_map_heading >h2, 
.wpb_gmaps_widget.wpb_content_element.g-map-area {
	text-transform: uppercase;
}
/* ================================================================
 * VC BUTTON SECTION
 * ================================================================ */
.vc-btn-main-section {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.vc-btn-main-section  .button-type-transparent {
	border-color: #FFF !important;
    color: #FFF;
	background-color: transparent;
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	font-size: 13px;
}
.vc-btn-main-section .button-type-transparent:hover {
	border-color: #ffffff !important;
	background-color: #ffffff;
}
.vc-btn-main-section .button-type-two {
    color: #ffffff;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	font-size: 13px;
}
.vc-btn-main-section .button-type-two:hover {
	background-color: #ffffff;
}
.vc-btn-main-section .button-type-medium {
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	border: 2px solid !important;
	font-size: 13px;
	color: #ffffff;
}
.vc-btn-main-section .button-type-medium:hover{
	background: #ffffff;
}
.vc-btn-main-section .button-type-dark {
	border: 2px solid;
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	font-size: 13px;
}
.vc-btn-main-section .button-type-dark:hover {
    color: #ffffff;
}
.btn-type-dark {
	border: 2px solid;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 24px;
    padding: 14px 38px;
    font-weight: 700;
	font-family: "Raleway",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
	border-color: #e0e0e0 !important;
    color: #25292f;
}
.btn-type-dark:hover {
	color: #ffffff;
	border-color: #25292f !important;
	background-color: #25292f;
}
/* ================================================================
 * VC MAIN SECTION
 * ================================================================ */
.vc-section-title-two .heading-extra-large {
	line-height: 44px;
}
.vc-section-title-two .heading-large {
	font-family: "Roboto",sans-serif;
	position: relative;
}
.vc-section-title-two .heading-large .sub_heading {
	font-family: "Roboto", sans-serif;
}
.heading-underline {
	position: relative;
	padding-bottom: 15px;
}
.heading-underline:after {
	content: '';
	height: 3px;
	width: 30px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}
.button-horizontal-center {
	position: absolute;
	left: 50%;
	top: 0;
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.button-horizontal-right {
	float: right;
}
.button-horizontal-left {
	float: left;
}
.dark-font span.section-heading-superater {
	color: #303030 !important;
}
.dark-font span.section-small-superater a {
	color: #fff !important;
}
/* ================================================================
 * VC ICON BLOG
 * ================================================================ */
.vc-icon-block-main .icon-box {
    margin-bottom: 10px;
}
.vc-icon-block-main .icon-box .icon {
	font-size: 48px;
    margin-bottom: 25px;
	position: relative;
	padding-left: 26px;
}
.vc-icon-block-main .lower-box {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 28px;
    position: relative;
    text-transform: uppercase;
}
.vc-icon-block-main .icon-box h4 {
    color: #25292f;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 600;
	margin-bottom: 5px;
}
.features-icon-column {
	margin-bottom: 50px;
    position: relative;
}
.features-icon-column article.inner-box {
	margin: 0;
	padding: 0;
}
.features-icon-column article.inner-box .icon-box {
	height: 240px;
	width: 240px;
	padding: 40px 20px 20px;
	text-align: center;
}
.features-icon-column .icon-box:before {
	-o-border-radius: 120px 0 120px 120px;
	-webkit-border-radius: 120px 0 120px 120px;
	-moz-border-radius: 120px 0 120px 120px;
	-ms-border-radius: 120px 0 120px 120px;
    border-radius: 120px 0 120px 120px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.features-icon-column .icon-box {
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}
.features-icon-column .icon-box .icon {
    font-size: 88px;
    line-height: 100px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.features-icon-column .icon-box .title {
	color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.features-icon-column:hover .icon-box:before {
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-transperant-main:hover  .icon-box:before,
.wpb_text_column + .icon-box:before {
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icon-transperant-main .icon-box::before {
    border: 2px solid #f1f1f1;
	-o-border-radius: 50% 0 50% 50%;
	-ms-border-radius: 50% 0 50% 50%;
	-moz-border-radius: 50% 0 50% 50%;
	-webkit-border-radius: 50% 0 50% 50%;
    border-radius: 50% 0 50% 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 700ms ease 0s;
	-o-transition: all 700ms ease 0s;
	-ms-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
    width: 100%;
}
.icon-transperant-main .icon-box {
	-o-border-radius: 50% 0 50% 50%;
	-ms-border-radius: 50% 0 50% 50%;
	-moz-border-radius: 50% 0 50% 50%;
	-webkit-border-radius: 50% 0 50% 50%;
    border-radius: 50% 0 50% 50%;
    height: 80px;
    line-height: 56px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 80px;
	float: left;
}
.icon-transperant-main .icon {
    font-size: 36px;
    position: relative;
    z-index: 2;
	line-height: 56px;
}
.icon-transperant-main h3 {
    color: #25292f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* ================================================================
 * VC IMAGE WITH TITLE BLOG
 * ================================================================ */
.image-with-title-main-container .image-with-title-img {
    float: left;
    width: inherit;
	margin-right: 20px;
	margin-bottom: 20px;
}
.image-with-title-main-container .image-with-title-img img {
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-top: -5px;
}
.image-with-title-main-container .img-w-title-heading:first-child {
	color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
	font-family: "Raleway",sans-serif;
	line-height: 1.4em;
}
.image-with-title-main-container .img-w-title-heading {
	line-height: 1.8em;
    position: relative;
	font-family: "Roboto",sans-serif;
	color: #e8e8e8;
    font-size: 16px;
}
/* ================================================================
 * VC LIST BLOG
 * ================================================================ */
.tpath-list-item div.feature-icon-wrapper, 
.tpath-list-item div.list_item-content {
    display: table-cell;
}
.tpath-list-item div.feature-icon-wrapper {
    text-align: left;
    width: 30px;
}
.tpath-list-item div.feature-icon-wrapper, 
.tpath-list-item div.list_item-content {
    display: table-cell;
	font-size: 15px;
}
.list_item-content .list_item-desc p {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
/* ================================================================
 * 404 PAGE
 * ================================================================ */
.footer-subscribe-section {
	background-image: url("images/map-pattern.png");
	font-size: 18px;
	color: #fff;
}
.footer-subscribe-section .button-type-transparent {
	color: #fff;
	border-color: #fff;
}
.footer-subscribe-section .button-type-transparent:hover {
	border-color: #fff !important;
	background-color: #fff;
}
/* ================================================================
 * EVENT PAGE
 * ================================================================ */
.event-single-page .attachment-full.size-full.wp-post-image {
    width: 100%;
}
.event-single-page .events-content-box {
	padding-top: 40px;
}
.single-tribe_events .tribe-events-event-image {
    margin-bottom: 0;
}
.single-tribe_events .detail-header h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 5px;
}
.btn-theme-color {
    border: 2px solid;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 25px;
    position: relative;
    text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	float: right;
}
.btn-theme-color:hover {
	background: #ffffff;
}
.event-single-page .column-info {
    font-size: 15px;
    position: relative;
}
.event-single-page .text {
    font-size: 18px;
}
.event-single-page .text p {
	margin-bottom: 20px;
}
.event-single-page .text ul {
	list-style: none;
	margin-top: 25px;
}
.event-single-page .text ul li {
	padding-left: 25px;
	line-height: 26px;
    margin-bottom: 10px;
	position: relative;
	color: #303030;
    font-size: 16px;
}
.event-single-page .text ul li:after {
	content: '\f105';
	position: absolute;
	font-size: 20px;
	line-height: 24px;
	font-family: "FontAwesome";
	width: 20px;
	left: 0;
	top: 0;
	display: block;
}
.event-single-page .other-info .info-column h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
	margin-bottom: 5px;
}
.event-single-page .other-info .info-column .text {
	margin-bottom: 25px;
	font-size: 15px;
}
.event-single-page .other-info .info-column .events-info-box {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.event-single-page .other-info .info-column .events-info-box li {
    color: #8d8d8d;
    font-size: 15px;
    margin-bottom: 25px;
    min-height: 50px;
    padding-left: 60px;
    position: relative;
}
.event-single-page .other-info .info-column .events-info-box li span.icon {
	color: #dee1e3;
    font-size: 36px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.event-single-page .other-info .info-column .events-info-box li strong {
    color: #000000 !important;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.map-container.single-event-map iframe {
	max-height: 320px;
}
/* EVENT SEARCH FORM */
.vc-event-search .events-filters-section {
    background: #fafafa;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 30px 30px 20px;
    position: relative;
}
.vc-event-search .events-filters-section input {
	border: 1px solid #FFF;
}
.events-filters-section .form-group .events-filters-button {
	margin-top: 5px;
	text-transform: uppercase;
	border: 2px solid;
}
.events-filters-field-label.label {
    color: #202020;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}