/*
Theme Name: TwentyPlus
Theme URI: http://specialtemplate.com/twentyplus
Author: ST
Author URI: https://themeforest.net/user/specialtemplate
Description: MultiPurpose Universal WordPress Theme.	
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: left-sidebar, right-sidebar, custom-colors, full-width-template, theme-options, threaded-comments
Text Domain: twentyplus
*/


/*
----------------------------------------------------

Table of Contents:

1) RESET
2) TYPOGRAPHY
3) BUTTONS
4) ELEMENTS
5) FORMS
6) NAVIGATION
7) ACCESSIBILITY
8) ALIGNMENTS
9) CLEARINGS
10) WIDGETS
11) MEDIA
12) TOP BAR
13) #main-title
14) CONTAINERS
15) PAGES + CONTENT
	-POSTS and PAGES
	-SIDEBAR
	-COMMENTS
	-404 PAGE
16) BLOG
17) TRANSITIONS - all 0.25s ease-in
18) FONT COLOR ACCENT - dark BG
19) CONTENT STYLES / VISUAL COMPOSER ELEMENTS
		
		ISOTOPE STYLES
		PORTFOLIO
		PORTFOLIO DESCRIPTION
		TEAM
		HEADING TEXT
		CALL TO ACTION
		COUNTER
		ST SOCIAL ICONS
		VIDEO LIGHTBOX
		TABS - ACCORDION
		PROGRESS BARS
		SINGLE IMAGE
		CONTACT BLOCK
		TEXT BLOCK
		CONTACT FORM 7		
		THEME BUTTON
		CAROUSEL GENERAL STYLES
		ICON BOX
		SECTION COMPANY NEWS
		SECTION OUR CLIENTS
		SECTION PARTNER LOGOS
		BLOG PAGE

20) FOOTER
21) BOTTOM BAR
22) BACK TO TOP
23) RESPONSIVE STYLES

------------------------------------------------------
*/


/*----------------------------------------
	1) RESET
------------------------------------------*/

html {
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 400;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "“" "”" "‘" "’";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

body {
	background-attachment: fixed;
	color: #161b1f;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
	word-wrap: break-word;
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

i {
	vertical-align: middle;
}

ul,
ol {
	padding-left: 0;
}

::selection {
	background: #00847b;
	color: #fff;
}

::-moz-selection {
	background: #00847b;
	color: #fff;
}

a {
	color: #c5c5c5;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #22d6ca;
}

p {
	margin: 0;
}


/*--------------------------------------------------------------
	2) TYPOGRAPHY
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	color: #000;
	font-family: 'Open Sans';
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
}

p {
	font-style: normal;
	font-weight: 400;
	color: #161b1f;
	line-height: 23px;
	margin: 0 0 20px;
}

p:last-child {
	margin: 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 5px solid #eee;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	margin: 1.5em;
	padding: 24px 30px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-style: italic;
}

abbr,
acronym {
	border-bottom: 1px solid #505050;
	cursor: help;
}

mark,
ins {
	background: #f7f7f7;
	text-decoration: none;
	font-weight: 600;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

dl {
	margin: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	border: 0;
	clear: both;
	color: #000;
	display: block;
	font-family: "Open Sans";
	font-size: 100%;
	font: inherit;
	letter-spacing: 1px;
	margin: 15px 0 5px;
	padding: 0;
	vertical-align: baseline;
}

.font-800 h1,
.font-800 h2,
.font-800 h3,
.font-800 h4 {
	font-weight: 800 !important;
}

#content .wpb_text_column h1:last-child,
#content .wpb_text_column h2:last-child,
#content .wpb_text_column h3:last-child {
	margin-bottom: 5px !important;
}

#content .wpb_text_column p:last-child {
	margin-bottom: 20px !important;
}

h1 {
	font-style: normal;
	font-weight: 800 !important;
	font-size: 30px;
	line-height: 50px;
}

h2 {
	font-size: 25px;
	font-weight: 800 !important;
	line-height: 45px;
}

h3 {
	font-style: normal;
	font-weight: 700 !important;
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}


/*--------------------------------------------------------------
	3) BUTTONS
--------------------------------------------------------------*/

.buttons {
	text-align: center;
}

.button {
	display: inline-block !important;
	margin: 10px;
	padding: 10px 35px;
	text-align: center;
	text-transform: uppercase;
}

.btn {
	border-radius: 2px !important;
	border: 1px solid #e1e1e1;
	color: #131515;
	font-size: 15px;
	font-weight: 800;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 11px 0 0;
	padding: 10px 35px;
	text-transform: uppercase;
}

.btn:hover:after,
.btn:active:after,
.btn:focus:after {
	color: #fff;
}

.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: none;
	outline: none;
}

.btn,
#respond #submit,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
	background: #099c92;
	padding: 10px 21px;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 14px !important;
	border: none;
	border-radius: 2px;
	margin-bottom: 10px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	width: auto;
	text-align: center;
	margin-right: 4px;
	color: #fff;
	border: 1px solid #099c92;
}

.btn-style-square {
	border-radius: 0px;
}

.btn-large,
.btn-larger {
	font-size: 14px;
	padding: 15px 40px;
}

.btn.btn-small {
	font-size: 13px;
	text-transform: none;
	padding: 7px 17px;
	font-weight: 500;
}

.btn.btn-small.btn-icon {
	padding-left: 50px;
}

.btn.btn-small.btn-icon i {
	width: 32px;
	line-height: 39px;
	font-size: 14px;
}

.btn.btn-small.btn-icon i.typcn {
	line-height: 35px;
}

.btn.btn-small.btn-icon i.vc-oi {
	line-height: 37px;
}

.btn-icon {
	padding-left: 60px;
}

.btn i {
	background: rgba(0, 0, 0, 0.07);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	width: 42px;
	line-height: 45px;
	font-size: 18px;
}

.btn i.typcn {
	line-height: 41px;
}

.btn.btn-large i.typcn {
	line-height: 50px;
}

.btn-large i {
	line-height: 53px;
	width: 61px;
	font-size: 26px;
}

.btn-large.btn-icon {
	padding-left: 81px;
}

#respond #submit:hover,
.btn:hover,
.blog-post-wrap:hover .btn,
#woo-nav-cart .button:hover,
#page-wrapper .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce.single-product #page-wrapper .single_add_to_cart_button:hover,
#content .wpcf7 input[type="submit"]:hover {
	color: #fff !important;
	background: #383838 !important;
	border-color: #383838 !important;
}

.btn:hover,
.blog-post-wrap:hover .btn:after {
	color: #fff !important;
}

.btn-center {
	display: table;
	margin: 0 auto;
}

.btn-style-stroke {
	background: none !important;
	border: 2px solid #22d6ca;
	color: #22d6ca !important box-sizing: border-box;
	box-shadow: none !important;
}

.btn-style-circle {
	border-radius: 30px !important;
}

.btn-style-circle.btn .fa {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.btn-style-circle.btn .fa:before {
	margin-right: -3px;
}

.btn.btn-style-stroke:hover {
	color: #fff !important;
	background: #383838 !important;
	border-color: #383838 !important;
}

.btn-style-stroke.btn-icon .fa {
	background: none;
}

.btn-style-stroke.btn-icon {
	padding-left: 42px;
}

.btn-style-stroke.btn-icon.btn-large {
	padding-left: 50px;
}


/*--------------------------------------------------------------
4) ELEMENTS
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em 0;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

.site-main p {
	margin: 0 0 20px;
}

.blog-post-wrap p {
	word-break: normal;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: 400;
	text-align: left;
}

caption {
	font-size: 1em;
	margin: 20px 0;
}

th {
	border-top: 1px solid #ededed;
	font-weight: 700;
	padding: 6px 10px 6px 0;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 5px 10px 5px 0;
}

thead th {
	border: none;
}

table.client-table td {
	border-top: none;
	max-width: 190px;
	padding: 5px 1px 5px 0;
}

table.client-table {
	border-bottom: none;
}


/* WPB Lists */

.wpb_text_column ul {
	margin: 15px 0;
}

.wpb_text_column ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.wpb_text_column ul li:before {
	color: #22d6ca;
	font-family: 'typicons';
	font-size: 19px;
	line-height: 25px;
	position: absolute;
	left: 0;
	content: '\e0b2';
}


/*---------------------------------------
	5) FORMS
-----------------------------------------*/

button,
input,
select,
textarea {
	background: rgba(255, 255, 255, .3);
	color: #131515;
	font-size: 100%;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 8px 14px;
	vertical-align: baseline;
	width: 100%;
}

input[type="checkbox"] {
	width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #099c92;
	color: #fff;
	border: 1px solid #099c92;
	border-radius: 2px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 23px;
	margin: 10px 0;
	padding: 10px 35px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	width: auto;
}

.mfp-zoom-out-cur .mfp-image-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 5px;
	width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #383838;
	color: #fff;
	border-color: #383838;
}

.comments-area input[type="submit"]:hover {
	background: #383838;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input.search {
	background: none;
	font-size: 14px;
	height: 43px;
	margin: 0 auto;
	outline: none;
	position: relative;
	width: 100%;
}

.search .page_inner input.search {
	width: 80%;
}

.search .page_inner .search-button {
	right: 20%;
}

.error404 .entry-content .search-form {
	width: 42%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-size: 14px;
	padding: 10px;
	line-height: 23px;
}

.white-accent input[type="text"]::-webkit-input-placeholder,
.white-accent input[type="email"]::-webkit-input-placeholder,
.white-accent input[type="url"]::-webkit-input-placeholder,
.white-accent input[type="password"]::-webkit-input-placeholder,
.white-accent input[type="search"]::-webkit-input-placeholder {
	color: #f9f9f9;
}

.white-accent input[type="text"]:-moz-placeholder,
.white-accent input[type="email"]:-moz-placeholder,
.white-accent input[type="url"]:-moz-placeholder,
.white-accent input[type="password"]:-moz-placeholder,
.white-accent input[type="search"]:-moz-placeholder {
	color: #f9f9f9;
}

.white-accent input[type="text"]::-moz-placeholder,
.white-accent input[type="email"]::-moz-placeholder,
.white-accent input[type="url"]::-moz-placeholder,
.white-accent input[type="password"]::-moz-placeholder,
.white-accent input[type="search"]::-moz-placeholder {
	color: #f9f9f9;
}

.white-accent input[type="text"]:-ms-input-placeholder,
.white-accent input[type="email"]:-ms-input-placeholder,
.white-accent input[type="url"]:-ms-input-placeholder,
.white-accent input[type="password"]:-ms-input-placeholder,
.white-accent input[type="search"]::-moz-placeholder {
	color: #f9f9f9;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	font-family: 'Lora';
	font-style: italic;
	text-transform: lowercase;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	font-family: 'Lora';
	font-style: italic;
	text-transform: lowercase;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	font-family: 'Lora';
	font-style: italic;
	text-transform: lowercase;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	font-family: 'Lora';
	font-style: italic;
	text-transform: lowercase;
}

input,
select,
textarea {
	text-align: left;
}

textarea {
	border-radius: 2px;
	height: 170px;
	overflow: auto;
	padding-left: 10px;
	vertical-align: top;
	width: 100%;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 1px !important;
	outline-color: #131515 !important;
}


/*---------------------------------------
	6) NAVIGATION
-----------------------------------------*/


/* Navigation Section */

#header-nav {
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0px;
	background: #242626;
}

.admin-bar #header-nav {
	top: 32px;
}


/* Sticky navigation */

#header-nav.sticky-now #navigation {
	height: 64px;
}

#header-nav #navigation,
#header-nav.style-transparent.sticky-now #navigation {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

#header-nav.style-transparent #navigation {
	box-shadow: none;
}

#header-nav.sticky-now #navigation .nav-menu ul li a {
	line-height: 64px;
}

#header-nav.sticky-now #navigation .nav-menu > ul > li > a,
#header-nav.style-default #navigation .nav-menu > ul > li > a,
#header-nav.style-default .nav-menu > ul > li.menu-item-has-children > a:after {
	color: #131515;
}

.nav-menu ul li a:hover,
#header-nav.sticky-now #navigation .nav-menu > ul > li > a:hover,
#header-nav.sticky-now #navigation .nav-menu > ul > li > a:hover:after,
#header-nav.style-default #navigation .nav-menu > ul > li > a:hover,
#header-nav.style-default #navigation .nav-menu > ul > li > a:hover:after {
	color: #c5c5c5 !important;
}

#header-nav.sticky-now #navigation .nav-menu > ul > li > a:hover:after,
#header-nav.style-default #navigation .nav-menu > ul > li > a:hover:after,
.nav-menu ul.dropdown-menu li a:hover:after {
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

#header-nav.sticky-now #navigation .nav-extra-right {
	line-height: 53px;
}

#navigation {
	width: 100%;
	height: 96px;
	z-index: 50;
	background: #fff;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

#navigation_sticky {
	position: fixed;
	opacity: 0;
	transition: opacity .25s ease-in, top .25s ease-in, visibility .25s ease-in;
	height: 70px;
	top: -132px;
	z-index: 50;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navigation_sticky.navigation-sticky-visible {
	opacity: 1;
	top: 0;
}

span.st-no-nav {
	line-height: 90px;
	float: left;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

#header-nav.sticky-now #navigation span.st-no-nav {
	line-height: 64px;
}

.admin-bar #navigation-sticky {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.st-no-nav {
	display: block;
}

.nav-inner {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	position: relative;
}


/* Navigation Logo */

.nav-inner .logo {
	width: auto;
	height: auto;
	position: relative;
	left: 0;
	top: 50%;
	float: left;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-inner .logo a img {
	max-height: 52px;
}

.nav-inner .site-logo-overlay {
	position: absolute;
	left: 0;
	opacity: 0;
}

.style-transparent.sticky-now .site-logo {
	opacity: 0;
}

.style-transparent.sticky-now .site-logo-overlay {
	opacity: 1;
}


/* Navigation */

.nav-menu {
	float: right;
	height: 100%;
	z-index: 9;
}

.nav-menu > ul {
	height: 100%;
}

.nav-menu > ul > li.current_page_item > a,
.nav-menu > ul > li.current-menu-parent > a,
.nav-menu > ul > li.current-menu-ancestor > a {
	border-bottom: 2px solid #22d6ca;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nav-menu > ul > li > a:hover,
.nav-menu ul li {
	float: left;
}

.nav-menu ul li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 94px;
	margin-left: 16px;
	margin-right: 16px;
	padding: 0;
	border-bottom: 2px solid transparent;
	color: #131515;
	cursor: pointer;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

.nav-menu > ul > li.menu-item-has-children > a:after,
#header-nav.sticky-now .nav-menu > ul > li.menu-item-has-children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f0d7";
	display: inline-block;
	font: normal 8px/1 FontAwesome;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 10px;
	height: 9px;
}

.nav-menu > ul > li.menu-item-has-children > a:after,
#header-nav.style-transparent .nav-menu > ul > li.menu-item-has-children > a:after,
#header-nav.style-default .nav-menu > ul > li.menu-item-has-children > a:after {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 10px;
	height: 9px;
}

.nav-menu ul li a:hover {
	background: none !important;
}

.nav-menu ul li a:focus {
	background: transparent !important;
}


/* DropDown Menu */

.nav-menu ul.dropdown-menu {
	height: auto;
	margin: 0;
	box-shadow: none;
	padding: 0;
	background: transparent;
	border: 0px;
	border-top: 3px solid #22d6ca;
	width: 240px;
	margin-left: -8px;
	box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 0 !important;
	margin-top: -3px;
}

.nav-menu ul.dropdown-menu li {
	float: none;
	width: 100%;
	padding: 0px 23px 0px 20px;
	border-left: 3px solid transparent;
	-webkit-transition: border-left 0.2s;
	-moz-transition: border-left 0.2s;
	-ms-transition: border-left 0.2s;
	-o-transition: border-left 0.2s;
	transition: border-left 0.2s;
}

.nav-menu ul.dropdown-menu li:hover {
	border-left: 3px solid #22d6ca;
}

.nav-menu ul.dropdown-menu li a {
	font-size: 14px;
	line-height: 28px !important;
	padding: 6px 0;
	display: block;
	margin: 0;
	border: 0px;
	border-bottom: 1px solid #f4f4f4 !important;
	background-color: transparent;
	white-space: normal;
}

.nav-menu ul.dropdown-menu li a:hover,
.nav-menu ul.dropdown-menu li a:hover:after {
	color: #c5c5c5 !important;
	border-left-color: #22d6ca;
}

.nav-menu ul.dropdown-menu li.menu-item-has-children > a:after {
	font-family: 'typicons';
	content: '\e049';
	position: absolute;
	right: 22px;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	opacity: 1;
}

.dropdown-dark .nav-menu ul.dropdown-menu li a:after {
	opacity: 0.95;
}

.nav-menu ul.dropdown-menu li a:hover:after {
	color: #f3f3f3;
	opacity: 0.65;
}

#header-nav ul.dropdown-menu .menu-item .dropdown-menu {
	position: absolute;
	top: auto;
	left: 238px;
	margin-top: -41px;
}

#header-nav #navigation-mobile ul.dropdown-menu .menu-item .dropdown-menu {
	left: 0;
	position: relative;
	margin-top: 0px;
}

.nav-menu > ul > li:last-child {
	position: inherit;
}

.nav-menu > ul > li:last-child > .dropdown-menu {
	left: auto;
	right: 20px;
}


/* Dropdown Dark */

