/*
Theme Name: Specular
Description: Specular is a multi-purpose wordpress theme. Codeless Themes are simple and powerful. Create awesome portfolio, corporate, business, restaurant and much much more pages with this theme.
Version: 2.3
Author: Codeless
Author URI: http://www.codeless.co
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
License: GNU General Public License
Theme URI: http://www.codeless.co
Tags: business, clean, corporate, design, drag-drop, localization, portfolio, shop
*/

@import url('css/bootstrap.css');

/* @import url("css/flexslider.css"); */

@import url("css/shortcodes.css");

/* @import url('css/animate.min.css'); */


/* open-sans-regular - latin */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('font/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v17-latin-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-600 - latin */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('font/open-sans-v17-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v17-latin-600.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-700 - latin */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('font/open-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v17-latin-700.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-300 - latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local('Montserrat Light'), local('Montserrat-Light'), url('font/montserrat-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/montserrat-v14-latin-300.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-regular - latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url('font/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/montserrat-v14-latin-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-500 - latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url('font/montserrat-v14-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/montserrat-v14-latin-500.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-600 - latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('font/montserrat-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/montserrat-v14-latin-600.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-700 - latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url('font/montserrat-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/montserrat-v14-latin-700.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.vc_row.section-style,
.vc_row.standard_section {
	margin-bottom: 40px !important;
}

html {
	overflow-x: hidden;
}

body {
	margin-right: 0 !important;
	-webkit-font-smoothing: antialiased;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
	color: #fff;
}

body .light {
	color: #eee;
}

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

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
	padding-right: 20px;
}

.alignright {
	float: right;
	padding-left: 20px;
}

.aligncenter {
	display: block;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 4px;
	float: left;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wp-caption a {
	display: block;
	padding: 5px;
	padding-bottom: 0px;
}

table {
	margin-bottom: 20px;
	margin-top: 20px;
}

.wp-caption.alignleft {
	margin-right: 20px;
}

.wp-caption.alignright {
	margin-left: 20px;
}

.wp-caption-text {
	padding-left: 7px;
	margin-bottom: 7px;
	text-align: center;
	font-size: 13px;
}

.wp-caption-text,
.gallery-caption,
.entry-caption {
	line-height: 1.5em;
}

img.wp-smiley,
.rsswidget img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.sticky {
	padding: 5% !important;
	width: 90%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.post-password-form input[type="password"] {
	background: #fff;
	height: 30px;
}

article embed {
	max-width: 100%;
}

a {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background-image: url('img/icon_top.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(34, 34, 34, 0.6);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.tp-caption a i {
	color: #fff !important;
}

body {
	line-height: 20px;
	font-size: 14px !important;
}

h1 {
	line-height: 46px;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
	color: inherit;
}

.top_nav {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 1;
	z-index: 33;
}

.adjustsub .menu li .sub-menu {
	top: 58px;
}

.top_nav .widget {
	float: left;
	display: table;
	padding-left: 8px;
	padding-right: 8px;
}

.top_nav .widget span {}

.top_nav .widget:first-child {
	padding-left: 0;
	border-left: none;
}

.top_nav .widget:last-child {
	padding-right: 0;
	border-right: none;
}

.top_nav .widget_text {
	float: left;
}

.topinfo {
	margin-top: 5px;
}

.top_nav .topinfo .phone {
	background: url(img/phone.png) no-repeat 0;
	width: 20px;
	height: 20px;
	padding-left: 21px;
	padding-right: 21px;
}

.top_nav .topinfo .email {
	background: url(img/envelope.png) no-repeat 0;
	width: 20px;
	height: 20px;
	padding-left: 21px;
	padding-right: 5px;
}

.top_nav .widget {}

.top_nav .textwidget {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.top_nav .social_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px
}

.top_nav .social_widget ul li {
	height: auto;
	float: left;
	margin-right: 6px;
	opacity: 1 !important;
	position: relative;
	overflow: hidden;
}

.top_nav .social_widget ul li:first-child {
	margin-left: 0;
}

.top_nav .social_widget ul li a {
	float: left;
	width: 100%;
}

.top_nav .social_widget .row-fluid {
	display: none
}

.top_nav .social_widget .social_row {
	display: block;
}

.top_nav .social_widget li i {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 26px;
	font-size: 17px;
	display: block;
	text-align: center;
	padding-left: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: relative;
	z-index: 9999;
}

.top_nav .social_widget li a:hover {
	text-decoration: none;
	display: block;
}

.top_nav .megamenu_container {
	height: 100%;
	float: left;
	display: table;
}

.top_nav .social_widget ul li:last-child {
	margin-right: 0
}

.top_nav .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.top_nav .widget ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.top_nav .icl_languages_selector a.lang_sel_sel {
	border: none !important;
	font-size: 12px !important;
	line-height: 21px !important;
	padding-left: 0 !important;
}

.top_nav #lang_sel ul ul {
	left: 1px !important;
	background: #fafafa !important;
	top: 31px !important;
	border-top: 0px !important;
	visibility: visible !important;
	display: none;
}

.top_nav #lang_sel ul li:hover ul,
.top_nav #lang_sel ul a:hover ul {
	display: block !important;
}

.top_nav #lang_sel ul ul li {
	border: 1px solid #eef1f2 !important;
	border-bottom: none !important;
	background: #fafafa !important;
	color: #555 !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.top_nav #lang_sel ul ul li:last-child {
	border-bottom: 1px solid #eef1f2 !important;
}

.top_nav #lang_sel ul ul li:hover {
	background: #fafafa !important;
}

.top_nav #lang_sel ul ul a {
	background: #fafafa !important;
}

.top_nav #lang_sel a,
.top_nav #lang_sel a:visited {
	border: none;
}

.top_nav #lang_sel>ul>li {
	height: 40px;
}

.top_nav .widget.icl_languages_selector {
	margin-top: 9px;
	height: 15px;
}

.top_nav .icl_languages_selector img.iclflag {
	top: -1px !important;
}

.top_nav .icl_languages_selector li {
	width: 97px !important;
}

.top_nav .icl_languages_selector ul ul li {
	width: 160px !important;
}

.top_nav .icl_languages_selector ul,
.top_nav .icl_languages_selector li {
	z-index: 50000;
}

.top_nav .icl_languages_selector ul ul {
	width: 160px !important;
	left: -21px !important;
}

.top_nav .icl_languages_selector ul ul a,
.top_nav .icl_languages_selector ul ul a:visited {
	padding-left: 21px !important;
}

.top_nav .icon_text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: none;
}

.top_nav .widget_search input[type="text"] {
	border: 1px solid #e1e1e1 !important;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 13px;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}

.top_nav #search-form:after {
	content: "\e1b7";
	font-family: 'moon';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 14px;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	color: #bbb;
}

.top_nav #search-form {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 0;
	margin-top: 5px;
}

.top_nav #search-form .more,
.top_nav #search-form .more {
	display: none;
}

#logo {
	float: left;
	height: 100%
}

#logo a {
	float: left;
	height: 100%;
}

header#header {
	position: relative;
	z-index: 10000;
}

#logo img {
	max-width: none;
	top: 50%;
	position: relative;
}

#logo img.dark {
	display: block;
	visibility: visible;
}

#logo img.light {
	display: none;
	visibility: hidden;
}

.background--dark #logo img.light {
	display: block;
	visibility: visible;
}

.background--dark #logo img.dark {
	display: none;
	visibility: hidden;
}

.logo_only_sticky .header_wrapper #logo {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0;
}

.header_wrapper {
	width: 100%;
	position: relative;
	float: left;
	z-index: 32;
}

header#header .container {
	position: relative;
}

header#header .row-fluid .span12 header#header .row-fluid {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

header#header.animate_this .row-fluid {
	padding-top: 0;
	padding-bottom: 0;
}

header#header.animate_reverse .row-fluid {
	padding-top: 22px;
	padding-bottom: 22px;
}

header#header #navigation {
	float: right;
	height: 100%;
}

nav {
	float: left;
	width: 100%;
	height: 100%;
}

nav .menu {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	height: 100%;
	margin-top: 0
}

nav .menu li {
	float: left;
	position: relative;
	height: 100%;
}

nav .menu>li:hover>a {}

nav .menu>li>a {
	position: relative;
	top: 50%;
	margin-top: -10px;
	float: left;
}

nav .menu li a:hover {
	text-decoration: none;
}