#header-nav.dropdown-dark ul.dropdown-menu {
	margin-top: 0px;
	border-top: 0px;
	box-shadow: none;
	background: #242626;
	padding: 1px 0;
}

#header-nav.dropdown-dark ul.dropdown-menu li a {
	border-bottom-color: #505050 !important;
	color: #f9f9f9;
}

#header-nav.dropdown-dark .mega-menu > .dropdown-menu > li > a {}

.nav-menu ul.dropdown-menu li:last-child > a {
	border: 0px !important;
}


/* Style Default */

.nav-menu .nav {
	float: left;
}

.header-cart-icon,
.header-search-minimal {
	font-size: 20px;
	color: #e1e1e1;
	cursor: pointer;
	transition: color .25s ease-in, border-color .25s ease-in;
}

.header-cart-icon:hover,
.header-search-minimal:hover {
	color: #aaa;
}

.header-cart-icon {
	font-size: 22px;
	cursor: pointer;
}

.header-big-search {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	display: none;
}

.header-big-search input.search {
	background: none;
	line-height: 96px;
	padding: 0;
	display: block;
	box-sizing: border-box;
	font-size: 26px;
	color: #131515;
	padding-left: 5px;
	border: 0;
	outline: 0;
	width: 100%;
	padding-right: 30px;
	font-weight: 300;
}


/* Header Slide */

#header-nav.style-default-slide {
	margin-top: -110px;
	transition: margin-top .4s;
	-webkit-transition: margin-top .4s;
	-moz-transition: margin-top .4s;
}

#header-nav.style-default-slide.navigation-appear {
	margin-top: 0px;
}

.header-big-search input.search::-webkit-input-placeholder {
	font-weight: 300;
}

.header-big-search input.search:-moz-placeholder {
	font-weight: 300;
}

.header-big-search input.search::-moz-placeholder {
	font-weight: 300;
}

.header-big-search input.search:-ms-input-placeholder {
	font-weight: 300;
}

.header-search-close {
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: 50%;
	top: 50%;
	margin-top: -17px;
	transition: color .25s ease-in;
	width: 34px;
	height: 34px;
}

.header-search-close i {
	color: #131515;
	font-size: 34px;
	line-height: 34px;
}

#navigation_sticky .header-big-search input.search {
	line-height: 70px;
}


/* Mega Menu */

#navigation .nav li.mega-menu {
	position: inherit !important;
}

#navigation .nav li.mega-menu > .dropdown-menu {
	width: auto;
	left: 15px;
	right: 20px;
	padding: 0;
	margin-left: 0px;
}

.dropdown-dark #navigation li.mega-menu > .dropdown-menu {
	margin-top: 0px;
}

#navigation .nav li.mega-menu > .dropdown-menu > li {
	width: 25%;
	float: left;
	padding: 17px 13px;
	border: 0px;
}

#navigation .nav li.mega-menu.cols-4 > .dropdown-menu > li {
	width: 25%;
}

#navigation .nav li.mega-menu.cols-3 > .dropdown-menu > li {
	width: 33.3%;
}

#navigation .nav li.mega-menu.cols-2 > .dropdown-menu > li {
	width: 50%;
}

#navigation .nav li.mega-menu ul.dropdown-menu li:first-child {
	border-top: 0px;
}

#navigation .nav li.mega-menu ul.dropdown-menu li:last-child {
	border-bottom-color: transparent;
}

#navigation .nav li.mega-menu > .dropdown-menu > li > a {
	font-weight: 500;
	color: #444;
	font-size: 17px;
	border: 0px !important;
}

#navigation .nav li.mega-menu > .dropdown-menu > li > a:after {
	content: none;
	display: none;
}

#header-nav.dropdown-dark #navigation li.mega-menu > .dropdown-menu > li > a {
	color: #eee !important;
	border: none !important;
	padding: 0 0 0 13px !important;
	font-weight: 700 !important;
	line-height: 42px !important;
}

#navigation .nav li.mega-menu .dropdown-menu a {
	border: 0px;
}

#navigation .nav li.mega-menu .dropdown-menu a:after {
	right: 0px;
	color: #cccccc;
}

#navigation .nav-menu .mega-menu ul.dropdown-menu ul.dropdown-menu li {
	padding: 0px 13px 0px 10px;
}

#navigation .nav li.mega-menu > .dropdown-menu > li .dropdown-menu {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	left: auto;
	box-shadow: none;
	border: 0px;
}

#navigation .nav li.mega-menu .current-menu-ancestor > a,
#navigation .nav li.mega-menu .current-menu-parent > a {
	color: #363636 !important;
}

#navigation li.mega-menu.no-heading > .dropdown-menu > li > a {
	display: none;
}


/* Nav Transparent */

#header-nav.style-transparent {
	background: none;
}

#header-nav.style-transparent.sticky-now #navigation {
	background: #fff;
}

#header-nav.sticky-now .header-big-search input.search {
	line-height: 64px;
}

#header-nav.sticky-now.navigation-appear .header-big-search .search-form,
#header-nav.sticky-now .header-big-search input.search {
	height: 64px;
}

#header-nav.style-transparent.sticky-now .header-big-search input.search {
	line-height: 94px;
}

#header-nav.style-transparent #navigation {
	background: none;
}

#header-nav.style-transparent .nav-menu > ul > li > a {
	color: #fff;
	border: 0px !important;
}

.style-transparent .nav-menu > ul > li > a:hover {
	color: #d5d5d5 !important;
}

#header-nav.style-transparent .nav-menu > ul > li > a:after {
	border-bottom-color: rgba(255, 255, 255, 0.58);
}

#header-nav.style-transparent .nav-menu ul.dropdown-menu li:first-child {
	border-top: 0px !important;
}

.sticky-now .nav-menu > ul > li > a {
	color: #131515;
}

.style-transparent .nav-extra-item i {
	color: rgba(255, 255, 255, 0.9);
}

.style-transparent .header-big-search,
.style-transparent .header-big-search input {
	color: #fff;
	height: 94px;
}

.style-transparent.sticky-now .header-big-search,
.style-transparent.sticky-now .header-big-search input {
	height: 64px;
}

.style-transparent .header-big-search {
	border-bottom: 1px solid #ccc;
	background: rgba(255, 255, 255, .1);
}

.style-transparent .header-big-search input {
	height: 94px;
}

.style-default .header-big-search .search-form,
.style-default .header-big-search input.search {
	height: 96px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.style-default.sticky-now .header-big-search .search-form,
.style-default.sticky-now .header-big-search input.search {
	height: 64px;
}

.style-transparent .header-big-search input::-webkit-input-placeholder {
	color: #707070;
}

.style-transparent .header-big-search input:-moz-placeholder {
	/* Firefox 18- */
	color: #707070;
}

.style-transparent .header-big-search input::-moz-placeholder {
	/* Firefox 19+ */
	color: #707070;
}

.style-transparent .header-big-search input:-ms-input-placeholder {
	color: #707070;
}

.style-transparent.sticky-now .header-big-search input::-webkit-input-placeholder {
	color: #707070;
}

.style-transparent.sticky-now .header-big-search input:-moz-placeholder {
	color: #707070;
}

.style-transparent.sticky-now .header-big-search input:-ms-input-placeholder {
	color: #707070;
}

#header-nav.style-transparent #navigation .nav-menu ul li.current_page_item a:before {
	content: none;
}

.style-transparent .mobile-nav-button {
	color: #fff;
}

.bypostauthor {}

.sticky {}


/* Extra Right Content */

.nav-extra-right {
	display: inline-block;
	float: right;
	line-height: 80px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#navigation_sticky .nav-extra-right {
	line-height: 59px;
}

.nav-extra-item {
	display: inline-block;
	margin-left: 14px;
}

.nav-extra-item i {
	transition: color .3s linear;
	color: #707070;
	font-size: 22px;
	display: inline-block;
	width: 22px;
	text-align: right;
}

.nav-extra-item:nth-child(2) {
	margin-left: 19px;
}

#header-nav .nav-extra-item:hover i {
	color: #22d6ca;
}

.sticky-now .nav-extra-item i {
	color: #707070;
}

.sticky-now .header-big-search input {
	color: #131515;
}


/* Mboile Nav Button */

.mobile-nav-button {
	display: none;
	position: absolute;
	height: 52px;
	background: transparent;
	right: 35px;
	top: 15px;
	font-size: 28px;
	cursor: pointer;
	color: #131515;
}

.mobile-nav-button:hover,
.mobile-nav-button:active {
	color: #1f1f1f;
}

#navigation-mobile {
	display: none;
	background: #fafafa;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.navigation-mobile > ul.menu {
	padding: 0 20px;
	margin: 0px;
}

.navigation-mobile > ul > li:last-child > a {
	border: 0px;
}

.navigation-mobile ul li {
	list-style: none;
	position: relative;
	padding: 0 15px;
}

.navigation-mobile ul li a {
	list-style: none;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #f4f4f4;
	padding-left: 0px;
	padding-right: 0px;
	background: none !important;
}

.navigation-mobile ul li li {
	padding-left: 20px;
}

.navigation-mobile a {
	color: #707070;
}

.navigation-mobile .dropdown-menu>li>a {
	padding-left: 15px;
}

.navigation-mobile .dropdown-toggle {
	position: absolute;
	right: 0px;
	width: 40px;
	text-align: center;
	font-family: FontAwesome;
	font-weight: bold;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-indent: 0px;
	display: block;
	z-index: 10;
	cursor: pointer;
	top: 0px;
	bottom: 0px;
	line-height: 50px;
}

.navigation-mobile .dropdown-toggle:after {
	content: "\f107";
	color: #fff;
}


/* Dark Mobile Menu */

#header-nav.dropdown-dark #navigation-mobile {
	background: #131515;
}

#header-nav.dropdown-dark .navigation-mobile ul li a {
	border-color: #333 !important;
	font-weight: 600;
	color: #f9f9f9;
	font-size: 14px;
	transition: all 0.25s ease-in;
}

#header-nav.dropdown-dark .navigation-mobile ul li a:hover {
	color: #c5c5c5;
}

.navigation-mobile .dropdown-menu {
	position: relative;
	float: none;
	border: 0px;
	box-shadow: none;
	padding: 0px;
	background: none;
	padding-left: 23px;
}

.navigation-mobile ul.dropdown-menu .dropdown-menu {
	position: relative;
	margin-top: 0px;
	left: auto;
	padding-left: 23px;
}

.navigation-mobile .dropdown-menu>li>a {
	padding: 0px;
	line-height: 44px;
	background: none !important;
}


/* Post Navigation */

.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-previous {
	position: relative;
	text-align: left;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	color: #131515;
	margin-bottom: 17px;
	max-width: 50%;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.nav-links a:hover b,
.nav-links a:hover strong {
	color: #099c92;
}

.post-navigation .nav-next {
	float: right;
	position: relative;
	text-align: right;
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
}

.nav-links {
	margin-bottom: 18px;
	border-bottom: 1px solid #eee;
}

.nav-links .label-button {
	color: #909090;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	line-height: 20px;
	position: absolute;
	top: -5px;
	z-index: -1;
	white-space: nowrap;
}

.nav-links .nav-next .label-button {
	right: 0;
}

.nav-links a {
	color: #131515;
	display: block;
	line-height: 20px;
	font-weight: 800;
	padding: 20px 0 20px;
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 2;
}

.nav-links .nav-next a {
	padding-left: 15px;
}

.nav-links .nav-previous a {
	padding-right: 15px;
}

.nav-links .nav-next .label-button:after {
	content: '\e0b0';
	font-family: 'typicons';
	font-size: 18px;
	margin-left: 11px;
}

.nav-links .nav-previous .label-button:before {
	content: '\e0af';
	font-family: 'typicons';
	font-size: 18px;
	margin-right: 11px;
}

.nav-links .nav-previous a:active,
.nav-links .nav-next a:active,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:focus {
	color: #131515;
}

.site-main .post-navigation {
	float: left;
	width: 100%;
}


/*---------------------------------------
	7) ACCESSIBILITY
-----------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/*Missing icons */

.fa-googleplus:before,
.fa-google_plus:before {
	content: "\f0d5";
}

.fa-mail:before {
	content: "\f0e0";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-vimeo:before {
	content: "\f194";
}


/*---------------------------------------
	8) ALIGNMENTS
-----------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

img.alignright {
	margin-bottom: 20px !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.t-left {
	text-align: left !important;
}

.t-center {
	text-align: center !important;
}

.fullwidth.t-center {
	width: 100%;
}

.t-right {
	text-align: right !important;
}

.t-justify {
	text-align: justify !important;
}


/*---------------------------------------
	9) CLEARINGS
----------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*---------------------------------------
	10) WIDGETS
-----------------------------------------*/

.sidebar-wrap {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.page-layout-sidebar_left .sidebar-wrap {
	border: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.widget .widget-title {
	color: #000;
	float: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 34px;
	position: relative;
	text-align: left;
}

.sidebar-wrap .widget .widget-title,
.widget.woocommerce .widget-title {
	font-weight: 700;
}

.widget-area {
	width: 100%;
}

.widget-area .widget {
	clear: both;
}

.widget-area .widget:first-child .widget-title {
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
}

.widget-area .widget:first-child .widget-title:after {
	bottom: -6px;
	margin-bottom: 22px;
	position: relative;
}

.widget select {
	border: 1px solid #e9e9e9;
	max-width: 100%;
	padding: 10px;
	width: 100%;
}

.search-button {
	background: transparent;
	border: none;
	color: #e1e1e1;
	font-size: 22px;
	height: 95%;
	margin: 0;
	outline: none;
	padding: 1px 10px 1px 6px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: color .25s ease-in;
	width: 40px;
}

.search-button:hover {
	background: transparent;
	color: #22d6ca;
}

.relative {
	position: relative !important;
}

.tagcloud a {
	background: transparent;
	border: 1px solid #707070;
	border-radius: 2px;
	color: #707070;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 19px;
	margin: 0 4px 4px 0;
	padding: 4px 12px;
}

.tagcloud a:hover {
	color: #fff;
}


/* Bounce To Top Effect */

.tagcloud a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.25s ease-in;
	transition-duration: 0.25s ease-in;
}

.tagcloud a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 1px;
	background: #00847b;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
	color: #fff !important;
}

.tagcloud a:hover:before,
.tagcloud a:focus:before,
.tagcloud a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tagcloud a::first-letter {
	text-transform: uppercase;
}

.widget ul {
	display: block;
	margin: 0;
	padding: 0;
}

.widget li,
#page-wrapper .sidebar-wrap .woocommerce > ul > li {
	border-bottom: 1px solid #707070;
	list-style: none;
	padding: 11px 0;
	padding-left: 18px;
	position: relative;
}

.widget ul ul.sub-menu,
.widget ul ul.children {
	border-top: 1px solid #707070;
	margin-top: 11px;
	margin-bottom: -11px;
}

#page-wrapper .sidebar-wrap .woocommerce ul.product_list_widget > li {
	padding-left: 0;
}

#footer .widget_posts_with_thumb .widget-rp li {
	padding-left: 0;
	padding-bottom: 2px;
}

#footer .widget_posts_with_thumb .widget-rp li:first-child {
	padding-top: 0;
}

.widget li:before {
	color: #22d6ca;
}

.widget.widget_posts_with_thumb li:before {
	color: transparent !important;
}

.widget li a {
	color: #131515;
	font-weight: 600;
}

.widget li:last-child {
	border-bottom-color: transparent !important;
}

.sidebar-wrap .widget li:last-child {
	border-bottom-color: transparent !important;
}

.widget li:before {
	font-family: 'typicons';
	font-size: 19px;
	line-height: 25px;
	position: absolute;
	left: 0;
	content: '\e0b2';
}

.widget li a {
	position: relative;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.sidebar-wrap .widget ul li > a:hover,
.sidebar-wrap a:hover,
.widget li a:hover {
	color: #c5c5c5;
}

.sidebar-wrap .contact-details-item a:hover {
	color: #131515;
}


/* Contact Details Widget */

.contact-details {
	position: relative;
}

.contact-details > div {
	margin-bottom: 5px;
	color: #131515;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #232323;
	z-index: 1;
}

.contact-details > div:last-child {
	border: 0;
	margin: 0;
}

.contact-details span {
	display: inline-block;
	line-height: 32px;
	padding-left: 40px;
}

.contact-details .typcn {
	color: #099c92;
	font-size: 20px;
	position: absolute;
	left: 0;
	width: 32px;
	text-align: center;
	border: 1px solid #707070;
	border-radius: 2px;
	padding: 0px 4px;
}

#footer .contact-details span.typcn {
	color: #099c92;
}

.widget .contact-details span a {
	color: #707070;
	font-weight: 600;
}

.contact-details-map:after {
	content: ".";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	background: url('img/globe.png') no-repeat center center;
	opacity: 0.11;
}


/* Widget: Recent Posts */

#page-wrapper .widget_posts_with_thumb a {
	display: block;
	padding-right: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2px;
}

.widget_posts_with_thumb a {
	color: #707070;
}

.widget_posts_with_thumb p {
	margin: 0;
}

.widget_posts_with_thumb .widget-rp li.rp-container {
	padding-left: 0;
	padding-bottom: 0;
}

#page-wrapper .widget_posts_with_thumb li.rp-container:before {
	display: none;
}

.widget_posts_with_thumb .rp-thumb {
	float: left;
	position: relative;
}

.widget_posts_with_thumb .rp-thumb:after {
	position: absolute;
	content: ".";
	text-indent: -9999px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 4px solid transparent;
	-webkit-transition: border-color 0.25s ease-in, background-color 0.25s ease-in;
	transition: border-color 0.25s ease-in, background-color 0.25s ease-in;
	background: transparent;
}

.widget_posts_with_thumb a:hover .rp-thumb:after {
	border-color: #22d6ca;
	background: rgba(255, 255, 255, 0.4);
}

.widget_posts_with_thumb .rp-thumb,
.widget_posts_with_thumb .rp-thumb img {
	width: 55px;
	height: 55px;
}

.widget_posts_with_thumb .rp-title {
	padding-left: 62px;
	text-transform: none;
}

.widget_posts_with_thumb .rp-title.no-thumb {
	padding-left: 0px;
}

.rp-title .classic-meta-section {
	color: #c5c5c5;
	font-size: 12px;
	margin-top: 4px;
	opacity: 0.6;
	margin-bottom: 10px;
	font-weight: 600;
}


/* Recent Posts Tabbed */

.widget .popular-posts-tab {
	display: none;
}

.rp-tabbed {
	border: 1px solid #eaeaea;
}

#footer .rp-tabbed {
	border: 0;
}

#page-wrapper .sidebar-wrap .tabbed-mode-nav,
#footer .sidebar-wrap .tabbed-mode-nav {
	margin: 0px;
}

#page-wrapper .tabbed-mode-nav li,
#footer .tabbed-mode-nav li {
	list-style: none;
	border: 0;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	width: 50%;
	cursor: pointer;
	text-align: center;
	color: #303030;
	padding: 11px 10px 13px;
	border-bottom: 1px solid #f1f1f1 !important;
	border-top: 2px solid transparent;
	position: relative;
	background: #f1f1f1;
	margin-top: 0;
}

#footer .widget_posts_with_thumb.widget .tabbed-mode-nav li {
	border-bottom: 0 !important;
	background: transparent;
	color: #777;
}

#page-wrapper .tabbed-mode-nav li:before,
#footer .tabbed-mode-nav li:before {
	display: none;
}

#page-wrapper .tabbed-mode-nav li.active-tab,
#footer .tabbed-mode-nav li.active-tab {
	border-bottom-color: transparent !important;
	border-top: 2px solid #22d6ca;
	background: transparent;
}

#footer .tabbed-mode-nav li.active-tab {
	border-top: 1px solid #22d6ca;
}

#page-wrapper .tabbed-mode-nav li:first-child:after,
#footer .tabbed-mode-nav li:first-child:after {
	content: "";
	border-left: 1px solid #f1f1f1 !important;
	display: block;
	right: 0;
	top: 0;
	position: absolute;
	height: 45px;
}

#footer .tabbed-mode-nav li:first-child:after {
	height: 0;
}

#page-wrapper .rp-tabbed .widget-rp.tab-content,
#footer .rp-tabbed .widget-rp.tab-content {
	padding: 10px 15px 10px 0px;
	margin-bottom: 0;
	margin-left: 15px;
}

#footer .rp-tabbed .widget-rp.tab-content {
	margin-bottom: 0px;
	margin-left: 0;
}

#page-wrapper .rp-tabbed .widget-rp li,
#footer .rp-tabbed .widget-rp li {
	padding-left: 0;
	padding-bottom: 0;
}


/* .textwidget */

.textwidget p i {
	position: relative;
	top: -2px;
	margin: 0 5px 0 0;
}


/*---------------------------------------
	11) MEDIA
-----------------------------------------*/

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}

.mfp-bottom-bar {
	margin-top: -30px !important;
}

.mfp-title {
	text-align: center !important;
	font-weight: 300;
	font-style: italic;
	padding-right: 0 !important;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
	text-align: center;
	font-weight: 300;
	font-style: italic;
}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-item .gallery-icon {
	text-align: left;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}


/*---------------------------------------
	12) TOP BAR
-----------------------------------------*/

#top-bar {
	height: 44px;
	line-height: 40px;
	background-color: rgba(249, 249, 249, 0.9);
	overflow: hidden;
	font-size: 13px;
	color: #a0a0a0;
	box-shadow: 0 0px 2px rgba(255, 255, 255, 0.7);
}

.header-style-transparent #top-bar {
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	color: #e0e0e0;
}

.header-style-transparent #top-bar a {
	color: #e3e3e3;
}

.topbar-left {
	float: left;
}

.topbar-right {
	float: right;
}

#top-bar .topbar-text {
	font-size: 14px;
}

#top-bar .typcn {
	font-size: 18px;
}

#top-bar .st-social-icons {
	margin: 0;
	height: 44px;
}

#top-bar .topbar-right .st-social-icons {
	position: relative;
	right: -10px;
}

#top-bar .topbar-left .st-social-icons {
	position: relative;
	right: 15px;
}

#top-bar .st-social-icons a {
	width: 42px;
	height: 44px;
	border-right: 1px solid #e7e7e7;
}

#top-bar .st-social-icons a:last-child {
	border-right: 0;
}

#top-bar a {
	color: #a0a0a0;
}

#top-bar a:hover {
	color: #22d6ca;
}

.topbar-text i {
	margin: 0 5px 0 15px;
}

.topbar-left i:not(:first-child) {
	margin-left: 20px;
}

.topbar-right i:not(:first-child) {
	margin-left: 20px;
}

.topbar-right .topbar-section {
	margin-left: 10px;
}

.topbar-section {
	display: inline-block;
}


/*Top Bar Menu*/

#top-bar ul,
#bottom-bar ul {
	margin: 0;
}

#top-bar .menu ul ul,
#bottom-bar .menu ul ul {
	display: none;
}

#top-bar .menu li,
#bottom-bar .menu li {
	list-style: none;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 12px;
	position: relative;
}

#top-bar .menu li,
#bottom-bar .menu li:last-child {
	margin: 0 0 0 15px;
}

#top-bar .menu li:first-child,
#bottom-bar .menu li:first-child {
	margin-left: 0;
}

#top-bar .menu li:last-child a:after,
#bottom-bar .menu li:last-child a:after {
	display: none;
}

#top-bar .menu a {
	display: block;
	font-weight: 600;
	border-top: 2px solid transparent;
}

#bottom-bar .menu a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 58px;
	border-bottom: 2px solid transparent;
}

#top-bar .menu li:hover a,
#bottom-bar .menu li:hover a {
	color: #22d6ca;
	border-color: #22d6ca;
}


/*---------------------------------------
	13) #main-title
-----------------------------------------*/

#main-title {
	background-color: #111;
	width: 100%;
	height: auto;
	position: relative;
}

#main-title .main-title-h2 {
	min-height: 90px;
	display: table;
}

.header-style-transparent #main-title h2 {
	padding-top: 79px;
	color: #fff;
}

.header-style-transparent #main-title #breadcrumb {
	margin-top: 31px;
}

.header-style-transparent #main-title #breadcrumb li,
.header-style-transparent #main-title #breadcrumb li a {
	color: #fff;
}

#main-title h2 {
	padding: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	margin: 0;
	line-height: 32px;
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
	max-width: 600px;
}


/* Breadcrumbs */

#breadcrumb {
	position: absolute;
	right: 90px;
	top: 40%;
	font-size: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-right: 15px;
	max-width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.archive.woocommerce #breadcrumb {
	display: none;
}

#breadcrumb li {
	list-style: none;
	display: inline-block;
}

#breadcrumb li:after {
	content: "/";
	-webkit-font-smoothing: antialiased;
	margin: 0 11px;
	opacity: 0.5;
}

#breadcrumb li:last-child:after {
	display: none;
	content: none;
}

#breadcrumb li,
.main-title-side a {
	color: #959595;
	font-weight: 300;
}

.main-title-side a:hover {
	color: #e9e9e9;
}


/*---------------------------------------
	14) CONTAINERS
-----------------------------------------*/

#header-nav + #page-wrapper {
	padding-top: 96px;
}

#header-nav.style-default-slide + #page-wrapper {
	padding-top: 0;
}

#header-nav.style-transparent + #page-wrapper {
	padding-top: 0;
}

.row-container {
	width: 100%;
	height: auto;
	max-width: 1170px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
	overflow: hidden;
}

.row-container:after {
	content: "";
	display: block;
	clear: both;
	text-indent: -9999px;
}

.row-container.no-paddings {
	padding: 0;
}

.page-template-default .row-container {
	padding: 0;
}

.single.single-post .row-container,
.single.single-post .vc_column_container.vc_col-sm-12>.vc_column-inner {
	padding: 0;
}

.page-layout-sidebar_left .page_inner.col-md-9 .vc_column_container.vc_col-sm-12>.vc_column-inner,
.page-layout-sidebar_right .page_inner.col-md-9 .vc_column_container.vc_col-sm-12>.vc_column-inner {
	padding: 0;
}

.page-layout-fullwidth .page_inner.col-md-9 .vc_column_container:first-child>.vc_column-inner {
	padding-left: 0;
}

.page-layout-fullwidth .page_inner.col-md-9 .vc_column_container:last-child>.vc_column-inner {
	padding-right: 0;
}

.inner-margin {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_row-stretch .row-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0px;
}

.vc_row-stretch > .row-container > .inner-margin,
.st-cta > .inner > .inner-margin {
	margin: 0px;
}

.vc_video-bg iframe {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.row-container.stretch_row_content {
	max-width: 100% !important;
	padding: 0 25px;
}

.row-container.stretch_row_content_no_spaces {
	max-width: 100% !important;
	padding: 0;
}

.row-container.stretch_row_content_no_spaces .vc_col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#page-wrapper .section-fullwidth {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

#page-wrapper .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.section-fullwidth .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}


/*---------------------------------------
	15) PAGES + CONTENT
-----------------------------------------*/


/* POSTS and PAGES */

.hentry {
	margin: 0 0 40px;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary {
	margin: 10px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-links .page-number {
	color: #707070;
	margin: 0 3px;
}

.page-header {
	border-bottom: none;
	margin: 0 0 30px 0;
	padding-bottom: 0;
	text-align: left;
}

.page-header .page-title {
	font-size: 25px;
	font-weight: 800;
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

.taxonomy-description {
	margin-top: 15px
}

.entry-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 45px;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	text-align: left;
	word-wrap: break-word;
}

.single .entry-title:after,
.error404 .entry-title:after {
	background: #707070;
}

.content-area .entry-header {
	overflow: hidden;
}


/* Team/Testimonial Page */

.single-testimonial-post .inner,
.single-team-post .inner {
	padding-top: 40px !important;
}

.single-team-thumbnail img {
	display: block;
	margin: 0 auto;
}

.single-team-inner {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.single-team .single-team-post .inner {
	padding-top: 0px !important;
}

.single-testimonial-post {
	margin: 80px 0;
	padding-bottom: 40px;
}

.single-testimonials .testimonials-owl-carousel {
	opacity: 1;
}


/* SIDEBAR */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary {
	width: 26%;
	float: left;
}

.col-md-3 #secondary {
	width: 100%;
}

.page-layout-sidebar_left #blog .page_inner {
	padding-right: 15px !important;
}

#secondary .widget {
	width: 100%;
	margin-bottom: 30px;
}

#secondary h1.bar-head {
	font-size: 22px;
	margin-bottom: 20px;
}

#secondary p {
	color: #959494;
}


/* COMMENTS */

#reply-title,
.comments-heading {
	font-size: 14px;
	font-weight: 800 !important;
	margin: 25px 0 15px;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
}

.comment-reply-title small a {
	color: #fff;
	border: 0;
	float: right;
	height: 31px;
	overflow: hidden;
	width: 20px;
}

.comment-reply-title small a:before {
	content: '\e122';
	font: normal normal normal 14px/1 typicons;
	font-size: 30px;
	position: relative;
	left: 2px;
	color: #131515;
}

#respond #reply-title {
	padding-top: 0;
}

#comments .pagination {
	margin: 20px 0 0;
}

#comments .pagination div > .page-numbers {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 35px;
	text-align: center;
	width: 32px;
}

ul.comments:first-child {
	height: auto;
	margin: 0;
	width: 100%;
}

.details > ul.comments {
	border-top: 1px solid #f6f6f6;
	margin-top: 40px;
	padding-top: 40px;
}

ul.comments li.comment,
ul.comments li.pingback {
	border-radius: 0px;
	list-style: none;
	overflow: hidden;
}

ul.comments li div.comment-body,
.woocommerce-Reviews .comment_container {
	background: rgba(255, 255, 255, .5);
	border: 1px solid #a0a0a0;
	margin-bottom: 20px;
	min-height: 95px;
	padding: 10px 10px 10px 92px;
	position: relative;
}

ul.comments li.pingback div.comment-body {
	padding: 10px;
}

ul.comments > li.parent:last-child div.comment-body {
	margin-bottom: 20px;
}

ul.comments > li:last-child div.comment-body {
	margin-bottom: 0;
}

ul.comments li div.comment-body:after {
	content: "";
	clear: both;
	display: table;
}

ul.comments li div.comment-body .comment-meta {
	font-size: 13px;
	position: absolute;
	top: 10px;
}

ul.comments li div.comment-body .comment-meta a {
	color: #131515;
}

ul.comments li div.comment-body .comment-meta .comment-edit-link {
	color: #c5c5c5;
	position: relative;
	z-index: 9;
}


/* Blog Comment Image */

ul.comments li .comment-author.vcard,
.woocommerce.single-product #page-wrapper #reviews #comments .avatar {
	left: 10px;
	position: absolute;
	top: 10px;
}

ul.comments li .comment-author.vcard img {
	width: 72px;
}

ul.comments li .comment-author.vcard .fn,
ul.comments li .comment-author.vcard .says {
	display: none;
}


/* Blog Comment Texts */

ul.comments li div.comment-body p,
.woocommerce-Reviews .comment_container .comment-text {
	border: 0;
	margin: 0;
	padding: 20px 10px 20px 0;
	position: relative;
	font-size: 14px;
}

.comment-body ul,
.comment-body ol {
	margin-bottom: 15px;
}

ul.comments li div.comment-body .reply {
	bottom: 5px;
	position: absolute;
	right: 7px;
}

ul.comments li div.comment-body .reply a:hover,
ul.comments li div.comment-body .reply a:hover:after {
	color: #099c92;
}

ul.comments li div.comment-body .reply a {
	font-family: 'Lora';
	font-style: italic;
	text-transform: lowercase;
}

ul.comments li div.comment-body .reply a:after {
	color: #c5c5c5;
	content: '\e0b7';
	font-family: 'typicons';
	font-style: normal;
	font-size: 18px;
	margin-left: 11px;
}

.comment-notes,
.form-allowed-tags {
	display: none;
}

.comments ul.children {
	padding-left: 20px !important;
}

.comment-awaiting-moderation {
	position: relative;
	top: 20px;
	color: #f4498b;
}

.no-comments {
	font-style: italic;
	margin-bottom: 0 !important;
}


/* Single Post Form */

.post-form {
	width: 100%;
	display: inline-block;
}

.post-form form div {
	padding: 10px 0;
}

form .comment-form-comment {
	padding: 0 0 10px 0;
}

.comment-form-comment textarea {
	margin: 0;
}

.post-form .comment-form-author {
	padding-right: 20px;
}

.post-form form div label {
	color: #a4a4a4;
	margin-bottom: 5px;
}

.post-form form .form {
	height: 50px;
	padding: 12px;
	width: 100%;
}

#comments .comment-form-author,
#comments .comment-form-email {
	padding: 10px 0;
}

#comments .comment-form-author {
	padding-right: 20px;
}

#comments .comment-form-author input,
#comments .comment-form-email input {
	padding: 12px 15px 14px;
}

.form-submit {
	margin: 0px 0px 40px;
}

#comments #commentform .form-submit {
	border-bottom: 1px solid #eee;
	margin: 0px 0px 20px;
	padding: 0px 0px 40px;
}

.post-form form .textarea {
	height: 180px;
	max-width: 100%;
	max-height: 201px;
	margin: 0;
}

.post-form #respond form #submit {
	margin-bottom: 0;
}


/* Actives, Focuses and Rollovers */

.post-form form .form:active,
.post-form form .form:focus {
	outline: none;
}

.logged-in-as {
	margin-bottom: 5px;
	text-align: left;
}


/* 404 PAGE */

.error404 #main-title {
	margin-bottom: 0;
}

.error404 .style-transparent + #page-wrapper #main-title {
	display: none;
}

.error404 .style-transparent + #page-wrapper .not-found-error404 {
	margin: 104px 0 20px 0;
}

.page-content-404 {
	padding-bottom: 80px;
}

.not-found-error404 {
	color: #22d6ca;
	font-size: 240px;
	font-weight: 900;
	line-height: 1em;
	margin: 30px 0 20px 0;
}

.description-error404 {
	font-size: 15px;
	color: #707070;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 35px;
}

.page-content-404 {
	padding-bottom: 80px;
}

.page-content-404 form.search-form {
	max-width: 600px;
	width: 70%;
	margin: 40px auto 0;
}


/*---------------------------------------
	16) BLOG
-----------------------------------------*/

.page_inner.col-md-9:after {
	content: "";
	clear: both;
	display: table;
}

article.hentry {
	float: left;
	margin-bottom: 30px;
	padding-bottom: 16px;
	width: 100%;
}

.page article.hentry {
	padding: 20px 0 10px;
}

.page article.hentry:last-child {
	padding: 20px 0 0;
}