nav .menu>li>ul.sub-menu,
nav .menu>li>ul.sub-menu ul {
	list-style: none;
	margin: 0 !important;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	left: 6px;
	z-index: 9999999;
	padding: 10px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

nav .menu li>ul.sub-menu li {
	z-index: 50005;
	float: left;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
	display: block;
	width: 100%;
}

nav .menu li ul.sub-menu li a {
	float: left;
	padding: 7px 12px;
}

nav .menu>li>ul.sub-menu li>.sub-menu {
	top: 0;
	left: 100%;
}

nav .menu li ul.sub-menu li:last-child {
	border-bottom: none;
}

nav .codeless_custom_menu_mega_menu {
	display: none;
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 9999999;
	width: 160px;
	padding: 10px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
}

nav .codeless_custom_menu_mega_menu.codeless_mega1 {
	width: 255px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega1 li {
	width: 195px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega2 {
	width: 600px !important;
	left: 0;
}

nav .codeless_custom_menu_mega_menu.codeless_mega2 li {
	width: 280px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega3 {
	width: 620px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega3 li {
	width: 174px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega4 {
	width: 1100px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega4 li {
	width: 240px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega5 {
	width: 1100px !important;
}

nav .codeless_custom_menu_mega_menu.codeless_mega5 li {
	width: 198px !important;
}

nav .codeless_custom_menu_mega_menu li:first-child {
	border-left: none;
}

nav .codeless_custom_menu_mega_menu li li {
	margin-left: 0 !important;
}

nav .codeless_custom_menu_mega_menu ul ul ul {
	margin-top: 0px;
	margin-bottom: 0;
}

nav .codeless_custom_menu_mega_menu ul>li {
	float: left;
	padding: 0;
	margin: 0;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

nav .codeless_custom_menu_mega_menu ul>li li {
	margin-left: 0 !important;
}

nav .codeless_custom_menu_mega_menu ul>li h6 {
	margin-top: 10px;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 10px;
	font-weight: 600;
}

nav .codeless_custom_menu_mega_menu ul {
	float: left;
	display: block !important;
	position: relative !important;
	margin: 0;
	padding: 0;
	background-color: transparent !important;
	border-top: none !important;
	list-style: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

nav .codeless_custom_menu_mega_menu>ul {
	float: left;
	display: block;
	padding: 15px !important;
	width: 100%;
}

nav .codeless_custom_menu_mega_menu>ul>li:first-child {
	margin-left: 0 !important;
}

nav .menu li:first-child {
	margin-left: 0;
}

nav .menu>li:last-child {
	/*padding-right: 0;*/
	margin-right: 0;
}

.select-menu {
	display: none
}

.mobile_small_menu {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.mobile_small_menu.open:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 21px;
}

.mobile_small_menu.close:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 21px;
}

.menu-small {
	display: none;
	float: left;
	width: 100%;
	z-index: 100000;
	position: relative;
}

.menu-small ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

.menu-small ul.menu:first-child {
	padding-bottom: 0;
}

.menu-small ul.menu:first-child:last-child {
	padding-bottom: 20px;
}

.menu-small ul.menu:nth-child(2) {
	padding-top: 0
}

.menu-small ul li {
	float: left;
	width: 100%;
}

.menu-small ul li a {
	margin: 0 auto;
	padding-left: 12%;
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-small ul.menu>li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-small ul.menu>li>ul>li>a {
	padding-left: 13%;
}

.menu-small ul.menu>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-small ul.menu>li>ul>li>ul>li>a {
	padding-left: 14%;
}

.menu-small ul.menu .codeless_custom_menu_mega_menu h6 {
	padding-left: 12.5%;
	margin-top: 20px;
}

.menu-small ul.menu .codeless_custom_menu_mega_menu>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-small ul.menu .codeless_custom_menu_mega_menu>ul>li>a {
	padding-left: 30px;
}

.menu-small ul.menu .codeless_custom_menu_mega_menu>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 13%;
}

.menu-small ul.menu .codeless_custom_menu_mega_menu>ul>li>ul>li>a {
	padding-left: 30px;
}

.header_tools {
	display: table;
	height: 100%;
	padding-left: 20px;
	float: right;
}

.header_tools .vert_mid {
	vertical-align: middle;
	display: table-cell;
}

#navigation {
	padding-right: 0px;
}

.header_tools .vert_mid>a,
.header_tools .cart {
	margin-right: 20px;
}

.header_tools .cart {
	float: left;
	margin-right: 20px;
	z-index: 9999999;
}

.header_tools .vert_mid>a:last-child,
.header_tools .cart:last-child {
	margin-right: 0;
}

.header_tools .right_search {
	font-size: 14px !important;
	float: left;
}

.header_tools .cart_icon {
	font-size: 14px !important;
	float: left;
	position: relative;
}

.header_tools .cart_icon .count {
	background: #222;
	color: #fff;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	top: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	right: -10px;
	font-size: 11px;
}

.header_tools .cart .content {
	display: none;
	position: absolute;
	top: 100%;
	width: 260px;
	z-index: 9999999999;
	right: 0;
	list-style: none;
	margin: 0 !important;
	padding: 20px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header_tools .cart .content .cart_item {
	margin: 0px 0px;
	padding: 13px 0px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

.header_tools .cart .content .cart_item:first-child {
	padding-top: 0;
}

.header_tools .cart .content .cart_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.header_tools .cart .content .cart_item img {
	float: left;
	width: 40px;
	height: 40px;
}

.header_tools .cart .content .cart_item .description {
	float: left;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 217px;
}

.header_tools .cart .content .cart_item .description .title {
	font-size: 13px;
	float: left;
	width: 100%;
	margin-top: -3px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	margin-top: 1px;
}

.header_tools .cart .content .cart_item .description .price {
	float: left;
	width: 100%;
	margin-top: -2px;
}

.header_tools .cart .content .empty,
.header_tools .cart .content .items {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.header_tools .items .cart_item:last-child {
	border-bottom: none;
}

.header_tools .cart .checkout {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.header_tools .cart .checkout .view_cart {
	float: left;
}

.header_tools .cart .checkout .view_cart a {
	padding: 4px 14px;
	font-size: 10px;
	margin-top: 5px;
}

.header_tools .cart .checkout .subtotal {
	float: right;
	margin-top: 10px;
}

.header_tools .cart .cart_item .remove:after {
	position: absolute;
	content: "\e365";
	font-family: 'moon';
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 13px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_tools .cart .cart_item:first-child .remove:after {
	top: 0px;
}

.header_tools .extra_navigation_button {
	font-size: 14px !important;
	float: left;
}

.right_search_container {
	display: none;
}

.header_wrapper {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: none;
}

header#header {
	width: 100%;
}

header#header .row-fluid .span12 {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.fixed_header {
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999999;
}

.admin-bar .fixed_header {
	top: 32px;
}

.sticky_header .header_wrapper {
	visibility: hidden;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.sticky_header .header_wrapper.open {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.admin-bar.sticky_header .header_wrapper {
	top: 32px;
}

.header_button {
	float: right !important;
	top: 50%;
	margin-left: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_shadow_full .header_wrapper {
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.header_shadow_shadow1 .header_wrapper .container:after {
	background: url(img/shadow1.png) no-repeat center top;
	bottom: -42px;
	content: "";
	display: block;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 42px;
	position: absolute;
}

.fullwidth_header .header_wrapper header {
	width: 100%;
	padding-left: 70px;
	padding-right: 70px;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.header_1.page_header_centered .header_wrapper,
.header_1.fullwidth_slider_page .header_wrapper {
	position: absolute;
}

.background--dark nav .menu>li>a:hover,
.background--dark header#header .header_tools .vert_mid>a:hover,
.background--dark .slicknav_btn:hover:after,
.background--dark header#header .header_tools .vert_mid .cart .cart_icon:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

.header_1 nav .menu>li>a::before {
	margin-right: 12px;
	content: '';
}

.header_1 nav .menu>li>a::after {
	margin-left: 12px;
	content: "";
}

.header_1 nav .menu>li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

.sticky_header .header_wrapper.header_1 {
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.header_2 nav .menu>li>a {
	margin-top: -11px;
}

.header_2 nav .menu>li {
	border-top: 3px solid transparent;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_2 nav .menu>li>ul.sub-menu,
.header_2 nav .menu>li>ul.sub-menu ul {
	top: 97%;
}

.header_3.header_wrapper {
	position: absolute;
}

.header_3.header_wrapper header>.container {
	padding-left: 40px;
	padding-right: 40px;
	top: 30px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header_3 nav .menu>li>a {
	margin-top: -14px;
}

.header_3 nav .menu>li {
	border-top: 3px solid transparent;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_3 nav .menu>li>ul.sub-menu,
.header_3 nav .menu>li>ul.sub-menu ul {
	top: 97%;
}

.header_3 #navigation {
	float: left !important;
	margin-left: 45px;
}

.header_3 .menu-small {
	margin-bottom: 30px;
}

.header_4.page_header_centered .header_wrapper,
.header_4.fullwidth_slider_page .header_wrapper {
	position: absolute;
}

.background--dark nav .menu>li>a,
.background--dark header#header .header_tools .vert_mid>a,
.background--dark header#header .header_tools .vert_mid .cart .cart_icon,
.background--dark .slicknav_btn:after {
	color: #fff !important;
}

.header_4 nav .menu>li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_4 nav .menu>li:hover>a {
	color: #fff;
}

.header_4 nav .menu>li>ul.sub-menu,
.header_4 nav .menu>li>ul.sub-menu ul {
	left: 0;
}

.header_4 nav .menu>li:last-child {
	padding-right: 20px;
}

.header_5 .open_full_menu i {
	font-size: 28px;
}

.header_5 nav .menu>li>ul.sub-menu,
.header_5 nav .menu>li>ul.sub-menu ul {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.header_5 header .right_search,
.header_5 header .extra_navigation_button {
	display: none;
}

.header_5.page_header_centered .header_wrapper,
.header_5.fullwidth_slider_page .header_wrapper {
	position: absolute;
}

.header_5 .top_nav {
	z-index: 1;
}

.header_5 .header_tools {
	height: 100%;
	margin-top: 0;
}

.header_5 .header_tools .cart {
	display: none;
}

.header_5 .open_full_menu {
	color: #222;
}

.header_5 nav .menu>li>ul.sub-menu li>.sub-menu {
	display: none;
}

.overlay_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.overlay_menu .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.admin-bar .overlay_menu .overlay-close {
	top: 50px;
}

.overlay_menu nav {
	text-align: center;
	position: absolute;
	width: 100% !important;
	height: 100%;
	display: table;
	width: auto;
	float: none;
	font-size: 54px;
}

.overlay_menu ul {
	list-style: none;
	padding: 0;
	float: none;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
}

.overlay_menu ul ul {
	position: relative !important;
	float: left;
	width: 100% !important;
	height: 0;
	display: block !important;
	visibility: visible;
	text-align: center;
	overflow: hidden;
	padding: 0 !important;
	padding-top: 0px !important;
	opacity: 1 !important;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.overlay_menu .menu-item-has-children:hover .sub-menu {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	padding-top: 35px !important;
}

.overlay_menu ul ul a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.overlay_menu ul li {
	display: block;
	height: auto;
	padding: 0 !important;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.overlay_menu ul li:last-child {
	margin-bottom: 0;
}

.overlay_menu ul li a {
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0 !important;
	line-height: 100%;
}

.overlay_menu ul li a:hover,
.overlay_menu ul li a:focus {}

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav>ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height:30.5em) {
	.overlay_menu nav ul li a {
		font-size: 70%;
	}
	.overlay_menu ul li {
		min-height: 34px;
		margin-bottom: 15px;
	}
}

.header_5 nav .menu li>ul.sub-menu li {
	border-bottom: none !important;
}

.header_6 #navigation {
	float: left;
	width: 100%;
	position: relative;
}

.header_shadow_full.header_6 .header_wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_6 nav ul>li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.header_6 .header_widgetized {
	float: right;
	height: 76%;
	position: relative;
	top: 12%;
	max-width: 70%;
	display: table;
}

.header_6 nav .non_mega_menu {
	left: 0 !important;
}

.fullwidth_slider_page .header_6_wrapper {
	position: absolute;
	width: 100%;
}

.header_6_wrapper #navigation {
	z-index: 9999;
}

.header_6_wrapper .full_nav_menu {
	width: 100%;
	position: relative;
	z-index: 99999;
	float: none;
}

.header_6 .header_widgetized .widget {
	display: table-cell;
	vertical-align: middle;
}

.header_6 .header_widgetized .footer_social_icons {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.header_6 .header_widgetized .footer_social_icons li {
	float: left;
	margin-right: 15px;
}

.header_7.header_wrapper {
	position: fixed;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.header_7 .boxed_layout .header_wrapper {
	position: fixed !important;
}

.header_7.header_wrapper .container {
	width: 100%;
}

.header_7.header_wrapper .span12 {
	height: auto !important;
}

.header_7 .header_tools {
	display: none;
}

.header_7 nav .codeless_custom_menu_mega_menu.codeless_mega2 {
	left: auto;
}

.header_7 #navigation {
	height: auto;
	float: left;
	width: 100%;
}

.header_7 #navigation nav {
	height: auto;
}

.header_7 #navigation nav .menu {
	height: auto;
	width: 100%;
}

.header_7 #navigation nav .menu>li {
	width: 100%;
	text-align: center;
	height: auto;
}

.header_7 #navigation nav .menu>li>a {
	position: relative;
	height: auto;
	margin-top: 0;
	top: 0;
	float: left;
	width: 100%;
}

.header_7 #navigation.pos_left nav .menu>li>ul.sub-menu,
.header_7 #navigation.pos_left nav .menu>li>ul.sub-menu ul {
	top: 0;
	right: auto;
}

.header_7 #navigation.pos_right nav .menu>li>ul.sub-menu,
.header_7 #navigation.pos_right nav .menu>li>ul.sub-menu ul {
	top: 0;
	left: auto;
}

.header_7 #logo {
	position: relative;
	left: 50%;
	height: auto !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header_7 #logo img {
	margin-top: 0;
}

.header_7 .header_widgetized {
	float: left;
	width: 100%;
}

.header_7 .header_wrapper .textwidget {
	text-align: center;
}

.header_7 .codeless_slider_wrapper {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.header_7 .header_wrapper .footer_social_icons {
	float: left;
	width: 100%;
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: relative;
	list-style: none;
	padding: 0;
}

.header_7 .header_wrapper .footer_social_icons li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-left: 5px !important;
	width: 32px !important;
	height: 32px !important;
}

.header_7 .header_wrapper .footer_social_icons li:first-child {
	margin-left: 0 !important;
}

.header_7 .header_wrapper .footer_social_icons li a {
	float: left;
}

.header_7 .header_wrapper .footer_social_icons li i {
	float: left;
	line-height: 32px;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_7 nav .codeless_custom_menu_mega_menu {
	top: 40%;
}

.header_7.header_shadow_shadow1 .header_wrapper .container:after {
	display: none;
}

.header_7 .ls-wp-fullwidth-helper,
.header_7 .ls-wp-container,
.header_7 .ls-inner,
.header_7 .ls-slide {
	left: 0 !important;
	max-width: 100%;
}

.header_7 .viewport {
	overflow: hidden;
}

.header_8 nav .menu>li>a {
	margin-top: -8px;
}

.header_8 nav .menu>li {
	border-bottom: 3px solid transparent;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.header_8 nav .menu>li>ul.sub-menu,
.header_8 nav .menu>li>ul.sub-menu ul {
	top: 105%;
	left: 0
}

.header_8 nav .menu>li>ul.sub-menu ul {
	top: -10px;
}

.header_9 nav .menu>li>a {
	margin-top: -10px;
}

.header_9 nav .menu>li>a {
	border-bottom: 1px solid transparent;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_10 #logo {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.header_10 .full_nav_menu {
	width: 100%;
	float: none;
	display: block;
	position: relative;
	z-index: 11;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.header_10 .full_nav_menu #navigation {
	float: none;
}

.header_10 nav .menu>li>a {
	top: auto;
	margin-top: 0;
}

.header_10 #navigation nav {
	position: relative;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header_10.header_shadow_shadow1 .header_wrapper .container:after {
	display: none;
}

.header_11.page_header_centered .header_wrapper,
.header_11.fullwidth_slider_page .header_wrapper {
	position: absolute;
}

.header_11 nav {
	float: left;
	width: auto;
}

.header_11 .centered_header {
	position: relative;
	float: left;
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header_11 #logo {
	margin-left: 60px;
	margin-right: 60px;
}

.header_11.sticky_header #logo {
	display: none;
}

.header_11.sticky_header .header_tools {
	display: none;
}

.header_11 .container>.row-fluid>.span12 {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.header_12 #navigation {
	float: left;
	position: relative;
}

.header_shadow_full.header_12 .header_wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_12 nav ul>li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.header_12 nav ul>li a {
	margin-top: 0;
}

.header_12 nav ul>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.header_12 .header_widgetized {
	float: right;
	position: relative;
	top: 50%;
	max-width: 70%;
	display: table;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_12 nav .non_mega_menu {
	left: 0 !important;
}

.header_12 #navigation {
	z-index: 9999;
}

.header_12 .full_nav_menu {
	width: 100%;
	position: relative;
	z-index: 99999;
	float: none;
}

.header_12 .full_nav_menu .container {
	position: relative;
}

.header_12 .header_widgetized .widget {
	display: table-cell;
	vertical-align: middle;
}

.header_12 .header_widgetized .footer_social_icons {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.header_12 .header_widgetized .footer_social_icons li {
	float: left;
	margin-right: 15px;
}

.header_12 .header_widgetized .footer_social_icons li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-left: 0px !important;
	width: 32px !important;
	height: 32px !important;
}

.header_12 .header_widgetized .footer_social_icons li:first-child {
	margin-left: 0 !important;
}

.header_12 .header_widgetized .footer_social_icons li:last-child {
	margin-right: 0 !important;
}

.header_12 .header_widgetized .footer_social_icons li a {
	float: left;
}

.header_12 .header_widgetized .footer_social_icons li i {
	float: left;
	line-height: 32px;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header_12 .header_widgetized .widget {
	float: left;
	display: block;
}

.header_12 .after_navigation_widgetized {
	float: right;
	width: 200px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_12 .after_navigation_widgetized #s {
	width: 100%;
	height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_12 .after_navigation_widgetized #search-form:after {
	content: "\e1b7";
	font-family: 'moon';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	color: #bbb;
}

.header_12 .after_navigation_widgetized #search-form {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 0;
}

.header_12 .after_navigation_widgetized #search-form .more,
footer #search-form .more {
	display: none;
}

.header_12 .full_nav_menu nav ul>li.current-menu-item>a,
.header_12 .full_nav_menu nav ul>li.current-menu-parent>a,
.header_12 .full_nav_menu nav ul>li:hover>a {
	color: #fff;
}

.header_12.header_shadow_full .full_nav_menu {
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.header_12.header_shadow_shadow1 .full_nav_menu .container:after {
	background: url(img/shadow1.png) no-repeat center top;
	bottom: -42px;
	content: "";
	display: block;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 42px;
	position: absolute;
}

.header_12 .full_nav_menu nav ul>li ul li {
	border-left: none !important;
	border-right: none !important;
}

.header_page {
	width: 100%;
	position: relative;
	float: none;
	z-index: 0;
}

.header_page.without_shadow {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}

.header_page .container {
	position: relative;
	z-index: 1000;
	height: 100%;
}

.header_page .page_parents {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}

.page_parents li:first-child {
	padding-right: 0px;
}

.page_parents li {
	float: left;
	padding-left: 0px;
	position: relative;
	padding-left: 15px;
	font-weight: 400;
	padding-right: 11px;
	font-size: 14px;
	color: #fff;
}

.page_parents li:after {
	content: "/";
	position: absolute;
	left: 0;
	top: 1px;
	width: 3px;
	font-size: 12px;
	height: 7px;
	display: inline;
	margin-top: 0;
}

.page_parents li:first-child:after {
	content: '' !important;
	display: none;
}

.page_parents li.home:after {
	content: '' !important;
	display: none;
}

.page_parents li:last-child {
	margin-right: 0px;
	padding-right: 0;
}

.page_parents li a {
	font-size: 12px;
	font-weight: 400;
	color: inherit;
}

.page_parents li.home {
	opacity: 1;
}

.page_parents li.home a {
	font-weight: bold;
}

.page_parents li a:hover {
	text-decoration: none;
}

.page_parents li:last-child a {
	margin-right: 0px;
}

.page_parents {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin-top: 0px;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	transition-duration: 0.1s;
	top: 31px;
	right: 0px;
	z-index: 20;
	float: left;
	right: 0;
	z-index: 1;
}

.header_page h1 {
	color: inherit;
	float: left;
	height: 100%;
}

.header_page.centered {
	opacity: 0;
	overflow: hidden;
}

.header_page.centered h1 {
	width: 100%;
	text-align: center;
}

.header_page.centered .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header_page.with_subtitle .titles {
	float: left;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header_page .titles h1:after {
	content: "_";
	display: block;
	width: 30px;
	margin: 0 auto 20px;
	text-align: center;
	color: inherit;
}

.header_page.with_subtitle.centered .titles h1 {
	line-height: 20px;
	color: inherit;
}

.header_page.with_subtitle.centered .titles h3 {
	line-height: 30px;
	color: inherit;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.header_page.with_subtitle.normal .titles h1 {
	line-height: 25px;
	height: auto;
	float: left;
}

.header_page.with_subtitle.normal .titles h1:after {
	display: none;
}

.header_page.with_subtitle.normal .titles h3 {
	line-height: 13px;
	color: inherit;
	opacity: 0.7;
	float: left;
	width: 100%;
	margin-top: 4px;
}

.header_page.with_padding_style .divider {
	display: none;
}

.header_page.with_padding_style.with_subtitle.centered h1 {
	float: left;
	text-align: left;
	padding: 24px 28px;
	width: auto;
}

.header_page.with_padding_style.with_subtitle.centered .titles h3 {
	float: left;
	padding: 18px 20px;
	width: auto;
	margin-top: 10px;
	text-align: left;
}

.header_page.with_padding_style.with_subtitle .titles {
	width: 500px;
}

.header_page.with_padding_style .titles h1:after {
	content: "";
	display: none;
}

.top_wrapper {
	z-index: 1;
	margin-bottom: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	position: relative;
	float: none;
}

.page_header_yes #content {
	padding-top: 40px;
}

.page_header_yes .top_wrapper {
	padding-top: 0;
}

.span9>p:first-child {
	margin-top: 0px;
}

.span9 .row-dynamic-el .container {
	width: 100%
}

#content {
	/*padding-top:40px;*/
	padding-bottom: 40px;
	float: none;
	width: 100%;
	position: relative;
	z-index: 9;
}

#content.section_first {
	padding-top: 0;
}

#content.section_last {
	padding-bottom: 0;
	margin-bottom: -14px;
}

.section-style .row-dynamic-el {
	margin-bottom: 30px
}

.section-style.no_borders {
	border: none !important;
}

.section-style.section_space_2 .row-dynamic-el {
	margin-bottom: 30px;
}

.section-style.section_space_2 .row-dynamic-el:last-child {
	margin-bottom: 0;
}

.section-style.section_space_3 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.section-style.section_space_3 .row-dynamic-el {
	margin-bottom: 90px;
}

.section-style.section_space_3 .row-dynamic-el:last-child {
	margin-bottom: 0;
}

#content.section_last .section-style:last-child {
	border-bottom: none
}

#content.section_first .section-style:first-child {
	border-top: none;
}

.single-portfolio .page_header_yes #content {
	padding-top: 0px !important;
}

.single-portfolio #content {
	padding-top: 0px !important;
}

.row-dynamic-el:first-child {
	margin-top: 0px;
}

.row-dynamic-el.second_space {
	margin-bottom: 0;
}

.row-dynamic-el.third_space {
	margin-bottom: 60px;
}

.row-dynamic-el.fourth_space {
	margin-bottom: 60px;
	margin-top: -40px;
}

.row-dynamic-el.section-style:first-child {
	margin-top: 0
}

.row-dynamic-el:last-child {
	margin-bottom: 0;
}

.customSelect {
	display: none !important
}

.boxed_layout {
	margin: 0 auto
}

.boxed_layout .ls-wp-fullwidth-helper,
.boxed_layout .ls-wp-container,
.boxed_layout .ls-inner,
.header_7 .ls-slide {
	left: 0 !important;
	max-width: 100%;
}

.boxed_layout {
	margin-bottom: 0px;
	position: relative;
}

.section-style {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	display: block;
}

.section-style.parallax_section>.container>.row-fluid {
	position: relative;
}

.section-style.parallax_section {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 50% 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.section-style .bg-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section_clear {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none;
	width: 100%;
	clear: both;
}

.vc_row .vc_row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.one_page .vc_row {
	position: relative;
}

.vc_row.transparency_section {
	position: absolute;
}

.vc_row.standard_section {}

.vc_row.standard_section:last-child {
	margin-bottom: 0;
}

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

.vc_row.section-style {
	margin-right: 0 !important;
	z-index: 2;
}

.vc_row.section-style:last-child {
	margin-bottom: 0;
}

.vc_row .vc_column .vc_row .container {
	width: auto;
}

.full-width-content {
	padding: 0;
	margin-right: 0 !important;
}

.full-width-content>.col {
	margin: 0;
}

.full-width-content .span_12 {
	width: 100%;
	float: none;
	display: table;
}

.vc_responsive .full-width-content.vc_row .vc_span6 {
	padding-right: 0;
}

.vc_responsive .full-width-content.vc_row .vc_span12 {
	padding-left: 0;
	padding-right: 0;
}

.vc_responsive .full-width-content.vc_row .vc_col-sm-6 {
	padding-right: 0;
	padding-left: 0;
}

.vc_responsive .full-width-content.vc_row .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.vc_responsive .full-width-content.vc_row .vc_column .vc_column {
	padding-left: 15px;
	padding-right: 15px;
}

.full-width-content .vc_column.with_bg,
.full-width-content .vc_column.using_bg {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.vc_row .arrow_bottom {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 20px 0 20px;
	-webkit-transform: rotate(360deg);
	bottom: -25px;
	left: 50%;
	margin-left: -17.5px;
	position: absolute;
}

.vc_row .arrow_top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 25px 20px;
	-webkit-transform: rotate(360deg);
	top: -25px;
	left: 50%;
	margin-left: -17.5px;
	position: absolute;
}

.full-width-content .vc_column>.overlay {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
}

.full-width-content .vc_column .wpb_wrapper {
	z-index: 2;
	position: relative;
}

.vc_column.with_overlay .wpb_wrapper {
	position: relative;
	z-index: 2;
}

.vc_column.with_overlay .overlay {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
}

.vc_column.centered_col {
	text-align: center;
}

.vc_column.centered_vertical .wpb_wrapper {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.span12 {
	min-height: 0 !important;
}

.with_animation {
	visibility: hidden;
}

.wpb_text_column p:first-child {
	margin-top: 0;
}

.wpb_image_grid .wpb_image_grid_ul {
	min-height: 150px;
}

#fullpage .section {
	display: table;
	width: 100%;
}

#fullpage .section .fullscreen_inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#fullPage-nav {
	color: rgb(0, 0, 0);
	position: absolute;
	right: 40px;
	top: 50%;
	z-index: 99999;
}

#fullPage-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#fullPage-nav ul a {
	width: 8px;
	margin-bottom: 10px;
	height: 8px;
	border: 2px solid #bbb;
	float: left;
	border-radius: 50%;
}

#fullPage-nav ul a.active {
	border: 2px solid #222;
}

footer .widget_search input[type="text"] {
	border: 1px solid rgba(255, 255, 255, 0.02) !important;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 13px;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}

.footer_wrapper {
	position: relative;
	margin-top: 0px;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

footer#footer {
	width: 100%;
	float: none;
}

footer .textwidget p:first-child {
	margin-top: 0;
}

footer .icon_text {
	width: 100%;
}

footer#footer .inner .row-fluid.ff:first-child {
	padding-top: 52px;
	padding-bottom: 52px
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget {
	text-align: center;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget ul li {
	width: auto;
	margin-right: 10px;
	padding: 0;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget ul li:last-child {
	margin-right: 0;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .footer_social_icons {
	position: relative;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

footer#footer .contact_information dl {
	margin-bottom: 5px;
}

footer#footer .contact_information dl:last-child {
	margin-bottom: 0
}

#copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
}

#copyright .desc {
	display: table;
	float: left;
}

#copyright .copyright_text {
	display: table-cell;
	vertical-align: middle;
}

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

footer .widget_recent_comments li {
	padding: 15px !important;
	margin-bottom: 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .widget_recent_comments li a {
	float: none !important;
	width: auto !important;
}

footer .tagcloud a {
	color: #999999;
	padding: 8px 10px;
	font-size: 13px !important;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

footer .tagcloud a:hover {
	color: #fff;
	text-decoration: none
}

footer .widget_flickr {
	float: left;
}

footer .widget_flickr .flickr_container {
	float: left;
	margin-top: 0px
}

footer .widget_flickr .flickr_badge_image {
	float: left;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	border: 2px solid rgba(0, 0, 0, 0);
	margin-bottom: 9px;
	margin-right: 13px;
	width: 68px;
	height: 68px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	moz-border-radius: 6px
}

footer .span4 .flickr_badge_image {
	width: 75px;
	height: 80px;
	max-width: 93px;
}

footer .widget_flickr img {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

footer .inner .widget_flickr img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: url("desaturate.svg");
	filter: none;
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(3n+1) {}

footer .inner .widget {
	line-height: 20px;
}

footer .inner .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	border-bottom: none !important;
}

footer .inner .widget ul li:first-child {
	padding-top: 0;
}

footer .inner .widget ul li {
	margin: 0;
	float: left;
	width: 100%;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .inner .widget ul li a {
	float: left;
	width: 100%;
}

footer .inner .widget ul li span {
	float: left;
	width: 100%;
	margin-top: 3px;
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(5) {
	margin-bottom: 0
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(6) {
	margin-bottom: 0
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(7) {
	margin-bottom: 0
}

footer .inner .widget_contact_info ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

footer .inner .widget_contact_info li {
	border: none !important;
	margin-bottom: 0px !important;
	padding: 0 !important;
}

footer .inner .widget_contact_info li i {
	margin-right: 10px;
	height: 30px;
	float: left;
	margin-top: 2px;
}

footer .inner .widget_contact_info li span {
	line-height: 18px;
}

footer .inner .widget_contact_info li span span {
	font-weight: 400;
}

footer .inner .widget_recent_posts li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}

footer .inner .widget_recent_posts li:last-child {
	margin-bottom: 0;
}

footer .inner .widget_recent_posts li dt {
	width: 44px;
	height: 44px;
	border: 2px solid #444444;
	cursor: pointer;
}

footer .inner .widget_recent_posts li dt:hover {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

footer .inner .widget_recent_posts li dt img {
	border: 2px solid #222;
	width: 40px;
	height: 40px;
}

footer .inner .widget_recent_posts li dl {
	margin: 0;
}

footer .inner .widget_recent_posts li .info {
	color: #a0a0a0;
	margin-top: 0;
}

footer .widget_recent_posts dl {
	width: 100%;
}

footer .widget_recent_posts dd {
	margin-left: 0;
}

footer .inner .widget {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

footer .inner .widget:last-child {
	margin-bottom: 0;
}

footer .footer_social_icons {
	float: left;
	width: 100%;
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: relative;
}

footer .inner .footer_social_icons li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-left: 10px !important;
	width: 32px !important;
	height: 32px !important;
}

footer .inner .footer_social_icons li:first-child {
	margin-left: 0 !important;
}

footer .footer_social_icons li a {
	float: left;
}

footer .footer_social_icons li i {
	float: left;
	line-height: 32px;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

footer ul.sub-menu {
	padding-left: 32px !important;
}

footer ul li.menu-item-has-children {
	padding-bottom: 10px;
}

footer #wp-calendar {
	width: 100%;
}

footer #wp-calendar td {
	padding-left: 16px;
}

footer #wp-calendar td#today {
	color: #cdcdcd;
}

footer #search-form:after {
	content: "\e1b7";
	font-family: 'moon';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 16px;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	color: #ababab;
}

footer #search-form {
	width: 100%;
	float: left;
	position: relative;
}

footer .widget-title {
	margin-bottom: 30px;
}

.widget_twitter li .message {
	padding-top: 0;
	margin-top: 0;
}

.widget_twitter dl {
	margin: 0;
	margin-bottom: 20px;
}

.widget_twitter dl:last-child {
	margin-bottom: 0;
}

.widget_twitter dl dt {
	width: 18px;
	height: 18px;
}

.widget_twitter dl dd {
	margin-left: 35px;
}

.widget_twitter dl dd .message span {
	float: left;
	width: 100%;
	margin-top: 2px;
}

.widget_twitter dl dt i {
	font-size: 18px;
}

.widget_twitter .with_avatar dt {
	width: 45px;
	height: 45px;
}

.widget_twitter .with_avatar dd {
	margin-left: 65px;
}

.widget_most_popular dt {
	width: 60px;
	height: 60px;
}

.widget_most_popular dd {
	margin-left: 75px;
}

.widget_most_popular dl {
	margin: 0;
}

.widget_most_popular li {
	margin-bottom: 20px;
}

.widget_most_popular li:after {
	content: "";
	display: none;
}

.widget_most_popular li:last-child {
	margin-bottom: 0;
}

.widget_most_popular .date {
	width: 100%;
	float: left;
}

#copyright .widget ul {
	float: left;
	list-style: none;
	display: inline-block;
	margin: 0;
	border: none;
}

#copyright .widget ul li {
	float: left;
	padding-right: 14px;
	margin-top: 5px;
	border-bottom: none !important;
	line-height: 15px !important;
	height: 11px;
}

#copyright .widget ul li a {
	top: -2px;
	position: relative;
}

#copyright .widget ul li:first-child {
	border: none;
}

#copyright .footer_social_icons {
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: relative;
	padding: 0;
	list-style: none
}

#copyright .footer_social_icons li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-left: 12px !important;
	width: 26px !important;
	margin-top: 0 !important;
	padding-right: 0 !important;
	height: 26px !important;
}

#copyright .footer_social_icons li:after {
	display: none
}

#copyright .footer_social_icons li:first-child {
	margin-left: 0 !important;
}

#copyright .footer_social_icons li a {
	float: left;
}

#copyright .footer_social_icons li i {
	float: left;
	line-height: 26px;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#blog .span9 {
	position: relative;
}

.blog-article .btn-bt {
	margin-top: 20px;
	float: left;
}

.blog-article .btn-bt:hover {}

.media {
	float: left;
	width: 100%;
}

.media img {
	width: 100%
}

.media iframe {
	width: 100%;
}

.post-like {
	float: right;
	margin-top: 35px;
	font-size: 16px;
	color: #222;
}

.format-quote .post-like {
	margin-top: 0;
	margin-right: 0 !important;
	float: right !important;
}

.format-quote .post-like i {
	margin-right: 0 !important;
}

.post-like i {
	padding-right: 4px;
	font-size: 20px;
	color: #222;
}

.shares_container {
	position: relative;
	float: right;
}

.blog-article ul.shares {
	visibility: hidden;
	float: left;
	margin-top: 26px;
	margin-right: 20px;
	position: relative;
	list-style: none;
	background: #f5f5f5;
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blog-article ul.shares:after {
	width: 0;
	content: "";
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #f5f5f5;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -10px;
}

.blog-article ul.shares li {
	display: inline-block;
	float: left;
	padding-right: 15px;
}

.blog-article ul.shares li i {
	font-size: 14px;
	color: #888;
}

.blog-article ul.shares li:last-child {
	padding-right: 0px;
}

.blog-article .share_link {
	float: right;
	margin-top: 35px;
	font-size: 16px;
	color: #222;
	margin-right: 10px;
}

.format-quote.blog-article .share_link {
	margin-top: 0;
	margin-right: 0 !important;
	float: right !important;
}

.format-quote.blog-article .share_link i {
	margin-right: 0 !important;
}

.blog-article .share_link i {
	padding-right: 4px;
	font-size: 20px;
	color: #555;
}

#blog.container {
	position: relative;
}

.timeline-border {
	position: absolute;
	top: 0;
	left: 55px;
	width: 1px;
	height: 88%;
	float: left;
	z-index: 0;
}

.fullwidth .timeline-border {
	left: 35px;
}

.blog-article.timeline-style {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	z-index: 2;
}

.blog-article.timeline-style .timeline {
	width: 12.2%;
	height: 150px;
	padding-right: 27px;
	float: left;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.blog-article.timeline-style .timeline .date {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
}

.blog-article.timeline-style .timeline .date span,
.blog-article.timeline-style .timeline .date {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blog-article.timeline-style .timeline .date .day {
	font-size: 24px;
	font-weight: 300;
	color: #999;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 15px;
	line-height: 24px;
}

.blog-article.timeline-style .timeline .date .month {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	float: left;
	line-height: 18px;
}

.blog-article.timeline-style .timeline .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	margin-left: 11px;
}

.blog-article.timeline-style .post_box {
	width: 87.8%;
	float: left;
}

.blog-article.timeline-style .post_box.box_shadow {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.fullwidth .blog-article.timeline-style .post_box {
	width: 87.8%;
}

.blog-article.timeline-style .media {
	float: left;
	position: relative;
}

.blog-article.timeline-style .media .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.blog-article.timeline-style .media .overlay .post_type_circle i {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	float: left;
	width: 52px;
}

.blog-article.timeline-style .media .overlay .post_type_circle {
	width: 50px;
	height: 50px;
	background: #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 45%;
	opacity: 0;
	left: 50%;
	cursor: pointer;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blog-article.timeline-style .media:hover .overlay .post_type_circle {
	top: 50%;
	opacity: 1;
}

.blog-article.timeline-style .media:hover .overlay {
	opacity: 1;
}

.blog-article.timeline-style .media>*:not(.post_type) {
	width: 100%;
}

.blog-article.timeline-style .content {
	padding: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-article.timeline-style .content h1 {}

.blog-article.timeline-style .content .quote {
	position: relative;
	float: left;
	width: 100%;
}

.blog-article.timeline-style .content .quote i {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 32px;
}

.blog-article.timeline-style .content .quote p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-left: 45px;
	padding-top: 15px;
}

.blog-article.timeline-style .content .quote .author {
	float: right;
	margin-top: 10px;
	font-weight: bold;
}

.blog-article.timeline-style .content .text {
	margin-top: 10px;
}

.blog-article.timeline-style .content .text p {
	margin-bottom: 0;
}

.blog-article.timeline-style .info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
}

.blog-article.timeline-style .info li {
	float: left;
	margin-right: 18px;
	line-height: inherit;
}

.blog-article.timeline-style .info li i {
	margin-right: 7px;
	float: left;
	line-height: inherit;
}

.blog-article.standard-style {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	z-index: 2;
}

.single .blog-article.standard-style {
	margin-bottom: 20px;
}

.blog-article.standard-style .media {
	float: left;
	position: relative;
}

.blog-article.standard-style .media .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.blog-article.standard-style .media .overlay .post_type_circle i {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	float: left;
	width: 52px;
}

.blog-article.standard-style .media .overlay .post_type_circle {
	width: 50px;
	height: 50px;
	background: #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 45%;
	opacity: 0;
	left: 50%;
	cursor: pointer;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blog-article.standard-style .media:hover .overlay .post_type_circle {
	top: 50%;
	opacity: 1;
}

.blog-article.standard-style .media:hover .overlay {
	opacity: 1;
}

.blog-article.standard-style .media>*:not(.post_type) {
	width: 100%;
}

.blog-article.standard-style .content {
	padding-top: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.blog-article.standard-style .content h1 {}

.blog-article.standard-style .content .quote {
	position: relative;
	float: left;
	width: 100%;
}

.blog-article.standard-style .content .quote i {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 32px;
}

.blog-article.standard-style .content .quote p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-left: 45px;
	padding-top: 15px;
}

.blog-article.standard-style .content .quote .author {
	float: right;
	margin-top: 10px;
	font-weight: bold;
}

.blog-article.standard-style .content .text {
	margin-top: 10px;
}

.blog-article.standard-style .content .text p {
	margin-bottom: 0;
}

.blog-article.standard-style .info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px;
}

.blog-article.standard-style .info li {
	float: left;
	margin-right: 18px;
	line-height: inherit;
}

.blog-article.standard-style .info li i {
	margin-right: 7px;
	float: left;
	line-height: inherit;
}

.blog-article.alternate-style {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	z-index: 2;
}

.blog-article.alternate-style .media {
	float: left;
	position: relative;
}

.fullwidth .blog-article.alternate-style .media {
	width: 440px;
}

.fullwidth .blog-article.alternate-style .media iframe {
	width: 440px;
}

.fullwidth .blog-article.alternate-style .content {
	width: 640px;
}

.sidebar_right .blog-article.alternate-style .media,
.sidebar_left .blog-article.alternate-style .media {
	width: 46%;
}

.sidebar_right .blog-article.alternate-style .media iframe,
.sidebar_left .blog-article.alternate-style .media iframe {
	width: 100%;
	height: 235px;
}

.sidebar_right .blog-article.alternate-style .content,
.sidebar_left .blog-article.alternate-style .content {
	width: 54%;
	padding-left: 20px;
	margin-left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.blog-article.alternate-style.format-quote .content {
	width: 100%;
}

.blog-article.alternate-style .media .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.blog-article.alternate-style .media .overlay .post_type_circle i {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	float: left;
	width: 52px;
}

.blog-article.alternate-style .media .overlay .post_type_circle {
	width: 50px;
	height: 50px;
	background: #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 45%;
	opacity: 0;
	left: 50%;
	cursor: pointer;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blog-article.alternate-style .media:hover .overlay .post_type_circle {
	top: 50%;
	opacity: 1;
}

.blog-article.alternate-style .media:hover .overlay {
	opacity: 1;
}

.blog-article.alternate-style .media>*:not(.post_type) {
	width: 100%;
}

.blog-article.alternate-style .content {
	margin-left: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-article.alternate-style .content h1 {
	line-height: 36px;
}

.blog-article.alternate-style .content .quote {
	position: relative;
	float: left;
	width: 100%;
}

.blog-article.alternate-style .content .quote i {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 32px;
}

.blog-article.alternate-style .content .quote p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-left: 45px;
	padding-top: 15px;
}

.blog-article.alternate-style .content .quote .author {
	float: right;
	margin-top: 10px;
	font-weight: bold;
}

.blog-article.alternate-style .content .text {
	margin-top: 10px;
}

.blog-article.alternate-style .content .text p {
	margin-bottom: 0;
}

.blog-article.alternate-style .info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
}

.blog-article.alternate-style .info li {
	float: left;
	margin-right: 18px;
	line-height: inherit;
}

.blog-article.alternate-style .info li i {
	margin-right: 7px;
	float: left;
	line-height: inherit;
}

.blog-article.grid-style {
	float: left;
	margin-bottom: 20px;
	z-index: 2;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.blog-article.grid-style .gridbox {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	background: #fff;
	width: 100%;
	float: left;
}

.cols3 .blog-article.grid-style,
.cols3 .grid-size {
	width: 33.3333%;
}

.cols4 .blog-article.grid-style,
.cols4 .grid-size {
	width: 25%;
}

.cols2 .blog-article.grid-style,
.cols2 .grid-size {
	width: 50%;
}

.vc_col-sm-6.vc_column .blog-article.grid-style,
.vc_col-sm-6.vc_column .grid-size {
	width: 100%;
}

.blog-article.grid-style.no_shadow .gridbox {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blog-article.grid-style .media iframe {
	width: 100%;
	height: 350px;
}

.blog-article.grid-style .media {
	float: left;
	position: relative;
}

.blog-article.grid-style.format-video .media {
	height: 350px;
}

.blog-article.grid-style .media .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.blog-article.grid-style .media .overlay .post_type_circle i {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	float: left;
	width: 52px;
}

.blog-article.grid-style .media .overlay .post_type_circle {
	width: 50px;
	height: 50px;
	background: #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 45%;
	opacity: 0;
	left: 50%;
	cursor: pointer;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.blog-article.grid-style .media:hover .overlay .post_type_circle {
	top: 50%;
	opacity: 1;
}

.blog-article.grid-style .media:hover .overlay {
	opacity: 1;
}

.blog-article.grid-style .media>*:not(.post_type) {
	width: 100%;
}

.blog-article.grid-style .content {
	padding: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-article.grid-style.no_shadow .content {
	padding: 0;
	padding-top: 20px;
}

.blog-article.grid-style .content h1 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.blog-article.grid-style .content .quote {
	position: relative;
	float: left;
	width: 100%;
}

.blog-article.grid-style .content .quote i {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 32px;
}

.blog-article.grid-style .content .quote p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	padding: 0;
	margin: 0;
	padding-left: 45px;
	padding-top: 15px;
}

.blog-article.grid-style .content .quote .author {
	float: right;
	margin-top: 10px;
	font-weight: bold;
}

.blog-article.grid-style .content .text {
	margin-top: 10px;
}

.blog-article.grid-style .content .text p {
	margin-bottom: 0;
}

.blog-article.grid-style .info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
}

.blog-article.grid-style .info li {
	float: left;
	margin-right: 11px;
	line-height: inherit;
}

.blog-article.grid-style .info li i {
	margin-right: 7px;
	float: left;
	line-height: inherit;
}

.fullscreen-blog-article {
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	margin: 0;
	position: relative;
}

.fullpage_onepage .footer_wrapper {
	display: none;
}

.fullpage_onepage .header_wrapper {
	position: absolute;
}

.fullscreen-blog-article .content {
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 600px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.fullscreen-blog-article.active .content {}

.fullscreen-blog-article .content.left {
	float: left;
	margin-left: 150px;
}

.fullscreen-blog-article .content.right {
	right: 150px;
	float: right;
}

.fullscreen-blog-article .content.background--dark {
	color: #fff;
}

.fullscreen-blog-article .content.background--light {
	color: #222;
}

.fullscreen-blog-article .content h1 {
	color: inherit !important;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: bold;
}

.fullscreen-blog-article .content p {
	color: inherit !important;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}

.fullscreen-blog-article .content .btn-bt {
	float: left;
}

.fullscreen-blog-article .content.background--dark .btn-bt {
	margin-top: 20px;
}

.author_box {
	float: left;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 75px;
}

.author_box dt {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.author_box h5 {
	font-weight: bold;
}

.author_box dd {
	margin-left: 80px;
}

.author_box p {
	margin-top: 7px !important;
}

#comments {
	margin-top: 40px;
	padding-top: 40px;
	float: left;
	width: 100%;
}

#comments h4 {
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 0;
	width: 100%;
	text-transform: uppercase;
}

.comment {
	position: relative;
	padding-top: 30px;
}

.comments_list .children {
	position: relative;
}

.comments_list .children:after {
	width: 20px;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
}

.comment.span12 {
	margin-left: 0
}

.comment:first-child {
	padding-top: 40px;
}

.comment dl {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 30px;
	background: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.comment dl dt {
	width: 64px;
	height: 64px;
}

.comment dl dt img {
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment dl dd {
	margin-top: 0px;
	margin-left: 80px
}

.comment dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	margin-top: 4px;
}

.comment dl dd ul li {
	float: left;
	border-right: 1px solid #999;
	line-height: 11px;
}

.comment dl dd ul li span {
	padding-left: 8px;
	padding-right: 8px;
	color: #999;
	font-weight: 300 !important;
	font-size: 12px !important;
}

.comment dl dd ul li span a {
	color: #444444;
	font-weight: 400;
	font-size: 12px;
}

.comment dl dd span.author a {
	color: #444;
	font-size: 14px;
	font-weight: 500 !important;
}

.comment dl dd ul li a {
	color: #888;
	font-weight: 500;
	font-size: 12px !important;
}

.comment dl dd ul li a:hover {
	text-decoration: none;
}

.comment dl dd ul li:first-child span {
	padding-left: 0
}

.comment dl dd ul li:last-child {
	border-right: none;
}

.comment {
	padding-top: 30px;
	padding-bottom: 30px
}

.comment .comment_text {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#respond h3 {
	text-transform: uppercase;
	margin-top: 60px;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}

#respond label {}

#respond textarea {
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond .comment-form-author {
	width: 32%;
	float: left;
	margin-right: 2%;
}

#respond .comment-form-email {
	width: 32%;
	float: left;
	margin-right: 2%;
}

#respond .comment-form-url {
	width: 32%;
	float: left;
}

#respond input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	height: 40px;
	width: 100%;
	float: left;
	margin-bottom: 0;
}

#portfolio-single-widget-area {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.flexslider .headborder {
	height: 18px;
	background: url('img/headborder.png') repeat-y;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
}

.btn-bt.align-left {
	float: left;
}

.btn-bt.align-right {
	float: right !important;
}

.btn-bt.align-center {
	float: left;
	position: absolute !important;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.btn-bt.default {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	border-width: 2px;
	border-style: solid;
	float: left;
	padding: 10px 38px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-backface-visibility: hidden;
}

.btn-bt.default:hover span {
	left: -12px;
}

.btn-bt.default span {
	position: relative;
	left: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn-bt.default i {
	font-size: 14px;
	position: absolute;
	top: 50%;
	line-height: 20px;
	margin-top: 1px;
	left: 73%;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn-bt.default:hover i {
	left: 77%;
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.btn-bt.default i {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-bt.default:hover {
	border: 2px solid;
}

.btn-bt.default:hover i {
	left: 80%;
}

.btn-bt.business {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	border-width: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-bt.business i {
	display: none;
}

.light .btn-bt.business {
	border-width: 1px;
	border-style: solid;
	margin: 0 auto;
	float: none;
}

.wpcf7-form span.ajax-loader {
	display: none;
}

.btn-bt.no_padding {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
	padding: 10px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-bt.no_padding i {
	display: none;
}

.btn-bt.rounded {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
	padding: 14px 26px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}

.btn-bt.rounded i {
	display: none;
}

.btn-bt.big {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
	padding: 14px 28px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
}

.btn-bt.big i {
	display: none;
}

.btn-bt.with_icon {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
	padding: 14px 24px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-bt.with_icon i {
	float: left;
	top: 3px;
	line-height: 100%;
	position: relative;
	margin-right: 15px;
}

.btn-bt.gradient {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: left;
	padding: 12px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

.btn-bt.gradient i {
	display: none;
}

aside select {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

aside #s {
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

aside #search-form:after {
	content: "\e1b7";
	font-family: 'moon';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 16px;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	color: #bbb;
}

aside #search-form {
	width: 100%;
	float: left;
	position: relative;
}

aside #search-form .more,
footer #search-form .more {
	display: none;
}

aside .widget-title {
	margin-top: 0;
	float: left;
	width: 100%;
}

aside .widget {
	float: left;
	width: 100%;
}

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

aside ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

aside ul li a {
	width: 100%;
}

aside ul li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	float: right;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

aside .widget:first-child {
	margin-top: 0
}

aside .widget_most_popular li {
	margin-bottom: 0;
}

aside .widget_most_popular li a {
	color: #444;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none
}

aside #wp-calendar {
	width: 100%;
}

aside #wp-calendar td {
	padding-left: 16px;
}

#wp-calendar td#today {
	font-weight: 600;
}

aside .widget_rss ul li:after {
	content: "";
}

aside .tagcloud a {
	padding: 8px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	font-size: 13px !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

aside ul.sub-menu {
	padding-left: 32px;
	padding-top: 10px;
}

aside ul.sub-menu li:last-child,
aside li.menu-item-has-children {
	border-bottom: none;
}

aside li.menu-item-has-children:after {
	content: "";
}

.slider {}

.slider#slider-fullwidth {
	width: 100%;
	margin-top: 0;
}

.slider.fixed_parallax .swiper-wrapper {
	position: fixed;
}

.slider#slider-fixed {
	padding-top: 45px;
	background: #fff;
}

#slider-fixed.section_active {
	padding-bottom: 80px;
	padding-top: 80px;
}

#slider-fullwidth .slider_container {
	width: 940px;
	margin: 0 auto
}

.slider-img {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 450px;
	display: block;
}

.ls-defaultskin {
	padding: 0 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: none !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
}

.ls-layer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ls-defaultskin .ls-nav-prev {
	background-image: url('img/layer-prev_hover.png') !important;
	background-position: 0 0 !important;
	opacity: 0.7;
	width: 64px !important;
	height: 64px !important;
}

.ls-defaultskin .ls-nav-prev:hover {
	opacity: 1;
}

.ls-defaultskin .ls-nav-next {
	background-image: url('img/layer-next_hover.png') !important;
	opacity: 0.7;
	background-position: 0 0 !important;
	width: 64px !important;
	height: 64px !important;
}

.ls-defaultskin .ls-nav-next:hover {
	opacity: 1;
}

.ls-defaultskin .ls-nav-prev,
.ls-defaultskin .ls-nav-next {
	width: 64px !important;
	height: 64px !important;
	z-index: 10000 !important;
	top: 50% !important;
	margin-top: -32px !important;
	position: absolute !important;
	visibility: visible
}

.ls-defaultskin .ls-nav-prev {
	left: 65px !important
}

.ls-defaultskin .ls-nav-next {
	right: 65px !important
}

.ls-layer .big_title_white {
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	font-family: "Roboto Slab";
	color: #fff;
	background-color: transparent;
}

.ls-layer .medium_title_white {
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	font-family: "Roboto";
	color: #fff;
	background-color: transparent;
}

.ls-layer .description_text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Roboto";
	color: #fff;
	background-color: transparent;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 5px !important;
	margin-bottom: 14px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tparrows.hidearrows {
	opacity: 0 !important;
}

.tparrows {
	z-index: 40000 !important;
	cursor: pointer;
	position: absolute;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 40px !important;
	height: 40px !important;
}

.tp-leftarrow.default {
	background-image: url('img/layer-prev_hover.png') no-repeat 0 0;
	width: 66px;
	height: 66px;
}

.tp-leftarrow.default:hover {
	opacity: 1;
}

.tp-rightarrow.default:hover {
	opacity: 1;
}

.codeless-slider-container {
	width: 100%;
	height: 500px;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.swiper-slide.layout-full {
	height: 500px !important;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.swiper-slide.layout-semi {
	height: 250px !important;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.swiper-slide {
	width: 25%;
}

.codeless-slider-container .codeless-slider-container {
	width: 100%;
}

.codeless-slider-container.layout-semi {
	height: 250px !important;
}

.codeless-slider-container.layout-full {
	height: 500px !important;
}

.swiper_slider .pagination {
	position: absolute;
	z-index: 100;
	left: 10px;
	bottom: 10px;
}

.swiper_slider .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	margin-right: 5px;
	opacity: 1;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper_slider .swiper-visible-switch {
	background: rgba(255, 255, 255, 0.4);
}

.swiper_slider .swiper-active-switch {
	background: rgba(255, 255, 255, 0.4);
}

.swiper_slider .pagination-nested {
	bottom: auto;
	top: 10px;
}

.swiper_slider .pagination-nested .swiper-pagination-switch {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

#slider-fullwidth>.default {
	background: #f5f5f5;
	height: 300px;
	line-height: 300px;
	text-align: center;
}

.codeless_slider_swiper .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.codeless_slider_swiper .loading i {
	position: relative;
	top: 50%;
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	z-index: 9999999;
	margin-top: -20px;
}

.codeless_slider_swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	min-height: 400px;
}

.codeless_slider .swiper-slide {
	position: relative;
}

.codeless_slider_wrapper {
	overflow: hidden;
	min-height: 400px;
}

.parallax_slider .codeless_slider_wrapper {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	left: 0!important;
	position: fixed;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.boxed_layout .parallax_slider .codeless_slider_wrapper {
	position: relative;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	-moz-transform: translateY(0) !important
}

.boxed_layout .codeless_slider_swiper {
	max-height: 500px !important;
}

.boxed_layout .codeless_slider {
	max-height: 500px !important;
}

.codeless_slider .swiper-slide .container {
	height: 100%;
	position: relative;
	z-index: 9999;
}

.codeless_slider .swiper-slide .content {
	float: left;
	position: relative;
}

.codeless_slider .swiper-slide .content.vertical_centered {
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
}

.codeless_slider .swiper-slide .content.horizontal_centered {
	left: 50% !important;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
}

.codeless_slider .swiper-slide .content p {
	margin-bottom: 0;
	margin-top: 25px;
}

.codeless_slider .swiper-slide .content h1 {}

.codeless_slider .swiper-slide .content img.center {
	position: relative;
	left: 50%;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
}

.codeless_slider .swiper-slide .content img.left {
	position: relative;
	left: 0;
}

.codeless_slider .swiper-slide .content img.right {
	position: relative;
	left: 100%;
	transform: translateX(-100%) !important;
	-webkit-transform: translateX(-100%) !important;
	-moz-transform: translateX(-100%) !important;
	-o-transform: translateX(-100%) !important;
}

.codeless_slider .swiper-slide .buttons {
	float: left;
	width: auto;
	margin-top: 25px;
}

.codeless_slider .swiper-slide .buttons.align-center {
	position: relative;
	left: 50% !important;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
}

.codeless_slider .swiper-slide .buttons.align-right {
	float: right;
}

.codeless_slider .swiper-slide .buttons a {
	margin-right: 10px;
	float: left;
}

.codeless_slider .swiper-slide .buttons a:last-child {
	margin-right: 0;
}

.codeless_slider .swiper-slide .buttons.colors-light a.bordered {
	border-color: #fff;
}

.codeless_slider .swiper-slide .buttons.colors-light a.bordered * {
	color: #fff;
}

.codeless_slider .swiper-slide .buttons.colors-dark a.bordered {
	border-color: #222;
}

.codeless_slider .swiper-slide .buttons.colors-dark a.bordered * {
	color: #222;
}

.codeless_slider .swiper-slide .buttons a.bordered {
	opacity: 0.88;
}

.codeless_slider .swiper-slide .buttons a.bordered:hover {
	border-color: rgba(0, 0, 0, 0);
}

.codeless_slider .swiper-slide .buttons.colors-light a.colored {
	border-color: rgba(0, 0, 0, 0);
}

.codeless_slider .swiper-slide .buttons.colors-light a.colored:hover {
	background: #fff;
}

.codeless_slider .swiper-slide .buttons.colors-light a.colored * {
	color: #fff;
}

.codeless_slider .swiper-slide .buttons.colors-dark a.colored {
	border-color: #222;
	background: #222;
}

.codeless_slider .swiper-slide .buttons.colors-dark a.colored * {
	color: #fff;
}

.codeless_slider .swiper-slide .codeless_animated {
	visibility: hidden;
}

.codeless_slider .swiper-slide h1.animated {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.codeless_slider .swiper-slide p.animated {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.codeless_slider .swiper-slide .buttons.animated {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.codeless_slider #video_background {
	top: 0px;
	position: relative;
	-webkit-backface-visibility: hidden!important;
	min-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.codeless_slider .video-wrap {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: -1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.codeless_slider .video-wrap .video_replace_mobile {
	display: none;
}

.codeless_slider .bg-overlay {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.codeless_slider .nav-thumbflip a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.codeless_slider .nav-thumbflip a.prev {
	left: 0;
}

.codeless_slider .nav-thumbflip a.next {
	right: 0;
}

.codeless_slider .nav-thumbflip a {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.codeless_slider .nav-thumbflip a.prev {
	-webkit-perspective-origin: 100% 50%;
	perspective-origin: 100% 50%;
}

.codeless_slider .nav-thumbflip a.next {
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.codeless_slider .nav-thumbflip .icon-wrap {
	display: block;
	width: 50px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.codeless_slider .nav-thumbflip i {
	position: relative;
	text-align: center;
	width: 100%;
	line-height: 60px;
	font-size: 34px;
	float: left;
	color: #fff;
}

.codeless_slider .nav-thumbflip .text {
	position: absolute;
	top: 0;
	background: #222;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.5px;
	height: 100%;
	line-height: 60px;
	width: 80px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.codeless_slider .nav-thumbflip a.prev .text {
	left: 100%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.codeless_slider .nav-thumbflip a.next .text {
	right: 100%;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.codeless_slider .nav-thumbflip a:hover .icon-wrap {
	background-color: #fff;
}

.codeless_slider .nav-thumbflip a:hover i {
	color: #222;
}

.codeless_slider .nav-thumbflip a:hover .text {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.codeless_slider:hover .nav-simple a {
	opacity: 1;
}

.codeless_slider .nav-simple a {
	position: absolute;
	top: 50%;
	height: 40px;
	opacity: 0;
	margin-top: -20px;
	z-index: 999999;
	width: 40px;
}

.codeless_slider .nav-simple a.prev {
	left: 10px;
}

.codeless_slider .nav-simple a.next {
	right: 10px;
}

.codeless_slider .nav-simple a span {
	width: 100%;
	height: 100%;
	float: left;
}

.codeless_slider .nav-simple a span i {
	color: rgba(255, 255, 255, 0.9);
	font-size: 64px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	float: left;
}

.codeless_slider .nav-simple .text {
	display: none;
}

.codeless_news_slider .codeless_slider_swiper {
	width: 75%;
	float: left;
	height: 400px;
}

.codeless_news_slider .codeless-slider-container {
	height: 400px;
}

.codeless_news_slider .featured_posts {
	width: 25%;
	float: left;
	padding-left: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.codeless_news_slider .featured_posts .featured {
	height: 197.5px;
	width: 100%;
	margin-bottom: 5px;
	background: #222;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-position: center;
	background-repeat: no-repeat;
}

.codeless_news_slider .swiper-slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-repeat: no-repeat;
}

.codeless_news_slider .swiper-slide h1 {
	padding: 8px 30px;
	color: #fff;
	width: auto;
	float: left;
	position: absolute;
	bottom: 20px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.codeless_news_slider .swiper-slide .overlay {
	background: rgba(0, 0, 0, 0.0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.codeless_news_slider .swiper-slide p {
	opacity: 0;
	bottom: -40px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background: rgba(0, 0, 0, 0.6);
	color: #ddd;
	font-size: 13px;
	padding: 10px 20px;
	position: absolute;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.codeless_news_slider .swiper-slide p>* {
	color: #fff !important;
}

.codeless_news_slider .swiper-slide h1:hover {
	background: rgba(0, 0, 0, 0.8);
}

.codeless_news_slider .swiper-slide:hover .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.codeless_news_slider .swiper-slide:hover h1 {
	bottom: 40px;
}

.codeless_news_slider .swiper-slide:hover p {
	opacity: 1;
	bottom: 0;
}

.codeless_news_slider .featured_posts .featured:last-child {
	margin-bottom: 0;
	background: #222;
}

.codeless_news_slider .featured_posts .featured h4 {
	padding: 8px 20px;
	color: #fff;
	width: auto;
	float: left;
	position: absolute;
	bottom: 0px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.codeless_news_slider .featured_posts .featured .overlay {
	background: rgba(0, 0, 0, 0.0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.codeless_news_slider .featured_posts .featured h4:hover {
	background: rgba(0, 0, 0, 0.8);
}

.codeless_news_slider .featured_posts .featured:hover .overlay {
	background: rgba(0, 0, 0, 0.35);
}

.codeless_news_slider .featured_posts .featured:hover h4 {
	bottom: 80px;
}

.codeless_news_slider .featured_posts .featured p {
	opacity: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background: rgba(0, 0, 0, 0.6);
	color: #ddd;
	padding: 10px 20px;
	position: absolute;
	margin: 0;
	font-size: 13px;
	width: 100%;
	z-index: 99999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.codeless_news_slider .featured_posts .featured p>* {
	color: #ddd !important;
}

.codeless_news_slider .featured_posts .featured:hover p {
	opacity: 1;
	bottom: 0;
}

.codeless_gallery_carousel.mobile_gallery {
	height: auto !important;
}

.codeless_gallery_carousel.mobile_gallery img {
	height: auto !important;
	max-width: none !important;
	width: 100%;
}

.mobile_gallery .codeless_slider_swiper {
	min-height: 50px !important;
}

.mobile_gallery .codeless_slider_wrapper {
	min-height: 50px !important;
}

.mobile_gallery .swiper_slider,
.mobile_gallery .swiper-wrapper,
.mobile_gallery .swiper-slide {
	height: auto !important;
	float: left !important;
}

.codeless_gallery_carousel .swiper-slide {
	height: 100%;
	width: auto;
	float: left;
}

.codeless_gallery_carousel.grayscale img {
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: url(css/desaturate.svg#greyscale);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.codeless_gallery_carousel.grayscale .swiper-slide-active img {
	-moz-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.codeless_gallery_carousel.opacity img {
	opacity: 0.1;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.codeless_gallery_carousel.opacity .swiper-slide-active img {
	opacity: 1;
}

.codeless_gallery_carousel .codeless_slider_wrapper {
	background: #fff;
}

.codeless_gallery_carousel .swiper-slide img {
	height: 100%;
}

.codeless_gallery_carousel .swiper-slide {
	position: relative;
}

.codeless_gallery_carousel .info {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.97);
	padding: 30px 12px;
	width: 100%;
	text-align: center;
}

.codeless_gallery_carousel .info>* {
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.codeless_gallery_carousel .info p {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 450px;
	position: relative;
	left: 50%;
	margin-left: -225px;
	margin-top: 5px;
}

.codeless_gallery_carousel .swiper-slide-active .info>* {
	opacity: 1;
}

.codeless_gallery_carousel:hover .nav-simple a {
	opacity: 1;
}

.codeless_gallery_carousel .nav-simple a {
	position: absolute;
	top: 50%;
	height: 60px;
	opacity: 1;
	margin-top: -30px;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.3);
	width: 60px;
}

.codeless_gallery_carousel .nav-simple a:hover {
	background: rgba(0, 0, 0, 0.5);
}

.codeless_gallery_carousel .nav-simple a.prev {
	left: 0px;
}

.codeless_gallery_carousel .nav-simple a.prev span span {
	background: url('img/slider_left_carou.png') no-repeat center;
}

.codeless_gallery_carousel .nav-simple a.next {
	right: 0px;
}

.codeless_gallery_carousel .nav-simple a.next span span {
	background: url('img/slider_right_carou.png') no-repeat center;
}

.codeless_gallery_carousel .nav-simple a span span {
	width: 100%;
	height: 100%;
	float: left;
}

.codeless_gallery_carousel .nav-simple a span {
	width: 100%;
	height: 100%;
	float: left;
}

.codeless_gallery_carousel .nav-simple a span i {
	color: rgba(255, 255, 255, 0.9);
	font-size: 64px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	float: left;
}

.codeless_gallery_carousel .nav-simple .text {
	display: none;
}

.codeless_gallery_carousel .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.codeless_gallery_carousel .loading i {
	position: relative;
	top: 50%;
	line-height: 40px;
	font-size: 36px;
	color: #222;
	z-index: 9999999;
	margin-top: -20px;
}

#portfolio-filter {
	margin-bottom: 35px;
	position: relative;
	min-height: 20px !important;
}

#portfolio-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 9999;
}

#portfolio-filter ul li {
	float: left;
	padding: 8px 18px;
	webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#portfolio-filter ul li a {}

#portfolio-filter ul li.active a {}

#portfolio-filter ul li.active {
	position: relative;
}

#portfolio-filter ul li:hover {}

#portfolio-filter ul li a:hover {
	text-decoration: none;
}

.content_portfolio.fullwidth #portfolio-filter {
	margin-bottom: 0;
}

.content_portfolio.fullwidth .filter-row {}

.content_portfolio.fullwidth #portfolio-filter ul {
	float: right;
}

.content_portfolio.fullwidth #portfolio-filter ul li {
	border: none;
	background: transparent;
	padding: 14px 18px;
}

.content_portfolio.fullwidth #portfolio-filter ul li a {}

.content_portfolio.fullwidth #portfolio-filter ul li a:hover {}

.content_portfolio.fullwidth #portfolio-filter ul li:last-child {
	padding-right: 0;
}

.portfolio-item.overlayed {
	display: block;
	overflow: hidden;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.portfolio-item.overlayed img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
	display: block;
}

.portfolio-item.overlayed h4 {}

.portfolio-item.overlayed a {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-item.overlayed h6 {}

.portfolio-item.overlayed .tpl2 {}

.portfolio-item.overlayed .bg {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
}

.portfolio-item.overlayed:hover img {
	transform: scale(1.1) rotate(0.7deg);
	-ms-transform: scale(1.1) rotate(0.7deg);
	-webkit-transform: scale(1.1) rotate(0.7deg);
	-o-transform: scale(1.1) rotate(0.7deg);
	-moz-transform: scale(1.1) rotate(0.7deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.portfolio-item.grayscale {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.portfolio-item.grayscale img {
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: url(css/desaturate.svg#greyscale);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: relative;
	top: 0;
}

.portfolio-item.grayscale:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
	top: -80px;
}

.portfolio-item.grayscale .project {
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: -92px;
	left: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.portfolio-item.grayscale:hover .project {
	bottom: 0px;
}

.portfolio-item.grayscale .project h5 {
	margin-top: 17px;
	width: 100%;
	float: left;
	text-align: center;
}

.portfolio-item.grayscale .project h6 {
	margin-top: 4px;
	width: 100%;
	float: left;
	;
	text-align: center;
}

.portfolio-item.grayscale .project:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	top: 0;
	margin-top: -12px;
	content: "";
}

.portfolio-item.basic {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-item.basic .he-view {
	width: 100%;
}

.portfolio-item.basic .bg {}

.portfolio-item.basic .link {
	padding: 8px 12px !important;
	display: inline-block;
	margin-right: 5px;
}

.portfolio-item.basic .tpl2 .center-bar {
	height: 34px;
	margin-top: -17px;
}

.portfolio-item.basic .show_text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
}

.portfolio-item.basic .show_text h5 {
	margin-top: 15px;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

.portfolio-item.basic .show_text h6 {
	margin-top: 5px;
}

.portfolio-item.chrome .overlay {
	height: auto;
	position: relative;
	overflow: hidden;
}

.portfolio-item.chrome .overlay span {
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.portfolio-item.chrome:hover .overlay span {
	opacity: 1;
}

.portfolio-item.chrome .bar {
	width: 100%;
	height: 12px;
	background: url('img/chrome.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.portfolio-item.chrome .overlay {
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.portfolio-item.chrome .overlay span {
	top: 12px !important;
	background: rgba(255, 255, 255, 0.7);
}

.portfolio-item.chrome span a {
	z-index: 99999999;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.portfolio-item.chrome span a:hover {
	background: #000 !important;
	color: #fff;
}

.portfolio-item.chrome .show_text {
	margin-top: 15px;
}

.portfolio-item.chrome .show_text h5 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.filterable .mix {
	display: none;
}

.no_space .filterable {
	margin-left: 0 !important;
}

.content_portfolio.fullwidth {
	padding: 0 !important;
	margin: 0 !important;
}

.content_portfolio.fullwidth.layout-sidebar_left aside,
.content_portfolio.fullwidth.layout-sidebar_right aside {
	padding-top: 40px;
	padding-right: 60px;
}

.content_portfolio.fullwidth.layout-sidebar_left aside {
	padding-right: 0px;
	padding-left: 40px;
}

.fullwidth .span9 {
	padding-left: 0;
}

.fullwidth.layout-sidebar_left #portfolio-preview-items.normal {
	padding-left: 0;
}

.fullwidth #portfolio-preview-items.normal {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.fullwidth #portfolio-preview-items.normal .row {
	margin-left: -20px;
}

.fullwidth #portfolio-preview-items .row {
	margin-left: 0;
}

.fullwidth #portfolio-preview-items.no_space {
	margin-left: -5px;
	padding-top: 5px;
}

.fullwidth #portfolio-preview-items.no_space .portfolio-item {
	padding-left: 5px;
	padding-bottom: 5px;
}

.portfolio-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.portfolio-item img {
	width: 100%;
	float: left;
}

.five-cols .portfolio-item {
	position: relative;
	width: 20%;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.three-cols .portfolio-item {
	position: relative;
	width: 33.33333%;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.four-cols .portfolio-item {
	position: relative;
	width: 25%;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.two-cols .portfolio-item {
	position: relative;
	width: 50%;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.no_space .portfolio-item {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.tpl2 {
	float: left;
	width: 100%;
	overflow: hidden;
}

.tpl2 img {
	max-width: none;
	width: 100%
}

.tpl2 .bg:hover {
	opacity: 1;
}

.tpl2 .bg {
	opacity: 0;
	width: 100%;
	height: 100%;
}

.tpl2 .center-bar {
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	width: 100%;
}

.four-cols .masonry .grid-size {
	width: 25%;
}

.four-cols .masonry .w1 {
	width: 25%;
}

.four-cols .masonry .wh2 {
	width: 25%;
}

.four-cols .masonry .w2 {
	width: 50%;
}

.four-cols .masonry .w3 {
	width: 75%;
}

.three-cols .masonry .grid-size {
	width: 33.3333%;
}

.three-cols .masonry .w1 {
	width: 33.3333%;
}

.three-cols .masonry .w2 {
	width: 66.6666%;
}

.three-cols .masonry .w3 {
	width: 100%;
}

.five-cols .masonry .grid-size {
	width: 20%;
}

.five-cols .masonry .w1 {
	width: 20%;
}

.five-cols .masonry .w2 {
	width: 40%;
}

.five-cols .masonry .w3 {
	width: 60%;
}

.two-cols .masonry .grid-size {
	width: 50%;
}

.two-cols .masonry .w1 {
	width: 50%;
}

.two-cols .masonry .w2 {
	width: 100%;
}

.two-cols .masonry .w3 {
	width: 50%;
}

.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;
}

.single_portfolio_gallery {
	margin-top: 60px;
}

.single_portfolio_gallery .gallery a {
	width: 33.3333%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}

.single_portfolio_gallery .content {
	margin-top: 40px;
}

.portfolio_single h4 {}

.portfolio_single ul.info {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 13px;
	position: relative;
}

.portfolio_single ul.info li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.portfolio_single ul.info li .title {
	width: 100%;
	float: left;
}

.portfolio_single .post-like {
	position: absolute;
	top: 0;
	margin-top: 0;
	right: 0;
	width: auto !important;
}

.single_portfolio_container {
	margin-top: 60px;
}

.single_portfolio_container .details {
	margin-top: 30px;
}

.single_portfolio_container .content {
	margin-top: 40px;
	float: left;
}

.single_portfolio_floating {
	margin-top: 60px;
}

.single_portfolio_floating .media img {
	margin-bottom: 20px;
}

.single_portfolio_floating .media img:last-child {
	margin-bottom: 0;
}

.single_portfolio_floating .details {
	margin-top: 30px;
}

.single_portfolio_fullwidth .content {
	margin-top: 60px;
}

.single_portfolio_fullwidth .media {
	width: 100%;
}

.single_portfolio_fullwidth .media .featured {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
}

.tabbable .nav-tabs {
	margin: 0;
	padding: 0;
}

.tabbable .nav-tabs i {
	padding-right: 5px;
}

.wpb_tabs:last-child {
	margin-bottom: 0;
}

.wpb_tabs .wpb_text_column:last-child {
	margin-bottom: 0;
}

.tabbable.tabs-top.style_1 .nav.nav-tabs {
	border-bottom: 2px solid #e2e2e2;
}

.tabbable.tabs-top.style_1 .nav.nav-tabs li.active {
	border-top: 2px solid #e2e2e2;
	border-right: 2px solid #e2e2e2;
	border-left: 2px solid #e2e2e2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: -2px;
}

.tabbable.tabs-top.style_1 .nav.nav-tabs li.active a {}

.tabbable.style_1 .nav-tabs li {
	border-bottom: none;
	border-right: none;
}

.tabbable.style_1.tabs-left .nav-tabs li {
	border-bottom: none;
	margin-top: -3px;
	margin-right: -1px;
}

.tabbable.style_1 .nav-tabs li:last-child {
	margin-bottom: -1px;
}

.tabbable.style_1.tabs-left .nav-tabs li:last-child {
	border-right: none !important;
}

.tabbable.style_1.tabs-top .tab-content {
	padding: 0px 20px;
}

.tabbable.style_1 .nav-tabs li a {
	color: #444;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dark_version .tabbable.style_1 .nav-tabs li a {
	color: #aaa;
}

.dark_version .nav-tabs>.active>a,
.dark_version .nav-tabs>.active>a:hover {
	background-color: transparent;
}

.tabbable.style_1.tabs-left .nav-tabs li a {
	border-radius: 3;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover {
	border-left: 2px solid #e2e2e2;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
}

.tabs-left>.nav-tabs {
	border-right: 2px solid #e2e2e2;
}

.tabbable.style_1 .tab-content {
	margin-top: 10px;
}

.tabbable.style_1.tabs-left .tab-content {
	margin-top: 0;
	padding: 0px 32px;
}

.tabbable.style_1.tabs-left .tab-content p {
	margin-top: 0px;
}

.tabbable.style_2.tabs-left {
	float: left;
	width: 100%;
}

.tabbable.style_2.tabs-top .nav-tabs {}

.tabbable.style_2.tabs-left .nav-tabs {
	position: relative;
	left: -1px;
}

.tabbable.style_2 .nav-tabs li {
	border-bottom: none;
	border-right: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.tabbable.style_2.tabs-left li {
	border-bottom: none;
	margin-bottom: -3px;
	margin-top: 0;
}

.tabbable.style_2.tabs-left li:last-child {
	border-right: none !important;
}

.tabbable.style_2 .nav-tabs li:hover {
	border-top: 1px solid #555555;
}

.tabbable.style_2.tabs-left .nav-tabs li:hover {
	border-left: 1px solid #555;
}

.tabbable.style_2.tabs-left .nav-tabs li.active {
	border-right: 1px solid #fff;
	z-index: 1111111;
	position: relative;
	right: -1px;
}

.tabbable.style_2 .nav-tabs li a {
	color: #222;
	font-weight: 400;
}

.dark_version .tabbable.style_2 .nav-tabs li a {
	color: #aaa;
}

.tabbable.style_2.tabs-left .nav-tabs li a {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.tabbable.style_2 .tab-content {
	padding: 20px;
}

.tabbable.style_2.tabs-left .tab-content {
	margin-top: 0px;
	padding: 15px;
	height: 100%;
	position: relative;
	left: -2px;
}

.tabbable.style_3.tabs-left {
	float: left;
	width: 100%;
}

.dark_version .tabbable.style_3.tabs-left {
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: transparent;
}

.tabbable.style_3.tabs-top .nav-tabs {}

.tabbable.style_3.tabs-left .nav-tabs {
	border-right: none;
}

.tabbable.style_3 .nav-tabs li {
	border-right: none;
}

.dark_version .tabbable.style_3 .nav-tabs li {
	background: transparent;
}

.tabbable.style_3 .nav-tabs li.active {
	border-bottom: 1px solid #f9f9f9;
	background: #f9f9f9;
}

.tabbable.style_3 .nav-tabs li.active a {
	background: #f0f0f0;
}

.dark_version .tabbable.style_3 .nav-tabs li.active a {
	background: transparent;
}

.tabbable.style_3 .nav-tabs li:first-child {}

.dark_version .tabbable.style_3 .nav-tabs li:first-child {
	border-left: 2px solid transparent;
}

.tabbable.style_3.tabs-left .nav-tabs li:first-child {}

.dark_version .tabbable.style_3.tabs-left .nav-tabs li:first-child {
	border-left: 1px solid transparent;
}

.tabbable.style_3.tabs-left li {
	margin-bottom: 0px;
	margin-top: 0;
	border-bottom: none;
}

.dark_version .tabbable.style_3.tabs-left li {
	border-top: 2px solid transparent;
	border-left: 1px solid transparent;
}

.tabbable.style_3.tabs-left li:last-child {
	border-right: none !important;
}

.tabbable.style_3 .nav-tabs li:last-child {
	border-right: 1px solid #fff;
}

.dark_version .tabbable.style_3 .nav-tabs li:last-child {
	border-right: 1px solid transparent;
}

.tabbable.style_3.tabs-left .nav-tabs li:hover {}

.dark_version .tabbable.style_3.tabs-left .nav-tabs li:hover {
	border-top: 2px solid transparent;
}

.tabbable.style_3.tabs-left .nav-tabs li.active {
	border-bottom: none;
}

.tabbable.style_3.tabs-left .nav-tabs li.active:last-child {
	border-bottom: 1px solid #ebebeb !important;
}

.tabbable.style_3 .nav-tabs li a {
	color: #444;
	font-weight: 600;
	text-transform: uppercase;
}

.dark_version .tabbable.style_3 .nav-tabs li a {
	color: #aaa;
}

.tabbable.style_3.tabs-left .nav-tabs li a {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 0;
}

.tabbable.style_3 .tab-content {
	padding: 20px;
}

.dark_version .tabbable.style_3 .tab-content {
	border-top: 2px solid transparent;
}

.tabbable.style_3.tabs-left .tab-content {
	margin-top: 0px;
	padding: 15px;
	height: 100%;
}

.services_list p {
	margin-top: 5px;
}

.services_list dt {
	width: 70px;
	height: 70px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #333333;
}

.services_list dt i {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	line-height: 70px;
	font-size: 32px;
}

.services_list dd {
	margin-left: 85px;
}

.services_list dl {
	position: relative;
}

.services_list h3 {
	color: #444;
	font-weight: bold;
	margin-bottom: 10px;
}

.dark_version .services_list h3 {
	color: #fff;
}

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

.services_list ul li {
	padding-left: 10px;
	margin-bottom: 3px;
}

.row-dynamic-el .media {
	margin-top: 0;
}

.row-dynamic-el .media .type_image {
	width: auto;
}

.row-dynamic-el .media .type_image.alignment_left {
	float: left;
}

.row-dynamic-el .media .type_image.alignment_right {
	float: right;
}

.row-dynamic-el .media .type_image.alignment_center {
	margin: 0 auto;
	display: block;
}

.row-dynamic-el .media .type_slideshow.alignment_center {
	margin: 0 auto;
	display: block;
}

#faq-filter {
	margin-bottom: 35px;
	position: relative;
	min-height: 20px !important;
	height: auto;
}

#faq-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 9999;
}

#faq-filter ul li {
	float: left;
	padding: 8px 18px;
	webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#faq-filter ul li a {}

#faq-filter ul li.active a {}

#faq-filter ul li.active {
	position: relative;
}

#faq-filter ul li:hover {}

#faq-filter ul li a:hover {
	text-decoration: none;
}

.accordion .accordion-inner {}

.accordion {
	float: left;
	width: 100%;
}

.faq {
	width: 100%;
	float: left
}

.faq .accordion-group {
	position: relative;
	display: block
}

.accordion .wpb_text_column {
	margin-bottom: 0 !important;
}

.accordion p:first-child {
	margin-top: 0;
}

.accordion.style_1 .accordion-group {
	border-left: none;
	border-top: none;
	border-right: none;
	margin-bottom: 10px;
	border-bottom: none;
}

.accordion.style_1 .accordion-heading .accordion-toggle {
	position: relative;
	padding: 15px 55px;
}

.accordion.style_1 .accordion-heading .accordion-toggle:before {
	background-image: url('img/plus.png');
	background-position: center center;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 5px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ebebeb;
	color: #ccc;
	font-size: 16px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.accordion.style_1 .accordion-heading.in_head .accordion-toggle:before {
	background-image: url('img/minus.png');
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

.accordion.style_1 .accordion-heading.in_head .accordion-toggle {}

.accordion.style_1 .accordion-inner {
	border-top: none;
	padding: 1px 55px;
	padding-bottom: 0px;
	float: left;
	padding-right: 0;
}

.accordion.style_2 .accordion-group {
	border-left: none;
	border-top: none;
	border-right: none;
	margin-bottom: 20px;
	border-bottom: none;
}

.accordion.style_2 .accordion-heading .accordion-toggle {
	position: relative;
	padding: 15px 70px;
}

.accordion.style_2 .accordion-heading .accordion-toggle:before {
	background-image: url('img/plus.png');
	background-position: center center;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 9px;
	text-align: center;
	background-color: #fff;
	color: #ccc;
	font-size: 16px;
	width: 32px;
	line-height: 40px;
	height: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.accordion.style_2 .accordion-heading.in_head .accordion-toggle:before {
	background-image: url('img/minus.png');
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

.accordion.style_2 .accordion-heading.in_head .accordion-toggle {
	color: #222;
}

.accordion.style_2 .accordion-inner {
	border-top: none;
	padding: 20px 15px;
	padding-bottom: 10px;
	float: left;
}

.accordion.style_3 .accordion-group {
	border-left: none;
	border-top: none;
	border-right: none;
	margin-bottom: 10px;
	border-bottom: none;
}

.accordion.style_3 .accordion-heading .accordion-toggle {
	position: relative;
	padding: 8px 45px;
}

.accordion.style_3 .accordion-heading .accordion-toggle:before {
	background-image: url('img/plus.png');
	background-position: center center;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 9px;
	text-align: center;
	background-color: #222;
	color: #ccc;
	font-size: 16px;
	width: 20px;
	line-height: 20px;
	height: 20px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.accordion.style_3 .accordion-heading.in_head .accordion-toggle:before {
	background-image: url('img/minus.png');
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

.accordion.style_3 .accordion-heading.in_head .accordion-toggle {
	color: #222;
}

.accordion.style_3 .accordion-inner {
	border-top: none;
	padding: 20px 15px;
	padding-bottom: 10px;
	float: left;
}

.side-nav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}

.side-nav li {
	padding-top: 10px;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 13px;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.side-nav li.current_page_item {
	color: #fff;
	font-weight: bold;
}

.side-nav li.current_page_item a:hover {
	color: #fff;
}

.side-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.side-nav ul li {
	padding-left: 40px;
}

.side-nav li a {}

.side-nav li a:hover {
	text-decoration: none;
}

.side-nav li:last-child {
	border-bottom: none;
}

.side-nav .page_item {
	position: relative;
}

.nav-growpop a {
	position: fixed;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 9999999;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-growpop a.prev {
	left: 0;
}

.nav-growpop a.next {
	right: 0;
}

.nav-growpop a i {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	width: 17px;
	text-align: center;
	color: #fff;
}

.nav-growpop .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 16px 5px;
	-webkit-transition: border-width 0.3s 0.15s;
	transition: border-width 0.3s 0.15s;
}

.nav-growpop .icon {
	color: #fff;
}

.nav-growpop div {
	position: absolute;
	top: 50%;
	padding: 20px;
	width: 440px;
	height: 144px;
	background: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.nav-growpop a.prev div {
	left: 0;
	padding: 23px 98px 0px 34px;
	width: 161px;
	height: 63px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
	transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-growpop a.next div {
	right: 0;
	padding: 23px 34px 0px 98px;
	width: 161px;
	height: 63px;
	-webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
	transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-growpop h3 {
	margin: 0;
	padding: 8px 0 10px;
	color: #222;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 0;
	margin-top: 0;
}

.nav-growpop div p {
	margin: 0;
	color: #999;
	font-style: italic;
	font-size: 13px;
}

.nav-growpop img {
	position: absolute;
	top: 10px;
	width: 65px;
}

.nav-growpop a.prev img {
	right: 12px;
}

.nav-growpop a.next img {
	left: 12px;
}

.nav-growpop a:hover .icon-wrap {
	border-top-width: 15px;
	border-bottom-width: 15px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav-growpop a:hover div {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0) scale(1);
	transform: translateY(-50%) translateX(0) scale(1);
}

.block_title.column_title {
	margin-bottom: 30px;
}

.block_title.column_title h1 {
	width: 100%;
	line-height: 24px;
}

.block_title.column_title.inner-inline_border {
	position: relative;
	float: left;
	width: 100%;
}

.block_title.column_title.inner-inline_border h1 {
	background: #fff;
	z-index: 5;
	position: relative;
	padding-right: 20px;
	width: auto;
	float: left;
}

.block_title.column_title.inner-inline_border:after {
	display: block;
	height: 1px;
	content: "";
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	width: 100%;
	z-index: 1;
}

.block_title.column_title h2 {
	width: 100%;
	line-height: 24px;
}

.block_title.section_title {
	position: relative;
}

.block_title.section_title h1 {
	width: 100%;
	text-align: center;
}

.block_title.section_title:first-child h1 {
	margin-top: -10px;
}

.block_title.section_title .divider {
	width: 208px;
	position: absolute;
	left: 50%;
	margin-left: -104px;
	margin-top: 10px;
}

.block_title.section_title .divider .line {
	width: 90px;
	height: 1px;
	background: #ccc;
	float: left;
}

.block_title.section_title .divider .circle {
	width: 20px;
	height: 20px;
	margin-left: 4px;
	float: left;
	margin-right: 4px;
	margin-top: -10px;
	background: url('https://www.smart-digital.co.th/wp-content/uploads/2017/08/favicon.jpg') no-repeat center;
}

.block_title.section_title p {
	width: 100%;
	padding: 0 28%;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	color: #555;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.block_title.section_title.inner-only_text p {
	margin-top: 10px;
}

.light .block_title {
	color: #ddd;
}

.light .block_title h1 {
	color: #fff !important;
}

.light .block_title.section_title p {
	color: #fff;
}

.light .block_title.column_title h2 {
	color: #fff;
}

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

.list li.simple {
	width: 100%;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	float: left;
	line-height: 22px;
	padding-bottom: 10px;
}

.list li.simple:last-child {
	padding-bottom: 0;
}

.list li.simple:first-child:last-child {
	padding-bottom: 10px;
}

.list li.simple i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 22px;
}

.list li.titledesc {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.list li.titledesc:last-child {
	margin-bottom: 0;
}

.list li.titledesc dl {
	margin: 0;
	padding: 0;
}

.list li.titledesc dl dt {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.list li.titledesc dl dt .circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}

.list li.titledesc dl dt i {
	font-size: 16px;
	text-align: center;
	width: 100%;
	line-height: 36px;
	float: left;
}

.list li.titledesc dl dd {
	margin-left: 50px;
}

.list li.titledesc dl p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.list li.titledesc dl dt i.steadysets-icon-checkmark {
	font-size: 30px;
	padding-left: 7px;
	margin-top: -5px;
}

.list li.titledesc h6 {
	font-weight: 600;
}

.single_staff {
	overflow: hidden;
}

.single_staff .content {
	padding: 15px;
	background: #fff;
	position: relative;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single_staff .overlay .bg {
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.single_staff:hover .overlay .bg {}

.single_staff .content h5 {}

.single_staff p {
	margin-top: 5px;
}

.single_staff .featured_img {
	position: relative;
	z-index: 5;
	overflow: hidden;
	display: block;
	width: 100%;
}

.single_staff .featured_img img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.single_staff:hover .featured_img img {}

.single_staff .center-bar a {
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.single_staff .center-bar a:first-child {
	margin-left: 0;
}

.single_staff .center-bar a:hover {
	border: 2px solid #fff;
}

.single_staff .center-bar a i {
	font-size: 18px;
	color: #fff;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0.4;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 40px;
}

.single_staff .center-bar a:hover i {
	opacity: 1;
}

.single_staff.style_2 .content {
	padding: 0;
	background: transparent;
	text-align: center;
	margin-top: 20px;
}

.single_staff.style_2 .content p {
	padding: 0 15px;
}

.staff_carousel .codeless-slider-container {
	height: auto !important;
}

.staff_carousel .swiper-slide {
	height: auto !important;
}

.single_staff.modern {
	overflow: hidden;
	float: left;
	width: 100%;
}

.single_staff.modern .content {
	position: absolute;
	bottom: -100%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single_staff.modern .content p {
	padding-left: 13%;
	padding-right: 13%;
}

.single_staff.modern:hover img {
	top: -50px;
}

.single_staff.modern:hover .content {
	bottom: 0;
}

.single_staff.modern .center-bar {
	margin-top: -70px;
}

.swiper_pagination {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 57px;
}

.services_small dl {
	margin: 0;
}

.services_small dt {
	width: 40px;
	height: 40px;
}

.services_small dt i {
	font-size: 32px;
}

.services_small dd {
	margin-left: 60px;
}

.services_small .content {
	margin-top: 10px;
}

.services_small h4 {}

.services_small .wrapper {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
}

.services_small .wrapper i {
	font-size: 18px;
	float: left;
	text-align: center;
	width: 100%;
	line-height: 40px;
}

.services_small.align_right dt {
	float: right;
}

.services_small.align_right dd {
	margin-right: 60px;
	margin-left: 0;
}

.services_small.align_right h4 {
	text-align: right;
}

.services_small.align_right .content {
	text-align: right;
}

.clients {
	float: left;
	z-index: 5 !important;
}

.caroufredsel_wrapper {
	width: 100% !important;
	margin: 0 !important;
}

.clients .item {
	width: 175px;
	padding: 0 25px;
	float: left;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.clients .item:hover img {
	opacity: 1;
}

.clients .item a {}

.clients_caro {
	margin-left: 0px;
}

.clients .item a img {
	opacity: 0.75;
	top: 0;
	left: 0;
	float: left;
	bottom: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.clients_el {
	position: relative;
	float: left;
	width: 100%;
}

.clients_el .pagination {
	margin: 0;
	float: none;
}

.clients_el .pagination a {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #e1e1e1;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.clients_el .pagination a i {
	color: #444;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 40px;
}

.clients_el .pagination a.prev {
	left: 0px;
}

.clients_el:hover .pagination a.prev {
	left: -60px;
	opacity: 1;
}

.clients_el .pagination a.next {
	right: 0px;
}

.clients_el:hover .pagination a.next {
	right: -60px;
	opacity: 1;
}

.textbar {
	width: 100%;
	position: relative;
	float: left;
}

.textbar h2 {
	width: auto;
	color: inherit;
	float: left;
	line-height: 33px;
	position: absolute;
	top: 50%;
	margin-top: -16.5px;
}

.light .textbar h2 {
	color: #fff !important;
}

.textbar .btn-bt {
	float: right;
}

.light .textbar .btn-bt.default {}

.textbar .btn-bt.default:hover {
	opacity: 1;
}

.textbar .btn-bt.default:hover i {
	left: 80%;
}

.textbar.style_2 h2 {
	width: 100%;
	text-align: center;
	position: static;
}

.textbar.style_2 .btn-bt {
	float: left;
	position: relative;
	left: 50%;
	margin-top: 30px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services_medium {
	text-align: center;
	position: relative;
	top: 0;
	padding: 15px;
	padding-top: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.services_medium.style_2 {
	float: left;
}

.services_medium img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: relative;
	z-index: 9999;
}

.services_medium.style_1 .icon_wrapper {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: relative;
	z-index: 9999;
}

.services_medium.style_2 .icon_wrapper {
	width: 100px;
	height: 60px;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: relative;
	z-index: 9999;
}

.services_medium.style_3 .icon_wrapper {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 50%;
	margin-left: -47px;
	text-align: center;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	transition-duration: 0.1s;
	position: relative;
	z-index: 9999;
}

.services_medium.style_1:hover .icon_wrapper i {
	color: #fff !important;
}

.services_medium.style_1 i {
	float: left;
	text-align: center;
	width: 100%;
	line-height: 100px;
	font-size: 48px;
	margin-bottom: 10px;
	z-index: 1000;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.services_medium.style_2 i {
	float: left;
	text-align: center;
	width: 100%;
	line-height: 60px;
	font-size: 48px;
	margin-bottom: 10px;
	z-index: 1000;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.services_medium.style_2 i {
	color: #222;
}

.services_medium.style_3 i {
	float: left;
	text-align: center;
	width: 100%;
	line-height: 92px;
	font-size: 42px;
	margin-bottom: 10px;
	z-index: 1000;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.light .services_medium.style_2 i {
	color: #fff;
}

.services_medium.style_3:hover .icon_wrapper i {
	color: #fff !important;
}

.services_medium h4 {
	margin-bottom: 0px;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	position: relative;
	z-index: 9999;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.services_medium.style_2 h4 {
	margin-top: 12px;
}

.services_medium p {
	display: block;
	text-align: center;
	float: left;
	margin-top: 7px;
	position: relative;
}

.count_to {
	width: 234px;
	height: 120px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.odometer {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.light .odometer {
	color: #fff !important;
}

.animated_counter h3 {
	text-align: center;
	margin-top: 0px;
	width: 100%;
	font-weight: 300;
}

.light .animated_counter h3 {
	color: #fff;
	opacity: 0.75;
}

.animated_counter i {
	font-size: 42px;
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}

.chart_skill .new_color {
	display: none;
}

.chart_skill {
	position: relative;
}

.chart_skill .text {
	line-height: 37px;
	width: 200px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	margin-left: -100px;
	margin-top: -18px;
}

.chart_skill i.base {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.chart_skill h5 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

.light .chart_skill h5 {
	color: #fff;
}

.light .chart_skill .text {
	color: #ddd;
}

.wpb_content_element.button {
	float: left;
	min-height: 50px;
	width: 100%;
}

.wpb_content_element.button.buttons_two {
	float: left;
	width: auto !important;
}

.wpb_content_element.button.buttons_two a:first-child {
	margin-right: 15px;
}

.wpb_content_element.button.buttons_two a:nth-child(2) {
	background: #ebebeb;
	color: #444;
}

.wpb_content_element.button.buttons_two.al_center {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}

.block_skill {
	float: left;
	width: 100%;
}

.skill {
	height: 12px;
	position: relative;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	margin-bottom: 16px;
	float: left;
	width: 100%;
	-webkit-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.section-style .dark .skill {
	background: #fff;
}

.skill:last-child {
	margin-bottom: 0;
}

.skill>* {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.skill .prog {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.skill .prog .circle {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	right: -17px;
	top: -8px;
}

.skill_title {
	float: left;
}

.block_skill .big_percentage {
	font-size: 13px;
	float: right;
	color: #222;
	margin-left: 5px;
	margin-bottom: 5px;
}

.skill .prog {
	position: relative;
	height: 100%;
}

.single_testimonial dl {
	margin: 0;
}

.single_testimonial dl dt {
	width: 90px;
	height: 120px;
}

.single_testimonial dl dt img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.single_testimonial dl dd {
	margin-left: 110px;
}

.single_testimonial dl dd p {
	margin-top: 0;
	margin-top: 3px;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 5px;
}

.single_testimonial dl dd .param {
	float: right;
}

.single_testimonial dl dd .param h6 {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.single_testimonial dl dd .param .position {
	float: left;
	color: #aaa;
}

.services_large .icon_wrapper {
	width: 120px;
	height: 120px;
	position: relative;
	left: 50%;
	margin-left: -60px;
	background: #fff;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.services_large .icon_wrapper .top {
	position: absolute;
	width: 144px;
	top: 0;
	left: -12px;
	height: 1px;
}

.services_large .icon_wrapper .bottom {
	position: absolute;
	width: 144px;
	bottom: 0;
	left: -12px;
	height: 1px;
}

.services_large .icon_wrapper .right {
	position: absolute;
	width: 1px;
	top: -12px;
	right: 0px;
	height: 144px;
}

.services_large .icon_wrapper .left {
	position: absolute;
	width: 1px;
	top: -12px;
	left: 0px;
	height: 144px;
}

.services_large .icon_wrapper i {
	font-size: 64px;
	line-height: 120px;
	float: left;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.services_large p {
	margin-top: 7px;
}

.services_large {
	text-align: center
}

.services_large h4 {
	margin-top: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px
}

.services_large .icon_wrapper .top,
.services_large .icon_wrapper .right,
.services_large .icon_wrapper .bottom,
.services_large .icon_wrapper .left {
	background: #e1e1e1;
}

.services_large:hover .icon_wrapper i {
	color: #fff;
}

.services_media {
	position: relative;
}

.services_media .overlay {
	height: auto;
	position: relative;
	overflow: hidden;
}

.services_media .overlay>a {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 1;
}

.services_media .overlay span {
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.services_media:hover .overlay span {
	opacity: 1;
}

.services_media img {
	width: 100%;
}

.services_media iframe {
	width: 100%;
	height: 180px;
}

.services_media h5 {
	margin-top: 25px;
}

.services_media p {
	margin-top: 7px;
	margin-bottom: 0;
}

.services_media.style_2 h5 {
	margin: 0;
	position: absolute;
	color: #fff;
	bottom: 20px;
	width: auto;
	padding: 10px 20px;
	z-index: 9999;
}

.services_media.style_2 h5 a:hover {
	color: #fff;
}

.row-google-map iframe {
	width: 100%;
}

.testimonial_carousel {
	width: 100%;
}

.testimonial_carousel_element .caroufredsel_wrapper {
	display: inline-block !important;
}

.testimonial_carousel .item {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial_carousel .item p {
	float: left;
	text-align: center;
	margin-top: 0;
	padding: 0 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.light .testimonial_carousel .item p {
	color: #eee;
}

.testimonial_carousel .item p {
	text-align: center;
	width: 100%;
}

.testimonial_carousel .item .param {
	width: 100%;
	text-align: center;
	float: left;
}

.testimonial_carousel .item .param h6 {
	font-weight: 400;
}

.testimonial_carousel .item .param span {
	color: #bbb !important;
}

.testimonial_carousel_element .pagination {
	margin: 0;
	float: none;
}

.testimonial_carousel_element .pagination a {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #e1e1e1;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.light .testimonial_carousel_element .pagination a {
	background: transparent;
	border: 1px solid #fff;
}

.testimonial_carousel_element .pagination a i {
	color: #444;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 40px;
}

.light .testimonial_carousel_element .pagination a i {
	color: #fff;
}

.testimonial_carousel_element .pagination a.prev {
	left: 0px;
}

.testimonial_carousel_element:hover .pagination a.prev {
	left: -60px;
	opacity: 1;
}

.testimonial_carousel_element .pagination a.next {
	right: 0px;
}

.testimonial_carousel_element:hover .pagination a.next {
	right: -60px;
	opacity: 1;
}

.testimonial_cycle {
	width: 100%;
}

.testimonial_cycle .item {
	float: left;
	width: 347px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial_cycle .item p {
	position: relative;
	float: left;
	margin-top: 0;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial_cycle .item p:after {
	content: "";
	background: url('img/testimonials_arrow.png') center center;
	position: absolute;
	bottom: -12px;
	left: 40px;
	width: 20px;
	height: 12px;
}

.testimonial_cycle .item .param {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.testimonial_cycle .item .param i {
	float: left;
	color: #444;
	width: 36px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.testimonial_cycle .item .param .name {
	margin-left: 20px;
	float: left;
}

.testimonial_cycle .item .param h6 {
	font-weight: 500;
	float: left;
	width: 100%;
}

.testimonial_cycle .item .param span {
	color: #bbb !important;
	float: left;
	width: 100%;
}

.services_steps {
	position: relative;
	top: 50%;
	text-align: center;
	height: 150px;
	cursor: pointer;
	display: block;
}

.services_steps .icon_wrapper {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: -50px;
	left: 50%;
	position: relative;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.services_steps .icon_wrapper i {
	font-size: 42px;
	line-height: 100px;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.services_steps:hover .icon_wrapper i {
	color: #fff;
}

.services_steps .content {
	margin-top: 20px;
	position: relative;
	width: 100%;
}

.services_steps h4 {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
	left: 0;
	margin-bottom: 0;
	-webkit-animation: fadeInRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: fadeInRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-animation: fadeInRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: fadeInRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.services_steps:hover h4 {
	-webkit-animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	-moz-animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	-o-animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}

.services_steps:hover p {
	-webkit-animation: fadeInLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	-moz-animation: fadeInLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	-o-animation: fadeInLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	animation: fadeInLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}

.services_steps p {
	margin-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	opacity: 0;
	-webkit-animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: fadeOutRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.full-width-content .recent_portfolio #portfolio-preview-items {
	margin-left: 0;
}

.recent_portfolio .swiper-slide {
	height: auto !important;
}

.recent_portfolio .swiper-wrapper {
	height: auto !important;
}

.recent_portfolio .portfolio_slider {
	height: auto;
}

.three-cols.no_space .portfolio_slider .portfolio-item {
	margin-left: 0;
	margin-bottom: 0;
}

.no_space .row {
	margin-left: 0;
}

.recent_portfolio #portfolio-preview-items.no_space {
	margin-left: 0;
}

.recent_portfolio .four-cols .portfolio-item:nth-last-child(1) {
	margin-bottom: 0;
}

.recent_portfolio .four-cols .portfolio-item:nth-last-child(2) {
	margin-bottom: 0;
}

.recent_portfolio .four-cols .portfolio-item:nth-last-child(3) {
	margin-bottom: 0;
}

.recent_portfolio .four-cols .portfolio-item:nth-last-child(4) {
	margin-bottom: 0;
}

.wpb_content_element:last-child {
	margin-bottom: 0;
}

.latest_blog .no_carousel .blog-item {
	width: 33.333333333333%;
	padding-left: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.latest_blog .blog-item.single {
	width: 100%;
	padding-left: 20px;
	margin-left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.latest_blog .blog-item.swiper-slide {
	height: auto !important;
}

.latest_blog .swiper-wrapper {
	height: auto !important;
}

.latest_blog .blog_slider {
	height: auto;
}

.latest_blog .blog-item .content {
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.latest_blog .blog-item .content:first-child {
	padding-top: 0;
}

.latest_blog .blog-item .content h4 {}

.latest_blog .blog-item .content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.latest_blog .blog-item .info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 4px;
}

.latest_blog .blog-item .info li {
	float: left;
	margin-right: 11px;
}

.latest_blog .blog-item .info li i {
	margin-right: 7px;
	float: left;
	padding-top: 2px;
}

.latest_blog .blog-item .after {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ebebeb;
	width: 100%;
	float: left;
}

.latest_blog .blog-item .after .info {
	float: left;
	margin: 0;
	padding: 0;
	color: #222;
	width: auto;
}

.latest_blog .blog-item .after .post-like {
	margin-top: -2px;
}

.latest_blog .no_carousel .blog-item {
	padding-bottom: 20px;
}

.latest_blog .blog-item.boxed .content {
	padding: 20px;
	background: #fff;
}

.latest_blog .blog-item.boxed .content .after {
	display: none;
}

.recent_news.inline .blog-item {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.recent_news.inline .blog-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dark .recent_news.inline .blog-item:hover img {
	opacity: 0.2;
}

.recent_news.inline .blog-item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.recent_news.inline .blog-item h4 {
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	color: #222;
	float: left;
	line-height: 30px;
	width: 100%;
}

.recent_news.inline .blog-item .info {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.recent_news.inline .blog-item .info li {
	float: left;
	margin-right: 11px;
}

.recent_news.inline .blog-item .info li i {
	margin-right: 7px;
	float: left;
	padding-top: 2px;
}

.light .recent_news.inline .blog-item h4 {
	color: #fff;
}

.light .recent_news.inline .blog-item .info {
	color: #ccc;
}

.light .recent_news.inline .blog-item:hover {
	background: rgba(0, 0, 0, 0.2);
}

.recent_news.events {
	float: left;
	width: 100%;
}

.recent_news.events .blog-item {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	max-width: 400px;
	position: relative;
}

.recent_news.events .blog-item>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recent_news.events .blog-item:last-child {
	margin-bottom: 0;
}

.recent_news.events .blog-item dt {
	width: 80px;
	height: 60px;
	background: #f5f5f5;
}

.recent_news.events .blog-item dt .date {
	font-size: 13px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	margin-top: 20px;
	float: left;
	margin-left: 16px;
	letter-spacing: 1px
}

.recent_news.events .blog-item dd {
	margin-left: 90px;
}

.recent_news.events .blog-item dd h5 {
	margin-top: 10px;
	float: left;
	max-width: 400px;
}

.recent_news.events .time {
	letter-spacing: 1.5px;
	width: 300px;
	float: left;
}

.recent_news.events .link {
	float: right;
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	height: 60px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.recent_news.events .link i {
	float: left;
	font-size: 18px;
	text-align: center;
	width: 100%;
	line-height: 60px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.recent_news.events .blog-item:hover .link i {
	color: #fff;
}

.recent_news.vertical .blog-item {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.recent_news.vertical .blog-item:last-child {
	margin-bottom: 0;
}

.recent_news.vertical .blog-item dt {
	width: 100px;
	height: 100px;
}

.recent_news.vertical .blog-item dd {
	margin-left: 110px;
}

.codeless_separator {
	width: 100%;
	float: left;
}

.countdown .countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	font-weight: 300 !important;
}

.countdown_show1 .countdown_section {
	width: 98%;
}

.countdown_show2 .countdown_section {
	width: 48%;
}

.countdown_show3 .countdown_section {
	width: 32.5%;
}

.countdown_show4 .countdown_section {
	width: 24.5%;
}

.countdown_show5 .countdown_section {
	width: 19.5%;
}

.countdown_show6 .countdown_section {
	width: 16.25%;
}

.countdown_show7 .countdown_section {
	width: 14%;
}

.countdown_section {
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #222;
}

.countdown_amount {
	font-size: 86px;
	font-weight: 300;
	color: #555;
	line-height: 98px;
	margin-bottom: 5px
}

.price_table .title {
	width: 100%;
	padding: 20px 0;
}

.price_table h1 {
	text-align: center;
	width: 100%;
}

.price_table .price {
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}

.price_table .price .p {
	font-size: 54px;
	color: #222;
	font-weight: 300;
	line-height: 60px;
}

.price_table .price .period {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.price_table .list {
	width: 100%;
	padding: 25px 0;
	float: left;
}

.price_table .list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

.price_table .list ul li {
	float: left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.price_table .list ul li:before {
	content: "\e367";
	font-family: 'moon';
	margin-right: 10px;
}

.price_table.highlighted .price .p,
.price_table.highlighted .price .period {
	color: #fff;
}

.price_table .price_button {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.price_table .price_button a {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wpb_widgetised_column .footer_social_icons {
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: relative;
	padding: 0;
	list-style: none
}

.wpb_widgetised_column .footer_social_icons li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-left: 12px !important;
	width: 32px !important;
	height: 32px !important;
}

.wpb_widgetised_column .footer_social_icons li:after {
	display: none
}

.wpb_widgetised_column .footer_social_icons li:first-child {
	margin-left: 0 !important;
}

.wpb_widgetised_column .footer_social_icons li a {
	float: left;
}

.wpb_widgetised_column .footer_social_icons li i {
	float: left;
	line-height: 38px;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.wpb_widgetised_column .social_widget {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.footer_social_icons.circle li {
	background: #222;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.footer_social_icons.circle li a {
	width: 100%;
	text-align: center;
	height: 32px;
}

.footer_social_icons.circle li a i {
	color: #fff;
	line-height: 32px !important;
	font-size: 14px !important;
}

.footer_social_icons.circle li a:hover i {
	color: #fff !important;
}

#mc_signup_form .mc_input {
	height: 40px;
}

.mc_signup_submit {
	text-align: left;
}

#mc_signup_submit {
	width: inherit !important;
}

#mc_display_rewards {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.mc_form_inside .mc_signup_submit:nth-child(3) {
	text-align: center !important;
}

.mc_form_inside .mc_signup_submit:nth-child(3) #mc_signup_submit {
	margin-top: 0px !important;
	float: none !important;
}

.mc_merge_var:nth-child(2) label {
	display: none;
}

.mc_form_inside #mc_display_rewards:nth-child(4) {
	text-align: center !important;
	float: none !important;
}

.nav-fillpath a {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-fillpath .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 50%;
	background: #777;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #10b8c7;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.nav-fillpath a.next {
	right: 0;
}

.nav-fillpath a.prev {
	right: 80px;
}

.nav-fillpath h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #10b8c7;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.nav-fillpath a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.nav-fillpath a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.nav-fillpath a:hover .icon-wrap::before,
.nav-fillpath a:hover .icon-wrap::after {
	height: 50%;
}

.nav-fillpath a:hover::before,
.nav-fillpath a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.nav-fillpath a.next:hover::before,
.nav-fillpath a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.nav-fillpath a:hover::after,
.nav-fillpath a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.nav-fillpath a.next:hover::after,
.nav-fillpath a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.nav-fillpath a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.wpcf7-form {
	float: left;
	width: 100%;
}

.wpcf7-form p {
	color: #888;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
	margin-top: 5px;
	float: left;
	height: auto;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.one-third .wpcf7-form-control-wrap {
	position: relative;
	width: 32%;
	margin-left: 2%;
}

.wpcf7-form p:nth-child(2) {
	margin-top: 0;
}

.wpcf7-form-control-wrap:first-child {
	margin-left: 0;
}

.wpcf7-list-item.last {
	margin-left: 20px;
}

.wpcf7-form-control-wrap:first-child:last-child {
	width: 100%;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"] {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wpcf7-form-control-wrap textarea {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wpcf7-form p input[type="submit"] {
	float: left;
}

.viewport {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	top: 0;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.open_search .search_bar {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.open_search .viewport {
	-webkit-transform: translate3d(0, 80px, 0);
	transform: translate3d(0, 80px, 0);
}

.search_bar {
	position: absolute;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 100%;
	height: 80px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: #222;
}

.search_bar .input-append {
	height: 100%;
}

.search_bar input[type="text"] {
	background: transparent;
	border: none;
	font-size: 42px;
	font-weight: 300;
	font-family: inherit;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 80px;
	color: #888;
}

.search_bar form {
	margin: 0;
	height: 100%;
}

.search_bar .container {
	height: 100%;
}

.search_bar button {
	display: none;
}

.extra_navigation {
	position: fixed;
	top: 0;
	z-index: 9999999;
	width: 300px;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: rgba(34, 34, 34, 0.93);
}

.extra_navigation.right {
	right: -300px;
}

.extra_navigation.left {
	left: -300px;
}

.open_extra_nav .extra_navigation {}

.open_extra_nav .extra_navigation.right {
	right: 0;
}

.open_extra_nav .extra_navigation.left {
	left: 0;
}

.open_extra_nav .viewport {}

.extra_navigation .content {
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

.extra_navigation select {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.extra_navigation #s {
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.extra_navigation #search-form:after {
	content: "\e1b7";
	font-family: 'moon';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 16px;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	color: #bbb;
}

.extra_navigation #search-form {
	width: 100%;
	float: left;
	position: relative;
}

.extra_navigation #search-form .more,
footer #search-form .more {
	display: none;
}

.extra_navigation h5.widget-title {
	margin-bottom: 24px;
	margin-top: 0;
	color: #eee;
	float: left;
	width: 100%;
}

.extra_navigation .widget {
	margin-bottom: 35px;
	float: left;
	width: 100%;
}

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

.extra_navigation ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.extra_navigation ul li a {
	width: 100%;
}

.extra_navigation ul li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	float: right;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.extra_navigation .widget:first-child {
	margin-top: 0
}

.extra_navigation #wp-calendar {
	width: 100%;
}

.extra_navigation #wp-calendar td {
	padding-left: 16px;
}

.extra_navigation #wp-calendar td#today {
	font-weight: 600;
}

.extra_navigation .widget_rss ul li:after {
	content: "";
}

.extra_navigation .tagcloud a {
	background: #111;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.extra_navigation ul.sub-menu {
	padding-left: 32px;
	padding-top: 10px;
}

.extra_navigation ul.sub-menu li:last-child,
aside li.menu-item-has-children {
	border-bottom: none;
}

.extra_navigation li.menu-item-has-children:after {
	content: "";
}

.extra_navigation .footer_social_icons {
	float: left;
	width: 100%;
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: relative;
	padding: 0;
	list-style: none
}

.extra_navigation .footer_social_icons li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-left: 10px !important;
	width: 32px !important;
	height: 32px !important;
}

.extra_navigation .footer_social_icons li:after {
	display: none
}

.extra_navigation .footer_social_icons li:first-child {
	margin-left: 0 !important;
}

.extra_navigation .footer_social_icons li a {
	float: left;
}

.extra_navigation .footer_social_icons li i {
	float: left;
	line-height: 32px;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.extra_navigation .close {
	position: absolute;
	right: 20px;
	top: 70px;
	background: url('img/black_x.png') 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.extra_navigation .close:hover {
	background: url('img/white_x.png') 0 0 no-repeat;
	opacity: 1;
}

.not_found {
	width: 600px !important;
	max-width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.not_found h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 200px;
	color: #eee;
	line-height: 200px;
}

.not_found p {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}

.not_found .search_field {
	display: block;
	float: left;
	margin-top: 40px;
	width: 400px;
	position: relative;
	left: 50%;
	margin-left: -200px;
}

.not_found .search_field input[type="text"] {
	height: 40px;
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: none;
	height: 50px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}

.not_found .search_field .btn-bt {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	z-index: 99999999;
}

.p_pagination {
	float: left;
	width: 100%;
}

.p_pagination.hide_this {
	display: none;
}

#blogmasonry #infscr-loading {
	display: block;
	float: left;
	bottom: -50px;
	position: absolute;
}

#infscr-loading {
	width: 100%;
	text-align: center;
}

#infscr-loading:after {
	content: "\e1a7";
	font-family: 'moon';
	width: 36px;
	height: 36px;
	line-height: 40px;
	font-size: 36px;
	color: #222;
	z-index: 9999999;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

#infscr-loading img {
	display: none;
}

#infscr-loading div {
	display: none;
}

.p_pagination .pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.content_portfolio.fullwidth .p_pagination {
	margin-bottom: 5px;
	padding-left: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content_portfolio.fullwidth .p_pagination .pagination {
	padding: 0;
	margin-bottom: 5px;
}

.p_pagination .pagination span,
.p_pagination .pagination a {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #444;
}

.p_pagination .pagination a:hover {
	color: #fff;
}

.p_pagination .pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	margin: -12px;
}

.price-from {
	display: block;
}

.blpost p,
.blpost span {
	font-size: 16px !important;
	line-height: 1.5 !important;
}

.blpost p strong {
	display: inline-block !important;
	font-size: 18px !important;
}

.blpost span a {
	color: #8cc229 !important;
	display: inline-block !important;
	font-size: 18px !important;
}


/******* Edit- Start *******/

.form-captcha .wpcf7-form-control-wrap .wpcf7-form-control {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-confield {
	padding: 0 30px;
}

.form-capt-btn-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

.form-btn .wpcf7-submit.smt {
	margin-top: 20px;
}

article#post-1086>.media {
	display: none;
}


/******* Edit- End *******/

@media (max-width:767px) {
	.side-nav {
		width: 250px !important;
	}
	.top_nav .pull-right {
		display: block !important;
		;
		width: 100% !important;
		;
		text-align: center !important;
		;
	}
	.pull-right .widget.widget_text {
		float: none;
		display: inline-block
	}
	.pull-right #text-6 .textwidget {
		padding-top: 10px;
	}
}

.header_8 nav .menu>li>ul.sub-menu ul {
	left: 220px;
}

.vc_tta-container {
	float: left;
}

.wpcf7-form p input[type="submit"].smt {
	margin: 15px 0 30px 0 !important;
	width: 100%;
}


/* Fix for contact form font style */

.wpcf7-form-control-wrap.your-message textarea {
	font-family: Arial;
}

.austcham img {
	max-width: 220px;
	margin-top: 20px
}


/* =============================================
\\\\\\\\\\\\\\ Blog Listing Page ///////////////
================================================ */

.blog-listing .listing-main .vc_grid-item {
	margin-bottom: 40px;
}

.blog-listing .listing-main .vc_grid-item:last-child {
	margin-bottom: 0px;
}

.blog-listing .listing-main .vc_grid-item:nth-child(odd) .vc_gitem-animated-block {
	float: right !important;
	width: 50% !important;
}

.blog-listing .listing-main .vc_grid-item:nth-child(odd) .blog-rt-list {
	float: left !important;
	width: 50% !important;
	background: #8cc229;
}

.blog-listing .listing-main .vc_grid-item:nth-child(odd) .vc_grid-item-mini.vc_custom_1419334531994 {
	background: #8cc229 !important;
}

.blog-listing .listing-main .vc_grid-item:nth-child(odd) .blog-rt-list h4 {
	color: #fff;
}

.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-animated-block {
	float: left !important;
	width: 50% !important;
}

.blog-listing .listing-main .vc_grid-item:nth-child(even) .blog-rt-list {
	float: right !important;
	width: 50% !important;
}

.blog-listing .listing-main .vc_grid-item:nth-child(even) .blog-rt-list h4 {
	color: #000;
}

.blog-listing .listing-main .vc_grid-item .blog-rt-list {
	padding: 20px;
	color: #222;
}

.blog-listing .listing-main .vc_grid-item .blog-rt-list h4 {
	font-size: 22px;
	margin-bottom: 30px;
}

.blog-listing .listing-main .vc_grid-item:nth-child(odd) .vc_gitem-animated-block .vc_gitem-zone-a.blog-lt-list {
	background-size: cover !important;
	height: 308px !important;
	max-width: 100%;
}

.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-animated-block .vc_gitem-zone-a.blog-lt-list {
	background-size: cover !important;
	height: 308px !important;
	max-width: 100%;
}

.blog-listing .left-right-mid {
	display: inline-block;
	margin-bottom: 0 !important;
}

.vc_gitem-post-data-source-post_author div {
	padding-right: 30px;
	font-size: 16px;
	color: #fff;
}

.blog-listing .vc_gitem-post-data-source-post_author div:before {
	content: "By:";
	padding-right: 5px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-post-data-source-post_date p,
.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-post-data-source-post_author div {
	color: #8cc229;
}

.blog-listing .vc_gitem-post-data-source-post_date p {
	font-size: 16px;
	color: #fff;
	margin: 0;
}

.blog-listing .vc_gitem-post-data-source-post_date p:before {
	content: "Date:";
	padding-left: 30px;
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.blog-listing p:empty {
	display: none;
}

.blog-listing .vc_gitem-post-data-source-post_excerpt p {
	font-size: 14px;
	font-weight: 500;
}

.blog-listing .listing-main .vc_grid-item .blog-rt-list .vc_general.vc_btn3:hover {
	border: none !important;
}

.blog-listing .listing-main .vc_grid-item .blog-rt-list .vc_general.vc_btn3 {
	border: none !important;
	text-transform: capitalize;
}

.blog-listing .vc_btn3-left {
	margin-bottom: 0;
}


/* =============================================
\\\\\\\\\\\\\\ Blog Details Page ///////////////
================================================ */

.row>.span9 {
	width: 100% !important;
	padding-left: 20px;
	padding-right: 20px;
}

.row>.span3 {
	display: none !important;
}

.blog-article .content h1 {
	margin-top: 30px !important;
}

.blog-article .content h1 a {
	font-size: 30px;
	color: #000 !important;
	font-weight: 600 !important;
}

.blog-article p strong,
.blog-article p b {
	font-size: 22px;
	color: #000;
	margin-top: 15px !important;
	display: block;
}

.blog-article p {
	font-size: 14px;
	color: #4a4a4a;
}

.blog-article p img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 30px !important;
}

.blog-article .btn-bt.business {
	padding: 15px 17px;
}

.single-post .header_page h2 {
	color: #fff;
	line-height: 200px !important;
}

.single-post .header_page .page_parents {
	/*top: 25%;*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-post .post-like {
	display: none;
}

.single-post div#comments {
	display: none;
}

.single-post div#respond {
	clear: both;
	background: #8cc229;
	padding: 30px;
	margin-top: 75px;
	margin-bottom: 75px;
}

.single-post p.form-submit {
	clear: both;
	margin-bottom: 0;
	margin-top: 30px;
}

.single-post #respond .btn-bt.business {
	float: none;
}

.single-post form#commentform {
	margin-bottom: 0;
}

.single-post #respond input[type="text"] {
	float: none;
}

.single-post .blog-article.standard-style {
	float: none;
}

.single-post #respond h3 {
	margin-top: 0;
	float: none;
	margin-bottom: 0;
	color: #000;
}

.single-post p.comment-notes {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.single-post label {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.single-post .btn-bt.business {
	color: #ffffff;
	border: none;
	background: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 20px;
}


/* =============================================
\\\\\\\\\\\\\\ Schedule ///////////////
================================================ */

.page-id-1108 .header_page.normal.without_shadow {
	display: none;
}

.banner-content-container {
	position: relative;
	width: min(1100px, 100%);
	margin-inline: auto;
	display: grid;
	grid: 1fr / repeat(12, 1fr);
	align-items: center;
}

.banner-content-container .left-container {
	grid-column: 1 / span 6;
	padding-inline-end: 2.875rem;
	position: relative;
	overflow-y: clip;
}

.banner-content-container .right-container {
	grid-column: -6 / -1;
}

.banner-content-container>.left-container {
	padding-block: 230px;
}

.banner-content-container>.right-container {
	padding: 20px 0px 40px 10px;
}

.cta-contetnt {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 2.25rem;
	position: relative;
	z-index: 1;
	line-height: 32px;
}

.cta-contetnt strong {
	font-weight: 900;
}

.banner-content-container .left-container::before,
.banner-content-container .left-container::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1280px;
	height: 1097px;
	border-radius: 50%;
}

.banner-content-container .left-container::before {
	transform: translateY(-52%);
	background: rgba(255, 255, 255, 0.5);
	height: 1185px;
}

.banner-content-container .left-container::after {
	background: rgb(115 171 11 / 59%);
}

.right-container p {
	font-size: 19px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 500;
}

.footer-dets.sc-ul {
	margin-top: 20px;
	list-style: none;
	padding-left: 0;
}

.footer-dets.sc-ul li {
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 500;
}

.footer-dets.sc-ul li {
	display: grid;
	grid-template-columns: 31px 1fr;
}

.footer-dets.sc-ul li+li {
	margin-top: 9px;
}
.sche-raw > .wpb_wrapper{
    box-shadow: 16px 16px 32px #e0e0e0, -16px -16px 32px #fff;
    padding: 40px;
    border-radius: 50px;
    box-sizing:border-box;
}

/* =============================================
\\\\\\\\\\\\\\ Responsive ///////////////
================================================ */

@media only screen and (max-width: 1199px) {
	footer .inner .widget {
		width: 100%;
	}
	.textwidget #___partnersbadge_0 {
		width: 100% !important;
	}
	.textwidget #___partnersbadge_0 iframe {
		width: 100% !important;
	}
	.austcham img {
		max-width: 220px;
		margin-top: 20px;
		width: 100%;
	}
}

@media (max-width: 1110px) {
	.banner-content-container .right-container {
		grid-column: -7/-1;
		position: relative;
	}
	.right-container p {
		font-size: 17px;
	}
	.banner-content-container {
		width: 100%;
		max-width: 999px !important;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 909px) {
	.banner-content-container {
		grid: 1fr/1fr;
	}
	.banner-content-container .left-container {
		padding-inline-end: 0;
	}
	.banner-content-container .left-container {
		padding-block: 70px;
	}
	.cta-contetnt {
		text-align: center;
		font-size: 2.15rem;
	}
	.banner-content-container .right-container p {
		text-align: center;
	}
	.banner-content-container .left-container:before,
	.banner-content-container .left-container:after {
		display: none;
	}
	.footer-dets.sc-ul {
		display: flex;
		justify-content: center;
	}
	.right-container {
		padding: 0 0 40px !important;
	}
	.footer-dets.sc-ul li:first-child {
		width: 200px;
	}
	.footer-dets.sc-ul li:last-child {
		width: 311px;
	}
	.footer-dets.sc-ul li+li {
		margin-top: 0px;
	}
}

@media (max-width: 1199px) and (min-width: 980px) {
	header#header #navigation {
		float: none;
		background: rgba(0, 0, 0, 0.7);
		height: auto;
		width: 100%;
		clear: both;
	}
	header#header #navigation:after {
		clear: both;
		display: table;
		content: '';
	}
	nav {
		float: none;
		width: 100%;
		height: auto;
	}
	nav .menu {
		float: none;
		height: auto;
		margin-top: 0;
		padding: 0 5px;
	}
	nav .menu li {
		float: none;
		height: auto;
		display: inline-block;
		margin: 0 9px;
	}
	.header_2 nav .menu>li>a {
		margin-top: 0;
		float: none;
		line-height: 40px;
		display: block;
		color: #FFF;
	}
}

@media (max-width: 1100px) and (min-width: 980px) {
	.container {
		width: 87% !important;
	}
}

@media only screen and (max-width: 979px) {
	.blog-listing .listing-main .vc_grid-item:nth-child(odd) .blog-rt-list {
		float: none !important;
		width: 100% !important;
		background: #8cc229;
	}
	.blog-listing .listing-main .vc_grid-item:nth-child(odd) .vc_gitem-animated-block {
		float: none !important;
		width: 100% !important;
	}
	.blog-listing .listing-main .vc_grid-item:nth-child(even) .blog-rt-list {
		float: none !important;
		width: 100% !important;
		background: #8cc229;
	}
	.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-animated-block {
		float: none !important;
		width: 100% !important;
	}
	.blog-listing .listing-main .vc_grid-item:nth-child(even) .blog-rt-list h4 {
		color: #fff;
	}
	.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-post-data-source-post_date p,
	.blog-listing .listing-main .vc_grid-item:nth-child(even) .vc_gitem-post-data-source-post_author div {
		color: #fff;
	}
}

@media only screen and (max-width: 979px) {
	.blog-listing .left-right-mid {
		display: block !important;
	}
	.blog-listing .vc_gitem-post-data-source-post_date p {
		text-align: left !important;
	}
	.blog-listing .vc_gitem-post-data-source-post_date p:before {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.top_nav {
		height: auto !important;
	}
	.top_nav .span6,
	.top_nav .row-fluid [class*=span] {
		min-height: auto;
		float: none;
	}
	.top_nav .span6 .pull-left,
	.top_nav .span6 .pull-right {
		float: none;
	}
	.top_nav .span6 .pull-left .widget {
		display: block;
		float: none;
		height: auto;
	}
	.top_nav .span6 .pull-left .textwidget {
		display: block;
	}
	.top_nav .span6 .pull-right .widget {
		vertical-align: top;
		height: auto;
	}
	.top_nav .span6 .pull-right .widget .widget {
		float: none;
		height: auto;
	}
	.top_nav .span6 .pull-right .widget .textwidget {
		padding-top: 5px !important;
	}
	.top_nav .span6 .pull-right .widget .textwidget {
		line-height: 26px;
	}
	.top_nav .span6 .pull-right .widget .textwidget {
		font-size: 18px;
		display: inline-block;
		margin: 0 5px 0 3px;
	}
	nav .codeless_custom_menu_mega_menu ul>li h6,
	.menu-small ul.menu .codeless_custom_menu_mega_menu h6,
	.menu-small ul.menu>li>a {
		font-size: 16px !important;
	}
	nav .menu li>ul.sub-menu li,
	.menu-small ul li a {
		font-size: 15px !important;
	}
	footer#footer .inner .row-fluid.ff:first-child {
		padding-bottom: 0;
	}
	.single-post #respond .comment-form-author,
	.single-post #respond .comment-form-email,
	.single-post #respond .comment-form-url {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.single-post #respond textarea {
		max-height: 100px;
	}
	.cta-contetnt {
		font-size: 2rem;
	}
	.banner-content-container .left-container {
		padding-block: 50px 45px;
	}
	.right-container p {
		font-size: 16px;
	}
        .right-container {
		padding: 0 !important;
	}
}

.last-row {
	display: grid;
	width: 100% !important;
	padding: 0 15px;
	grid-template-columns: repeat(2, min(270px, 100%));
	align-items: center;
	justify-content: left;
	grid-gap: 30px;
	overflow: hidden;
}

.last-row .wpcf7-form-control-wrap {
	-webkit-transform: scale(.90);
	transform: scale(.90);
	-webkit-transform-origin: 0 0;
	transform-origin: 0;
	text-rendering: optimizespeed;
}

@media screen and (max-width: 767px) {
	.last-row {
		grid-template-columns: min(390px, 100%);
	}
	body:not(.home) .last-row {
		grid-template-columns: min(360px, 100%);
	}
	.last-row .wpcf7-form-control-wrap {
		-webkit-transform: unset;
		transform: unset;
		-webkit-transform-origin: unset;
		transform-origin: unset;
	}
	.last-row .wpcf7-form-control-wrap>div>div {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 546px) {
	.footer-dets.sc-ul {
		display: block;
	}
	.footer-dets.sc-ul li+li {
		margin-top: 5px;
	}
       .cta-contetnt {
        font-size: 1.8rem;
       }
}

@media screen and (max-width: 480px) {
	.bg-cover {
		background-size: cover;
	}
	.mob-f-46 {
		font-size: 38px !important;
	}
	.last-row {
		grid-template-columns: min(270px, 100%);
	}
	body:not(.home) .last-row {
		grid-template-columns: min(240px, 100%);
	}
	.last-row .wpcf7-form-control-wrap>div {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		-webkit-transform-origin: 0 0;
		transform-origin: 0;
	}
	body:not(.home) .last-row .wpcf7-form-control-wrap>div {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0;
	}
	.page-id-133 form>div:nth-last-child(2) {
		width: 100%;
	}
	.page-id-133 .wpcf7-submit {
		width: 100% !important;
	}
	.page-id-133 .mob-mb-0 {
		margin-bottom: 0 !important;
	}
	.page-id-133 .mob-mb-0>div:last-child>div {
		padding-bottom: 0 !important;
	}
	.page-id-133 .mob-mb-0+* {
		margin-bottom: 0 !important;
	}
}

.wpcf7-submit {
	width: 100%;
	float: none;
	padding: 10px 40px !important;
}

.last-row>p {
	padding: 0 !important;
}

.last-row>p,
.last-row>p input {
	margin: 0;
	width: 100%;
	float: none !important;
}

.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	max-width: 600px !important;
	margin: 0 auto !important;
	box-sizing: border-box;
	border: none !important;
	color: red;
	font-weight: 600;
	padding: 20px !important;
	text-align: center;
}

.wpcf7:not(#wpcf7-f481-p101-o1) .wpcf7-form .wpcf7-mail-sent-ok {
	display: none !important;
}

#wpcf7-f481-p101-o1 .wpcf7-mail-sent-ok {
	text-align: center;
}

body {
	overflow: hidden;
}

body.single-post {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem !important;
	line-height: 1.5em;
}

.blog-article p {
	font-size: 1rem;
}

#content>*:first-child .bg-overlay+.container *,
#content>*:nth-child(2) .bg-overlay+.container *,
.top_wrapper .header_page * {
	font-family: 'Montserrat', sans-serif !important;
}


/* CASE STUDIES */

.header-wrap.innerBanner {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-wrap.innerBanner::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.header-wrap.innerBanner>* {
	position: relative;
}

.entry-header {
	text-align: center;
	padding: 10rem 0;
}

.entry-title.mainHeader {
	font-size: 3.125rem;
	line-height: 1.2em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

.entry-sub-title.mainSubHeader {
	font-size: 1.5rem;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin: 0;
	margin-top: 20px;
}

.case-studies-template-default {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5em;
	color: #737373;
}

.case-studies-template-default .case-study__row>* {
	margin-bottom: 0 !important;
}

.responsive-table {
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.responsive-table tr {
	border: 1px solid #d2d2d2;
	padding: .35em;
}

.responsive-table th,
.responsive-table td {
	padding: .625em;
	text-align: center;
}

.responsive-table th {
	font-size: 1.25rem;
	letter-spacing: .1em;
	background: #8bc229;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.responsive-table th span {
	display: block;
	font-size: 1rem;
}

.gradient-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
}

.standard_section.gradient-bg {
	position: relative;
	margin-bottom: 0 !important;
	background-size: cover;
}

.halfRowContent {
	width: min(600px, 100%);
	color: #fff;
	padding: 200px 0;
}

.sm-heading,
.inner-section-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2em;
}

.inner-section-heading.gray {
	color: #737373;
}

.sm-heading {
	font-weight: 500;
}

.mt-60 {
	margin-top: 60px;
}

.montText ul {
	margin-bottom: 20px;
}

.montText p,
.montText ul li {
	font-size: 16px !important;
}

.montText p:not(:last-child) {
	margin-bottom: 20px;
}

.customList li {
	line-height: 1.5;
	padding: 0 0 0 20px;
}

.list-01 li {
	background-image: url(https://www.smart-digital.co.th/wp-content/uploads/2020/09/list-01-bg.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.list-01 li:not(:last-child) {
	margin-bottom: 10px;
}

.list-02 li {
	background-image: url(https://www.smart-digital.co.th/wp-content/uploads/2020/09/list-02-bg.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.list-02 li:not(:last-child) {
	margin-bottom: 20px;
}

.section-padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-padding-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.eachResult h2 {
	color: #8dcd03;
	font-size: 3.875rem;
	line-height: 1.5em;
	font-weight: 700;
}

.eachResult p {
	font-size: 1rem;
}

.eachResult p strong {
	font-size: 1.125rem;
}

.result-section .inner-section-heading {
	margin-bottom: 40px;
}

.result-section img {
	left: unset !important;
	margin: 0 auto !important;
}

.rightBox p,
.rightBox .customList {
	font-size: 1rem;
	line-height: 1.5em;
}

.customList {
	padding-left: 0;
	list-style: none;
	font-size: 1rem;
	line-height: 1.5em;
}

.customList>li+li {
	margin-top: 20px;
}

.strategy-section+* {
	margin-top: 60px;
}

.ranking-section .inner-section-heading+* {
	margin-top: 30px;
}

.responsive-table td {
	font-size: 1rem;
	line-height: 1.5em;
}

.responsive-table td+td {
	color: #8bc229;
}

.sm-heading+* {
	margin-top: 20px;
}

.halfRowContent p {
	font-size: 1rem;
	line-height: 1.5em;
}

.bottom-cta-section p {
	font-size: 1.25rem;
	color: #fff;
	margin-top: 20px !important;
}

.mainBtn>a {
	background: #FFF !important;
	color: #8dcd03 !important;
	border: 2px solid #fff !important;
	text-transform: uppercase;
	border-radius: 3px !important;
	width: 260px;
	height: 50px;
	font-size: 15px;
	font-weight: 700 !important;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.mainBtn>a:hover {
	color: #FFF !important;
	background: #8dcd03 !important;
}

.line-widget {
	position: fixed;
	z-index: 9999;
	bottom: 30px;
	left: 30px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.line-widget a {
	width: 100%;
	height: 100%;
}

.line-widget svg {
	width: 100%;
	height: 100%;
}
/*Web Development Start*/
.vc_row.section-style.web-banner-style{
	margin-bottom:0px !important;
}
.web-banner-style{
	background-size:cover;
}
.p-30{
	padding-bottom: 30px !important;
}
.pd-40{
	padding-bottom: 40px !important;
}
.img_wrap{
	position:relative;
}
.img_wrap ul{
	margin-top:0px !important;
	padding-left: 0px !important;
	position: absolute;
    top: 23%;
    left: 20%;
}
.img_wrap ul li{
	font-size: 14px !important;
    font-family: Roboto;
    color: #21314a;
    margin: 0 0 4px;
    background: url(/wp-content/uploads/2022/07/bullet-list-s2.png) center left no-repeat;
    background-size: 12px;
    padding: 0 0 0 23px;
    list-style: none;
    font-weight: 500;
}
body.page-id-1193,body.page-id-1193 h1,body.page-id-1193 h2,body.page-id-1193 h3, body.page-id-1193 h4{
	font-family: 'Montserrat' !important;
}
body.page-id-1193 h1,body.page-id-1193 h2,body.page-id-1193 h3{
	color:#373737;
	font-weight: 700 !important;
}
body.page-id-1193 h4{
	font-weight: 600 !important;
}
body.page-id-1193 h2{
	font-size:24px !important;
}
body.page-id-1193 p{
	font-size: 16px;
    color: #646464;
	line-height: 29px;
}
.ptb-80{
	padding-top:80px;
	padding-bottom:80px;
}
.pt-70{
	padding-top:70px;
}
.vc_row.standard_section.ptb-80{
	margin-bottom:0px !important;
}
.vc_row.standard_section.ptb-80 h1,body.page-id-1193 h2.new_heading_style{
	font-size:36px !important;
	padding-bottom:22px !important;
}
.frontend_web_bg{
	background: linear-gradient(to right,#73ab0b 0%,#73ab0b 82%,#fff 82%,#fff 100%);
	position:relative;
	padding:90px 0 50px !important;
	margin-bottom:25px;
}
.frontend_web_bg p{
	color:#fff !important;
}
.frontend_web_bg::before{
	content:'';
	background-image:url(/wp-content/uploads/2022/07/right-side-img.png);
	background-repeat:no-repeat;
	width:580px;
	height:561px;
	background-size:contain;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:5%;
}
.frontend_web_bg.vc_row.section-style{
	margin-bottom:0px !important;
}
.accordion-list{
	list-style: none;
    padding-left: 0px;
    margin-top: 0px !important;
}
.accordion-list li{
	margin-bottom: 10px !important;
	cursor: pointer;
}
.accordion-list li h4{
	padding: 12px 15px;
    background: #a7ca66;
	position:relative;
	color:#fff;
}
.accordion-list li.active .answer{
	display:block !important;
}
.accordion-list li .answer{
	background: #81b424;
    padding: 20px 15px;
	color:#fff;
	font-size: 16px;
    line-height: 29px;
}
.accordion-list li h4::before{
	content: '+';
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.accordion-list li.active h4::before{
	content: '-';
	font-size:36px;
}
.work-section{
	background-color:#f4f4f4;
	text-align:center;
}
.mr-30{
	margin-right:30px !important;
}
.d_flex .section_clear{
	display:flex;
	align-items:center;
}
.btn_style .wpb_content_element.button{
	min-height:53px !important;
	margin-top:20px !important;
}
.btn_style .btn-bt{
	font-size: 20px !important;
    font-weight: 600;
    padding: 15px;
    width: 310px;
}
.future_section{
	background-size: cover;
    min-height: 450px;
    position: relative;
	margin-top: 90px !important;
}
.future_section .container{
	background: #73ab0b;
    padding: 40px 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
body.page-id-1193 .future_section h3{
	font-weight:200 !important;
	margin-bottom:10px;
}
.future_section p{
	margin-top:-12px !important;
	color:#fff !important;
}
body.page-id-1193 h2.heading_style_2{
	font-size:30px !important;
}

.last-row p{
	padding-top:20px !important;
}
.last-row p input{
	background: -webkit-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
    background: linear-gradient(to right, #96c53b 0%, #6e9d12 100%);
    border: none;
    color: #fff;
    border-radius: 4px;
}
.banner.home-banner form .last-row p {
    padding-top: 33px !important;
}
.img_display img{
	display:none !important;
}
/*Web Development End*/

@media screen and (min-width: 601px) {
	.responsive-table th:first-child,
	.responsive-table td:first-child {
		border-right: 1px solid #d2d2d2;
		width: 70%;
	}
}
@media screen and (max-width: 1299px) {
	.frontend_web_bg::before{
		width: 450px;
    	height: 436px;
		right: 30px;
	}
	.img_wrap ul li {
		font-size: 12px !important;
		margin: 0 0 0px;
		background-size: 12px;
		padding: 0 0 0 20px;
	}
	
}
@media screen and (max-width: 991px) {
	.decorative-img .vc_empty_space {
		height: 400px !important;
	}
	.frontend_web_bg::before {
		width: 330px;
		height: 318px;
		right: 20px;
	}
	.accordion-list li .answer{
		padding: 12px 15px;
	}
	.accordion-list li .answer,body.page-id-1193 p {
		font-size: 14px;
		line-height: 24px;
	}
	.vc_row.standard_section.ptb-80 h1, body.page-id-1193 h2.new_heading_style {
		font-size: 30px !important;
	}
	.ptb-80,.frontend_web_bg {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.pt-70 {
		padding-top: 20px;
	}
	.mr-30 {
		margin-right: 0px !important;
	}
	.pd-40 {
		padding-bottom: 10px !important;
	}
	.wp-image-1207{
		margin-top:30px !important;
	}
}

@media (max-width: 979px) {
	.case-studies-template-default .result-section .eachResult .wpb_wrapper img {
		width: auto !important;
		left: unset !important;
		margin: 0 auto !important;
	}
	.img_wrap ul li {
		line-height: 17px !important;
	}
}

@media screen and (max-width: 767px) {
	.flex-section {
		flex-direction: column;
	}
	.flex-section>*:first-child h2 {
		text-align: center !important;
	}
	.flex-section>* {
		width: 100% !important;
	}
	.flex-section>*+* {
		margin-top: 20px;
	}
	.flex-section img {
		width: 100% !important;
	}
	.sm-heading,
	.inner-section-heading {
		font-size: 2rem;
	}
	.decorative-img .vc_empty_space {
		height: 200px !important;
	}
	.halfRowContent {
		padding: 100px 0;
	}
	.eachResult+.eachResult {
		margin-top: 30px;
	}
	.eachResult h2 {
		font-size: 3rem;
	}
	.frontend_web_bg::before{
		display:none !important;
	}
	.img_display img{
		display:block !important;
		margin-top:30px !important;
	}
	.d_flex .section_clear {
		flex-direction: column;
	}
	.d_flex{
		padding-top:0px !important;
	}
	.d_flex.mtr-30{
		padding-top:40px !important;
	}
	.d_flex.d_reverse .section_clear{
		flex-direction: column-reverse;
	}
	.future_section .container {
		padding: 25px 0;
	}
	.future_section {
		min-height: 340px;
		margin-top: 80px !important;
	}
	.d_flex .section_clear h4,.d_flex .section_clear,.d_flex .section_clear h2{
		text-align:center !important;
	}
	.frontend_web_bg {
		background: linear-gradient(to right,#73ab0b 0%,#73ab0b 82%,#72ab0b 82%,#73ab0b 100%);
	}
	.future_section .container {
		position: relative;
		left: 0;
		transform: unset;
		top: -40px;
	}
	body.page-id-1193 .future_section h3,body.page-id-1193 .future_section h2,body.page-id-1193 h2{
		text-align:center !important;
	}
	.btn_style .btn-bt {
		width: 255px;
	}
	body.page-id-1193 h2.heading_style_2 {
		font-size: 24px !important;
	}
	body.page-id-1193 h3.heading_style_2.new{
	font-size:24px !important;
	text-align:center!important;
	line-height:30px !important;
    }
}

@media screen and (max-width: 600px) {
	.responsive-table {
		border: 0;
	}
	.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.responsive-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	.responsive-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 1rem;
		text-align: right;
	}
	.responsive-table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		color: #737373;
	}
	.responsive-table td:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.img_wrap ul li {
		font-size: 10px !important;
		margin: 0 0 0px;
		background-size: 9px;
		line-height: 12px !important;
		padding: 0 0 0 16px;
	}
	.btn_style .wpb_content_element.button {
		margin-top: 0px !important;
	}
}

.viewport~div:not(.chaty-widget, #fb-root, ._form-wrapper,.footer_wrapper,.modal-one,.modal-bg):not(.sgpb-main-popup-data-container-1105) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	opacity: 0 !important;
}

.contact-right-links .wpb_wrapper .services_small:last-child dt i {
	display: none;
}

.contact-right-links .wpb_wrapper .services_small:last-child dt {
	position: relative;
}

.contact-right-links .wpb_wrapper .services_small:last-child dt:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/line-icon.png) no-repeat;
	background-size: 30px;
	background-position: top right;
}


/* New Home */

body.page-id-907,
.page-id-907 h1,
.page-id-907 h2,
.page-id-907 h3,
.page-id-907 h4,
.page-id-907 h5,
.page-id-907 h6,
.page-id-907 .skill_title {
	font-family: 'Montserrat';
}

.page-id-907 .btn-bt.business {
	background: #96c53b;
	/* Old browsers */
	background: -moz-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #96c53b 0%, #6e9d12 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c53b', endColorstr='#6e9d12', GradientType=1);
	/* IE6-9 */
}

.page-id-907 #header .btn-bt.business {
	background: rgba(140, 194, 41, 1);
	font-family: Roboto;
}

:root {
	--clr-green: #96c53b;
	--clr-black: #2f2f2f;
	--clr-blue: #104975;
}

.section-padding-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-heading {
	font-size: 2.25rem !important;
	font-weight: 700;
	color: var(--clr-black);
	line-height: 1.5em;
}

.section-heading.duo-tone em {
	font-style: normal;
	color: var(--clr-green);
}
.aw-logo{
display:block;
text-align:center;
}
.aw-logo img{
width:min(500px,100%);
}
.page-id-907 .header_page {
	display: none;
}

.page-id-907 .row-dynamic-el {
	margin-bottom: 0 !important;
}

.banner.home-banner {
	padding: 145px 0;
	background-size: cover;
	margin: 0 !important;
}

.banner.home-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(60deg, var(--clr-blue), transparent);
	pointer-events: none;
}

.cta-heading {
	font-size: 2.875rem !important;
	font-weight: 700;
	line-height: 1.1em;
}

.cta-heading+* {
	margin-top: 30px !important;
}

.home-banner .wpcf7-form {
	float: none;
}

.home-banner .wpb_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: min(570px, 100%);
}

.home-banner .wpcf7-form>div:nth-child(2) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	grid-gap: 20px;
}

.home-banner .wpcf7-form>div:nth-child(2)>div {
	width: 100%;
	padding: 0;
}

.home-banner .wpcf7-form>div:nth-child(2)>div span,
.home-banner .wpcf7-form>div:nth-child(2)>div input {
	margin: 0;
}

.home-banner .wpcf7-form>div:nth-child(2)>div input {
	border-radius: 4px;
}

.home-banner .last-row {
	grid-row: 4;
	grid-column: 1 / span 2;
	margin-top:-20px !important;
}
.chk-bx,.chks-bx{
	margin:0 !important;
	margin-top:10px !important;
}
.home-banner .chk-bx{
	grid-column: 1 / -1;
	margin:0 !important;
	margin-top:-1px !important; 
	padding: 0px !important;
}
.home-banner .chk-bx .wpcf7-list-item.last,.from-organic .wpcf7-list-item.last,.chks-bx .wpcf7-list-item.last{
	margin-left:0px !important;
}
.home-banner .chk-bx label ,.chks-bx label{
	display:grid;
	grid-auto-flow:column;
	gap:9px;
}
.home-banner .chk-bx  .wpcf7-form-control-wrap input[type="checkbox"],.chks-bx .wpcf7-form-control-wrap input[type="checkbox"] {
	width: 28px;
    height: 20px;
}
.home-banner .chk-bx .wpcf7-list-item-label,.from-organic .wpcf7-list-item-label{
	color:#fff;
}
.from-organic label {
	display:grid;
	grid-auto-flow:column;
	gap:9px;
}
.from-organic .wpcf7-form-control-wrap input[type="checkbox"] {
	width: 28px;
    height: 20px;
}

.home-who-we-r p,
.home-why p {
	/*color:#696969;*/
	color: #000;
	font-size: 14px;
	padding-bottom: 12px;
	line-height: 24px;
}

.home-who-we-r .btn-bt.business {
	width: 150px;
}

.claim-banner {
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}

.claim-banner h2 {
	font-weight: 700;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	max-width: 715px;
	text-align: center;
	line-height: 46px;
	margin: 0 auto;
}

.claim-banner .btn-bt.business {
	background: #fff;
	color: #96c53b !important;
	width: 180px;
	float: none !important;
	margin: 35px auto 0 auto;
	display: block;
}

.home-service-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	display: block;
	padding-bottom: 20px;
	min-height: 476px;
}

.home-service-icon-area {
	display: block;
	margin-bottom: 10px;
	background: #96c53b;
	/* Old browsers */
	background: -moz-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #96c53b 0%, #6e9d12 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c53b', endColorstr='#6e9d12', GradientType=1);
	/* IE6-9 */
}

.home-service-icon-area img {
	max-width: 90px;
	margin: 0 auto;
	padding: 33px 0px;
}

.home-service-title {
	font-weight: 700;
	color: #2f2f2f;
	font-size: 16px;
	padding: 10px 0px;
}

.home-service-content-area {
	/*color: #2f2f2f;*/
	color: #000;
	/*font-size: 12px;*/
	font-size: 13px;
	padding: 0 0px 20px 0px;
}

.home-service-wrapper .btn-bt.business {
	padding: 3px 20px;
	margin: 0px;
	font-size: 12px;
	font-weight: 400;
}

.owl-carousel.service-slider .owl-nav button.owl-prev span,
.owl-carousel.service-slider .owl-nav button.owl-next span {
	font-size: 0px;
}

.owl-carousel.service-slider .owl-nav button.owl-prev {
	position: absolute;
	background: #aaaaaa;
	left: -54px;
	top: 38%;
	width: 36px;
	height: 36px;
	border-radius: 0px;
}

.owl-carousel.service-slider .owl-nav button.owl-next {
	position: absolute;
	background: #aaaaaa;
	right: -54px;
	top: 38%;
	width: 36px;
	height: 36px;
	border-radius: 0px;
}

.owl-carousel.service-slider .owl-nav button.owl-next:hover,
.owl-carousel.service-slider .owl-nav button.owl-prev:hover {
	background: #96c53b;
}

.owl-carousel.service-slider .owl-nav button:focus {
	outline: none;
}

.owl-carousel.service-slider .owl-nav button.owl-prev:after {
	position: absolute;
	font: normal normal normal 22px/1 FontAwesome;
	content: "\f060";
	left: 9px;
	top: 6px;
	color: #fff;
}

.owl-carousel.service-slider .owl-nav button.owl-next:after {
	position: absolute;
	font: normal normal normal 22px/1 FontAwesome;
	content: "\f061";
	right: 9px;
	top: 6px;
	color: #fff;
}

.home-why {
	padding-top: 0px;
	padding-bottom: 60px;
}

.home-partners {
	padding-top: 70px;
	padding-bottom: 0px;
}

.home-blog {
	padding-top: 30px;
	padding-bottom: 70px;
}

.recent-post-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.recent-post-tab {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.recent-post-wrapper {
	padding: 0 10px;
}

.recent-post-inner {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	display: block;
	padding-bottom: 20px;
	min-height: 456px;
}

.recent-post-tab .home-service-icon-area img {
	max-width: 100%;
	width: 100%;
	padding: 0px;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.recent-post-tab .home-service-icon-area {
	height: 170px;
	overflow: hidden;
	background: transparent;
}

p.recent-post-meta {
	color: #2f2f2f;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
}

.recent-post-tab .btn-bt.business {
	padding: 3px 20px;
	margin: 0px;
	font-size: 12px;
	font-weight: 400;
}

.home-post-content {
	display: block;
	padding: 0px 20px;
}

.recent-post-tab .home-service-content-area {
	border-bottom: 1px solid #96c53a;
	padding: 0 0px 10px 0px;
	margin-bottom: 20px;
	min-height: 100px;
}

.recent-post-tab .recent-post-inner {
	min-height: 440px;
}


/*.home-testimonial-wrapper {
    margin: 30px auto 0 auto;
}
.home-testimonial-wrapper, .home-testimonial-wrapper video{
    width:100%;
    max-width:750px;
}
*/

.home-testimonial-wrapper,
.home-testimonial-wrapper video {
	width: 100%;
	max-width: 750px;
	border-radius: 10px 10px 10px 10px !important;
	overflow: hidden;
}
.home-testimonial-wrapper iframe{
	width:100%;
	height:320px;
}
.slide-inner {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 10px;
	padding: 10px;
}

.testimonial-text {
	padding-left: 20px;
}

.testi-client-name {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 33px;
}

.client-designation {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #757575;
	line-height: 32px;
	margin-bottom: 10px;
}

.testi-data {
	color: #000;
	line-height: 24px;
	position: relative;
}

.home-testimonial-wrapper video:focus {
	outline: none;
}

.owl-carousel.testimonials-slider .owl-nav button.owl-prev {
	position: absolute;
	background: transparent;
	left: -60px;
	top: 40%;
	width: 36px;
	height: 36px;
	border-radius: 0px;
}

.owl-carousel.testimonials-slider .owl-nav button.owl-prev:after {
	position: absolute;
	font: normal normal normal 60px/1 FontAwesome;
	content: "\f104";
	left: 5px;
	top: -19px;
	color: #aaaaaa;
}

.owl-carousel.testimonials-slider .owl-nav button.owl-next {
	position: absolute;
	background: transparent;
	right: -60px;
	top: 40%;
	width: 36px;
	height: 36px;
	border-radius: 0px;
}

.owl-carousel.testimonials-slider .owl-nav button.owl-next:after {
	position: absolute;
	font: normal normal normal 60px/1 FontAwesome;
	content: "\f105";
	right: 5px;
	top: -19px;
	color: #aaaaaa;
}

.owl-carousel.testimonials-slider .owl-nav button.owl-prev span,
.owl-carousel.testimonials-slider .owl-nav button.owl-next span {
	font-size: 0px;
}

.owl-carousel.testimonials-slider .owl-nav button:focus {
	outline: none;
}

.owl-carousel.testimonials-slider .owl-nav button.owl-prev:hover:after,
.owl-carousel.testimonials-slider .owl-nav button.owl-next:hover:after {
	color: #96c53b;
}


/*ul.staff-image-list {*/


/*    padding: 0px;*/


/*    column-count: 4;*/


/*    max-width: 400px;*/


/*    margin: 0 auto;*/


/*}*/

/* ul.staff-image-list {
	padding: 0px;
	max-width: 360px;
	margin: 67px auto 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	place-items: center;
	grid-gap: 0px 0;
} */
ul.staff-image-list {
    padding: 0px;
    max-width: 260px;
    margin: 67px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    place-items: center;
    grid-gap: 0px 0;
}
ul.staff-image-list li {
	list-style-type: none;
	max-width: 70px;
	max-height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 10px;
}


.staff-image-list li:nth-child(8n + 4), .staff-image-list li:nth-child(8n + 5), .staff-image-list li:nth-child(8n + 6) {
    transform: translateX(65%);
}

ul.staff-image-list li:last-child {
	top: -5px;
	position: relative;
}

#footer .span3 #text-12 {
	display: none;
}

.page-id-907 #footer .span3 #text-12 {
	display: block;
}

.page-id-907 footer#footer {
	color: #848484;
}

.page-id-907 footer#footer .inner,footer#footer .inner  {
	background-color: #2f2f2f;
	padding: 60px 0px 30px 0px;
}
footer#footer {
	font-family: 'Montserrat';
}


.page-id-907 footer .row,footer .row {
	/*display:flex;
    margin-left:-15px;
    margin-right:-15px;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	font-size: 13px;
}

.footer-tab-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-tab-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.footer-tab-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}


/*.footer-tab-3{
    padding:0 15px;
    display:inline-block;
    width:100%;
    max-width: 25%;
}
.footer-tab-2{
    padding:0 15px;
    display:inline-block;
    width:100%;
    max-width: 16.666667%;
}
.footer-tab-4{
    padding:0 15px;
    display:inline-block;
    width:100%;
    max-width: 33.333333%;
}
*/

.footer-tab-inner {
	padding: 0 15px;
}

.page-id-907 footer h5,footer h5 {
	letter-spacing: 0px;
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Montserrat';
}

footer span.highlight {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	display: block;
	margin-top: 10px;
}

.footer-tab-3 a span {
	color: #96c53b;
	font-weight: 500;
}

.footer-logo {
	display: block;
	margin-bottom: 20px;
}

.footer-menu {
	padding: 0px;
}

.footer-menu li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-menu li a {
	color: #fff !important;
	font-size: 13px;
}

.footer-menu li a:hover {
	color: #96c53b !important;
}

.footer-tab-3:-first-child p {
	line-height: 18px;
}

iframe.footer-map {
	width: 100%;
	height: 254px;
}

.page-id-907 footer .footer-tab-4 h5,footer .footer-tab-4 h5 {
	margin-bottom: 22px;
}

.footer-bottom {
	background: #3f3f3f;
	width: 100%;
	text-align: center;
}

.footer-bottom .top-sec {
	padding: 20px 0px;
	border-bottom: 1px solid #858585;
}

.footer-bottom .top-sec span {
	display: block;
	color: #a5a5a5;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-bottom .bottom-sec {
	padding: 20px 0px;
	color: #a5a5a5;
	font-size: 14px;
}

.footer-bottom div.textwidget {
	display: inline-block;
}

.transform-class img {
	transform: translateX(-50%);
}

.page-id-907 input.wpcf7-form-control.wpcf7-submit {
	background: #96c53b;
	background: -moz-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	background: -webkit-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	background: linear-gradient(to right, #96c53b 0%, #6e9d12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c53b', endColorstr='#6e9d12', GradientType=1);
	border: none;
	color: #fff;
	font-family: 'Montserrat';
	position: relative;
	top: -12px;
}

.testimonials-slider .owl-dots {
	display: none;
}

.claim-banner .btn-bt.business:hover {
	background: #96c53b;
	background: -moz-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	background: -webkit-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
	background: linear-gradient(to right, #96c53b 0%, #6e9d12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c53b', endColorstr='#6e9d12', GradientType=1);
	color: #fff !important;
}

.owl-carousel.service-slider .owl-nav.disabled {
	display: block;
}

.single-post #header .btn-bt.business {
	color: #ffffff;
	background: rgba(140, 194, 41, 1);
	border-color: rgba(255, 255, 255, 0.00);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.4px;
	padding: 9px 9px !important;
}

.captcha-container {
	max-width: 230px;
	padding: 10px 22px 5px 22px;
	border-radius: 8px;
	display: flex;
	margin: 0 auto;
	background: #fff url(img/captcha-bg.jpg) no-repeat;
	background-size: cover;
	color: #558400;
}

input.wpcf7-form-control.wpcf7-text.seo-form-captcha {
	border: 1px solid rgb(140 194 41) !important;
}

.powered-by {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
	font-size: 0 !important;
	left: -200% !important;
	height: 0 !important;
	overflow: hidden !important;
}

.pop-container {
	background: #F6F5F5 url("https://www.smart-digital.co.th/wp-content/uploads/2021/04/img-pop-smart.png") no-repeat left !important;
	display: grid;
	grid-template-columns: 0.4fr 1fr;
	border-radius: 5px;
	text-align: center;
	width: min(809px, 100%);
	margin: 30px auto;
}

.pop-container .wpcf7-form {
	float: none !important;
	width: 100%;
}

.pop-col2 {
	padding: 35px 20px 15px 10px;
}

.free-seo-title {
	font-family: 'Montserrat';
	font-size: 1.5rem !important;
	color: #000;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
}

.green {
	color: var(--clr-green);
}

.pop-form {
	width: 75%;
	margin: 20px 40px 20px auto;
}

.pop-form .wpcf7-submit,.pop-form #_form_62_submit {
	width: 100%;
	float: none;
	padding: 17px 40px !important;
	display: block;
	background: var(--clr-green);
	font-family: 'Montserrat';
	font-size: 1.3rem !important;
	font-weight: 600;
	color: #fff;
	border: none;
	border-radius: 40px;
	margin-top: 20px;
}
.pop-form ._error-inner {
    text-align: left;
    margin-top: 2px;
    color: #b30606;
    margin-bottom: 5px;
}
.pop-col2>p:last-child {
	width: 70%;
	margin: 20px 40px 20px auto;
	font-family: 'Montserrat';
	font-size: 16px;
}

.pop-form input[type="text"],
.pop-form input[type="tel"],
.pop-form input[type="email"] {
	border: none !important;
	padding: 15px 20px;
	border-radius: 5px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	box-sizing:border-box;
}

.pop-form input[type="email"] {
	margin-bottom: 30px;
	width:100%;
	box-sizing:border-box;
}

.pop-form ::placeholder {
	color: #000;
	font-size: 15px;
}
.frm-pop form{
    margin: 0px !important;
}
/* New Home Responsive*/

@media screen and (max-width: 1024px) {
	.home-service-content-area {
		max-height: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.home-service-content-area {
		max-height: 140px;
	}
}

@media screen and (max-width: 991px) {
	.home-testimonial-wrapper {
		max-width: 500px;
	}
	.home-service-wrapper {
		min-height: 400px;
	}
	.recent-post-tab {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.footer-tab-3,
	.footer-tab-2 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.footer-tab-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.owl-carousel.testimonials-slider .owl-nav {
		display: none;
	}
}

@media screen and (max-width: 979px) {
	.page-id-907 .container {
		max-width: 100%;
		padding: 0 15px;
	}
	.transform-class img {
		transform: none;
	}
}

@media screen and (max-width: 767px) {
	.top_nav .span8 .pull-left,
	.top_nav .span8 .pull-left .widget_text {
		width: 100%;
	}
	h2.vc_custom_heading.cta-heading {
		text-align: center !important;
	}
	.banner.home-banner {
		padding: 100px 0;
	}
	.home-banner .wpb_wrapper {
		display: block;
	}
	.home-banner .wpcf7-form>div:nth-child(2) {
		display: block;
	}
	.home-banner span.wpcf7-form-control-wrap {
		margin-bottom: 15px !important;
	}
	.home-banner .last-row {
		justify-content: center;
	}
	.section-padding-90 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.slide-inner {
		grid-template-columns: 100%;
		grid-gap: 20px;
		padding: 10px 10px;
	}
	.testimonial-text {
		text-align: center;
	}
	.home-testimonial-wrapper {
		max-width: 450px;
		margin: 0 auto;
	}
	.section-heading {
		font-size: 26px !important;
		line-height: 26px;
	}
	.logo-col {
		width: 25% !important;
		display: inline-block;
	}
	.reduce-in-mobile {
		height: 20px !important;
	}
	.row-dynamic-el .logo-col .media .type_image.alignment_center {
		width: auto !important;
	}
	ul.staff-image-list {
		margin-top: 30px;
	}
	.claim-banner h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.vc_custom_1604568071237 .vc_col-sm-3 {
		width: 25% !important;
		display: inline-block;
	}
	.section-padding-90.home-partners {
		padding-bottom: 0px;
	}
	.home-why .vc_column-inner {
		padding: 0px !important;
	}
	.home-partners .with_padding {
		padding-bottom: 0px !important;
	}
	.section-padding-90.home-why {
		padding-top: 0px !important;
	}
	.home-banner .last-row {
		grid-template-columns: min(100%, 100%) !important;
	}
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-nav {
		display: none;
	}
	.testimonial-text {
		padding-left: 0px;
	}
	.contact-right-links .wpb_wrapper .services_small:last-child dt:after {
		background-position: top left;
	}
	.pop-container {
		grid-template-columns: 1fr;
		border-radius: 5px;
		position: relative;
	}
	.pop-container::after {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 6;
		background: rgb(255 255 255 / 43%);
		content: "";
		display: block;
	}
	.pop-col2 {
		position: relative;
		z-index: 10;
	}
	.free-seo-title {
		font-size: 1.3rem !important;
	}
	.pop-form .wpcf7-submit {
		font-size: 1.1rem !important;
	}
	.pop-form {
		width: 92%;
		margin: 20px auto;
	}
	.pop-form input[type="email"] {
		margin-bottom: 20px;
	}
	.pop-col2>p:last-child {
		width: 100%;
		margin: 15px 0 0 0;
		font-size: 15px;
		font-weight: 500;
	}
}

@media screen and (max-width: 640px) {
	.testimonials-slider .owl-dots {
		display: block;
	}
	.testimonials-slider .owl-nav {
		display: none;
	}
	.banner-new-h1style{
		font-size:50px !important;
		line-height:50px !important;
	}
}

@media screen and (max-width: 577px) {
	#ele_uosSR_E_0_wrapper .ql-font-open-sans {
		color: #000 !important;
	}
	#OmButton .ql-font-montserrat {
		color: fff !important;
	}
	#om-campaign-1 #row_2H0FY8pNYT {
		background: #ffffff63 !important;
		border-radius: 5px;
	}
	#om-campaign-1 input {
		background: ##ecedec!important
	}
}

@media screen and (max-width: 480px) {
	.banner.home-banner {
		padding: 60px 0;
	}
	.cta-heading {
		font-size: 30px !important;
	}
	.logo-col {
		width: 50% !important;
		margin-bottom: 15px;
	}
	.vc_custom_1604568071237 .vc_col-sm-3 {
		width: 50% !important;
		margin-bottom: 15px;
	}
	ul.staff-image-list {
		max-width: 260px;
	}
	ul.staff-image-list li {
		max-width: 50px;
		max-height: 50px;
	}
	.claim-banner h2 {
		font-size: 26px;
	}
	.home-service-wrapper {
		min-height: 0px;
	}
	.recent-post-tab .home-service-content-area {
		display: none;
	}
	.recent-post-tab .recent-post-inner {
		min-height: 0px;
	}
	.footer-tab-3,
	.footer-tab-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.home-service-content-area {
		max-height: 100%;
	}
}

@media screen and (max-width: 380px) {
	.recent-post-tab {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}
.organic-form ._form-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 20px;
}
.cnt-form ._form-label{
	color:#888888;
	font-weight:400;
	margin-bottom:5px;
}
.cnt-form input {
	width: 100%;
	border-radius: 3px;
	line-height:1
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:14px 8px;
	height:auto;
	border: 1px solid #ccc !important;
	box-shadow:none !important;
	outline:none !important;

}
.cnt-form ._form_element + ._form_element{
	margin-top:20px;
}
.cnt-form select {
	width: 100%;
	border-radius: 3px;
	line-height:1
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:13px 8px;
	height:auto;
	border: 1px solid #ccc !important;
	box-shadow:none !important;
	outline:none !important;

}
.cnt-form textarea{
	box-shadow:none !important;
	outline:none !important;
	min-height:120px;
	width: 100%;
	border-radius: 3px;
	line-height:1
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:13px 8px;
	height:auto;
	border: 1px solid #ccc !important;
}
.cnt-form ._error-inner{
	color: #f11616;
	margin:2px 0;
}
.cnt-form button {
    color: #ffffff;
    background: rgba(140,194,41, 1);
    border-color: rgba(255,255,255, 0.00);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 10px 40px;
	margin-top:15px;
}
.organic-form{
	width:min(700px,100%);
	margin:15px auto;
}
.organic-form ._error-inner{
	color: #f11616;
	margin:2px 0;
}
.organic-form ._form_element + ._form_element{
	margin-top:0px;
}
.organic-form  ._form-content > div:nth-child(5),.organic-form.mobile-seo ._form-content > div:nth-child(3),.organic-form.mobile-seo ._form-content > div:nth-child(4){
	grid-column: 1 /-1;
}
.page-template-default .organic-form ._button-wrapper._full_width{
	grid-column: 1 /-1;
	text-align:center;
}
.organic-form.mobile-seo .g-recaptcha {
    margin: 0 auto;
}
.organic-form.mobile-seo ._button-wrapper {
    text-align: center;
    margin-top: -18px;
}
.organic-form input {
	width: 100%;
	border-radius: 3px;
	line-height:1
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:12px 8px;
	height:auto;
	border: 1px solid #ccc !important;
	box-shadow:none !important;
	outline:none !important;

}
.organic-form ._button-wrapper{
	text-align:left;
}
.organic-form  button {
    color: #ffffff;
    background: rgba(140,194,41, 1);
    border-color: rgba(255,255,255, 0.00);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 10px 40px;
	margin-top:15px;
	display:inline-block;
}
.g-recaptcha > div:first-child{
	margin:15px 0 0;
}
.organic-form .g-recaptcha > div:first-child{
	margin:15px 0 0 0;
	transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;
}
.hg-same img{
	height:140px;
	object-fit:contain;
	object-position:center;
}
._form-fieldset > ._row:first-child{
	display:none;
}
._row._checkbox-radio {
    display: grid;
    gap: 10px;
	grid-auto-flow:column;
	margin-top: 10px;
}
.organic-form ._row._checkbox-radio {
	color: #fff !important;
}
.g-recaptcha{
	max-width:200px !important;
}
._row._checkbox-radio input{
	width:20px;
	height:21px;
}
.hide{
/* 	display:none; */
}
.web-from .vc_col-sm-12{
	padding:0;
	margin:0;
}
.web-from  input{
	background-color: #a7ca66!important;
    padding: 15px;
    height: auto !important;
	border:none !important;
	color:#fff !important;
	font-family: 'Montserrat' !important;
	transition:all 0.3s ease;
	width:100% !important;
	box-sizing:border-box;
}
.web-from .chk-bx {
	margin-top:0px;
}
.web-from  #_form_61_submit{
	background-color: #a7ca66!important;
    padding: 11px 30px;
    height: auto !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Montserrat' !important;
    transition: all 0.3s ease;
	text-transform:uppercase;
}
.web-from  #_form_61_submit:hover{
	background-color: #fff!important;
    color: #000 !important;
}
.web-from ._full_width {
    margin-top: 15px;
}
.web-from ._error-inner {
    color: #940000;
}
.web-from .chk-bx input{
    width: 20px;
    margin-right: 5px;
    height: 20px !important;
}
.web-from .g-recaptcha> div {
transform:scale(0.77);
transform-origin:0 0;

}
.web-from ::placeholder{
	color:#fff !important;
}
.chk-bx span{
	margin-left:0px !important;
	font-size:14px;
}
.chk-bx label{
	grid-template-columns: 25px 1fr;
    display: grid;
}
.web-from ._row._checkbox-radio input {
    height: 21px !important;
}
#web-development-enqiry{
	box-sizing:border-box;
}
.btn-green {
     background: #96c53b;
    background: -moz-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
    background: -webkit-linear-gradient(left, #96c53b 0%, #6e9d12 100%);
    background: linear-gradient(to right, #96c53b 0%, #6e9d12 100%);
    padding: 10px 25px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px !important;
	color:#fff !important;
    display: inline-block !important;
    cursor: pointer !important;
	font-family: 'Montserrat' !important;
	transition:all 0.3s ease;
}
.btn-green:hover{
	 background: #fff;
	color:#000 !important;
}
.web-from-wrap .wpcf7-response-output {
    border: none !important;
    background-color: #354e05 !important;
    margin-left: 0px !important;
    padding: 10px 15px !important;
	font-family: 'Montserrat' !important;
	display:inline-block;
}
ol.blog-ol {
    padding-left: 25px;
}
ol.blog-ol li + li{
	margin-top:10px;
}

.eachBlogPost{
	display: flex;
    flex
	background:#f4f4f4;
}
.eachBlogPost > div{
	flex:1 1 50%;
	box-sizing:border-box;
}
.eachBlogPost:nth-child(odd){
	background:rgba(140,194,41, 1);
}
.eachBlogWrap{
	padding:30px;
}
.eachBlogPost .blogPost-content{
	color:#2f2f2f;
}
.eachBlogPost .blogPost-content,.eachBlogPost .blogPost-content p{
	color:#2f2f2f;
	font-size:16px;
}
.eachBlogPost .blogPost-title{
	font-size:18px;
	font-weight:600;
	margin-bottom:30px;
	display: block;
}
.eachBlogPost .authorNm,.eachBlogPost .postdate{
	font-size:16px;
	font-weight:600;
	color:rgba(140,194,41, 1);
}
.eachBlogPost .authorNm strong,.eachBlogPost .postdate strong{
	color:#2f2f2f;
}
.eachBlogPost:nth-child(odd) .blogPost-title,.eachBlogPost:nth-child(odd) .authorNm,.eachBlogPost:nth-child(odd) .postdate{
	color:#fff;
}

.blogPostLink{
	background:#2f2f2f;
	color:#fff;
	padding:14px 16px;
	border-radius:6px;
	display:inline-block;
}
.blogPostLink:hover{
	color:rgba(140,194,41, 1);
}
.eachBlogPost:nth-child(even) .blogPostLink{
	background:rgba(140,194,41, 1);
	color:#fff;
}
.eachBlogPost:nth-child(even) .blogPostLink:hover{
	background:#2f2f2f;
	color:fff;
}
.blog-authordate{
	display:flex;
	flex-wrap: wrap;
    column-gap: 60px;
}
.eachBlogPost + .eachBlogPost{
	margin-top:40px;
}
.eachBlogPost:nth-child(even) .eachBlogWrap{
	order:2;
}
.eachBlogPost:nth-child(even) .blog-img{
	order:1;
}
.blog-img img{
    height: 100%;
    object-fit: cover;
    object-position: center;
	max-height:400px;
	width:100%;
}
.modal-one {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: min(600px, 70%);
    background-color: rgba(140,194,41, 1);
	transform: translate(-50% , -50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 40px;
    box-shadow: -1px 3px 13px 0px rgb(0 0 0 / 10%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
	color: #fff;
}
.modal-bg {
    background: rgb(195 195 195 / 53%);
    zoom: 1;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: auto !important;
    overflow-x: hidden !important;
}
.modal-one .close {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 12px;
}
.heading-style {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
	font-size: clamp(1.25rem, 1.5rem + 1.15vw, 2.2rem);
}
.modal-one input[type="text"] {
    width: 95%;
    padding: 14px 2%;
    display: inline-block;
    outline: none;
    border: none;
    line-height: 30px;
    font-size: 15px;
	margin-top:5px;
}
button#_form_91_submit {
    background-color: #374e0b;
    color: #fff;
    padding: 15px 24px;
    box-sizing: border-box;
    line-height: 1;
    outline: none;
    box-shadow: none;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
	transition:all 0.3s ease;
}
button#_form_91_submit:is(:hover,:focus){
	background-color: #000;
}
._row._checkbox-radio input {
    accent-color: #374e0b;
}
.blog-btn {
    background-color: #8cc229;
    border: none;
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 25px auto;
}
.grn li a{
	color: #8cc229 !important;
}
.insta svg{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    fill: #7a7a7a;
}
.insta:hover svg{
	fill: #8cc229;
}
@media screen and (max-width: 991px){
	.eachBlogPost {
		display: flex;
		flex-wrap: wrap;
		flex-direction:column;
	}
	.eachBlogPost:nth-child(odd) .eachBlogWrap{
		order:2;
	}
	.eachBlogPost:nth-child(odd) .blog-img{
		order:1;
	}
}
@media screen and (max-width: 767px){
	.organic-form ._form-content {
    grid-template-columns: 1fr;
   }
    .container {
    max-width: 92% !important;
   }
    .organic-form button {
    margin-top: -10px;
   }
	.modal-one {
    width: min(600px, 80%);
	padding: 40px 20px;
	}
}
.cky-revisit-bottom-left  {
    display: none !important;
}