.page article.hentry:first-child {
	padding-top: 0;
}

.single-post article.hentry.post {
	border: none;
	margin-bottom: 0;
}

article.hentry:last-child {
	margin-bottom: 20px;
}

article.format-video .entry-content iframe,
article.format-audio .entry-content iframe {
	width: 100%;
}

#wrapper_mbYTP_P10 {
	z-index: 0 !important;
}

.video-containers {
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
	padding-top: 1px;
	position: relative;
}

.video-containers iframe,
.video-containers object,
.video-containers embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	z-index: 5;
}

.st-image-slider {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: -10px;
	overflow: hidden;
}

.st-image-slider ul {
	list-style: none;
	margin: 0 0 11px 0;
}

article {
	text-align: left;
}

.entry-title a,
.widget-title a {
	color: #000;
	font-size: 25px;
}

#footer .widget-title a {
	color: #fff;
}

.clear {
	clear: both;
}

.sidebar-wrap.col-md-3 {
	margin: 80px 0 !important;
	padding-top: 0;
}

#page-wrapper .page-layout-sidebar_left .page_inner {
	padding: 0 0 0 15px;
}

#page-wrapper .page-layout-sidebar_left .sidebar-wrap {
	padding: 0 15px 0 0;
}

#page-wrapper .page-layout-sidebar_right .page_inner {
	padding: 0 0 0 15px;
}

#page-wrapper .page-layout-sidebar_right .sidebar-wrap {
	padding: 0 0 0 15px;
}

#page-wrapper .page-layout-sidebar_right .page_inner,
.single #page-wrapper .page-layout-sidebar_right .page_inner {
	padding: 0 15px 0 0;
}

.page-comments.inner {
	padding: 0px 35px;
}

.single-testimonial-post,
.single-team-post {
	margin-top: 80px;
}

.header-style-transparent .single-testimonial-post,
.header-style-transparent .single-team-post {
	margin-top: 0px;
}


/* Post Inner */

.blog-post-inner {
	padding: 20px 0;
}

.blog .blog-post-inner,
.archive .blog-post-inner,
.search .blog-post-inner {
	padding: 10px 25px;
}

.blog-post-inner.post-no-media {
	border-radius: 6px;
}

.single-post .post-no-media .blog-post-inner {
	padding-top: 25px;
}

.blog .post.format-image .post-media-container {
	display: none;
}

.blog .post h2.blog-post-title {
	margin-bottom: 10px;
}

h2.blog-post-title a {
	color: #131515;
	font-weight: 800;
}

h2.blog-post-title a b,
h2.blog-post-title a strong,
.nav-links a b,
.nav-links a strong {
	color: #000;
	font-weight: 800;
}

.post.sticky h2.blog-post-title {
	position: relative;
}

.post.sticky h2.blog-post-title:before {
	color: #22d6ca;
	font-family: 'typicons';
	font-size: 22px;
	position: absolute;
	left: 0;
	content: '\e027';
	font-weight: 400;
}

.post.sticky h2.blog-post-title a {
	padding-left: 20px;
}

.blog-style-grid h2.blog-post-title a {
	font-weight: 700;
}

.page_inner {
	margin: 80px 0 60px;
}

body.page .page-layout-fullwidth .page_inner {
	padding: 0;
}

.page-layout-sidebar_left .page_inner {
	float: right;
}

.archive .page-layout-sidebar_left .page_inner,
.search .page-layout-sidebar_left .page_inner {
	float: right;
}

.archive .page-layout-fullwidth .page_inner.col-md-9,
.search .page-layout-fullwidth .page_inner.col-md-9 {
	width: 100%;
}

.page-layout-fullwidth .page_inner {
	width: 100%;
	padding: 0;
}

.error404 .page_inner {
	margin: 80px 0;
}

.list-post-top {
	min-height: 130px;
}

.search .list-post-top {
	min-height: 1px;
}

.blog .post .entry-content,
.archive .post .entry-content {
	margin: 10px 0 0;
}

.entry-content {
	margin: 0;
}

.single-post article .entry-content {
	margin: 0;
}

.row {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}


/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
	margin-bottom: 6px;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar td#today {
	background: #84fff9;
}

.widget_calendar a {
	background: #f9f9f9;
	color: #099c92;
	display: block;
	font-weight: 600;
}

.widget_calendar tbody td {
	background-color: #f9f9f9;
}

.widget_calendar tbody .pad {
	background-color: transparent;
}

.widget_calendar thead th {
	background: #e9e9e9;
	border: none;
}


/* Slider Pagination */

#page-wrapper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}

#page-wrapper .swiper-pagination-bullet,
#page-wrapper .vc_images_carousel .vc_carousel-indicators li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid transparent;
	cursor: pointer;
	opacity: 0.8;
	background-clip: padding-box;
	transition: background .3s, border .3s, opacity .3s;
}

#page-wrapper .swiper-pagination-bullet:hover,
#page-wrapper .vc_images_carousel .vc_carousel-indicators li:hover {
	opacity: 1;
}

#page-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active,
#page-wrapper .vc_images_carousel .vc_carousel-indicators li.vc_active {
	background-color: transparent !important;
	border-color: #fff;
	opacity: 1;
}

.swiper-containers {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: left;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	background: #fff;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}


/*---------------------------------------
	17) TRANSITIONS - all 0.25s ease-in
-----------------------------------------*/

a,
h3,
input,
textarea,
button,
.btn,
#respond #submit,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-navigation .nav-previous,
.post-navigation .nav-next,
.nav-links .nav-next .label-button:after,
.nav-links .nav-previous .label-button:before,
#bottom-bar .menu a,
ul.comments li div.comment-body .reply a:after,
.portfolio-filters li,
.portfolio-style .item-inner:after,
.portfolio-overlay-icons a,
.st-team h6.team-position,
.st-team.style-circle .team-photo img,
.st-social-icons a,
.video-popup i,
#content .ui-tabs-nav a,
.owl-dot,
.owl-nav > div,
.st-pricing-table,
.st-pricing-table a.btn,
.st-banner-flip img,
.st-blog .read-more-post:after,
.st-blog-owl-carousel .read-more-post,
.blog-item-inner img,
.carousel-post-overlay,
.client-text,
.logos-owl-carousel .style-transparent a,
a.read-more-post,
a.read-more-post:after,
.blog-item-overlay,
.post-media-container a:before,
.blog-post-overlay,
.st-pagination li > a,
.woocommerce-pagination li > a,
#toTop a,
#page-wrapper .tabbed-mode-nav li,
.post-media-container .blog-item-overlay span,
.woocommerce div.product div.images a.woocommerce-main-image:before,
#page-wrapper .product .thumbnails a:before,
ul.products .product-thumbnail-wrap:before,
.nav-links a b,
.nav-links a strong,
.page-links span.page-number {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}


/*---------------------------------------
	18) FONT COLOR ACCENT - dark BG
-----------------------------------------*/

.white-accent h1,
.white-accent h2,
.white-accent h3,
.white-accent h4,
.white-accent h5,
.white-accent h6,
.white-accent p,
.white-accent blockquote,
.white-accent pre,
.white-accent a,
.white-accent abbr,
.white-accent acronym,
.white-accent address,
.white-accent big,
.white-accent cite,
.white-accent code,
.white-accent del,
.white-accent dfn,
.white-accent em,
.white-accent ins,
.white-accent kbd,
.white-accent q,
.white-accent samp,
.white-accent small,
.white-accent strike,
.white-accent strong,
.white-accent sub,
.white-accent sup,
.white-accent tt,
.white-accent var,
.white-accent dl,
.white-accent dt,
.white-accent dd,
.white-accent ol,
.white-accent ul,
.white-accent li,
.white-accent legend,
.white-accent table,
.white-accent caption,
.white-accent tbody,
.white-accent tfoot,
.white-accent thead,
.white-accent tr,
.white-accent th,
.white-accent td .white-accent .btn:hover,
.white-accent .btn:focus,
.white-accent .btn.focus,
.white-accent button:focus,
.white-accent input[type="button"]:focus,
.white-accent input[type="reset"]:focus,
.white-accent button:active,
.white-accent input[type="button"]:active,
.white-accent input[type="reset"]:active,
.white-accent input[type="text"],
.white-accent input[type="email"],
.white-accent input[type="url"],
.white-accent input[type="password"],
.white-accent input[type="search"],
.white-accent textarea,
.white-accent input[type="text"]:focus,
.white-accent input[type="email"]:focus,
.white-accent input[type="url"]:focus,
.white-accent input[type="password"]:focus,
.white-accent input[type="search"]:focus,
.white-accent textarea:focus,
#content .white-accent .wpcf7 label,
.white-accent .st-heading-text h2,
.white-accent .st-cta h2,
.white-accent .counterTo-number,
.white-accent .ic-box-item h3,
.white-accent .ic-box-item .ic-box-descr,
.white-accent .ic-box-4st .ic-box-descr,
.white-accent .testimonials-style-minimal .client-text p,
.white-accent .portfolio-filters-default_border .portfolio-filters li,
.white-accent .st-team h4.team-name,
.white-accent .st-team .team-data .team-description,
#page-wrapper .white-accent .team-social-profiles a,
.white-accent .video-popup h2,
.white-accent .video-popup p,
.white-accent .video-popup i,
.white-accent .st-contact-block .contact-block-details span,
.white-accent .st-pagination li > a,
.woocommerce-pagination li > a,
.white-accent .wpb_wrapper .st-social-icons-square a,
.white-accent .wpb_wrapper .st-social-icons-round a {
	color: #fff;
}

.white-accent .st-heading-text h6,
.white-accent .st-cta p,
.white-accent .st-counterTo h6,
.white-accent div.wpcf7-mail-sent-ok,
.white-accent div.wpcf7-validation-errors,
.white-accent .st-team .item h6.team-position,
.white-accent .contact-block-details .contact-block-email a,
.white-accent ul.cbp-description-features > li p a {
	color: #f9f9f9;
}

#content .white-accent .wpcf7 input[type="text"]:focus,
#content .white-accent .wpcf7 input[type="email"]:focus,
#content .white-accent .wpcf7 input[type="url"]:focus,
#content .white-accent .wpcf7 input[type="password"]:focus,
#content .white-accent .wpcf7 textarea:focus {
	border-color: transparent !important;
}

.white-accent .video-popup i,
.white-accent .wpb_wrapper .st-social-icons-square a,
.white-accent .wpb_wrapper .st-social-icons-round a {
	border-color: #fff;
}


/*---------------------------------------
	19) CONTENT STYLES / VISUAL COMPOSER ELEMENTS
-----------------------------------------*/


/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
	from {
		background-position: 0px 0px;
	}
	to {
		background-position: 9600px 0px;
	}
}

@-moz-keyframes BackgroundAnimation {
	from {
		background-position: 0px 0px;
	}
	to {
		background-position: 9600px 0px;
	}
}

@-ms-keyframes BackgroundAnimation {
	from {
		background-position: 0px 0px;
	}
	to {
		background-position: 9600px 0px;
	}
}


/* VC icon element */

.vc_icon_element {
	margin-bottom: 0px !important;
}


/* Template for VC */

#landingpage {
	margin: 80px 0;
}

.vc_transform #landingpage {
	margin: 0;
}

#content .vc_column_container.vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}


/* ISOTOPE STYLES */

.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: -o-transform, 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;
}


/* PORTFOLIO */

.portfolio {
	overflow: hidden;
}

.portfolio-items {
	overflow: hidden;
}


/* Portfolio Filters */

.portfolio-filters-wrap {
	position: relative;
}

.portfolio-filters {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.portfolio-filters-dark .portfolio-filters {
	margin: 25px 0 40px;
}

.portfolio-counter-yes .portfolio-filters {
	padding-top: 30px;
}

.portfolio-filters li {
	display: inline-block;
	padding: 0px;
	margin: 0 11px;
	font-size: 15px;
	cursor: pointer;
	margin-top: 5px;
	position: relative;
}

.portfolio-filters li.cbp-filter-item-active {
	border-color: #22d6ca;
}


/* Filtering menu styles */

.portfolio-filters-default_border .portfolio-filters {
	margin-bottom: 30px;
}

.portfolio-filters-default_border .portfolio-filters:after {
	display: block;
	margin: 0 auto;
	content: '';
	height: 1px;
	background: #00847b;
	opacity: .3;
	width: 60%;
}

.portfolio-filters-default_border .portfolio-filters li {
	padding-bottom: 20px;
	margin-bottom: -2px;
}

.portfolio-filters-boxed .portfolio-filters li {
	border: 0;
	padding: 10px 20px;
	margin: 0 5px;
	border: 1px solid #bbb;
	font-size: 14px;
	line-height: 14px;
	border-radius: 2px;
}

.portfolio-filters-boxed .portfolio-filters li:hover,
.portfolio-filters-boxed .portfolio-filters li.cbp-filter-item-active {
	background: #00847b;
	border-color: #00847b;
	color: #fff;
}

.portfolio-filters-regular .portfolio-filters li {
	border: 0;
	border-radius: 4px;
	padding: 7px 13px;
	margin: 0 3px;
}

.portfolio-filters-regular .portfolio-filters li.cbp-filter-item-active {
	background: #22d6ca;
	color: #fff;
}


/* Full Dark */

.portfolio-filters-dark {
	text-align: center;
}

.portfolio-filters-dark .portfolio-filters {
	width: auto;
	background: #131515;
	display: inline-block;
	border-radius: 4px;
	padding: 0 22px !important;
}

.portfolio-filters-dark .portfolio-filters li {
	color: #a0a0a0;
	padding: 8px 0;
	margin-bottom: 6px;
}

.portfolio-filters-dark .portfolio-filters li:hover,
.portfolio-filters-dark .portfolio-filters li.cbp-filter-item-active {
	color: #fff;
	border-color: #fff;
}


/* Portfolio Filters */

.cbp-filter-counter {
	background: #00847b;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity .2s ease-in, bottom .2s ease-in;
	transition: opacity .2s ease-in, bottom .2s ease-in;
	border-radius: 2px;
}

.cbp-filter-counter:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #00847b;
	display: none;
}

.portfolio-filters li:hover .cbp-filter-counter {
	bottom: 45px;
	opacity: 1;
}

.portfolio-simple .portfolio-filters li:hover .cbp-filter-counter {
	bottom: 40px;
}

.portfolio-filters li:hover .cbp-filter-counter:before {
	display: block;
}

.portfolio-counter-no .cbp-filter-counter,
.portfolio-filters-boxed .cbp-filter-counter {
	display: none !important;
}

.portfolio-counter-yes .portfolio-filters-boxed .portfolio-filters {
	padding-top: 0px !important;
}


/* Portfolio Items */

.portfolio .portfolio-items {
	width: 100%;
	visibility: hidden;
}

.portfolio .portfolio-items .item {
	height: auto;
}

.portfolio-style .item a.work-image {
	display: block;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.portfolio-style .item img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-backface-visibility: hidden;
}


/* Boxed Items */

.portfolio .portfolio-style div.boxed-item {
	width: 33.3%;
	overflow: hidden;
	background: transparent;
}

.portfolio-style .item-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.portfolio-style .item-inner:after {
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	position: top;
	top: 0;
	z-index: 0;
	background: rgba(19, 21, 21, .55);
	background: -webkit-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -o-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -moz-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
}

.portfolio-style .item:hover .item-inner:after {
	opacity: 1;
}

.portfolio.boxed .portfolio-items {
	margin-bottom: 35px;
	-webkit-overflow-scrolling: touch;
}


/* Item Outer Details */

.item-outer {
	padding: 13px 24px 20px;
	text-align: left;
	background: #00847b;
	position: relative;
	color: #fff;
	transition: background-color .25s ease-in;
}

.item:hover .item-outer {
	background: #383838;
}

.portfolio-outer-excerpt {
	color: #f9f9f9;
	margin-top: -5px;
	margin-bottom: 19px;
	font-size: 14px;
}

.item:hover .item-outer h3.portfolio-outer-title a {
	color: #fff;
}

h3.portfolio-outer-title {
	margin-bottom: 0;
	margin-top: 0;
}

h3.portfolio-outer-title a {
	text-transform: none;
	font-size: 18px;
	font-weight: 600 !important;
	color: #fff;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.portfolio-title_cats_center .portfolio-outer-excerpt {
	display: none;
}

.portfolio-title_cats_center .item-outer {
	text-align: center;
}

.portfolio-title_cats_center .item-outer h3 {
	font-size: 20px;
}

.portfolio .portfolio-outer-cats,
.portfolio-title_cats_center .portfolio-outer-cats {
	color: #c5c5c5 !important;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}


/* Style Simple */

.portfolio-title_cats_center .item-outer {
	border-radius: 0;
}


/* Style Excerpt */

.portfolio-title_excerpt .portfolio-outer-cats {
	display: none;
}


/* Style Excerpt + More */

.portfolio-title_excerpt_more .item-outer {
	text-align: left;
}

.portfolio-title_excerpt_more .portfolio-outer-cats {
	display: none;
}


/* Style Excerpt + More */

.portfolio-cols-1.portfolio-title_excerpt_more .portfolio-outer-cats {
	display: block;
}

.portfolio-cols-1 .item-inner {
	float: left;
	width: 70%;
}

.portfolio-cols-1 .item-outer {
	position: absolute;
	right: 0;
	left: 70%;
	top: 0;
	bottom: 0;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 30px;
}

.portfolio-cols-1 .cbp-item-wrapper {
	overflow: hidden;
}

.portfolio-cols-1 .portfolio-outer-title a {
	font-size: 24px;
}

.portfolio-cols-1.portfolio-title_excerpt_more .portfolio-outer-cats {
	color: #aaa;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* Item Overlay Details */

.portfolio-item-overlay,
.blog-item-overlay {
	position: absolute;
	display: inline-block;
	text-align: center;
	width: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.portfolio .portfolio-overlay-title h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
}


/* Portfolio Thumbnail Hover Styles */

.portfolio-style .item:hover img {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.portfolio-style .item:hover .portfolio-item-overlay {
	opacity: 1;
}


/* Portfolio Styles */

.portfolio-overlay-title,
.portfolio-overlay-cats,
.portfolio-overlay-excerpt {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

.portfolio-overlay-title {
	color: #22d6ca;
	margin-top: -20px;
	transition: color .25s ease-in;
}

.portfolio-overlay-cats {
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
}

.portfolio-overlay-excerpt {
	padding: 0 20px;
}

.portfolio-overlay-icons {
	position: absolute;
	top: -10%;
	margin-top: -26px;
	text-align: center;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity .25s ease-in, top .25s ease-in;
	transition: opacity .25s ease-in, top .25s ease-in;
}

.item:hover .portfolio-overlay-icons,
.blog-post-wrap:hover .portfolio-overlay-icons {
	opacity: 1;
	top: 50%;
}

.portfolio-overlay-icons a {
	color: #fff;
	font-size: 45px;
	margin: 0 2px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 44px;
	display: inline-block;
}

.portfolio-overlay-icons a i.typcn-link {
	font-size: 50px;
}

.portfolio-overlay-icons a i.typcn {
	vertical-align: top;
}

.portfolio-overlay-icons a:hover {
	color: #84fff9;
}

.portfolio-overlay-icons .overlay-icon-link {
	line-height: 50px;
}


/* Enable title and categories for specific styles */

.portfolio-title_categories .portfolio-overlay-title,
.portfolio-title_categories .portfolio-overlay-cats,
.portfolio-title_categories_excerpt .portfolio-overlay-title,
.portfolio-title_categories_excerpt .portfolio-overlay-cats,
.portfolio-icons_title_categories .portfolio-overlay-title,
.portfolio-icons_title_categories .portfolio-overlay-cats {
	display: block;
}

.portfolio-icons_title_categories .portfolio-overlay-title a {
	color: #fff;
}

.portfolio-icons_title_categories .portfolio-overlay-icons {
	margin-top: -55px;
}

.portfolio-icons_title_categories .portfolio-overlay-title {
	margin-top: -5px;
}

.portfolio-icons_title_categories .portfolio-overlay-cats {
	margin-top: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.portfolio-icons_title_categories .overlay-icon-link {
	display: none;
}

.portfolio-none .portfolio-overlay-icons {
	display: none !important;
}


/* Dark Overlay */

.portfolio-title_categories .item-inner,
.portfolio-title_categories_excerpt .item-inner,
.portfolio-simple_dark .item-inner,
.portfolio-title_icons_categories .portfolio-style .item-inner {
	background: #111;
}

.portfolio-simple_dark .item:hover img {
	opacity: 0.4;
}


/* Title, categories, excerpt */

.portfolio-title_categories_excerpt .portfolio-overlay-excerpt {
	display: block;
	margin-top: 5px;
	color: #aaa;
}

.portfolio-title_categories_excerpt .portfolio-overlay-excerpt:after {
	content: ".";
	width: 100px;
	height: 5px;
	background: #22d6ca;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.portfolio-title_categories .portfolio-overlay-icons,
.portfolio-title_categories_excerpt .portfolio-overlay-icons {
	display: none;
}

.portfolio-title_categories_excerpt .portfolio-overlay-title {
	margin-top: -55px;
}

.portfolio-title_categories .portfolio-overlay-title a,
.portfolio-title_categories_excerpt .portfolio-overlay-title a:hover {
	color: #fff !important;
}

.portfolio-title_categories_excerpt .portfolio-overlay-cats {
	margin-top: -25px;
}

.portfolio-title_categories .portfolio-overlay-title,
.portfolio-title_categories_excerpt .item.no-excerpt .portfolio-overlay-title {
	margin-top: -20px;
	color: #22d6ca;
}

.portfolio-title_categories .portfolio-overlay-cats,
.portfolio-title_categories_excerpt .item.no-excerpt .portfolio-overlay-cats {
	margin-top: 11px;
}


/* PORTFOLIO DESCRIPTION */

.st-portfolio-description:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.st-portfolio-description {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	display: table;
}

.st-portfolio-description.portfolio-description-style1 {
	padding: 0 15px;
}

.st-portfolio-description .col-sm-12.col-lg-7 {
	padding: 25px 15px;
	float: none;
	display: table-cell;
}

.portfolio-description-side {
	border-left: 1px solid #e1e1e1;
	padding: 30px 0;
	float: none;
	display: table-cell;
}

h2.cbp-description-header {
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 25px;
	font-weight: 800;
	margin-top: 5px;
}

.portfolio-description-style1 h2.cbp-description-header {
	margin-top: 25px;
}

.cbp-description-text {
	margin: 20px auto;
	padding: 0;
	font-size: 15px;
}

.st-portfolio-description .cbp-description-button {
	font-size: 14px;
	padding: 10px 18px;
	margin: 5px 0 10px;
}

.portfolio-description-style1 .cbp-description-features {
	margin: 25px 0 15px 0;
}

.portfolio-description-style1 .cbp-description-button {
	margin: 15px 0 40px;
}


/* Style Minimal */

.portfolio-description-minimal {
	text-align: center;
	padding: 25px 0 30px;
}

.cbp-description-header-categories {
	color: #aaa;
	font-weight: 500;
	font-weight: 600;
	margin-bottom: 20px;
}

.portfolio-description-minimal p.cbp-description-text {
	margin-top: 13px;
	width: 80%;
	font-size: 17px;
	max-width: 720px;
}

.portfolio-description-minimal .cbp-description-button {
	text-transform: uppercase;
	padding: 15px 40px;
}


/* Features List */

ul.cbp-description-features {
	margin: 0;
	position: relative;
	top: -10px;
}

.portfolio-description-style1 ul.cbp-description-features {
	position: relative;
	top: 0;
}

ul.cbp-description-features > li {
	margin: 0 auto;
	padding: 12px 15px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	color: #555;
}

ul.cbp-description-features > li p {
	padding-left: 100px;
	margin: 0;
}

ul.cbp-description-features > li p a {
	color: #131515;
	font-weight: 600;
}

ul.cbp-description-features > li:first-child {
	padding-top: 0;
}

ul.cbp-description-features > li:last-child {
	padding-bottom: 0;
}

ul.cbp-description-features li:last-child {
	border-bottom: transparent;
}

ul.cbp-description-features li h6 {
	font-size: 14px;
	float: left;
	margin: 0;
	margin-right: 10px;
	width: 120px;
	line-height: 1.4em;
	margin-top: 1px;
	font-weight: 700;
}

ul.cbp-description-features li.p-feature p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
}

.cbp-description-feature-skills {
	margin: 0;
	padding-left: 100px;
}

.cbp-description-feature-skills li {
	list-style: none;
	display: inline-block;
	font-weight: 600;
}

.cbp-description-feature-skills li:after {
	content: ",";
	margin-right: 4px;
}

.cbp-description-feature-skills li:last-child:after {
	content: none;
	display: none;
}


/* cube portfolio animation */

.cbp-item-off,
.cbp-item-off .item a.work-image,
.cbp-item-off .item-outer h3,
.cbp-item-off .item-outer .portfolio-outer-cats {
	z-index: -1 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}


/* Ajax Pagination */

#ajax-load-posts {
	text-align: center;
}

#ajax-load-posts .btn {
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	margin-bottom: 0;
	border-color: #84fff9;
}

.ajax-no-posts {
	background: rgba(0, 0, 0, 0.25) !important;
	cursor: default;
	box-shadow: none !important;
	border-color: #efefef;
}

#portfolio-load-posts {
	text-align: center;
}

#portfolio-load-posts .btn {
	margin: 30px 0 0;
}


/* TEAM */

.st-team .item {
	text-align: center;
}

.st-team .item:hover h6.team-position,
#page-wrapper .st-team .item:hover .team-social-profiles a {
	color: #099c92;
}

a.member-social.googleplus {
	display: none !important;
}

.st-owl-carousel img {
	opacity: .98;
}

.st-owl-carousel .blog-extra-meta,
.st-owl-carousel img,
.st-team .member-photo-holder img,
.st-team .team-info {
	backface-visibility: hidden !important;
	-webkit-backface-visibility: hidden !important;
}

.st-team h3.team-name {
	font-size: 20px;
	font-weight: 600 !important;
	margin: 0;
}

.st-team h6.team-position {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 24px;
}

.cbp-item-off h3.team-name,
.cbp-item-off h6.team-position {
	visibility: hidden;
}

.st-team .team-data {
	padding: 0 8px;
}

#page-wrapper .team-social-profiles a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	color: rgba(0, 0, 0, 0.15);
	font-size: 15px;
	border-radius: 100%;
	background-color: transparent !important;
	margin: 15px 3px 0;
	transition: color .25s ease-in, border-color .25s ease-in;
}

#page-wrapper .st-team .item .team-social-profiles a:hover {
	border-color: #22d6ca;
	color: #22d6ca;
}

.st-team .item:hover .team-social-profiles a {
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.22);
}


/* Style Thumbnails Circle */

.st-team.style-circle .team-photo img {
	border-radius: 100%;
	border: 3px solid transparent;
}

.st-team.style-circle .item:hover .team-photo img {
	border-color: #099c92;
}


/* Style Member info on Hover */

.st-team.style-hover .item {
	margin-left: -1px;
	cursor: drag;
}

.st-team.style-hover .team-inner {
	position: relative;
}

.st-team.style-hover .team-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.st-team.style-hover .item:hover .team-info {
	opacity: 1;
}

.st-team.style-hover .team-info:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.st-team.style-hover h3.team-name {
	color: #fff;
}

.st-team.style-hover h6.team-position {
	color: #22d6ca;
}

.st-team.style-hover .team-description {
	color: #f9f9f9;
}

.st-team.style-hover .team-data {
	padding: 0 10px;
}

#page-wrapper .st-team.style-hover .team-data .team-social-profiles a {
	color: rgba(255, 255, 255, 0.5);
	border-color: #898989;
}

.st-team.style-hover .team-info-inner,
.st-team.style-slide_bottom .team-info-inner {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	margin: 0 auto;
}


/* Style Slide from Bottom */

.st-team.style-slide_bottom .team-info {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	top: 100%;
	min-height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.st-team.style-slide_bottom .team-inner {
	border-bottom: 1px solid #ebebeb;
}

.st-team.style-slide_bottom .item:hover .team-info {
	top: 0;
}

.st-team.style-slide_bottom h3.team-name {
	color: #fff;
}

.st-team.style-slide_bottom .team-data {
	padding: 0 30px 40px 30px;
}

.st-team.style-slide_bottom .team-description {
	color: #f9f9f9;
}


/* Team Grid */

.team-items {
	visibility: hidden;
}


/* HEADING TEXT */

.st-heading-text {
	margin-bottom: 40px;
	text-align: center;
}

.st-heading-text h2 {
	font-weight: 800;
	margin-bottom: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 30px;
	line-height: 50px;
	text-transform: none;
}

.st-heading-text h6 {
	margin: 0 auto;
	max-width: 560px;
	margin-top: 5px;
	color: #161b1f;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: none;
}

.st-heading-text.heading-text-align-left {
	text-align: left;
}

.st-heading-text.heading-text-align-left h6 {
	margin: 0px !important;
}

.st-heading-text.heading-text-align-right {
	text-align: right;
}

.st-heading-text.heading-text-align-right h6 {
	margin-right: 0px !important;
}


/* CALL TO ACTION */

.st-cta {
	padding: 50px 0px 60px;
	overflow: hidden;
	border-radius: 6px;
}

.st-cta.st-cta-style-centered {
	padding: 40px 0px;
}

.vc_row-stretch .st-cta {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.st-cta h2 {
	font-weight: 800;
	font-size: 30px;
	margin: 0;
	line-height: 50px;
	text-transform: none;
}

.st-cta p {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	opacity: .8 !important;
	line-height: 24px;
}

.st-cta .col-xs-8 {
	padding-left: 0;
	padding-right: 0;
}

.st-cta .cta-button {
	margin: 11px 0;
	float: right;
	border-radius: 2px;
}

.st-cta-style-default .cta-right {
	text-align: right;
	padding-left: 0px;
}

.st-cta .cta-right.col-xs-4 {
	padding-left: 0;
	padding-right: 0;
}


/* CTA Centered */

.st-cta.st-cta-style-centered {
	text-align: center;
}

.st-cta.st-cta-style-centered .inner-margin > div {
	float: none;
	display: block;
	width: 100%;
}

.st-cta.st-cta-style-centered h2 {
	-webkit-font-smoothing: subpixel-antialiased;
}

.st-cta.st-cta-style-centered .cta-button {
	margin-top: 30px;
	float: none;
}

.st-cta.st-cta-style-centered .cta-subtitle {
	margin: 0 auto;
	margin-top: 5px;
	max-width: 700px;
}


/* COUNTER */

.st-counterTo {
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
}

.counterTo-title:after {
	content: "";
	width: 60px;
	height: 1px;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
	background: #099c92;
	box-shadow: 0 0 2px #22d6ca;
}

.counterTo-number {
	font-size: 40px;
	font-weight: 800;
	color: #000;
}

.st-counterTo,
.st-counterTo h6 {
	text-transform: none;
}

.st-counterTo .counterTo-icon i {
	color: #099c92;
	font-size: 50px;
}

.st-counterTo h6 {
	color: #161b1f;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
	font-weight: 600;
	margin-top: 3px;
}

.st-counterTo .counterTo-icon {
	margin-bottom: 13px;
}

.st-counterTo .counterTo-value {
	margin-bottom: 10px;
}


/* ST SOCIAL ICONS */

.st-social-icons a {
	margin-left: 0;
	height: 32px;
	width: 32px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

#page-wrapper .st-social-icons a:hover {
	border-color: #22d6ca;
	color: #22d6ca;
}

.wpb_wrapper .st-social-icons-square a {
	border-radius: 2px;
	border: 1px solid #383838;
	margin-right: 10px;
	color: #383838;
}

.wpb_wrapper .st-social-icons-round a {
	border-radius: 100%;
	border: 1px solid #383838;
	margin-right: 10px;
	color: #383838;
	height: 35px;
	width: 35px;
}

.wpb_wrapper .st-social-icons-round a i {
	line-height: 32px;
}

.sidebar-wrap .st-social-icons a {
	border-radius: 100%;
	border: 1px solid #383838;
	margin: 0 10px 4px 0;
	color: #383838;
}


/* VIDEO LIGHTBOX */

.mbYTP_wrapper {}

.video-popup {
	position: relative;
	text-align: center;
}

.video-popup-inner {
	padding: 90px 0px 82px;
}

.video-popup a.play-btn {
	width: auto;
	height: auto;
	border-radius: 100%;
	position: relative;
	display: inline-block;
}

.video-popup a.play-btn:hover i {
	border-color: #84fff9;
}

.video-popup i {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	text-indent: 3px;
	border: 6px solid #383838;
	text-align: center;
	border-radius: 100%;
	font-size: 60px;
	line-height: 50px;
}

.video-popup h2 {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0;
}

.video-popup p {
	font-size: 17px;
	max-width: 560px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.video-popup p.video-description {
	margin-bottom: 0;
}

.video-popup h2,
.video-popup p {
	text-transform: none;
}

.video-popup p.video-duration {
	color: #84fff9;
	font-weight: 300;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin: -5px auto 15px;
}


/* TABS - ACCORDION */

.vc_tta-container > h2 {
	font-family: 'Open Sans';
	text-transform: none;
	text-align: left;
}

.vc_tta-tabs .vc_tta-panels {
	background: #fff !important;
}

.vc_tta-tabs .vc_tta-panels,
.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-tabs .vc_tta-panels::after {
	border-color: #fff !important;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	padding-left: 10px !important;
}

.vc_tta-title-text {
	font-weight: 700;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.vc_tta-tab.vc_active .vc_tta-title-text {
	color: #000;
}

.vc_tta-tabs-position-left .vc_tta-tab.vc_active {
	border-left: 3px solid #000;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab.vc_active {
	border-top: 3px solid #000;
}

.vc_tta-tab.vc_active > a {
	background: #fff !important;
}

#content .vc_tta-tab > a {
	background: #22d6ca;
}

#content .vc_tta-panel .vc_tta-panel-heading {
	background: #22d6ca;
}

#content .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: #fff !important;
}

.vc_tta-panel.vc_active .vc_tta-title-text {
	color: #000;
}

#content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
	color: #999;
}


/* Tabs */

#content .vc_tta-style-classic .vc_tta-tab.vc_active a,
#content .vc_tta-style-classic .vc_tta-panel-body {
	background: #fff !important;
	border-color: #ededed;
}

#content .vc_tta-style-classic .vc_tta-tab.vc_active {
	border-top: 2px solid #939aa5;
}

#content .vc_tta-style-classic .vc_tta-tab {
	margin-left: -1px;
}

#content .vc_tta-style-classic .vc_tta-tabs-list {
	padding-left: 2px;
}

#content .vc_tta-style-classic .vc_tta-tab a {
	background: #fafafa;
	font-size: 16px;
}

#content .vc_tta-style-classic .vc_tta-tab.vc_active a {
	border-bottom-color: transparent;
	color: #22d6ca;
}

#content .ui-tabs-nav {
	padding-left: 30px !important;
	border: 0;
}

#content .ui-tabs-nav a {
	background: rgba(0, 0, 0, 0.06);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #acacac;
	font-size: 14px;
	padding: 10px 25px;
	text-transform: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content .ui-tabs-nav a:hover {
	background: rgba(0, 0, 0, 0.08);
}

#content .ui-tabs-nav li {
	margin-right: 4px;
	margin-bottom: -1px;
}

#content .ui-tabs-nav li:hover {
	background: none !important;
}

#content .ui-tabs-nav .ui-tabs-active a {
	background: #22d6ca;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	margin-top: -6px;
	padding-top: 12px;
	padding-bottom: 12px;
}


/* Tabs: Style 2 */

#content .tabs-style2 .ui-tabs-nav a {
	background: none !important;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

#content .tabs-style2 .ui-tabs-nav .ui-tabs-active a,
#content .tabs-style3 .ui-tabs-nav .ui-tabs-active a {
	background: #363636 !important;
	border-color: #363636 !important;
}


/* Tabs: Style 3 */

#content .tabs-style3 .ui-tabs-nav a {
	background: #252525;
	border-top: 3px solid #252525;
	font-weight: bold;
}

#content .tabs-style3 .ui-tabs-nav .ui-tabs-active a {
	background: #363636 !important;
	border-top: 3px solid #22d6ca;
}


/* Tabs: Style 4 */

#content .tabs-style4 .ui-tabs-nav li {
	margin-bottom: 0;
}

#content .tabs-style4 .ui-tabs-nav a {
	background: rgba(0, 0, 0, 0.03);
}


/* PROGRESS BARS */

.vc_single_bar {
	box-shadow: none !important;
	border-radius: 2px !important;
}

.vc_progress_bar small {
	font-size: 17px;
	font-weight: 600;
}


/* CONTACT BLOCK */

.icons-style-square .contact-block-details i,
.icons-style-round .contact-block-details i {
	display: inline-block;
	margin-right: 10px;
	color: #22d6ca;
	font-size: 20px;
	left: 0;
	width: 32px;
	height: 34px;
	text-align: center;
	border: 1px solid #22d6ca;
	border-radius: 2px;
	padding: 0px 4px;
}

.icons-style-round .contact-block-details i {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.contact-block-details > div {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.contact-block-details .contact-block-email a {
	font-weight: 600;
	color: #131515;
}

.contact-block-centered .contact-block-details > div {
	padding: 5px 15px;
}

.contact-block-details > div:last-child {
	border: 0;
	margin: 0;
}

.st-contact-block h3 {
	font-size: 25px;
	font-weight: 800 !important;
	margin-bottom: 15px;
	text-align: left;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 45px;
}


/* Contact Block Centered */

.contact-block-centered {
	margin: 0 auto;
	max-width: 1140px;
}

.contact-block-centered h3 {
	text-transform: uppercase;
}

.contact-block-centered h3,
.contact-block-centered p {
	text-align: center;
}

.contact-block-description {
	margin: 0 0 20px;
}

.contact-block-description p {
	font-size: 16px;
	font-weight: 600;
}

.contact-block-centered .contact-block-details {
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 50px 0;
}

.contact-block-centered .contact-block-details i {
	float: left;
}

.contact-block-centered .contact-block-details span {
	display: block;
	padding-left: 30px;
	padding-bottom: 4px;
	line-height: 35px;
	border-bottom: 1px solid #bbb;
	color: #555;
}

.contact-block-centered .contact-block-address {
	border: 0;
	float: left;
	width: 50%;
}

.contact-block-centered .contact-block-phone,
.contact-block-centered .contact-block-email {
	border: 0;
	float: right;
	margin: 0;
	margin-bottom: 10px;
	width: 50%;
}


/* TEXT BLOCK */

#content .wpb_content_element,
#page-wrapper .wpb_content_element {
	margin-bottom: 0;
}


/* Separator with text */

#content .vc_separator h4 {
	font-size: 25px !important;
	font-family: 'Open Sans';
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 45px;
}


/* FAQ */

#content .vc_toggle_title>h4 {
	font-size: 20px;
	font-weight: 800;
}


/* Custom Heading */

h1.vc_custom_heading,
h2.vc_custom_heading {
	font-weight: 800;
}


/* CONTACT FORM 7 */

#content .wpcf7 input {
	height: 50px;
	margin: 5px 0 5px;
}

#content .wpcf7 textarea {
	height: 180px;
	margin: 5px 0 10px;
	padding: 12px 10px;
}

#content .wpcf7 label {
	font-family: 'Lora';
	font-style: italic;
	width: 80%;
}

#content .wpcf7 form p:nth-last-child(2) {
	margin: 0;
}

#content .wpcf7 input[type="submit"] {
	margin: 10px 0 0;
	padding: 10px 60px;
}

.vc_row.wpb_row div.wpcf7-mail-sent-ok,
.vc_row.wpb_row div.wpcf7-validation-errors {
	border: 2px solid #398f14;
}

.vc_row.wpb_row div.wpcf7 img.ajax-loader {
	position: absolute;
}

div.wpcf7-response-output {
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
}


/* CAROUSEL GENERAL STYLES */

.team-owl-carousel {
	max-height: 0;
	opacity: 0;
	transition: all 2s;
}

.st-owl-carousel {
	display: none;
	position: relative;
}


/* Carousel Dot Navigation */

.owl-controls {
	margin: 20px auto 20px;
}

.st-owl-carousel[data-dots="false"] .owl-controls {
	margin: 0;
}

.owl-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-dots {
	display: block;
	line-height: 100%;
	position: relative;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	font-size: 30px;
	height: auto;
	left: -7px;
	line-height: 100%;
	position: relative;
	text-indent: -9999px;
	width: 25px;
}

.owl-dot:before {
	font-family: 'typicons';
	left: 50%;
	position: absolute;
	text-indent: 0px;
	top: -20px;
	-webkit-font-smoothing: antialiased;
	content: '\e0b1';
}

.owl-dot.active:before {
	content: '\e0b2';
}

.carousel-dots-align-left .owl-dots {
	text-align: left;
}

.carousel-dots-align-right .owl-dots {
	text-align: right;
}


/* Carousel Arrow Navigation */

.owl-nav {
	left: -7px;
	position: absolute;
	right: 0;
	top: -40px;
}

.testimonials-style-simple .owl-nav {
	top: -27px;
}

.testimonials-style-simple.nav-position-top_left .owl-nav {
	top: -40px;
	text-align: left;
}

.carousel-nav-true {
	margin-top: 40px;
}

.carousel-nav-true.nav-position-top_left {
	margin-top: 60px;
}

.carousel-nav-true.nav-position-bottom {
	margin-top: 0;
}

.owl-nav > div {
	background: none;
	display: inline-block;
	font-size: 30px;
	height: auto;
	line-height: 100%;
	position: relative;
	text-indent: -9999px;
	width: 24px;
}

.owl-nav > div:before {
	font-family: 'typicons';
	left: 50%;
	margin-left: -4px;
	position: absolute;
	text-indent: 0px;
	top: -2px;
	-webkit-font-smoothing: antialiased;
}

.nav-position-top_left .owl-nav > div:before {
	margin-left: -3px;
	top: -1px;
}

.owl-nav > div,
.owl-dot:before {
	color: #10c9c3;
}

.owl-nav > div:hover {
	border-color: #22d6ca;
	color: #84fff9;
}

.owl-prev {
	margin-right: 25px;
}

.owl-prev:before {
	content: '\e0b4';
}

.owl-nav .owl-next:before {
	content: "\e0aa";
	margin-left: -2px;
}


/* Arrow navigation Bottom */

.st-owl-carousel.nav-position-bottom .owl-nav {
	line-height: 100%;
	position: relative;
	text-align: center;
	top: auto;
	margin: 20px 0 20px;
}


/* ICON BOX */

.ic-box-item > .ic-box-icon span {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #099c92;
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin: 15px auto 25px;
}

.ic-box-item > .ic-box-icon span:before {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	display: inline-block;
	font-size: inherit;
	margin: auto;
}

.ic-box-item > .ic-box-icon span.typcn:before {
	height: auto;
}

.ic-box-item.square-solid-line h3,
.ic-box-item.circle-solid-line h3 {
	margin: 0 0 5px;
}

.ic-box-item.square-solid-line > .ic-box-icon {
	padding: 0 15px;
}

.square-solid-line .ic-box-icon span {
	border-radius: 2px;
	color: #099c92;
	display: inline-block;
}

.circle-solid-line .ic-box-icon span,
.circle-solid-line .effects-icon:after {
	border-radius: 100%;
}

.ic-box-item .ic-box-descr {
	line-height: 23px;
	padding-bottom: 15px;
}

.ic-box-4st .col-sm-2 {
	padding: 15px 0;
}

.ic-box-4st .ic-box-icon {
	padding: 4px;
	margin-bottom: 0;
	position: relative;
	top: -12px;
	text-align: right;
}

.ic-box-4st .ic-box-icon span {
	color: #099c92;
	font-size: 32px;
}

.ic-box-4st .col-sm-10 {
	padding: 15px;
}

.ic-box-4st h3.ic-box-title {
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	text-align: left;
}

.ic-box-4st .ic-box-descr {
	text-align: left;
}


/* Hover Effects - global styles */

.wrap-ic-effects {
	margin: 0 auto;
}

.effects-icon {
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 2px;
	position: relative;
	z-index: 1;
}

.effects-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.effects-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 1 */

.effect-1 .effects-icon {
	background: #f5f5f5;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.effect-1 .effects-icon:after {
	top: -3px;
	left: -3px;
	padding: 2px;
	border: 1px solid #84fff9;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.circle-solid-line .effect-1 .effects-icon:after {
	top: -3px;
	left: -3px;
	padding: 2px;
	border: 1px solid #22d6ca;
}


/* Effect 1a */

.ic-box-item:hover .effect-1a .effects-icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* end Effect 1a */


/* Effect 1b */

.ic-box-item .effect-1b .effects-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.ic-box-item:hover .effect-1b .effects-icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* end Effect 1b */


/* Pricing Table */

.st-pricing-table {
	margin: 40px auto;
	text-align: center;
	width: 80%;
}

.pricetable-header {
	position: relative;
	box-shadow: 9px 9px 10px #f3f3f3;
}

.white-accent .pricetable-header {
	box-shadow: none;
}

.st-pricing-table h3 {
	background: #242626;
	margin: 0;
	padding: 25px 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-weight: 700 !important;
	color: #fff;
	border-left: 1px solid #242626;
}

.st-pricing-table h4 {
	font-family: 'Lora';
	font-style: italic;
	font-size: 40px;
	margin: 0;
	padding: 10px 0 20px;
	background: #f9f9f9;
	border-left: 1px solid #f3f3f3;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #000;
}

.st-pricing-table h4 span {
	color: #999;
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.pricetable-body {
	border-left: 1px solid #f3f3f3;
	position: relative;
	box-shadow: 9px 9px 10px #f3f3f3;
}

.white-accent .pricetable-body {
	box-shadow: none;
}

ul.pricing-table-features {
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
	margin: 0px;
}

ul.pricing-table-features li {
	border-bottom: 1px solid #f3f3f3;
	font-size: 15px;
	line-height: 23px;
	list-style: none;
	padding: 11px 0;
	color: #161b1f;
}

ul.pricing-table-features li:last-child {
	border: 0;
}

.st-pricing-table .pricing-table-button {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 25px 0;
}

.pricing-table-button a.btn {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 35px;
	background: #383838;
	border-color: #383838;
	overflow: hidden;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.st-pricing-table a.btn:hover,
.st-pricing-table a.btn:focus,
.st-pricing-table a.btn:active,
a.read-more-post:hover,
a.read-more-post:focus,
a.read-more-post:active {
	background: #595959 !important;
	border-color: #595959 !important;
	color: #fff;
}


/* Featured Pricing Box */

.st-pricing-table.active h4 {
	font-weight: 700;
	color: #000000;
}

.st-pricing-table.active h3 {
	border-left: 1px solid #099c92;
	font-weight: 800 !important;
}

ul.pricing-table-features.active li {
	color: #8dc63f;
}

.st-pricing-table.active a.btn {
	background: #099c92;
	color: #fff;
	border: 1px solid #099c92;
}


/* Flip Banner */

.st-banner-flip {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}

.st-banner-flip img:last-child {
	position: absolute;
	left: 0px;
	top: 0px;
}

.st-banner-flip img:last-child {
	opacity: 0;
}

.st-banner-flip:hover img:last-child {
	opacity: 1;
}

.st-banner-flip:hover img:first-child {
	opacity: 0;
}

.aligncenter .st-banner-flip img:last-child {
	right: 0px;
	margin: auto;
}


/* SECTION COMPANY NEWS */


/* Blog Carousel */

.st-blog h5.blog-post-title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.st-blog h5.blog-post-title a {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	-webkit-transition: all 0.25s ease-in !important;
	-moz-transition: all 0.25s ease-in !important;
	-ms-transition: all 0.25s ease-in !important;
	-o-transition: all 0.25s ease-in !important;
	transition: all 0.25s ease-in !important;
}

.st-blog .blog-post-details {
	padding: 0 20px 20px;
}

.st-blog .st-meta-section {
	border: 0;
	color: #a0a0a0;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 0;
}

.st-blog .st-meta-date,
.st-blog .st-meta-comments {
	display: none;
}

.st-blog .read-more-post:after {
	color: #fff;
	content: '\e0b0';
	font-family: 'typicons';
	font-size: 20px;
	margin-left: 11px;
}

.st-blog-owl-carousel .read-more-post {
	color: #fff;
	border: 1px solid #099c92;
	margin: 1px 0 6px;
	padding: 5px 20px;
	text-transform: uppercase;
}

a.btn.read-more-post:hover {
	background: #595959 !important;
	border-color: #595959 !important;
}

.st-blog-owl-carousel .item:hover .read-more-post {
	color: #fff;
	border: 1px solid #383838;
	background: #383838;
}

.st-blog-owl-carousel .item:hover .read-more-post:after {
	color: #fff;
}

.st-blog-owl-carousel p {
	margin-bottom: 15px;
	transition: color .4s;
}

.st-blog-owl-carousel .st-meta-section {
	background: none;
}


/* Thumbnail */

.blog-item-inner img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.st-blog-owl-carousel .item:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.st-blog-owl-carousel .item:hover .carousel-post-overlay {
	opacity: 1;
}

.blog-post-thumbnail {
	overflow: hidden;
	position: relative;
}

.carousel-post-overlay {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(19, 21, 21, .55);
	background: -webkit-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -o-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -moz-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
}

.carousel-post-overlay .typcn {
	color: #fff;
	font-size: 46px;
	left: 50%;
	margin-left: -23px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 110%;
	width: 46px;
	line-height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity .25s ease-in, top .25s ease-in;
	transition: color .25s ease-in, opacity .25s ease-in, top .25s ease-in;
}

.st-blog-owl-carousel .item:hover .carousel-post-overlay .typcn {
	top: 50%;
	opacity: 1;
}

.carousel-post-overlay .typcn:hover {
	color: #84fff9;
}


/* Blog Minimal Carousel */

.st-blog-owl-carousel.blog-style-minimal .blog-post-details {
	background: #fff;
	border-radius: 3px;
	padding: 46px 30px 25px 20px;
	transition: box-shadow .4s;
}

.st-blog-owl-carousel.blog-style-minimal .blog-extra-meta {
	left: 20px;
	min-width: 58px;
	top: 20px;
}

.st-blog-owl-carousel.blog-style-minimal .extra-meta-item {
	font-weight: normal;
	height: auto;
	line-height: 20px;
	background: #595959;
}

.st-blog-owl-carousel.blog-style-minimal .extra-meta-item .st-day,
.st-blog-owl-carousel.blog-style-minimal .extra-meta-item .st-month {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	width: 77px;
}

.st-blog-owl-carousel.blog-style-minimal .item:hover h5.blog-post-title a {
	color: #22d6ca;
}

.st-blog-owl-carousel.blog-style-minimal .item:hover #landingpage .extra-meta-item > span {
	background: #22d6ca;
}

.blog-meta-minimal .st-meta-section {
	display: none;
}

.blog-meta-minimal h5.blog-post-title {
	text-align: left;
}

.blog-style-minimal h2.blog-post-title a {
	text-transform: uppercase;
}

.st-blog-owl-carousel.blog-style-minimal .item .read-more-post {
	border: 1px solid #383838;
	background: #383838;
}


/*Meta Section*/

.st-meta-section {
	border: 0px;
	color: #d1d1d1;
	margin-bottom: 15px;
}

.st-meta-section > span {
	margin-right: 22px;
	font-size: 14px;
	color: #a0a0a0;
}

.st-meta-section > span:last-child:after {
	display: none;
}

.st-meta-section a,
.st-meta-section span span {
	font-weight: 600;
	color: #d1d1d1;
}

.st-meta-section a:hover {
	color: #22d6ca;
}


/* Blog Style Boxed */

.blog-meta-classic .blog-extra-meta {
	display: none;
}

.blog-style-boxed .st-meta-categories {
	display: none;
}

.st-meta-date .meta-value:before,
.st-meta-categories a:first-child:before,
.st-tags-links a:first-child:before,
.st-meta-comments a:first-child:before {
	font-family: 'typicons';
	font-size: 17px;
	position: relative;
	margin-right: 6px;
	color: #707070;
	font-weight: normal;
}

.st-meta-date .meta-value:before {
	content: '\e038';
}

.st-meta-categories a:first-child:before {
	content: '\e07d';
}

.st-tags-links a:first-child:before {
	content: '\e110';
}

.st-meta-comments a:first-child:before {
	content: '\e0b9';
}

.st-meta-categories a:first-child:before:hover,
.st-tags-links a:first-child:before,
.st-meta-comments a:first-child:before {
	color: #707070;
}

.blog-style-boxed .st-meta-date,
.blog-style-boxed .st-meta-comments {
	display: inline-block;
}

.blog-style-boxed.st-blog .owl-item,
.blog-style-minimal.st-blog .owl-item {
	background: #fff;
	border: 1px solid #eaeaea;
}

.blog-style-boxed.st-blog .blog-item-inner {
	-webkit-transition: color .25s ease-in, background-color .25s ease-in;
	transition: color .25s ease-in, background-color .25s ease-in;
}

.blog-style-boxed.st-blog.blog-hover-style-accent .item:hover .blog-item-inner {
	background: #fafafa;
}


/* SECTION OUR CLIENTS */


/* Testimonials */

.testimonials-owl-carousel .carousel-nav-true .owl-controls {
	width: 100%;
}

.testimonials-owl-carousel .owl-controls {
	width: 90%;
}

.client-text {
	border: none;
	margin-bottom: 20px;
	margin-top: 15px;
}

.st-testimonials-grid.cols-1 .item .client-text {
	background: rgba(249, 249, 249, .9);
	border: none;
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}

.st-testimonials-grid .client-text {
	margin-top: 30px;
}

.client-text p {
	margin: 0;
}

.testimonials-cols-1.testimonials-style-minimal .client-text p,
.post-overlay-title {
	font-family: Lora, Arial;
	font-style: italic;
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}

.client-text-inner p {
	font-family: Lora, Arial;
	font-size: 18px;
	font-style: italic;
	color: #161b1f;
	line-height: 26px;
	font-weight: 700;
	border: 1px solid #eeeeee;
	padding: 15px 15px 17px;
	position: relative;
}

.testimonials-cols-1.testimonials-style-minimal .client-text p:after,
.testimonials-cols-1.testimonials-style-minimal .client-text p:before {
	content: '"';
}

.testimonials-cols-1.testimonials-style-minimal .client-text p:before {
	margin-right: -5px;
}

.testimonials-cols-1.testimonials-style-minimal .client-text p:after {
	margin-left: -5px;
}

.testimonial-meta {
	overflow: hidden;
	padding-left: 22%;
	padding-top: 10px;
}

.st-testimonials-grid .testimonial-meta {
	padding-top: 0;
}

.testimonials-style-minimal.testimonials-cols-2 .testimonial-meta,
.testimonials-style-minimal.testimonials-cols-2 .client-name,
.testimonials-style-minimal.testimonials-cols-3 .testimonial-meta,
.testimonials-style-minimal.testimonials-cols-3 .client-name,
.testimonials-style-minimal.testimonials-cols-4 .testimonial-meta,
.testimonials-style-minimal.testimonials-cols-4 .client-name {
	padding: 0 10px;
}

.testimonials-style-minimal.testimonials-cols-2 .client-text,
.testimonials-style-minimal.testimonials-cols-3 .client-text {
	margin: 15px 0 0;
}

.testimonials-style-simple .testimonial-meta,
.st-testimonials-grid .testimonial-meta {
	padding-left: 0;
}

.client-photo {
	float: left;
}

.client-photo img {
	border-radius: 2px;
	height: 60px;
	transition: width .4s, height .4s, border-color .4s;
	width: 60px !important;
	border: 1px solid #eeeeee;
}

.testimonials-cols-1.testimonials-style-simple .client-photo img {
	border-radius: 100%;
	border: 1px solid #eeeeee;
}

.single-testimonials .client-name {
	padding-left: 0;
}

.testimonials-style-simple .client-name,
.st-testimonials-grid .client-name {
	float: left;
	padding-left: 25px;
}

.testimonials-cols-4.testimonials-style-simple .client-name,
.testimonials-cols-4.st-testimonials-grid .client-name {
	float: none;
	padding-left: 0;
}

.client-name h5 {
	color: #a2a2a2;
	font-size: 14px;
	font-weight: normal;
	line-height: 60px;
	margin: 0;
	vertical-align: baseline;
}

.testimonial-role {
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}


/* Testimonials 1 Col */

.testimonials-cols-1 .client-photo,
.testimonials-cols-1 .client-name {
	float: none;
}

.testimonials-cols-1 .client-photo img {
	margin: 0 auto;
}

.testimonials-cols-1 {
	text-align: center;
}

.testimonials-cols-1 .testimonial-meta,
.testimonials-cols-1 .client-name {
	padding: 0;
}

.testimonials-cols-1 .testimonial-meta {
	margin-top: 30px;
}

.testimonials-cols-1 .client-text {
	margin: 0 auto;
	width: 90%;
}

.testimonials-cols-1 .client-text .client-text-inner p:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.testimonials-cols-1 .client-name h5 {
	margin: 0 0 10px;
	line-height: 35px;
}

.testimonials-cols-1 .owl-dots {
	margin-top: -20px;
}


/* Testimonials Minimal Style */

.testimonials-style-minimal .client-text {
	background: none;
	border: 0px;
	font-size: 20px;
	padding: 0 20px;
}

.testimonials-style-minimal .client-name .testimonial-role {
	display: block;
	font-size: 13px;
	font-family: 'Open Sans';
	line-height: 22px;
}

.testimonials-style-minimal .client-name h5 {
	font-size: 16px;
	margin-bottom: 30px;
	color: #d1d1d1;
}

.testimonials-style-minimal .client-name h5 span {
	text-transform: uppercase;
}


/* Testimonials Grid */

.st-testimonials-grid .item {
	float: left;
	margin-right: 3%;
}

.cols-2 .item {
	display: inline-block;
	width: 48.5%;
}

.cols-2 .item:nth-child(2n) {
	margin-right: 0;
}

.cols-3 .item {
	width: 31%;
}

.cols-3 .item:nth-child(3n) {
	margin-right: 0;
}

.cols-4 .item {
	margin-right: 2%;
	width: 23.5%;
}

.cols-4 .item:nth-child(4n) {
	margin-right: 0;
}


/* SECTION PARTNER LOGOS */

.client-logo {
	border-radius: 6px;
	display: block;
	height: 160px;
	padding: 0px 20px;
	text-align: center;
	white-space: nowrap;
}

.client-logo:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.client-logo img {
	display: inline-block !important;
	height: auto;
	vertical-align: middle;
	width: auto !important;
}

.logos-owl-carousel .style-transparent a {
	opacity: 0.4;
}

.logos-owl-carousel .style-transparent a:hover {
	opacity: 1;
}


/* BLOG PAGE */

.blog .post {
	position: relative;
	margin-bottom: 40px;
	transition: opacity .25s ease-in;
}

.blog .post:last-child,
.hentry:last-child {
	margin-bottom: 20px;
}

.blog .post .video-containers {
	margin: 0;
}

.post-inner h2.blog-post-title,
.post h2.blog-post-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 6px;
}

h2.blog-post-title {
	font-weight: 700 !important;
}

.blog-post-content-wrap iframe {
	max-width: 100% !important;
}

.blog-post-content-wrap label {
	display: block;
}

a.read-more-post {
	display: inline-block;
	margin: 0 0 20px;
	padding: 5px 25px;
	position: static;
}

a.read-more-post:after {
	font-family: 'typicons';
	font-size: 16px;
	color: #fff;
	content: '\e0b0';
	margin-left: 11px;
}

a.read-more-post:hover:after {
	color: #fff;
}


/* Blog Index */

.blog-post-wrap {
	background: #fff;
}

.blog-post-inner {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 10px 20px;
}

.post-no-media .blog-post-inner {
	border: 1px solid #eaeaea;
}

.single .blog-post-inner {
	padding: 20px 0px;
	border: 1px solid transparent;
}

.blog-index .details {
	font-size: 15px;
}

.blog-index .details p {
	margin-bottom: 15px;
	color: #161b1f;
}


/* Sticky Post */

.blog-index .post.sticky .blog-post-wrap {
	border: 2px solid #22d6ca;
	border-left: 5px solid #22d6ca;
}


/* Blog Single */

.single-post .blog-post-wrap {
	background: none;
	border: 1px solid #eaeaea;
}

.single-post .blog-post-inner {
	padding: 20px 0 22px;
}

.single-post .wpb_row {
	margin-bottom: 30px;
	padding-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.single-post .wpb_row .wpb_wrapper > .container:last-child .wpb_row {
	margin-bottom: 0;
}

#page-wrapper .single-post .wpb_row .wpb_row {
	margin-left: -15px;
	margin-right: -15px;
}

.single-post .blog-head h2.blog-post-title {
	font-size: 25px;
	line-height: 45px;
	margin: 0 0 5px !important;
	padding: 0 30px 0;
}

.single-post .blog-post-content-wrap {
	padding: 0 30px 10px;
}

.single-post .st-meta-section {
	margin-bottom: 0;
	padding: 0 30px 0;
}

.single-portfolio .single-post .wpb_row {
	margin-bottom: 0;
}

.single-post .wpb_row {
	margin-bottom: 30px;
}

.single-post .wpb_row .wpb_wrapper > .container:last-child .wpb_row {
	margin-bottom: 0;
}

#content .single-post .wpb_row .wpb_row {
	margin-left: -15px;
	margin-right: -15px;
}


/* Style Minimal */

.blog-style-minimal .post {
	text-align: center;
}

.blog-style-minimal .post-no-media .blog-head {
	margin-top: 10px;
}

.blog-style-grid .blog-meta-minimal .post-no-media .blog-extra-meta {
	display: none;
}

.blog-style-minimal .classic-meta-section {
	font-size: 12px;
	color: #131515;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	background: none;
}

.blog.blog-style-minimal .post h2.blog-post-title {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.blog.blog-style-minimal .blog-extra-meta {
	display: none;
}

.blog.blog-style-minimal .details {
	width: 70%;
	max-width: 580px;
	margin: 0 auto;
}

.blog.blog-style-minimal .details p {
	margin-bottom: 20px;
}

.blog-style-minimal.blog .post a.read-more-post,
.blog-style-minimal.blog .post a.read-more-post:focus,
.blog-style-minimal.blog .post a.read-more-post:active {
	font-size: 14px;
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	background: transparent !important;
	color: #131515;
	outline: 0;
	box-shadow: none;
	font-weight: 800 !important;
}

.blog-style-minimal.blog .post a.read-more-post,
.blog-style-minimal.blog .post a.read-more-post:focus,
.blog-style-minimal.blog .post a.read-more-post:active,
.blog-style-minimal.blog .post a.read-more-post:after {
	color: #383838 !important;
}

.blog-style-minimal.blog .post a.read-more-post:hover,
.blog-style-minimal.blog .post a.read-more-post:focus,
.blog-style-minimal.blog .post a.read-more-post:active,
.blog-style-minimal.blog .post a.read-more-post:hover:after,
.blog-style-minimal.blog .post a.read-more-post:focus:after,
.blog-style-minimal.blog .post a.read-more-post:active:after {
	background: transparent;
}


/* Blog Grid */

.blog-style-grid .blog-inner {
	opacity: 0;
	transition: height .5s;
	width: 103.4%;
}

.blog-index.blog-style-grid .blog-post-inner {
	background: #fff;
	border: 1px solid #eaeaea;
	border-top: 0px;
	padding: 10px 20px;
}

.blog-index.blog-style-grid .blog-extra-meta {
	display: block;
}

.blog-style-grid .post-overlay-title {
	font-size: 18px;
}

.blog-style-grid .post-overlay-subtitle {
	font-size: 14px;
}

.blog-style-grid .post.format-quote .blog-extra-meta,
.blog-style-grid .post.format-link .blog-extra-meta {
	display: none;
}

.blog-style-grid .st-meta-section {
	background: none;
	color: #c3c3c3;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 0px;
}

.blog-style-grid .details {
	font-size: 14px !important;
}

.blog-style-grid .post h2.blog-post-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-style-grid .details p {
	margin-bottom: 13px;
}

.blog .st-grid-item {
	float: left;
	margin-bottom: 40px;
	width: 47%;
}

.grid-cols-4 .st-grid-item {
	width: 22%;
}

.grid-cols-3 .st-grid-item {
	width: 30.9%;
}

.grid-cols-3 .post-overlay-title {
	font-size: 18px;
}

.grid-cols-3 .post-overlay-inner {
	width: 70%;
}

.grid-cols-3 .post h2 {
	font-size: 24px;
}

.grid-cols-4 .post h2 {
	font-size: 20px;
}

.grid-cols-4 .post-overlay-title {
	font-size: 14px;
}

.grid-cols-4 .post-overlay-inner {
	width: 65%;
}

.grid-cols-4 .post-overlay-subtitle {
	margin-top: 6px;
}

.blog-style-thumb_bg.blog-inner {
	width: 100% !important;
}

.blog-style-thumb_bg .st-grid-item {
	margin-bottom: 0;
	width: 50%;
}

.blog-style-thumb_bg .grid-cols-4 .st-grid-item {
	width: 25%;
}

.blog-style-thumb_bg .grid-cols-3 .st-grid-item {
	width: 33.33%;
}


/* Blog Extra Meta */

.blog-extra-meta {
	left: 0;
	min-width: 50px;
	position: absolute;
	top: 0;
	z-index: 6;
}

.st-blog-owl-carousel .blog-extra-meta {
	min-width: 40px;
}

.blog-extra-meta .extra-meta-item {
	height: auto;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	background: #131515;
	transition: background-color .25s ease-in;
}

.post-media-container .blog-extra-meta {
	left: 0;
	top: 0;
}

.extra-meta-item .st-day {
	background: #505050;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.extra-meta-item:after {
	background: rgba(0, 0, 0, 0.25);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.extra-meta-item .st-month {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}

.blog-style-boxed.st-blog .item:hover .extra-meta-item,
.blog-index .post:hover .extra-meta-item {
	background: #505050;
}

.format-video .post-media-container .blog-extra-meta {
	display: none;
}

.blog-extra-meta .extra-meta-item > span {
	display: block;
	text-align: center;
	transition: background-color .25s ease-in;
	position: relative;
	z-index: 1;
}


/* Media container */

.post-media-container {
	overflow: hidden;
	position: relative;
}

.post-media-container a {
	display: block;
}

.post-media-container a:hover:after,
.post-media-container a:hover:before {
	opacity: 1;
}

.blog-post-wrap:hover .post-media-container a:before {
	opacity: 1;
}

.post-media-container img {
	width: auto;
}

.post-media-container a:hover .blog-item-overlay {
	opacity: 1;
}

.post-media-container a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	opacity: 0;
	z-index: 2;
	transition: opacity .3s ease;
}

.post-media-container a {
	color: #fff;
}

.post.format-link .post-media-container a:before,
.post.format-quote .post-media-container a:before {
	display: none;
}

.post-overlay-inner {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.post-overlay-title {
	font-size: 28px;
	line-height: 1.36em;
}

.post-overlay-subtitle {
	font-size: 15px;
	color: #22d6ca;
	margin-top: 12px;
}

.format-link .quotation {
	display: none;
}

.blog-item-overlay {
	bottom: 0;
	display: inline-block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 3;
}

.blog-post-wrap:hover .post-media-container a .blog-item-overlay {
	opacity: 1;
}

.post-media-container .blog-item-overlay span {
	font-size: 60px;
	line-height: 50px;
	width: 60px;
	height: 60px;
	color: #fff;
}

.post-media-container .blog-item-overlay span:hover {
	color: #84fff9;
}

.post-media-container .blog-item-overlay .portfolio-overlay-icons {
	margin-top: -30px;
}

.post-media-container a:before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(19, 21, 21, .55);
	background: -webkit-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -o-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -moz-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
}

.post-media-container a {
	color: #fff;
	text-align: center;
	background: #f3f3f3;
}

.post.format-link .post-media-container a:before,
.post.format-quote .post-media-container a:before {
	display: none;
}

.blog-post-overlay {
	bottom: -1px;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	background: rgba(19, 21, 21, .55);
	background: -webkit-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -o-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: -moz-linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
	background: linear-gradient(to bottom, rgba(19, 21, 21, .05) 25%, rgba(19, 21, 21, .55) 100%);
}

.blog-post-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
}

.post-overlay-inner {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.post-overlay-title {
	font-size: 28px;
	line-height: 1.36em;
}

.post-overlay-subtitle {
	color: #22d6ca;
	font-size: 15px;
	margin-top: 12px;
}

.format-link .quotation {
	display: none;
}


/* Pagination */

.blog_pagination {
	clear: both;
}

.st-pagination,
.woocommerce-pagination {
	margin: 20px 0;
}

.st-pagination li,
.woocommerce-pagination li {
	border: 0 !important;
	display: inline-block;
	margin-right: 6px !important;
}

.st-pagination li > *,
.woocommerce-pagination li > *,
.page-links .page-number {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 35px;
	text-align: center;
	width: 32px;
}

.st-pagination li > a,
.woocommerce-pagination li > a {
	color: #707070;
	padding: 0;
}

#content .st-pagination li span.dots,
#content .woocommerce-pagination li span.dots {
	border: 0px;
}

#content .st-pagination li span.current,
#content .st-pagination li a:hover,
#content .woocommerce-pagination li span.current,
#content .woocommerce-pagination li a:hover,
.page-links > span.page-number,
.page-links span.page-number:hover {
	background-color: #22d6ca;
	border-color: #22d6ca;
	color: #fff !important;
}

.st-pagination li > a:hover,
.woocommerce-pagination li > a:hover {
	color: #fff !important;
}

.st-pagination li a.next,
.st-pagination li a.prev,
.woocommerce-pagination li a.next,
.woocommerce-pagination li a.prev {
	padding: 0 18px !important;
	width: auto;
}

.st-pagination li a.next i,
.woocommerce-pagination li a.next i {
	margin-left: 10px;
	vertical-align: baseline;
}

.st-pagination li a.prev i,
.woocommerce-pagination li a.prev i {
	margin-right: 10px;
	vertical-align: baseline;
}

.st-pagination li span.currentm .woocommerce-pagination li span.current {
	background: #22d6ca;
	color: #fff;
	padding: 0;
}


/* Visual Composer Carousel Arrow Navigation */

#page-wrapper .vc_right.vc_carousel-control > span,
#page-wrapper .vc_left.vc_carousel-control > span {
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 44px;
	color: #fff;
}

#page-wrapper .vc_right.vc_carousel-control,
#page-wrapper .vc_left.vc_carousel-control {
	text-shadow: 0 0px 2px rgba(0, 0, 0, .4);
	transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
}

#page-wrapper .vc_left.vc_carousel-control > span:before {
	content: "\f104";
}

#page-wrapper .vc_right.vc_carousel-control > span:before {
	content: "\f105";
}


/* Nivo Slider */

.theme-default .nivoSlider {
	box-shadow: 0 0 15px 0 #4a4a4a !important;
}


/*----------------------------------------
	20) FOOTER
-----------------------------------------*/

#footer {
	background: #131515;
	padding: 50px 0;
	color: #707070;
	-webkit-font-smoothing: subpixel-antialiased;
}

#footer .container > div {
	padding: 0 15px;
}

#footer > .container {
	padding: 0;
	width: 100%;
	max-width: 1170px;
}

#footer .container > div > .widget {
	margin: 20px 0;
}

#footer .widget_search input {
	color: #fff;
}

#footer .footer-widget-col-1 p:nth-child(2) {
	margin-top: -10px;
}

#footer h4 {
	color: #fff;
	margin-top: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#footer .widget li a:hover {
	color: #f9f9f9;
}

#footer .widget li a:before {
	height: 0;
}

#footer .tagcloud a {
	color: #707070;
}


/*----------------------------------------
	21) BOTTOM BAR
-----------------------------------------*/

#bottom-bar {
	background: #111111;
	color: #464646;
	min-height: 60px;
}

#bottom-bar a {
	color: #707070;
}

#bottom-bar .st-social-icons a {
	color: #707070;
	height: 32px;
	width: 32px;
	border-radius: 2px;
	border: 1px solid #707070;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	margin-top: 14px;
	margin-left: 10px;
}

#bottom-bar .st-social-icons a:hover {
	border-color: #22d6ca;
	color: #22d6ca;
}

#bottom-bar {
	position: relative;
}

.copyright {
	float: left;
	font-weight: 300;
	text-transform: none;
	margin: 0;
	line-height: 60px;
	color: #515151;
	font-size: 13px;
}

#bottom-bar .st-social-icons,
#bottom-bar .bottombar-menu,
#bottom-bar .bottombar-text {
	float: right;
	margin: 0;
}

#bottom-bar .bottombar-text {
	line-height: 60px;
	font-size: 13px;
}


/*----------------------------------------
	21) BACK TO TOP
-----------------------------------------*/

#toTop {
	bottom: 30px;
	height: 40px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 40px;
	z-index: 1000;
}

#toTop a {
	background-color: #505050;
	border-radius: 100%;
	display: block;
	height: 100%;
	line-height: 2.8em;
	opacity: 0.5;
	width: 100%;
}

#toTop a:hover {
	opacity: 1;
}

#toTop a:hover {
	animation: animation-arrow-top alternate infinite 0.3s;
	-moz-animation: animation-arrow-top alternate infinite 0.3s;
	-webkit-animation: animation-arrow-top alternate infinite 0.3s;
}


/* arrow animation */

@-webkit-keyframes animation-arrow-top {
	0% {
		line-height: 2.8em;
	}
	100% {
		line-height: 2.2em;
	}
}

@-moz-keyframes animation-arrow-top {
	0% {
		line-height: 2.8em;
	}
	100% {
		line-height: 2.2em;
	}
}

@-ms-keyframes animation-arrow-top {
	0% {
		line-height: 2.8em;
	}
	100% {
		line-height: 2.2em;
	}
}

@-o-keyframes animation-arrow-top {
	0% {
		line-height: 2.8em;
	}
	100% {
		line-height: 2.2em;
	}
}

@keyframes animation-arrow-top {
	0% {
		line-height: 2.8em;
	}
	100% {
		line-height: 2.2em;
	}
}

#toTop a span:before {
	color: #f9f9f9;
	font-size: 30px;
}


/*----------------------------------------
	23) RESPONSIVE STYLES
-----------------------------------------*/


/* MAX 1200px */

@media only screen and (max-width: 1200px) {
	.ic-box-4st .col-sm-10 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.st-portfolio-description,
	.st-portfolio-description .col-sm-12.col-lg-7,
	.portfolio-description-side {
		width: 100%;
		display: block;
	}
	.portfolio-description-side {
		border-left: 0;
	}
}

@media only screen and (max-width: 1025px) {
	.cta-button {
		float: none;
	}
}

@media only screen and (min-width: 1026px) {
	#header-nav.style-transparent + #page-wrapper #main-title {
		margin-top: 96px;
	}
	#header-nav.style-default.sticky-now > #navigation:first-child {
		padding-top: 0;
	}
}


/* MAX 1100px */

@media only screen and (max-width: 1100px) {
	/* Call to Action */
	.st-cta a {
		padding: 15px 28px;
	}
}


/* MAX 1000px */

@media only screen and (min-width: 1026px) {
	#navigation-mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 1025px) {
	#navigation {
		height: 82px !important;
	}
	#navigation_sticky {
		display: none;
	}
	#header-nav {
		position: relative;
		margin-top: 0px !important;
	}
	.admin-bar #header-nav {
		top: 0;
	}
	.nav-inner {
		padding: 0 35px;
	}
	#page-wrapper {
		padding-top: 0px !important;
	}
	.style-transparent .site-logo {
		opacity: 0;
	}
	.style-transparent .site-logo-overlay {
		opacity: 1;
	}
	#navigation .mobile-nav-button {
		color: #131515;
	}
	.nav li.mega-menu>.dropdown-menu {
		padding: 0px;
		padding-left: 30px;
	}
	.nav li.mega-menu>.dropdown-menu>li {
		width: 100%;
		float: none;
	}
	.navigation-mobile .dropdown-menu {
		padding-left: 30px;
	}
	/* Navigation */
	.mobile-nav-button {
		display: block;
	}
	.nav-extra-right {
		display: none;
	}
	.nav-inner div.nav-menu {
		top: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		float: none;
		height: 0px;
		overflow: hidden;
		padding: 0px 20px;
		background: #fff;
	}
	.nav-inner div.nav-menu ul.nav {
		display: block;
		top: 0;
		width: 100%;
		height: auto;
		float: none;
	}
	.nav-inner div.nav-menu ul.nav li {
		display: block;
		top: 0;
		width: 100%;
		float: none;
		padding: 0;
		clear: both;
	}
	.nav-inner div.nav-menu ul.nav li a {
		display: block;
		top: 0;
		width: 100%;
		height: auto;
		line-height: 44px;
		margin: 0px;
		border-top: 1px solid rgba(137, 137, 137, 0.1);
	}
	.nav-menu ul.dropdown-menu {
		position: relative;
		width: 100%;
	}
	.nav-inner div.nav-menu ul.dropdown-menu li a {
		padding: 0 25px;
	}
	/* Page Layout */
	#secondary {
		width: 34%;
	}
	/* Call to Action */
	.st-cta .inner-margin > div {
		float: none;
		width: 100%;
		text-align: center;
	}
	.st-cta .cta-button {
		float: none;
	}
	#page-wrapper .st-cta a {
		margin-top: 22px;
		padding: 14px 28px;
		font-size: 16px;
	}
	.st-cta {
		padding: 40px 35px 35px;
	}
	#page-wrapper .cta-right {
		padding-left: 15px;
	}
	#page-wrapper .cta-left p.cta-subtitle {
		margin-top: 10px;
	}
	/* Blog Grid */
	.grid-cols-4 .st-grid-item {
		width: 31%;
	}
}

@media only screen and (max-width: 960px) {
	/* Blog Grid */
	.grid-cols-4 .st-grid-item,
	.grid-cols-3 .st-grid-item {
		width: 47%;
	}
}

@media only screen and (max-width: 991px) {
	#page-wrapper .page-layout-sidebar_right .page_inner,
	#page-wrapper .page-layout-sidebar_left .page_inner,
	#page-wrapper .page-layout-sidebar_right .sidebar-wrap,
	#page-wrapper .page-layout-sidebar_left .sidebar-wrap {
		border-right: 0;
		padding: 0 !important;
		float: none !important;
	}
	.sidebar-wrap {
		border-left: 0;
	}
	#secondary {
		float: none;
	}
}


/* MAX 768px */

@media only screen and (max-width: 768px) {
	/* Columns */
	#page-wrapper .wpb_column:not(.vc_col-sm-12) {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.single-product #page-wrapper .wpb_column:not(.vc_col-sm-12) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#page-wrapper .wpb_column.vc_col-sm-12 {
		margin-bottom: 0px;
	}
	#page-wrapper .wpb_column:not(.vc_col-sm-12) > .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	section > .wpb_row {
		background-size: initial;
	}
	#top-bar {
		display: none;
	}
	#page-wrapper .st-portfolio-description .col-sm-8,
	#page-wrapper .st-portfolio-description .col-sm-4 {
		width: 100% !important;
		float: none;
	}
	/* Page Layout */
	#page-wrapper #secondary {
		width: 100%%;
		padding: 0px !important;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	/* Counter */
	.st-counterTo i {
		font-size: 68px;
	}
	.counterTo-number {
		font-size: 62px;
	}
	.st-counterTo h6 {
		font-size: 16px;
	}
	/* Special Heading */
	.st-heading-text {
		margin-bottom: 35px !important;
	}
	.st-heading-text h2,
	.st-cta h2 {
		line-height: 40px;
	}
	/* Footer Widgets */
	#footer {
		padding-top: 50px;
	}
	/* Bottom bar */
	.bottombar-social,
	#bottom-bar .bottombar-menu,
	#bottom-bar .bottombar-text {
		float: left;
	}
	.copyright,
	#bottom-bar .bottombar-menu,
	#bottom-bar .bottombar-text {
		padding-left: 10px;
		width: 100%;
	}
	/* Testimonials */
	.st-testimonials-tabs {
		padding-top: 210px;
	}
	.st-testimonials-tabs .testimonial-meta {
		position: inherit;
	}
	.st-testimonials-tabs .client-name {
		top: 140px;
	}
	/* Images */
	.wpb_single_image img {
		margin: 0 auto;
		display: block;
	}
	/* Call to Action */
	.st-cta p {
		margin: 0 auto;
		max-width: 400px;
		line-height: 29px;
	}
	/* ic-box 4 style */
	.ic-box-4st .ic-box-icon {
		text-align: left;
	}
	.ic-box-4st .col-sm-2 {
		padding-bottom: 0;
	}
	.ic-box-4st .col-sm-10 {
		padding-top: 0;
		padding-left: 0;
	}
	/* Blog */
	.post ul.comments li {
		padding: 15px;
	}
	.comments ul.children {
		padding-left: 15px;
	}
	.comment-author-avatar img {
		width: 60px;
		height: 60px;
	}
	.post ul.comments li div.comment-text {
		padding-left: 80px;
	}
	.blog-style-minimal .details {
		width: 90%;
	}
	/* Slider */
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	#page-wrapper .swiper-pagination {
		bottom: 12px;
	}
	/* Flip Banner */
	.st-banner-flip {
		text-align: center;
	}
	.st-banner-flip img {
		display: block;
		margin: 0 auto;
	}
	.st-banner-flip img:last-child {
		right: 0;
	}
}


/* MIN 700px */

@media (min-width: 700px) and (max-width: 992px) {
	.page-template-template-landingpage .vc_col-sm-6.vc_col-lg-6,
	.page-template-template-landingpage .vc_col-sm-6.vc_col-lg-4,
	.page-template-template-landingpage .vc_col-sm-6.vc_col-lg-3 {
		width: 50% !important;
	}
	#footer .col-sm-6.col-md-6 {
		width: 50% !important;
	}
	#footer .col-sm-6.col-md-3,
	#footer .col-sm-6.col-md-4 {
		width: 50% !important;
	}
	#footer .col-sm-6.col-md-4:last-child,
	#footer .col-sm-6.col-md-3:nth-child(3) {
		clear: both;
	}
}


/* MAX 680px */

@media only screen and (max-width: 680px) {
	/* Post navigation */
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
		float: left !important;
		max-width: 100%;
		text-align: left;
	}
	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-links .nav-next .label-button {
		right: auto;
	}
	/* Tabs */
	#page-wrapper .ui-tabs-nav li {
		float: none;
		margin: 0px;
	}
	#page-wrapper .ui-tabs-nav {
		padding: 0px !important;
	}
	#page-wrapper .ui-tabs-nav a {
		border-radius: 4px;
	}
	/* Blog */
	.post-author {
		padding: 15px;
	}
	.post-author-avatar img {
		width: 60px;
		height: 60px;
	}
	.post-author-info {
		padding-left: 80px;
	}
	/* Blog Grid */
	.blog-style-grid .blog-inner {
		width: 100%;
	}
	.grid-cols-4 .st-grid-item,
	.grid-cols-3 .st-grid-item,
	.grid-cols-2 .st-grid-item {
		width: 100%;
	}
	/* Comments */
	ul.comments li .comment-author.vcard img {
		width: 60px;
	}
	ul.comments li div.comment-body,
	.woocommerce-Reviews .comment_container {
		padding: 10px 10px 10px 82px;
	}
	.comments ul.children {
		padding-left: 10px !important;
	}
	.comments ul.children ul.children ul.children ul.children {
		padding-left: 0px !important;
		margin-left: 0;
	}
}


/* MAX 600px */

@media only screen and (max-width: 600px) {
	.vc_row .vc_column_container.vc_col-xs-6 {
		width: 100%;
	}
	/* Page Title */
	#breadcrumb {
		position: relative;
		left: 0px;
		max-width: 95%;
	}
	/* Page Content */
	.st-cta .content-left,
	.st-cta .content-right {
		width: 100%;
		max-width: 100%;
		text-align: center;
		float: none;
	}
}


/* MAX 480px */

@media only screen and (max-width: 480px) {
	h2 {
		font-size: 20px !important;
	}
	h3 {
		font-size: 17px !important;
	}
	h4 {
		font-size: 15px !important;
	}
	blockquote {
		margin: 1em;
		padding: 14px 20px;
	}
	/* Comments */
	ul.comments li .comment-author.vcard img {
		width: 30px;
	}
	ul.comments li div.comment-body,
	.woocommerce-Reviews .comment_container {
		padding: 10px 10px 10px 52px;
	}
	.comments ul.children {
		padding-left: 5px !important;
	}
	.comments ul.children ul.children {
		padding-left: 0px !important;
		margin-left: 0;
	}
	.comments ul.children .comment-author.vcard {
		width: 25px;
	}
	.comments ul.children li div.comment-body {
		padding: 10px 10px 10px 47px;
	}
	li > ul,
	li > ol {
		margin-left: 5px;
	}
	/* Special Heading */
	.st-heading-text h2 {
		font-size: 25px;
	}
	.st-cta {
		padding: 40px 0px 35px;
	}
	.st-cta h2 {
		font-size: 22px;
		line-height: 30px;
	}
	/* Blog */
	.blog-style-minimal .details {
		width: 100% !important;
	}
	h3.portfolio-overlay-title {
		font-size: 16px;
	}
	.single-post .blog-head h2.blog-post-title {
		font-size: 20px;
		line-height: 35px;
		padding: 0 20px 0;
	}
	.single-post .st-meta-section {
		padding: 0 20px 0;
	}
	.single-post .blog-post-content-wrap {
		padding: 0 20px 10px;
	}
	.post-media-container .blog-extra-meta {
		display: none;
	}
	.post-overlay-title {
		font-size: 17px;
		line-height: 1.3em;
	}
	.not-found-error404 {
		font-size: 80px;
	}
	.copyright {
		line-height: 30px;
		margin: 15px 0 !important;
	}
	/* Portfolio Description */
	ul.cbp-description-features li h6 {
		width: 90px;
	}
	/* Comments */
	ul.comments li div.comment-body .comment-meta {
		display: none;
	}
	ul.comments li div.comment-body p,
	.woocommerce-Reviews .comment_container .comment-text {
		padding-top: 0;
	}
	/* Slider */
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}
