	/*----------------------------------
	
	Theme Name: Deep
	-------------------------
	
	/* #Site Styles
	================================================== */
	body {
		background-color: #f4f7f8;
	}
	input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px white inset;
	}
	/* WRAPPER */
	#wrap {
		display: block;
		margin: 0 auto;
		position: relative;
		padding: 0;
		background: #fff;
		visibility: visible;
		clear: both;
		overflow: hidden;
	}
	#wrap.boxed-wrap {
		display: block;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
		width: 1000px;
		-webkit-box-shadow: 0 0 11px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 9px rgba(0,0,0,0.4);
		box-shadow: 0 0 9px rgba(0,0,0,0.4);
		border: 1px solid #d6dbdc\9;
		border-bottom: none;
		visibility: visible;
	}
	#wrap.boxed-wrap .container {
		width: 100%;
	}
	#wrap p img {
		height: auto;
	}
	#wrap.boxed-wrap #header {
		top: inherit;
		left: inherit;
		width: 1000px;
	}
	#site-title {
		font-size: 23px;
		letter-spacing: 0;
		color: #444;
		font-weight: 700;
		text-transform: uppercase;
	}

	#site-title a {
		color: #3b454d;
		font-weight: bold;
	}
	.site-slog a {
		color: #9a9a9a;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
	}
	#site-title small {
		display:block;
		margin-top: 5px;
	}
	#main-content.container {
		padding-top: 35px;
	}
	

	/* HEADLINE */
	#headline, #headline2 {
		width: 100%;
		padding: 12px 0 16px;
		background: #fafafa;
		display: table;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
	}
	#headline.disabled-title, #headline.disabled-title * {
		position: absolute;
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		top: -100px;
		left: -100px;
	}
	#headline h3, #headline h2, #headline h1 {
		text-align: center;
		color: #101010;
		font-size: 33px;
		line-height: 1.1;
		margin: 20px 12px 16px;
		position: relative;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
	}
	#headline h3 small, #headline h2 small, #headline h1 small {
		font-size: 56%;
		color: #777;
		font-weight: 300;
		margin-left: 12px;
		letter-spacing: 0;
		text-transform: capitalize;
	}


	h1.logo {
		margin-bottom: 0;
		font-size: 15px;
		font-weight: 700;
	}


	#search-form {
		float: right;
		margin: 38px 20px auto 0;
		position: relative;
		padding-left: 14px;
		height: 24px;
	}
	.top-bar #search-form {
		margin-top: 0;
	}
	#search-form .search-text-box, #search-form2 .search-text-box2 {
		background-color: #f5f5f5;
		background-image: url(../images/search-icon.png);
		background-position: 12px 50%;
		background-repeat: no-repeat;
		border: 0 none;
		border-radius: 18px;
		box-shadow: none;
		color: transparent;
		cursor: text;
		font-size: 13px;
		color: #444;
		min-height: 35px;
		height: 35px;
		line-height: 18px;
		padding: 7px 5px 8px 30px;
		transition: all 0.3s ease-in-out 0s;
		width: 1px;
		min-width: 210px;
	}
	#search-form2 {
		display: none;
		position: relative;
	}
	#search-form2 .search-text-box2 {
		width: 220px;
		margin: auto;
		position: relative;
	}
	.search-form-box, .top-search-form-box {
		z-index: 2;
		position: absolute;
		right: -24px;
		margin-top: 45px;
		background: #fff;
		padding: 14px 18px;
		height: 63px;
		border: 1px solid #e2e2e2;
		border-radius: 0;
		-moz-box-shadow: 0 2px 12px rgba(0,0,0,0.082);
		-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.082);
		box-shadow: 0 2px 12px rgba(0,0,0,0.082);
		display: none;
	}
	@media only screen and (max-width: 959px) {
		.search-form-box, .top-search-form-box {
			width: 220px;
			right: 0;
		}
	}

	.search-form-box.show-sbox, .top-search-form-box.show-sbox {
		display: block;
		-webkit-animation: fade-anim .3s ease .037s both;
		animation: fade-anim .3s ease .037s both;
		z-index: 9112000;
	}

	.search-form-box:after, .search-form-box:before {
		content: '';
		display: block;
		position: absolute;
		right: 9px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px;
	}
	.search-form-box:after {
		top: -18px;
		border-color: transparent transparent #ffffff transparent;
	}
	.search-form-box:before {
		top: -19px;
		border-color: transparent transparent #e2e2e2 transparent;
	}
	a.search-form-icon, a.search-form-icon:visited {
		display: block;
		width: 16px;
		height: 16px;
		color: #888;
	}
	a.search-form-icon:hover {
		color: #555;
	}
	a.search-form-icon i {
		color: #444;
		padding: 10px;
		padding-left: 12px;
		font-size: 18px;
		border-radius: 50%;
	}
	
	@media only screen and (min-width: 992px) {

		.transparent-header-w.t-dark-w #wrap .top-bar * {
			color: #fff;
			text-shadow: 0 1px 0 rgba(0,0,0,0.18);
		}

		.transparent-header-w .nav-wrap2 #nav {
			border-bottom: 1px solid rgba(0,0,0,0.217);
		}
		.transparent-header-w.t-dark-w .nav-wrap2 #nav {
			border-bottom: 1px solid rgba(255,255,255,0.217);
		}

		.transparent-header-w.t-dark-w #wrap #webnus-header-builder .whb-row1-area #nav > li > a,
		.transparent-header-w.t-dark-w #wrap #webnus-header-builder .whb-row1-area i {
			color: #fff;
			text-shadow: 0 1px 0 rgba(0,0,0,0.18);
		}
		.transparent-header-w.t-dark-w .whb-hamburger-menu .hamburger-icon-top, .transparent-header-w.t-dark-w .whb-hamburger-menu .hamburger-icon-center, .transparent-header-w.t-dark-w .whb-hamburger-menu .hamburger-icon-bottom, .transparent-header-w.t-dark-w .whb-hamburger-menu.fourline .hamburger-icon-extra {
			background-color: #fff;
		}

	}

	@media only screen and (max-width: 959px) {
	.transparent-header-w.t-dark-w .whb-menu-cross-icon, .transparent-header-w.t-dark-w .whb-menu-cross-icon:before, .transparent-header-w.t-dark-w .whb-menu-cross-icon:after {
			background-color: #eee; 
		}
		.transparent-header-w.t-dark-w #wrap .open.whb-menu-cross-icon {
			background-color: transparent;
		}
	}
	
	
	/* Header animations */
	@-webkit-keyframes header-anim {
		from {
			opacity: 0.5;
			-webkit-transform: translateY(-60px);
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}
	@keyframes header-anim {
		from {
			opacity: 0.5;
			-webkit-transform: translateY(-60px);
			-ms-transform: translateY(-60px);
			transform: translateY(-60px);
		}
		to {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
	}
	@-webkit-keyframes header-anima {
		from {
			height:0;
		}
		to {
			height:60px;
			padding:0;
		}
	}
	@keyframes header-anima {
		from {
			height:0;
		}
		to {
			height:60px;
			padding:0;
		}
	}
	@-webkit-keyframes fade-anim {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes fade-anim {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}


	/* # 404 Styles
	================================================== */
	.error404 h2.pnf404, .error404 h1.pnf404 {
		font-size: 61px;
		font-family: 'Playfair Display', 'Lora', serif;
		color: #000;
		margin-bottom: 0;
		font-weight: 600;
		line-height: 1.3;
		position: relative;
		line-height: 1.1;
		font-weight: 900;
	}
	.error404 h1.pnf404 {
		font-size: 182px;
		margin-bottom: 24px;
	}
	.error404 h1.pnf404:before {
		content: "";
		width: 39px;
		height: 3px;
		background: #437df9;
		position: absolute;
		top: 98px;
	}
	.error404 form input.btn {
		display: none;
	}
	body.error404 form input.search-side {
		margin: 2px auto;
		padding: 6px 12px;
		min-height: 50px;
		height: 50px;
		border-radius: 0;
		max-width: 690px;
		text-align: left;
		display: inline-block;
	}
	/* --------------------- */
	
	
	
	/* FOOTER */
	
	#footer {
		width: 100%;
		background: #161616;
		text-align: left;
	}
	#footer.litex {
		background: #fcfcfc;
	}
	#footer .row {
		margin: 0;
	}
	.footer-in {
		margin: 0 auto;
		padding: 70px 0 60px 0;
		color: #ccc;
		position: relative;
	}
	.footer-in .columns {
		margin-top: 20px;
	}
	.footer-in h5.subtitle, .toggle-top-area h5.subtitle {
		color: #fff;
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 1px;
		margin: 0 0 5px 0;
		position: relative;
		font-size: 22px;
		text-transform: uppercase;
		letter-spacing: 0;
		line-height: 1.5;
		font-weight: 700;
		text-align: left;
	}
	#footer.litex .footer-in h5.subtitle {
		color: #31312c;
		margin-bottom: 3px;
		border-color: #cacaca;
		padding-bottom: 10px;
	}
	#footer h5.subtitle span, .toggle-top-area h5.subtitle span {
		position: absolute;
		right: 0;
		text-align: right;
	}
	#footer h5.subtitle span a, .toggle-top-area h5.subtitle span a {
		color: #787878;
		font-size: 10px;
		font-weight: 400;
	}
	#footer .widget ul.menu li:after {
		display: none;
		content: "";
	}
	#footer .widget ul.menu li {
		border: none;
	}
	#footer.litex .widget ul.menu li {
		padding-left: 15px;
	}
	#footer.litex .widget ul.menu li:before {
		content: "\e649";
		font-family: 'themify';
		font-size: 8px;
		position: absolute;
		left: 0;
		transition: all .3s ease;
	}
	#footer.litex .widget ul.menu li:hover:before {
		left: 3px;
	}
	.footer-in hr {
		border-color: #373737;
	}
	.footer-in .copyright-txt {
		font-size: 12px;
	}
	.footer-in p, .footer-in .textwidget {
		line-height: 1.8;
		color: #d0d0d0;
		font-weight: 300;
	}
	.litex .footer-in p, .litex .footer-in .textwidget {
		color: #444;
	}
	.footer-in .yp-ft-logo {
		text-align: right;
	}
	.footer-in .yp-ft-logo img {
		max-width: 90px;
	}
	.contact2 div {
		line-height: 21px;
	}
	.footer-in a {
		text-decoration: none;
		-webkit-transition: all 0.18s ease;
		-moz-transition: all 0.18s ease;
		-o-transition: all 0.18s ease;
		transition: all 0.18s ease;
	}
	.footer-sbc {
		position: relative;
		text-align: center;
		margin: 0 auto;
	}
	.footer-sbc input[type="text"], .footer-sbc input[type="submit"] {
		float: left;
		margin: 4px 7px;
	}
	.footer-in ul.menu li {
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		transition: all 0.23s ease;
	}
	/* Social Icons */
	.social-icons a {
		border: 0;
		float: left;
		margin: 1px 7px 0 12px;
		opacity: 0.5;
		text-decoration: none;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.social-icons a:hover {
		opacity: 1;
	}
	.social-icons.members {
		clear: both;
		text-align: center;
		margin-bottom: 10px;
	}
	.social-icons.members a {
		text-align: center;
		float: none;
	}
	.footer-in a img {
		float: left;
	}
	.contact-inf span {
		display: block;
		color: #818181;
		font-size: 14px;
		padding: 5px 0;
	}
	.contact-inf i {
		margin-right: 5px;
		color: #474747;
	}
	.contact-inf form {
		margin-top: 20px;
	}
	.footer-in .contact-inf textarea::-webkit-input-placeholder {
		color: #555866;
	}
	.footer-in .contact-inf textarea::-moz-placeholder {
		color: #555866;
	}
	.footer-in .contact-inf textarea::-ms-input-placeholder {
		color: #555866;
	}
	.footer-in .contact-inf input::-webkit-input-placeholder {
		color: #555866;
	}
	.footer-in .contact-inf input::-moz-placeholder {
		color: #555866;
	}
	.footer-in .contact-inf input::-ms-input-placeholder {
		color: #555866;
	}
	.footer-in .contact-inf input {
		font-family: 'Source Sans Pro', 'Open Sans', Helvetica, Arial, sans-serif;
		display: block;
		min-width: 100%;
		margin: 12px 0;
		background: #202229;
		min-height: 33px;
		color: #a0a0a0;
		font-size: 12px;
		padding: 10px 0px 10px 12px;
		border-radius: 4px;
		border: none;
	}
	.footer-in .contact-inf textarea {
		font-family: 'Source Sans Pro', 'Open Sans', Helvetica, Arial, sans-serif;
		display: block;
		min-width: 100%;
		height: 88px;
		margin: 5px 0 10px 0;
		background: #202229;
		color: #a0a0a0;
		font-size: 12px;
		padding: 10px 0px 10px 12px;
		border-radius: 4px;
		border: none;
	}
	.footer-in .contact-inf button, .footer-in .tribe-events-widget-link a {
		padding: 14px 20px;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #aaa;
		font-weight: 600;
		border-radius: 2px;
		background: rgba(255,2555,255,0.05);
		margin-right: 6px;
		margin-left: 2px;
	}
	.footer-in .contact-inf input[name="wcEmail"], .footer-in .contact-inf input[name="wcSubject"] {
		width: 48%;
		min-width: 48%;
		float: left;
	}
	.footer-in .contact-inf input[name="wcEmail"] {
		margin-right: 2%;
		margin-top: 0;
	}
	.footer-in .contact-inf input[name="wcSubject"] {
		margin-top: 0;
		margin-left: 2%;
	}
	
	@media (max-width: 991px) {
		.footer-in .contact-inf input[name="wcEmail"], .footer-in .contact-inf input[name="wcSubject"] {
			width: 100%;
		}
		.footer-in .contact-inf input[name="wcSubject"] {
			margin-left: 0;
		}
	}
	.footer-in .tribe-events-widget-link a:hover, .footer-in .contact-inf button:hover {
		background: #437df9;
		color: #fff;
		text-decoration: none;
	}
	.footer-in a {
		color: #888;
		text-decoration: none;
	}
	.footer-in a:hover {
		text-decoration: underline;
		color: #999;
	}
	.footer-in .textwidget h6 {
		color: #555;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 15px;
	}
	#footer.litex .footer-in a {
		color: #0093d0;
	}
	.footer-in a.terms {
		color: #578f1a;
	}
	.footer-navi.floatright {
		float: right;
	}
	.footer-in .col-md-12 .widget {
		text-align: center;
	}
	.footbot {
		margin: 0 auto;
		position: relative;
		background: #0a0a0a;
		padding: 26px 0 18px;
		text-align: right;
	}
	.footbot p.copyright {
		font-size: 13px;
		color: #d0d0d0;
		font-weight: 300;
		letter-spacing: 1px;
	}
	#footer.litex .footbot {
		background: #437df9;
		color: #fff;
		border-top: 1px solid #ededed;
	}
	.litex .footbot .footer-navi {
		color: #9a9a9a;
		font-size: 14px;
		padding: 10px 0 20px;
		letter-spacing: -0.005em;
		word-spacing: -0.02em;
	}
	.footbot .footer-navi a {
	    color: #5f5f5f;
	    font-size: 14px;
	}
	.footbot .footer-navi a:after {
	    display: none;
	}
	#footer.litex .side-list p, #footer .side-list p {
		font-size: 11px;
		font-weight: 400;
	}
	.footer-navi.center {
		text-align: center;
		float: none;
	}
	#footer.litex .footbot .container {
		padding-top: 0;
	}
	.footbot img {
		position: relative;
		margin: 6px 40px 0 0;
		opacity: 0.93;
	}
	.footer-navi {
		text-align: left;
		float: left;
		font-size: 13px;
		color: #d0d0d0;
		font-weight: 300;
		letter-spacing: 1px;
	}
	.litex .footer-navi {
		color: #fff;
	}
	.footer-navi ul {
		margin-left: 40px;
	}
	.footer-navi a {
		color: #808080;
		font-weight: 400;
		font-size: 13px;
	}
	.custom-footer-menu a, .blox.dark .custom-footer-menu a {
		display: block;
		color: #fff;
		padding: 4px 0;
	}
	.footer-navi a:hover, .custom-footer-menu a:hover {
		color: #437df9;
		text-decoration: none;
	}
	.footer-navi .copyright a:after {
		display: none;
	}
	.footer-navi a:after {
		content: ".";
		font-size: 24px;
		color: #437df9;
		position: relative;
		bottom: 2px;
		margin: 0 8px;
		font-weight: 700;
	}
	.footer-navi a:last-child:after {
		content: "";
	}
	
	@media (max-width: 767px) {
		.footer-navi {
			text-align: center;
			font-size: 11px;
		}
	}
	/* Social Icons */
	.socialfollow {
		float: right;
	}
	.socialfollow a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border-radius: 8px;
		padding: 0;
		margin-right: 7px;
		float: left;
		text-decoration: none;
		display: block;
		-webkit-transition: all 0.31s ease;
		-moz-transition: all 0.31s ease;
		-ms-transition: all 0.31s ease;
		-o-transition: all 0.31s ease;
		transition: all 0.31s ease;
	}
	.footer-in .socialfollow a {
		background: rgba(255,2555,255,0.05);
		padding-left: 0;
		margin-right: 0;
	}
	.socialfollow a:first-of-type {
		margin-left: 0;
	}
	#footer .footer-in .socialfollow a:hover {
		text-decoration: none;
		border-color: transparent;
		color: #fff;
	}
	.socialfollow img {
		opacity: 0.79;
	}
	.socialfollow i {
		font-size: 18px;
		color: #fff;
		opacity: 0.95;
	}
	#footer .widget .socialfollow a {
		padding-left: 0;
		margin-right: 7px;
		padding-right: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.litex .footer-in .socialfollow a {
		background: rgba(0,0,0,0.05);
	}
	.litex .footer-in .socialfollow a i {
		color: inherit;
	}
	@media (max-width: 767px) {
		#footer .footer-in .socialfollow {
			margin-left: 0;
		}
	}
	.top-bar .socialfollow {
		float: right;
		margin-right: 10px;
	}
	.top-bar .lftflot .socialfollow {
		margin-right: 0;
	}
	.top-bar .socialfollow.lftflot {
		float: left;
		margin-right: 0;
	}
	.top-bar .socialfollow img {
		opacity: 0.97;
	}
	.top-bar .socialfollow a {
		border: none;
		padding: 0;
		margin: 14px 3px 0;
		width: 20px;
		text-align: center;
		line-height: 28px;
		height: 28px;
	}
	.top-bar .socialfollow a:first-child {
		margin-left: 7px;
	}
	.transparent-header-w.t-dark-w .top-bar .socialfollow a {
		background: none;
		border: none;
	}
	.transparent-header-w.t-dark-w .top-bar .socialfollow a:hover {
		color: #fff;
		border-color: transparent;
	}
	.our-team .socialfollow a {
		padding: 4px;
		margin: 1px 4px;
		background: none;
		height: 26px;
	}
	.our-team .socialfollow i {
		color: #a1a1a1;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.125s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.top-bar .socialfollow i, .top-links .socialfollow a:before {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.top-bar.litex .socialfollow i, .top-links.litex .socialfollow a:before {
		color: #525249;
	}
	.top-bar .socialfollow a:hover i {
		color: #437df9;
		opacity: 1;
	}
	.our-team .socialfollow a:hover {
		background: none;
	}
	/* ------ Pre Footer Instagram ------- */
	
	.footer-instagram-bar {
		background: #fff;
		width: 100%;
	}
	.footer-instagram-bar .container {
		padding: 40px 0 30px;
		display: none;
	}
	.footer-instagram-bar .footer-instagram-text {
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-instagram-bar .footer-instagram-text i {
		font-size: 48px;
		color: #f63b29;
		display: table-cell;
	}
	.footer-instagram-bar .footer-instagram-text h6 {
		line-height: 1;
		vertical-align: middle;
		font-size: 19px;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	.instagram-feed {
		display: table;
		margin: 0 auto;
	}
	.instagram-feed ul {
		display: table-row;
	}
	.instagram-feed li {
		list-style: none;
		display: table-cell;
		transition: all .4s ease-in-out;
		overflow: hidden;
	}
	.instagram-feed li img {
		width: 100%;
		transition: all .4s ease-in-out;
	}
	#pre-footer .row {
		margin: 0;
	}
	.instagram-feed li a {
		position: relative;
		display: block;
		overflow: hidden;
	}
	.instagram-feed li a:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border: 1px solid transparent;
		z-index: 993;
		transition: .3s all ease;
	}
	.instagram-feed li:hover a:before {
		border-color: #437df9;
		border-width: 5px;
	}
	
	@media only screen and (max-width: 767px) {
		.instagram-feed li {
			float: left;
			width: 25%;
			margin: 0;
		}
	}

	.footer-instagram-bar .instagram-text i { 
		font-size:18px; 
		vertical-align: middle; 
		color:#437df9;
	}
	.footer-instagram-bar .instagram-text a { 
		color:#444;
	}
	.footer-instagram-bar .instagram-text a:hover { 
		color:#111; 
		text-decoration:underline;
	}

	/* ------ Instagram Carousel ------- */
	.instagram-feed.carousel {
		display: block;
		margin: 0 5%;
	}
	.instagram-feed.carousel .instagram-wrap img {
		padding: 0;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav {
		font-family: 'themify';
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev {
		height: 20px;
		text-indent: -9999px;
		background: transparent;
		width: 64px;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next {
		left: -43px;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev {
		right: -43px;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:after, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:after {
		content: "";
		width: 62px;
		height: 2px;
		top: 50%;
		transform: translate(0, -50%);
		background: #000;
		position: absolute;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:hover:after, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:hover:after {
		background: #437df9;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:after {
		right: 0;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:after {
		left: 0;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:before, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:before {
		content: "";
		text-indent: 1px;
		width: 60px;
		height: 2px;
		top: -2px;
		color: #000;
		position: absolute;
		font-size: 20px;
		font-weight: 900;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:hover:before, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:hover:before {
		color: #437df9;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:before {
		content: "\e64a";
		right: 10px;
	}
	#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:before {
		content: "\e649";
		left: 48px;
	}
	@media (max-width: 991px) {
		.instagram-feed.carousel {
			display: block;
			margin: 0 80px;
		}
	}
	@media (max-width:767px) {
		.instagram-feed.carousel {
			display: block;
			margin: 0 60px;
		}
		#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev {
			top: auto;
			bottom: -40px;
		}
		#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next {
			left: 0;
		}
		#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev {
			right: 0;
		}
		#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:after, #wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:after {
			width: 35px;
		}
		#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-next:after {
			left: 0;
		}
		#wrap .instagram-feed.carousel .owl-carousel-instagram .owl-nav .owl-prev:after {
			left: auto;
			right: 0;
		}
	}
	@media (max-width: 480px) {
		.instagram-feed.carousel {
			display: block;
			margin: 0 10px;
		}
	}

	/* ------ Pre Footer Social ------- */
	
	#pre-footer .footer-social-bar {background: #e4e4e4; width: 100%;}
	#pre-footer .footer-social-bar .row { width:100%; text-align:center;}
	#pre-footer .footer-social-items {display: inline-block; margin: 0; padding: 0;}
	#pre-footer .footer-social-items li {list-style: none; display: block; float:left; margin:0 10px;}
	#pre-footer .footer-social-items a {display: block; padding: 30px 0 36px; color: #eee;}
	#pre-footer .footer-social-items i {transition: all .22s ease-in-out; border:1px solid #555; font-size: 18px;  float: left; padding: 12px; width: 42px; height: 42px; border-radius: 33px; text-align: center; margin-right:10px; display:block;color: #555;}
	#pre-footer .footer-social-items div { line-height:20px; padding-top:7px; float:left; height:62px;}
	#pre-footer .footer-social-items span {display:none;font-size: 10px;}
	#pre-footer .footer-social-items strong { color:#444; font-size: 11px; text-transform:uppercase; letter-spacing:1px; font-weight: 700; height:28px; line-height:28px;}
	#pre-footer .footer-social-items a:hover i { color:#fff; background: #437df9; border-color: #437df9;}
	@media only screen and (max-width: 959px) {
	#pre-footer .footer-social-items i{margin: 0 auto; float: none; width:40px; height:40px; padding:10px;}
	#pre-footer .footer-social-items div{text-align:center;padding-top: 10px;}
	#pre-footer .footer-social-items strong { font-size:10px;}
	#pre-footer .footer-social-items span { display:none;}
	}
	@media only screen and (max-width: 767px) {
	#pre-footer .footer-social-items li { margin:0 5px;}
	#pre-footer .footer-social-items div{display:none;}
	#pre-footer .footer-social-items i { font-size:18px; padding:9px; width:36px; height:36px;}
	}
	@media only screen and (min-width: 1200px) {
	#pre-footer .footer-social-items li { margin:0 30px;}
	}
	
	@media only screen and (max-width: 959px) {
		#pre-footer .footer-social-items i {
			margin: 0 auto;
			float: none;
			width: 40px;
			height: 40px;
			padding: 10px;
		}
		#pre-footer .footer-social-items div {
			text-align: center;
			padding-top: 10px;
		}
		#pre-footer .footer-social-items strong {
			font-size: 10px;
		}
		#pre-footer .footer-social-items span {
			display: none;
		}
	}
	
	@media only screen and (max-width: 767px) {
		#pre-footer .footer-social-items li {
			margin: 0 5px;
		}
		#pre-footer .footer-social-items div {
			display: none;
		}
		#pre-footer .footer-social-items i {
			font-size: 18px;
			padding: 9px;
			width: 36px;
			height: 36px;
		}
	}
	
	@media only screen and (min-width: 1281px) {
		#pre-footer .footer-social-items li {
			margin: 0 30px;
		}
	}
	/* ------ Pre Footer Subscribe ------- */
	.footer-subscribe-bar .container,
	.footer-subscribe-bar .container .row {
		padding: 0;
		margin:0; 
		width: 100%;
	}
	#pre-footer .footer-subscribe-bar .container {
		max-width: 100%;
	}
	.footer-subscribe-bar {
	    max-width: 94%;
	    margin:auto;
	} 
	.footer-subscribe-bar .right-section {
	    background: rgba(0,0,0,0.1);
	    height: 224px;
	    padding: 80px 60px 0;
	}
	.footer-subscribe-bar .subscribe-boxer {
		position: relative;
	}
	.footer-subscribe-email::-webkit-input-placeholder { 
		color: #fff;
		letter-spacing: 0;
		font-family: initial;
		font-family: 'Rubik', 'Roboto',sans-serif;
	}
	.footer-subscribe-email:-moz-placeholder {
		color: #fff;
		letter-spacing: 0;
		font-family: initial;
		font-family: 'Rubik', 'Roboto',sans-serif;
	}
	.footer-subscribe-email::-moz-placeholder {
		color: #fff;
		letter-spacing: 0;
		font-family: initial;
		font-family: 'Rubik', 'Roboto',sans-serif;
	}
	.footer-subscribe-email:-ms-input-placeholder {
		color: #fff;
		letter-spacing: 0;
		font-family: initial;
		font-family: 'Rubik', 'Roboto',sans-serif;
	}
	#pre-footer .footer-subscribe-email {
		position: absolute;
		padding:16px 50px 18px 28px;
		border-radius:0;
		opacity:1;
		font-size: 16px;
		font-weight: 300;
		height: 64px;
		margin: 0;
		word-spacing: 0;
		border: none;
		width: 100%;
		background: rgba(255,255,255,0.14);
		color: #fff;
		border-radius: 60px;
		box-shadow: 0 1px 29px rgba(0,0,0,0.07);
		transition: all 0.25s ease;
	}
	#pre-footer .footer-subscribe-email:hover {
		box-shadow: 0 1px 33px rgba(0,0,0,0.16);
	}
	#pre-footer .footer-subscribe-email:focus {
		box-shadow: 0 1px 36px rgba(0,0,0,0.2);
		background: rgba(255,255,255,0.1);
	}
	.footer-subscribe-submit {
	    font-size:0;
	    border-radius: 0;
	    position:absolute;
	    right: 4px;
	    border-radius: 50px;
	    top: 4px;
	    border: none;
	    cursor: pointer;
	    background: #fff;
	    color: #437df9;
	    height: 56px;
	    width: 56px;
	    transition: all .5s ease;
	    -webkit-transition: all .5s ease;
	}
	.footer-subscribe-submit:hover {
		background: #222;
	}
	.footer-subscribe-submit:after {
		content: "\e628";
		font-family: 'themify';
	    font-size: 16px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    transition: all .5s ease;
	    -webkit-transition: all .5s ease;
	}
	.footer-subscribe-submit:hover:after {
	    margin-left: 3px;
	    color: #fff;
	}
	.footer-subscribe-text {
		padding: 53px 81px 0 78px;
	}
	.footer-subscribe-bar .footer-subscribe-text p {
	    color: #fff;
	    margin-bottom: 10px;
	    margin-left: 2px;
	}
	.footer-subscribe-bar .footer-subscribe-text h6 {
	    font-size: 27px;
	    font-weight: 600;
	    line-height: 33px;
	    letter-spacing: 0.001em;
	    margin-bottom: 21px;
	    color: #fff;
	    text-transform: uppercase;
	}
	@media (max-width:1366px) {
		.footer-subscribe-bar .footer-subscribe-text h6 {
			font-size: 24px;
			margin-bottom: 17px;
		}
		.footer-subscribe-bar .footer-subscribe-text p {
			font-size: 16px;
			line-height: 30px;
		}
		.footer-subscribe-text {
			padding: 45px 40px 0 40px;
		}
		.footer-subscribe-bar .right-section {
			padding: 84px 30px;
		}

	}
	@media (max-width: 991px) {
		.footer-subscribe-bar .footer-subscribe-text h6 {
			font-size: 20px;
		}
		.footer-subscribe-bar .footer-subscribe-text p {
			font-size: 14px;
			line-height: 28px;
		}
		.footer-subscribe-text {
			padding: 30px 00px 0 30px;
		}

	}
	@media (max-width: 767px) {
		.footer-subscribe-text {
			text-align: center;
			padding: 35px 35px;
		}
		.footer-subscribe-text,
		.footer-subscribe-bar .right-section {
			height: 100%;
			width: 100%;
			padding: 40px 35px;
		}
		.footer-subscribe-bar .right-section {
			height: 150px;
		}
		.footer-subscribe-form {
			margin: 0;
		}
	}

	/* --------------------- */
	
	/* Side Nav */
	
	#side-content {
		float: right;
	}
	#side-nav {
		float: left;
		z-index: 979;
	}
	#side-nav ul {
		padding: 10px 20px;
		background: #fff;
		border: 3px solid #f3f3f3;
		list-style: none;
	}
	#side-nav ul li {
		border-bottom: 1px solid #eaeaea;
		padding: 0;
		margin: 0;
	}
	#side-nav ul li:last-of-type {
		border-bottom: 0 none;
	}
	#side-nav ul li ul {
		border: none;
		padding: 0;
		padding-left: 20px;
		margin: 0;
		background: #fdfdfd;
		display: none;
	}
	#side-nav a {
		display: block;
		color: #575757;
		padding: 14px 0;
		text-transform: capitalize;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.2px;
	}
	#side-nav a:after {
		float: right;
		font-family: 'FontAwesome';
		font-size: 10px;
		color: #878787;
		content: "\f054";
		speak: none;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
	}
	#side-nav a:hover, #side-nav a:hover:after {
		color: #ff9900;
	}
	#side-nav li.current a, #side-nav li.current a:after {
		color: #0093d0;
	}
	#side-nav ul li ul li a {
		padding: 10px 0;
		font-size: 12px;
	}
	#side-nav ul li:hover > ul {
		display: block;
	}
	/* Image Gallery */
	
	.image-gallery {
		display: block;
		margin: 10px 0;
	}
	.image-gallery ul li {
		float: left;
		width: 215px;
		height: 215px;
		margin: 1px;
		overflow: hidden;
	}
	.image-gallery ul li img {
		max-width: 420px;
		width: auto;
		height: 215px;
		border-radius: 1px;
		text-align: center
	}
	.image-gallery .zoomex {
		bottom: 0;
	}
	.wpb_gallery_slides p {
		display: none;
	}
	/* Social Media */
	.blox .social-media {
		text-align: center
	}
	.blox .social-media a {
		text-align: center;
		padding: 0 10px;
		margin-bottom: 20px;
		display: inline-block;
	}
	.blox .social-media a i {
		border: 2px transparent solid;
		font-size: 4em;
		padding: 30px;
		border-radius: 50%;
		color: #fff;
		margin-bottom: 20px;
		display: block;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .8s ease-in-out;
		-ms-transition: all .8s ease-in-out;
		-o-transition: all .8s ease-in-out;
		transition: all .8s ease-in-out;
		background: rgba(15, 15, 15, 0.6)
	}
	.blox .social-media a:hover i {
		color: #fff;
		border: 2px #fff solid;
	}
	.blox .social-media a span {
		-webkit-transition: all .8s ease-in-out;
		-moz-transition: all .8s ease-in-out;
		-ms-transition: all .8s ease-in-out;
		-o-transition: all .8s ease-in-out;
		transition: all .8s ease-in-out;
		color: transparent;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		text-shadow: 0 0 5px rgba(33, 65, 83, 1)
	}
	.blox .social-media a:hover span {
		color: #fff;
	}
	#social-media.active.facebook {
		background: #3b5996 !important;
	}
	#social-media.active.twitter {
		background: #00acee !important;
	}
	#social-media.active.vimeo {
		background: #0dadd6 !important;
	}
	#social-media.active.dribble {
		background: #d53e68 !important;
	}
	#social-media.active.youtube {
		background: #cb322c !important;
	}
	#social-media.active.pinterest {
		background: #cb2027 !important;
	}
	#social-media.active.google {
		background: #c3391c !important;
	}
	#social-media.active.linkedin {
		background: #0073b2 !important;
	}
	#social-media.active.rss {
		background: #f29a1d !important;
	}
	#social-media.active.instagram {
		background: #dc2743 !important;
	}
	#social-media.active.skype {
		background: #00aaf3 !important;
	}
	#social-media.active.other-social {
		background: #ff5d5e !important;
	}
	#social-media.blox .social-media a span {
		display: none;
	}
	#social-media.blox .social-media a i {
		background: none;
		font-size: 2em;
		border: 1px transparent solid;
		margin: 0;
		padding: 20px;
	}
	#social-media {
		transition: background-color .8s ease-in-out;
		-webkit-transition: background-color .8s ease-in-out;
		-moz-transition: background-color .8s ease-in-out;
		-ms-transition: background-color .8s ease-in-out;
		-o-transition: background-color .8s ease-in-out;
	}
	#social-media.blox .social-media a {
		margin: 20px 0;
	}
	#social-media.blox .social-media a:hover i {
		border: 1px #fff solid
	}
	/* # Section Animation
	================================================== */
	.vc_editor .w-animate {
		opacity: 1;
	}
	
	@media only screen and (min-width: 992px) {
		.w-animate {
			opacity: 0;
		}
		.w-start_animation {
			opacity: 1;
			-webkit-animation: w-animate-btt 0.5s;
			-moz-animation: w-animate-btt 0.5s;
			-o-animation: w-animate-btt 0.5s;
			animation: w-animate-btt 0.5s;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}
		#nav .w-start_animation {
			opacity: 1;
			-webkit-animation: w-animate-btt-nav 0.28s;
			-moz-animation: w-animate-btt-nav 0.28s;
			-o-animation: w-animate-btt-nav 0.28s;
			animation: w-animate-btt-nav 0.28s;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}
	}
	
	/* Bottom to Top Keyframes */
	@-webkit-keyframes w-animate-btt {
		0% {
			-webkit-transform: translate3d(0, 110px, 0);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@-moz-keyframes w-animate-btt {
		0% {
			-moz-transform: translate3d(0, 110px, 0);
			opacity: 0;
		}
		100% {
			-moz-transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@-o-keyframes w-animate-btt {
		0% {
			-o-transform: translate3d(0, 110px, 0);
			opacity: 0;
		}
		100% {
			-o-transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@keyframes w-animate-btt {
		0% {
			transform: translate3d(0, 110px, 0);
			opacity: 0;
		}
		100% {
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	
	
	/* Bottom to Top Keyframes (mega menu) */
	@-webkit-keyframes w-animate-btt-nav {
		0% {
			-webkit-transform: translate3d(0, 30px, 0);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@-moz-keyframes w-animate-btt-nav {
		0% {
			-moz-transform: translate3d(0, 30px, 0);
			opacity: 0;
		}
		100% {
			-moz-transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@-o-keyframes w-animate-btt-nav {
		0% {
			-o-transform: translate3d(0, 30px, 0);
			opacity: 0;
		}
		100% {
			-o-transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@keyframes w-animate-btt-nav {
		0% {
			transform: translate3d(0, 30px, 0);
			opacity: 0;
		}
		100% {
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	/*	# Row Columns Layer Animation
	=================================================*/

	/* bottom to top */
	.wn-layer-anim-bottom [class*="col-md"], .wn-layer-anim-bottom.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-bottom [class*="vc_col-"], .wn-layer-anim-bottom .owl-item {
		opacity: 0;
		-webkit-transition: all 0.47s ease;
		transition: all 0.47s ease;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	.wn-layer-anim-bottom.wn-done-anim [class*="col-md"], .wn-layer-anim-bottom.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-bottom.wn-done-anim [class*="vc_col-"], .wn-layer-anim-bottom.wn-done-anim .owl-item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* top to bottom */
	.wn-layer-anim-top [class*="col-md"], .wn-layer-anim-top.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-top [class*="vc_col-"], .wn-layer-anim-top .owl-item {
		opacity: 0;
		-webkit-transition: all 0.47s ease;
		transition: all 0.47s ease;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	.wn-layer-anim-top.wn-done-anim [class*="col-md"], .wn-layer-anim-top.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-top.wn-done-anim [class*="vc_col-"], .wn-layer-anim-top.wn-done-anim .owl-item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}


	/* left to right */
	.wn-layer-anim-left [class*="col-md"], .wn-layer-anim-left.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-left [class*="vc_col-"], .wn-layer-anim-left .owl-item {
		opacity: 0;
		-webkit-transition: all 0.47s ease;
		transition: all 0.47s ease;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	.wn-layer-anim-left.wn-done-anim [class*="col-md"], .wn-layer-anim-left.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-left.wn-done-anim [class*="vc_col-"], .wn-layer-anim-left.wn-done-anim .owl-item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.wn-layer-anim-left.wn-la-fade [class*="col-md"], .wn-layer-anim-left.wn-la-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-left.wn-la-fade [class*="vc_col-"], .wn-layer-anim-left.wn-la-fade .owl-item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	/* right to left */
	.wn-layer-anim-right [class*="col-md"], .wn-layer-anim-right.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-right [class*="vc_col-"], .wn-layer-anim-right .owl-item {
		opacity: 0;
		-webkit-transition: all 0.47s ease;
		transition: all 0.47s ease;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	.wn-layer-anim-right.wn-done-anim [class*="col-md"], .wn-layer-anim-right.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-right.wn-done-anim [class*="vc_col-"], .wn-layer-anim-right.wn-done-anim .owl-item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.wn-layer-anim-right.wn-la-fade [class*="col-md"], .wn-layer-anim-right.wn-la-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-right.wn-la-fade [class*="vc_col-"], .wn-layer-anim-right.wn-la-fade .owl-item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}


	/* zoom-out */
	.wn-layer-anim-zoom-out [class*="col-md"], .wn-layer-anim-zoom-out.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-zoom-out [class*="vc_col-"], .wn-layer-anim-zoom-out .owl-item {
		opacity: 0;
		webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-ms-transform: perspective(1px) scale(1.3);
		transform: perspective(1px) scale(1.3);
		-webkit-transform: perspective(1px) scale(1.3);
		-webkit-backface-visibility: hidden;
	}
	.wn-layer-anim-zoom-out.wn-done-anim [class*="col-md"], .wn-layer-anim-zoom-out.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-zoom-out.wn-done-anim [class*="vc_col-"], .wn-layer-anim-zoom-out.wn-done-anim .owl-item {
		opacity: 1;
		transform: scale(1) perspective(1px);
		-webkit-transform: scale(1) perspective(1px);
		-ms-transform: scale(1) perspective(1px);
	}
	.wn-layer-anim-zoom-out.wn-la-fade [class*="col-md"], .wn-layer-anim-zoom-out.wn-la-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-zoom-out.wn-la-fade [class*="vc_col-"], .wn-layer-anim-zoom-out.wn-la-fade .owl-item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* zoom-out */
	.wn-layer-anim-zoom-in [class*="col-md"], .wn-layer-anim-zoom-in.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-zoom-in [class*="vc_col-"], .wn-layer-anim-zoom-in .owl-item {
		opacity: 0;
		webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-ms-transform: perspective(1px) scale(.8);
		transform: perspective(1px) scale(.8);
		-webkit-transform: perspective(1px) scale(.8);
		-webkit-backface-visibility: hidden;
	}
	.wn-layer-anim-zoom-in.wn-done-anim [class*="col-md"], .wn-layer-anim-zoom-in.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-zoom-in.wn-done-anim [class*="vc_col-"], .wn-layer-anim-zoom-in.wn-done-anim .owl-item {
		opacity: 1;
		transform: scale(1) perspective(1px);
		-webkit-transform: scale(1) perspective(1px);
		-ms-transform: scale(1) perspective(1px);
	}
	.wn-layer-anim-zoom-in.wn-la-fade [class*="col-md"], .wn-layer-anim-zoom-in.wn-la-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-zoom-in.wn-la-fade [class*="vc_col-"], .wn-layer-anim-zoom-in.wn-la-fade .owl-item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* Fade */
	.wn-layer-anim-fade [class*="col-md"], .wn-layer-anim-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-fade [class*="vc_col-"], .wn-layer-anim-fade .owl-item {
		opacity: 0;
		webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.wn-layer-anim-fade.wn-done-anim [class*="col-md"], .wn-layer-anim-fade.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-fade.wn-done-anim [class*="vc_col-"], .wn-layer-anim-fade.wn-done-anim .owl-item {
		opacity: 1;
	}
	.wn-layer-anim-fade.wn-la-fade [class*="col-md"], .wn-layer-anim-fade.wn-la-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-fade.wn-la-fade [class*="vc_col-"], .wn-layer-anim-fade.wn-la-fade .owl-item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* Filip */
	.wn-layer-anim-flip [class*="col-md"], .wn-layer-anim-flip.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-flip [class*="vc_col-"], .wn-layer-anim-flip .owl-item {
		opacity: 0;
		webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
	.wn-layer-anim-flip.wn-done-anim [class*="col-md"], .wn-layer-anim-flip.wn-done-anim.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-flip.wn-done-anim [class*="vc_col-"], .wn-layer-anim-flip.wn-done-anim .owl-item {
		opacity: 1;
		webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}
	.wn-layer-anim-flip.wn-la-fade [class*="col-md"], .wn-layer-anim-flip.wn-la-fade.wn-deep-title-wrap .wn-deep-title, .wn-layer-anim-flip.wn-la-fade [class*="vc_col-"], .wn-layer-anim-flip.wn-la-fade .owl-item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-flip .owl-item:nth-of-type(2),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-bottom .owl-item:nth-of-type(2),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-top .owl-item:nth-of-type(2),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-left .owl-item:nth-of-type(2),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-right .owl-item:nth-of-type(2),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-fade .owl-item:nth-of-type(2),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(2),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(2),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(2),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(2) {
		transition-delay: 0.2s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-flip .owl-item:nth-of-type(3),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-bottom .owl-item:nth-of-type(3),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-top .owl-item:nth-of-type(3),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-left .owl-item:nth-of-type(3),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-right .owl-item:nth-of-type(3),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-fade .owl-item:nth-of-type(3),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(3),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(3),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(3),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(3) {
		transition-delay: 0.4s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-flip .owl-item:nth-of-type(4),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-bottom .owl-item:nth-of-type(4),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-top .owl-item:nth-of-type(4),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-left .owl-item:nth-of-type(4),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-right .owl-item:nth-of-type(4),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-fade .owl-item:nth-of-type(4),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(4),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(4),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(4),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(4) {
		transition-delay: 0.6s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-flip .owl-item:nth-of-type(5),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-bottom .owl-item:nth-of-type(5),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-top .owl-item:nth-of-type(5),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-left .owl-item:nth-of-type(5),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-right .owl-item:nth-of-type(5),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-fade .owl-item:nth-of-type(5),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(5),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(5),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(5),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(5) {
		transition-delay: 0.8s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-flip .owl-item:nth-of-type(6),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-bottom .owl-item:nth-of-type(6),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-top .owl-item:nth-of-type(6),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-left .owl-item:nth-of-type(6),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-right .owl-item:nth-of-type(6),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-fade .owl-item:nth-of-type(6),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(6),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(6),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(6),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(6) {
		transition-delay: 1s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-flip .owl-item:nth-of-type(7),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-bottom .owl-item:nth-of-type(7),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-top .owl-item:nth-of-type(7),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-left .owl-item:nth-of-type(7),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-right .owl-item:nth-of-type(7),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-fade .owl-item:nth-of-type(7),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(7),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(7),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(7),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(7) {
		transition-delay: 1.2s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-flip .owl-item:nth-of-type(8),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-bottom .owl-item:nth-of-type(8),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-top .owl-item:nth-of-type(8),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-left .owl-item:nth-of-type(8),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-right .owl-item:nth-of-type(8),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-fade .owl-item:nth-of-type(8),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(8),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(8),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(8),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(8) {
		transition-delay: 1.4s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-flip .owl-item:nth-of-type(9),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-bottom .owl-item:nth-of-type(9),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-top .owl-item:nth-of-type(9),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-left .owl-item:nth-of-type(9),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-right .owl-item:nth-of-type(9),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-fade .owl-item:nth-of-type(9),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(9),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(9),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(9),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(9) {
		transition-delay: 1.6s;
	}
	.wn-layer-anim-flip [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-flip .owl-item:nth-of-type(10),
	.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-bottom .owl-item:nth-of-type(10),
	.wn-layer-anim-top [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-top .owl-item:nth-of-type(10),
	.wn-layer-anim-left [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-left .owl-item:nth-of-type(10),
	.wn-layer-anim-right [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-right .owl-item:nth-of-type(10),
	.wn-layer-anim-fade [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-fade .owl-item:nth-of-type(10),
	.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-zoom-in .owl-item:nth-of-type(10),
	.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(10),
	.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(10),
	.wn-layer-anim-zoom-out .owl-item:nth-of-type(10) {
		transition-delay: 1.8s;
	}


	/* Row Columns Layer Animation Fix for VC Front-end Editor */
	body.vc_editor .wn-layer-anim-bottom [class*="col-md"], body.vc_editor .wn-layer-anim-bottom [class*="vc_col-"], body.vc_editor .wn-layer-anim-bottom .owl-item,  body.vc_editor .max-title h1, body.vc_editor .max-title h2, body.vc_editor .max-title h3, body.vc_editor .max-title h4,  body.vc_editor .max-title h5, body.vc_editor .max-title h6, body.vc_editor .subtitle-element h1, body.vc_editor .subtitle-element h2,  body.vc_editor .subtitle-element h3, body.vc_editor .subtitle-element h4, body.vc_editor .subtitle-element h5, body.vc_editor .subtitle-element h6 {
		opacity: 1;
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition-delay: 0s;
	}
	/* # Misc
	================================================== */
	
	/* EXTRAS */
	.brdr-r1, .brdr-r2 {
		border-right: 1px solid #e5e5e5;
	}
	.brdr-l1, .brdr-l2 {
		border-left: 1px solid #e5e5e5;
	}
	.brdr-t1 {
		border-top: 1px solid #e5e5e5;
	}
	.brdr-b1 {
		border-bottom: 1px solid #e5e5e5;
	}
	.brdr-t1e {
		border-top: 1px solid #eee;
	}
	.brdr-b1e {
		border-bottom: 1px solid #eee;
	}
	.topborder {
		border-top: 2px solid #ebeef0;
	}
	.bottomborder {
		border-bottom: 2px solid #ebeef0;
	}
	.brdr-r2 {
		padding-right: 27px;
	}
	.brdr-l2 {
		padding-left: 27px;
	}
	.pad-r27 {
		padding-right: 27px;
	}
	.pad-l27 {
		padding-left: 27px;
	}
	.blox.dark .brdr-r1, .blox.dark .brdr-r2, .blox.dark .brdr-l1, .blox.dark .brdr-l2 {
		border-color: rgba(255,255,255,0.35);
	}
	.aligncenter {
		text-align: center;
	}
	img.aligncenter {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.alignright {
		text-align: right;
	}
	.alignleft {
		text-align: left;
	}
	.post .alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	.post .alignleft {
		float: left;
		margin: 5px 20px 20px 0px;
	}
	img.alignright {
		float: right;
		margin-left: 10px;
	}
	img.alignleft {
		float: left;
		margin-right: 10px;
	}
	.post a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	.post a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	.post a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	.post a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption-text {
		font-size: 15px;
	}
	.gallery-caption {
		display: inline;
	}
	.bypostauthor {
		font-size: 13px;
	}
	.wp-caption {
		display: inline;
		color: #444;
		background: #fff;
		max-width: 96%;
		margin-bottom: 20px;
		text-align: center;
	}
	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}
	.wp-caption p.wp-caption-text {
		font-weight: 400;
		line-height: 20px;
		background: #f6f6f6;
		margin: 0 0 10px;
		padding: 10px 4px 8px 16px;
		color: #777;
		text-align: left;
		font-size: 14px;
	}
	.screen-reader-text {
		clip: rect(1px,1px,1px,1px);
		position: absolute!important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
		clip: auto!important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: .875rem;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}
	.moonicons-box1 {
		font-size: 14px;
		line-height: 22px;
		display: inline-block;
		width: 23.33%;
		padding: 6px;
		background: #fff;
		margin: 6px;
		border: 1px solid #e8e8e8;
	}
	.moonicons-box1 span {
		font-size: 20px;
		float: left;
		margin-right: 3px;
	}
	.tmpl-ex {
		margin-bottom: 40px;
		padding: 10px;
		text-align: center;
	}
	.tmpl-ex h4 {
		margin-top: 30px;
		font-weight: 500;
		font-size: 17px;
		letter-spacing: 1.4px;
	}
	.tmpl-ex a {
		color: #222;
		border-top: 10px solid #d2d2d2;
		display: inline-block;
		border-radius: 3px;
		max-width: 420px;
	}
	.tmpl-ex img {
		width: 100%;
		webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.tmpl-ex img:hover {
		opacity: 0.66;
	}
	#wrap .inner88-w .full-row > .container {
		margin-top: -90px;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.respo-tagline {
		font-size: 55px;
		letter-spacing: -4px;
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab {
		box-shadow: 0 2px 0 0px rgba(0,0,0,0.016);
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a {
		border-color: #ececec;
		color: #777;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.4px;
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a {
		color: #3a3a3a;
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab {
		box-shadow: none;
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab:hover a {
		box-shadow: 0 1px 15px 1px rgba(0,0,0,0.15);
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-o-shape-group .vc_tta-tab.vc_active>a i.vc_tta-icon {
		color: #437df9;
	}
	#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
		background: none;
	}
	
	@media (min-width: 1400px) {
		.toppad-ov1400 {
			padding-top: 80px;
		}
	}
	
	@media only screen and (min-width: 992px) {
		.noresp-pad50lr {
			padding-left: 50px;
			padding-right: 50px;
		}
	}
	.hpg-title {
		text-transform: uppercase;
		letter-spacing: -2px;
		font-weight: 500;
		line-height: 1;
		position: relative;
	}
	.hpg-title:before {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 80px;
		height: 0;
		display: block;
		content: '';
		margin-left: -40px;
		border-top: 3px solid #437df9;
	}
	
	@media only screen and (min-width: 1200px) {
		.hpg-title {
			font-size: 90px;
			letter-spacing: -5px;
		}
	}
	/* MEC style fixes */
	#wrap .mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming,  #wrap .mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span {
		position: relative;
		font-size: 40px;
		font-family: 'Playfair Display', 'Lora', serif;
	}
	#wrap .mec-wrap .mec-event-countdown-style2 {
		padding: 60px 0;
	}
	#wrap .mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming:after {
		content: '';
		width: 50px;
		background: #fff;
		position: absolute;
		bottom: -30px;
		left: 0;
		height: 3px;
	}
	#wrap .mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title {
		margin-top: 60px;
		font-size: 18px;
		font-weight: 500;
	}
	#wrap .mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button {
		font-size: 13px;
		font-weight: 600;
	}
	.event-carousel-type1-head .mec-event-image img {
		width: 100%;
	}
	.mec-event-carousel-content .mec-event-carousel-title a {
		transition: all 0.2s ease;
	}
	.mec-event-carousel-type1 .mec-event-carousel-content {
		margin-bottom: 15px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.04);
		transition: all 0.27s ease;
	}
	.mec-event-carousel-type1 .mec-event-carousel-content:hover {
		box-shadow: 0 0 35px rgba(0,0,0,0.07);
	}
	.mec-event-countdown-style3 .mec-event-date:before, .event-carousel-type1-head .mec-event-date-carousel:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		height: 96px;
		background: transparent;
		display: inline-block;
		box-shadow: 0 5px 5px rgba(0,0,0,0.12);
	}
	
	@media only screen and (min-width: 992px) {
		.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
			padding: 15px;
			min-width: 88px;
		}
		.mec-wrap .mec-event-countdown-style2 .mec-event-countdown .days-w li, .mec-event-countdown ul {
			margin-left: 0;
		}
		.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date, .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-place {
			padding-left: 0;
			font-size: 17px;
			font-weight: 300;
		}
		.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
			font-size: 26px;
		}
		.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
			font-size: 11px;
		}
	}
	
	@media only screen and (min-width: 992px) and (max-width: 1280px) {
		.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
			min-width: 30px;
			margin: 5px 2px;
		}
	}
	
	@media only screen and (min-width: 1281px) and (max-width: 1441px) {
		.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
			min-width: 80px;
		}
	}
	/* Scroll to top */
	#scroll-top a {
		transition: all .3s ease;
		padding: 3px 0 0;
		border-radius: 0;
		background: #000;
		position: fixed;
		bottom: 48px;
		text-align: center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		right: 32px;
		display: none;
		box-shadow: 0 5px 23px -3px rgba(0,0,0,0.5);
		opacity: 0.89;
		filter: alpha(opacity=89);
		z-index: 9999;
	}
	#scroll-top a i {
		font-size: 26px;
		color: #fff;
	}
	@media( max-width: 767px ) {
		#scroll-top.disable-in-mobile {
			display: none;
		}
	}
	#scroll-top a:hover {
		background-color: #437df9;
		cursor: pointer;
	}
	.v-shadow-l {
		background: url(../images/v-shadow-left.png) no-repeat right center;
	}
	.v-shadow-r {
		background: url(../images/v-shadow-right.png) no-repeat left center;
	}
	.v-shadow-r, .v-shadow-l {
		min-height: 320px;
	}
	.pad-r10 {
		padding-right: 10px;
	}
	.pad-r20 {
		padding-right: 20px;
	}
	.pad-r30 {
		padding-right: 30px;
	}
	.pad-r40 {
		padding-right: 40px;
	}
	.pad-l10 {
		padding-left: 10px;
	}
	.pad-l20 {
		padding-left: 20px;
	}
	.pad-l30 {
		padding-left: 30px;
	}
	.pad-l40 {
		padding-left: 40px;
	}
	/* # Column Shortcodes
	----------------------- */
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth {
		margin-right: 4%;
		float: left;
		margin-bottom: 20px;
	}
	.one_half {
		width: 48%;
	}
	.one_third {
		width: 30.6666%;
	}
	.two_third {
		width: 65.3332%;
	}
	.one_fourth {
		width: 22%;
	}
	.three_fourth {
		width: 74%;
	}
	.one_fifth {
		width: 16.8%;
	}
	.two_fifth {
		width: 37.6%;
	}
	.column-last {
		margin-right: 0 !important;
		clear: right;
	}
	.easyPieChart {
		position: relative;
		text-align: center;
	}
	.easyPieChart canvas {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pie {
		text-align: center;
		font-size: 49px;
		position: relative;
		margin: 0 auto 20px;
	}
	.pie p {
		font-size: 16px;
		color: #888;
		font-weight: 400;
		position: absolute;
		bottom: -52px;
		width: 100%;
		padding-top: 10px;
		border-top: 2px solid #f9f9f9;
	}
	.container .pie p {
		margin-bottom: 0;
	}
	/* Breadcrumbs
	--------------- */
	.breadcrumbs-w {
		background: #f6f6f6;
		padding: 9px 0 6px;
		font-size: 12px;
		color: #6c7279;
		letter-spacing: 0;
		text-transform: none;
		font-weight: 500;
		margin: auto;
		border-bottom: 1px solid #eee;
	}
	.breadcrumbs-w a {
		color: #5c646d;
	}
	.breadcrumbs-w a:hover {
		text-decoration: underline;
	}
	.breadcrumbs-w i {
		margin: 0 4px;
		color: #437df9;
	}
	.breadcrumbs-w .container {
		padding-left: 20px;
	}
	/* Distance Shortcode
	---------------------- */
	.wn-distance-10, .wn-distance-20, .wn-distance-30, .wn-distance-40, .wn-distance-50, .wn-distance-80, .wn-distance-100 {
		clear: both;
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		line-height: 0;
	}
	.wn-distance-10 {
		height: 10px;
	}
	.wn-distance-20 {
		height: 20px;
	}
	.wn-distance-30 {
		height: 30px;
	}
	.wn-distance-40 {
		height: 40px;
	}
	.wn-distance-50 {
		height: 50px;
	}
	.wn-distance-60 {
		height: 60px;
	}
	.wn-distance-70 {
		height: 70px;
	}
	.wn-distance-80 {
		height: 80px;
	}
	.wn-distance-90 {
		height: 90px;
	}
	.wn-distance-100 {
		height: 100px;
	}
	@media only screen and (max-width: 767px) {
		.wn-distance-mob-0 {
			height: 0px;
		}
		.wn-distance-mob-10 {
			height: 10px;
		}
		.wn-distance-mob-20 {
			height: 20px;
		}
		.wn-distance-mob-30 {
			height: 30px;
		}
		.wn-distance-mob-40 {
			height: 40px;
		}
		.wn-distance-mob-50 {
			height: 50px;
		}
		.wn-distance-mob-60 {
			height: 60px;
		}
		.wn-distance-mob-70 {
			height: 70px;
		}
		.wn-distance-mob-80 {
			height: 80px;
		}
		.wn-distance-mob-90 {
			height: 90px;
		}
		.wn-distance-mob-100 {
			height: 100px;
		}
	}


	/*# Row fixes
	-------------
	------------- */
	.row-wrapper-x {
		padding: 0 10px;
	}
	.row-wrapper-x > p:empty {
		margin: 0;
	}
	
	@media only screen and (min-width: 1200px) {
		.row-wrapper-x {
			padding: 0 15px;
		}
	}
	.col-md-8.omega .row-wrapper-x {
		padding-left: 0;
	}
	.blox.wpb_row, #wrap.boxed-wrap .blox.wpb_row, #wrap .blox.wpb_row, .blox .wpb_row, #wrap.boxed-wrap .blox .wpb_row, #wrap .blox .wpb_row, .wpb_row .wpb_row {
		margin-bottom: 0;
	}
	.wpb_row .wpb_row {
		margin-bottom: 0;
	}
	.blox .wbp_row, .blox .wpb_row {
		margin-right: 0;
		margin-left: 0;
	}
	#wrap .blox .wpb_content_element, #wrap .parallax-sec .wpb_content_element, #wrap .video-sec .wpb_content_element {
		margin-bottom: 0;
	}
	.wpb_single_image.wpb_content_element {
		margin-bottom: 0;
	}
	.wpb_layerslider_element.wpb_content_element, .wpb_revslider_element.wpb_content_element, .wpb_gmaps_widget.wpb_content_element, .wpb_gallery.wpb_content_element,  .wpb_layerslider_element .wpb_single_image.wpb_content_element, .wpb_revslider_element .wpb_single_image.wpb_content_element {
		margin-bottom: 0px;
	}
	#wrap .wpb_single_image .vc_single_image-wrapper {
		display: block;
	}
	.row-wrapper-x p img, div img, li img,  #wrap p img, .wpb_single_image.wpb_content_element img {
		height: auto;
		max-width: 100%;
	}
	/* new fix (from vc v5) */
	.container .container:not(.force-container), .container-fluid .container:not(.force-container) {
		max-width: none !important;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#wrap .container .container:not(.force-container) {
		max-width: none !important;
	}
	.wn-section.vc_row {
		margin-left: 0;
		margin-right: 0;
	}
	.stretch_section_content .wpb_row {
		margin: 0;
	}
	#wrap .stretch_section_content .vc_column-inner {
		padding-right: 0;
		padding-left: 0;
	}
	/* content postion in wn-section */
	.wn-section.vc_section-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.wn-section.vc_section-flex .vc_vc_row {
		width: 100%;
	}
	.wn-section.vc_section-flex::after, .wn-section.vc_section-flex::before {
		display: none;
	}
	.wn-section.vc_section-o-content-top {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.wn-section.vc_section-o-content-bottom {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.wn-section.vc_section-o-content-middle {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.wn-section.vc_section-o-content-bottom::after, .wn-section.vc_section-o-content-middle::after, .wn-section.vc_section-o-content-top::after {
		content: '';
		width: 100%;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		display: block;
	}
	/* video backgournd */
	.wn_video-bg-container {
		position: relative;
		background-color: #222;
	}
	/* parallax */
	.wn-parallax {
		position: relative;
		overflow: hidden;
	}
	.wn-parallax .wn-parallax-bg-holder {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 0;
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
	}
	.wn-parallax .wn-parallax-bg-holder .wn-parallax-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 100%;
		z-index: 20;
	}
	.our-map .wpb_wrapper .wpb_map_wraper, .wpb_gmaps_widget .wpb_wrapper {
		padding: 0;
	}
	.wpb_gmaps_widget {
		border: 5px solid #eee;
	}
	.no-margin-w {
		margin: 0 !important;
	}
	.no-mb, .wn-margin-bottom0 {
		margin-bottom: 0 !important;
	}
	.ne-mb {
		margin-bottom: -30px !important;
	}
	#lang_sel {
		z-index: 1;
	}
	.w-map img, .gm-style img {
		max-width: none !important;
	}
	#wrap .w-map > div {
		width: 100% !important;
	}

	.wn-kc-video-bg {
		height: 100%;
		overflow: hidden;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 0;
	}
	
	@media only screen and (min-width: 1200px) {
		.wpb_column.nopad-all {
			padding: 0;
		}
		.wpb_column.nopad-left {
			padding-left: 0;
		}
		.wpb_column.nopad-right {
			padding-right: 0;
		}
		.wpb_column.nopad-bottom {
			padding-bottom: 0;
		}
		.wpb_column.nopad-top {
			padding-top: 0;
		}
	}
	
	@media only screen and (max-width: 991px) {
		.wpb_row .wpb_column.full-at-max960 {
			width: 100%;
		}
	}
	
	@media (max-width: 767px) {
		.wpb_row .wpb_column {
			margin-bottom: 0; /* webnus */
		}
	}

	/* Row inner container */
	.wn-inner-container {
		position: relative;
		width: 100%;
	}
	.vc_row, .wn-section { 
		position: relative;
	}
	


	/*# Fit to screen parallax section
	------------------------------------- */
	.respo-fit-blox {
		min-height: 796px !important;
	}
	.blox.full-container .container {
		padding-left: 0;
		padding-right: 0;
		width: auto;
		max-width: none;
	}
	
	@media (max-width: 991px) {

		#wrap #responavwrap .respo-bg-none {
			background-image: none !important;
		}
	}
	@media (max-width: 767px) {
		.respo-fit-blox {
			min-height: 810px !important;
		}
		.blox.respo-bg-none, .vc_row.respo-bg-none {
			background-image: none !important;
		}
	}
	
	@media (max-width: 480px) {
		.respo-fit-blox {
			min-height: 610px !important;
		}
	}
	
	@media (min-width: 1401px) {
		.respo-fit-blox {
			min-height: 996px !important;
		}
	}
	
	/*  expandable section */
	.wn-expandable-row, .wn-expandable-sec {
		display: block;
		margin: 0 auto;
		text-align: center;
		position: relative;
		width: 100%;
		height:0px;
		z-index:98;
	}
	.wn-expandable-row i, .wn-expandable-sec i {
		font-size: 24px;
		background: #fff;
		color: #437df9;
		border-radius: 50%;
		display: inline-block;
		cursor: pointer;
		position:absolute;
		left:50%;
		bottom:-12px;
		margin-left: -12px;
		box-shadow: 0 3px 25px -1px rgba(0,0,0,0.26);
		transition: all 0.36s ease;
	}
	.wn-expandable-row.wn-expanded i, .wn-expandable-sec.wn-expanded i {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.expandable-sec-text {
		position: absolute;
		display: inline-block;
		left: calc(50% + 24px);
		bottom: -12px;
		font-size: 12px;
		letter-spacing: 0.3px;
		color: #777 !important;
		padding: 3px 10px;
		background: #fff;
		line-height: 20px;
		border-radius: 3px;
		box-shadow: -2px 1px 28px -2px rgba(0,0,0,0.18);
	}
	.expandable-sec-text:after {
		content: '';
		position: absolute;
		bottom: 8px;
		left: calc(0% - 10px);
		width: 0;
		border-width: 5px;
		border-style: solid;
		border-color:  transparent #fff transparent  transparent;
	}

	/*	# WP pagenavi
	=============================== */
	#wrap .wp-pagenavi {
		clear: both;
		text-align: center;
		margin: 20px 0;
	}
	#wrap .wp-pagenavi span.pages {
		color: #707070;
	}
	#wrap .wp-pagenavi a, #wrap .wp-pagenavi span {
		text-decoration: none;
		display: inline-block;
		border: 1px solid #ebebeb;
		border-radius: 0;
		color: #707070;
		line-height: 1;
		padding: 10px 14px;
		font-size: 13px;
		margin: 3px 4px;
		transition: all 0.3s ease;
		*zoom: 1;
	}
	#wrap .wp-pagenavi span.pages {
		padding: 10px 23px;
	}
	#wrap .wp-pagenavi span.current {
		border-color: #437df9;
		font-weight: 400;
		color: #437df9;
	}
	#wrap .wp-pagenavi a:hover {
		border-color: #437df9;
		background: #437df9;
		color: #fff !important;
	}
	
	@media (max-width: 480px) {
		#wrap .wp-pagenavi span.pages {
			display: none;
		}
	}
	.search-results .blog-post {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	/* Contact form7
	--------------- */
	.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea, .wpcf7 .wpcf7-form select {
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #e3e3e3;
		padding: 11px 6px;
		font-size: 13px;
		font-weight: 300;
		box-shadow: 0 1px 2px rgba(0,0,0,.062) inset;
		margin-bottom: 22px;
	}
	.wpcf7-form textarea {
		background: #fff;
	}
	.wpcf7 .wpcf7-form input[type="checkbox"], .wpcf7 .wpcf7-form input[type="radio"] {
		width: auto;
		box-shadow: none;
	}
	.wpcf7 .wpcf7-form input[type="submit"] {
		border-radius: 0;
		margin-top: 25px;
		font-size: 16px;
	}
	.wpcf7 .wpcf7-form span.wpcf7-list-item {
		margin-left: 0;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.wpcf7 .wpcf7-form input:hover, .wpcf7 .wpcf7-form textarea:hover {
		border-color: #b2cef7;
	}
	.wpcf7 .wpcf7-form select {
		height: 48px;
		padding: 0 6px;
		margin: 0;
	}
	.wpcf7 .wpcf7-form textarea {
		height: 90px;
	}
	.wpcf7 .wpcf7-form p {
		color: #717171;
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 0;
		font-weight: 500;
	}
	.wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-form input[type="reset"], .wpcf7 .wpcf7-form input[type="button"] {
		width: auto;
		font-weight: bold;
		border-radius: 58px;
		background-color: #437df9;
		padding: 18px 42px;
		letter-spacing: 0;
		border: none;
	}
	.wpcf7 .wpcf7-form input[type="submit"]:hover, .wpcf7 .wpcf7-form input[type="reset"]:hover, .wpcf7 .wpcf7-form input[type="button"]:hover {
		background-color: #292929 !important;
		color: #fff !important;
	}
	.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="password"], .wpcf7 .wpcf7-form input[type="number"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form textarea, .wpcf7 .wpcf7-form option {
		margin: 0 auto;
		width: 100%;
		padding: 11px 10px;
	}
	.wpcf7 .wpcf7-form h6 {
		margin-top: 25px;
		color: #df506e;
		font-size: 20px;
		font-weight: bold;
		text-transform: lowercase;
	}
	.wpcf7 .wpcf7-form .radio-w {
		padding: 24px 0 0;
	}
	.wpcf7 .wpcf7-form .radio-w .wpcf7-list-item {
		margin-right: 100px;
	}
	.wpcf7 .wpcf7-form .one_half input[type="submit"] {
		width: 100%;
		margin-top: 16px;
	}
	.wpcf7 .wpcf7-form .one_half {
		margin-bottom: 80px;
	}
	.dark.blox .wpcf7 .wpcf7-form input[type="text"], .dark.blox .wpcf7 .wpcf7-form input[type="password"], .dark.blox .wpcf7 .wpcf7-form input[type="number"], .dark.blox .wpcf7 .wpcf7-form input[type="email"], .dark.blox .wpcf7 .wpcf7-form textarea, .dark.blox .wpcf7 .wpcf7-form select, .dark.blox .wpcf7 .wpcf7-form option {
		color: rgba(102, 102, 102, 1);
		margin: 0 auto;
		width: 100%;
		padding: 10px;
		border-radius: 4px;
		background-color: rgba(255, 255, 255, 0.85);
	}
	.dark.blox .wpcf7 .wpcf7-form input[type="text"]:focus, .dark.blox .wpcf7 .wpcf7-form .rsvp-w1 input[type="password"]:focus, .dark.blox .wpcf7 .wpcf7-form input[type="number"]:focus, .dark.blox .wpcf7 .wpcf7-form input[type="email"]:focus, .dark.blox .wpcf7 .wpcf7-form textarea:focus, .dark.blox .wpcf7 .wpcf7-form select:focus, .dark.blox .wpcf7 .wpcf7-form option:focus {
		background-color: #fff;
	}
	.dark.blox .wpcf7 .wpcf7-form input[type="submit"] {
		border-radius: 30px;
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
		padding: 14px 35px;
		margin-top: 10px;
	}
	.dark.blox .wpcf7 .wpcf7-form input[type="submit"]:hover {
		background: #3498db;
		border: 1px solid #3498db;
	}
	.wpcf7 .col-md-12, .wpcf7 .col-md-8, .wpcf7 .col-md-6, .wpcf7 .col-md-4 {
		margin-bottom: 20px;
	}
	/* coming soon contact form */
	.wpcf7 .comingsoon-form input, .wpcf7 .comingsoon-form textarea {
		background-color: #262830;
		border: 2px solid #212329;
		transition: .2s all;
		border-radius: 3px;
		color: #cdcdcd;
	}
	#wrap .wpcf7 .comingsoon-form input, #wrap .wpcf7 .comingsoon-form textarea {
		padding: 15px 20px;
	}
	#wrap .wpcf7 .comingsoon-form input:hover, #wrap .wpcf7 .comingsoon-form textarea:hover {
		border-color: #262830;
	}
	.wpcf7 .comingsoon-form textarea {
		min-height: 122px;
	}
	#wrap .wpcf7 .comingsoon-form .wpcf7-submit {
		background-color: #53bf71;
		width: 100%;
		padding: 18px;
		color: #fff;
		border-radius: 3px;
		margin-bottom: 0;
	}
	.wpcf7 .comingsoon-form input::-webkit-input-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form input::-moz-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form input:-ms-input-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form input:-moz-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form textarea::-webkit-input-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form textarea::-moz-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form textarea:-ms-input-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form textarea:-moz-placeholder {
		color:#797979;
		font-size:14px;
	}
	.wpcf7 .comingsoon-form span.wpcf7-not-valid-tip {
		color: #ff9b9b;
	}
	.comingsoon-form + .wpcf7-validation-errors {
		color: #fff;
		text-align: center;
	}
	.comingsoon-form + div.wpcf7-mail-sent-ok {
		color: #fff;
		text-align: center;
	}



	/* vc front-end page styles */
	.compose-mode .vc_vc_section {
		position: relative;
	}
	.compose-mode .vc_vc_section:before {
		border: 4px solid transparent !important;
		position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    height: 100%;
	    width: 100%;
	    content:"";
	    display:inline-block;
	    z-index: 1;
	    transition: all 0.3s ease;
	} 
	.compose-mode .vc_vc_section:hover:before {
		border-color: #008aff !important;
		box-shadow: 0 2px 23px -7px #008aff inset;
	} 
	.compose-mode .vc_vc_section>.vc_controls>.vc_controls-out-tl, .compose-mode .vc_controls>.vc_controls-out-tl {
		left: 0 !important;
		top: 0 !important;
	}
	.compose-mode .vc_row .vc_controls>.vc_controls-out-tl .parent-vc_row{
		margin-top: -30px;
	}
	.compose-mode .vc_vc_section>.vc_controls>.vc_controls-out-tl {
		box-shadow: 0 2px 13px -3px #008aff;
	}
	.compose-mode .vc_controls-column>div .vc_btn-content{
		box-shadow: 0 2px 13px -3px #f3af1c;
	}
	.compose-mode .vc_controls-column>div>.vc_parent .vc_btn-content {
		box-shadow: 0 2px 13px -3px #0073aa;
	}
	.compose-mode .vc_vc_row .vc_element {
		border: 1px dashed transparent;
		box-sizing: border-box;
		position: relative;
		z-index: 2;
	}
	.compose-mode .vc_vc_row .vc_element:hover {
		border-color: #95ca24;
	}
	.compose-mode .vc_controls-column>div>.element-vc_section .vc_btn-content, .compose-mode .vc_controls-column>div>.element-vc_section .vc_control-btn .vc_btn-content, .compose-mode .vc_controls-container>div>.element-vc_section .vc_btn-content, .compose-mode .vc_controls-container>div>.element-vc_section .vc_control-btn .vc_btn-content, .compose-mode .vc_controls-row>div>.element-vc_section .vc_btn-content, .compose-mode .vc_controls-row>div>.element-vc_section .vc_control-btn .vc_btn-content {
		background-color: #008aff !important; 
	}
	.compose-mode .vc_controls-column>div>.element-vc_section .vc_btn-content:hover, .compose-mode .vc_controls-column>div>.element-vc_section .vc_control-btn .vc_btn-content:hover, .compose-mode .vc_controls-container>div>.element-vc_section .vc_btn-content:hover, .compose-mode .vc_controls-container>div>.element-vc_section .vc_control-btn .vc_btn-content:hover, .compose-mode .vc_controls-row>div>.element-vc_section .vc_btn-content, .compose-mode .vc_controls-row>div>.element-vc_section .vc_control-btn .vc_btn-content:hover {
		background-color: #2375bb !important; 
	}
	.compose-mode .vc_controls>.vc_controls-cc {
	    box-shadow: 0 5px 23px -6px #95ca24;
	}
	.compose-mode .vc_control-btn-append .vc_btn-content {
		padding: 11px !important;
	    box-shadow: 0 5px 23px -6px #f3af1c;
	}
	.compose-mode .vc_control-btn-append:before {
		left: 50% !important;
	    margin-left: -4px !important;
	}
	.compose-mode .vc_element.vc_button {
	    display: inline-block;
	}
	.compose-mode .vc_element.element-content_carousel_tab, .compose-mode .vc_element.element-content_slider_element {
		margin-top: 30px;
	}

	
	/* ----------- */
	/* #Media Queries
	===============================================================================
	===============================================================================  */
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 991px) {
		#header {
			padding: 10px 0;
		}
		#search-form, .woo-cart-header {
			display: none;
		}
		.plan-wrap {
			width: 100%;
		}
		.sub-h h5 {
			padding: 0;
		}
		.blog-content .post-img {
			margin-bottom: 20px;
		}
		.blog-expression {
			width: 100%;
		}
		.img-team {
			margin-top: 40px
		}
		.footer-in .col-md-3, .footer-in .col-md-4, .footer-in .col-md-6, .footer-in .col-md-8 {
			margin-bottom: 30px;
			clear: both;
		}
		.img-box {
			width: 256px;
			height: 188px;
		}
		.last-project .img-box {
			background: #ea3c3c;
		}
		.last-project .img-box:nth-child(even) {
			background: #f66060;
		}
		.ab-box {
			height: 235px;
		}
		.author-detail {
			width: 218px;
		}
		.contact input {
			width: 330px;
			float: none;
		}
		.contact textarea {
			width: 486px;
		}
		.row.magic, .s-qoute-man {
			padding: 0;
			margin-bottom: 10px;
		}
		a.get {
			margin-bottom: 14px;
		}
		.pad-r10, .pad-r20, .pad-r30, .pad-r40 {
			padding-right: 5px;
		}
		.pad-l10, .pad-l20, .pad-l30, .pad-l40 {
			padding-left: 5px;
		}
		.dpromo2 {
			margin-top: 35px;
			border-top: 1px solid #e5e5e5;
			padding-top: 30px;
		}
		.dpromo2 .brdr-l1, .dpromo2 .pad-l40 {
			border-left: none;
			padding: 0;
		}
		.vertical-space, .vertical-space1 {
			height: 12px;
		}
		.vertical-space2 {
			height: 18px;
		}
		.vertical-space3 {
			height: 36px;
		}
		.vertical-space4 {
			height: 50px;
		}
		.vertical-space5 {
			height: 80px;
		}
		input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
			min-width: 90px;
			max-width: 100%;
		}
	}
	
	/* iPad in portrait & landscape */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
		.sparallax .slide-image {
			background-attachment: local !important;
			background-size: auto!important;
		}
		.blox {
			background-attachment: local!important;
			background-size: auto!important;
		}
	}
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.blox {
			background-attachment: local!important;
			background-size: auto!important;
		}
		.pad {
			padding-top: 8%;
		}
		.blog-line img {
			float: none;
		}
		#wrap.boxed-wrap, #wrap.boxed-wrap #header {
			width: 728px;
		}
		.plan-wrap {
			width: auto;
		}
		.social-icons a {
			margin: 1px 4px 0 4px;
		}
		.max-counter.m-counter {
			width: 130px;
		}
		.max-counter.m-counter .max-count {
			font-size: 64px;
			letter-spacing: 0;
		}
		.max-counter.m-counter .icon-counter {
			font-size: 50px
		}
		.event-list .btn-wrapper .button.dark-gray.medium {
			padding: 13px;
			letter-spacing: 0;
			font-size: 11px;
		}
		.social-team i {
			font-size: 16px;
			padding: 5px;
		}
		.respo-tagline {
			font-size: 36px;
			letter-spacing: -2px;
		}
		.tagline-bold {
			font-size: 31px;
			line-height: 33px;
		}
	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 481px) and (max-width: 767px) {
		#wrap.boxed-wrap, #wrap.boxed-wrap #header {
			width: 460px;
		}
		#testimonials-slider li {
			width: 400px;
		}
		.page-subtitle {
			left: 0;
			padding: 10px 0 0 20px;
			bottom: 0;
			border-bottom: 1px solid #e8edee;
			margin-bottom: 20px;
			height: auto;
			width: auto;
			clear: both;
			background: #fdfdfd;
			border-radius: 0;
		}
		.pricing-table .plans-f-list.respo {
			display: inline;
			visibility: visible;
		}
		.jcarousel-item, .last-project .portfolio-item {
			max-width: 210px;
			height: 157px;
			float: left;
		}
		.respo-tagline {
			font-size: 29px;
			letter-spacing: -1px;
		}
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.blox {
			background-attachment: local !important;
			background-size: cover !important;
		}
		.max-hero .slides-navigation {
			display: none
		}
		.max-hero .slides-content .slides li {
			font-size: 48px;
		}
		.max-hero .slides-content p {
			font-size: 14px
		}
		.max-hero .slides-content .button {
			font-size: 12px
		}
		#headline {
			height: auto;
			border-bottom: 1px solid #f1f1f1;
			padding: 14px 0;
		}
		#headline h1, #headline h2, #headline h3 {
			font-size: 25px;
			text-align: center;
		}
		#headline h1 small, #headline h2 small, #headline h3 small {
			display: block;
			margin-top: 14px;
			margin-bottom: 0;
			font-size: 16px;
			letter-spacing: 0;
			font-weight: 400;
		}
		
		#lang_sel_click {
			text-align: left;
			float: right;
		}
		#lang_sel_click img.iclflag {
			padding: 0;
		}
		.container hr {
			margin-left: 0;
			margin-right: 0;
		}
		.nav-search {
			float: none;
			margin: 0;
		}
		.img-box {
			width: 420px;
			height: 308px;
		}
		.contact textarea {
			width: 398px;
		}
		.max-counter {
			display: block;
			padding-bottom: 20px;
		}
		.logo-wrap .logo {
			text-align: center;
			float: none;
			margin-bottom: 10px;
			width: 100%;
			height: auto;
			line-height: 1;
		}
		.logo-wrap .logo img {
			position: static;
		}
		.portfolio article {
			width: 100%;
			height: 300px;
		}
		.plan-wrap article {
			width: 50%;
		}
		.twitter h3 {
			padding: 0;
		}
		.project-view .img-item-big img {
			border: none;
			margin-bottom: -14px;
		}
		.proj-title-x h2 {
			font-size: 28px;
		}
		#wrap .ptp-pricing-table .ptp-four-col {
			width: 100%;
		}
		.zoomex2 h6 {
			font-size: 18px;
			font-weight: 600;
		}
		input[type="text"].header-saerch, input[type="text"].header-saerch:focus {
			width: 261px;
			margin-top: 10px;
		}
		.tline-box iframe, .tline-box img {
			height: auto;
		}
		.tline-row-l, .tline-row-r {
			display: none
		}
		.tline-box.rgtline {
			float: left;
			left: 0;
		}
		#tline-content:before {
			background: #eff3f4;
		}
		.tabs-left > .nav-tabs, .tabs-left > .nav-tabs > li > a, .nav-tabs > li, .nav-tabs > li.active, .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs .active > a:hover {
			width: 100%;
			display: block;
			padding-left: 0;
			padding-right: 0;
		}
		.tabs-left > .nav-tabs > li > a {
			border-right: 0 none;
		}
		.tabs-left > .tab-content {
			border: none;
		}
		.tab-content .columns, .tab-content .column {
			margin: 0 10px;
			max-width: 90%;
		}
		.container hr {
			margin-left: 0;
			margin-right: 0;
		}
		.author-detail {
			margin: 20px 0;
		}
		.pad-r10, .pad-r20, .pad-r30, .pad-r40, .pad-l10, .pad-l20, .pad-l30, .pad-l40 {
			padding: 0;
		}
		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth {
			width: 100%;
			float: none;
			margin-right: 0;
		}
		.twitter-box h3 {
			font-size: 17px;
		}
		.date-sp-wrap {
			margin: 0;
			float: right;
			margin-bottom: 7px;
		}
		.blog-line .blog-date-sec {
			height: auto;
		}
		.v-shadow-r, .v-shadow-l {
			min-height: inherit;
			background: none;
		}
		.pad-r10, .pad-r20, .pad-r30, .pad-r40, .pad-l10, .pad-l20, .pad-l30, .pad-l40 {
			padding: 0;
		}
		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth {
			width: 100%;
			float: none;
			margin-right: 0;
		}
		.latest-f-blog, .qot-week {
			margin: 0;
		}
		.callout {
			margin: 10px 0px 20px;
		}
		.brdr-l1, .brdr-r1, .brdr-l2, .brdr-r2 {
			padding: 0;
			border: none;
		}
		.brdr-l1 {
			margin-top: 30px;
		}
		.brdr-r1 {
			margin-bottom: 30px;
		}
		.resp-center {
			text-align: center !important;
		}
		.tab-content p, .tab-content li {
			font-size: 12px;
		}
		#side-nav {
			float: noe;
		}
		input[type="text"].header-saerch, input[type="text"].header-saerch:focus {
			float: none;
			display: inline;
			position: relative;
			z-index: 10000;
		}
		#wrap .ls-inner a.button {
			padding: 4px 8px !important;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 0;
			font-weight: bold;
		}
		#wrap .ls-inner a.button.sm19 {
			margin-left: -12px;
		}
		#wrap .ls-inner h1 {
			font-size: 17px;
		}
		#wrap .ls-inner h2 {
			font-size: 16px;
		}
		#wrap .ls-inner h3 {
			font-size: 15px;
		}
		#wrap .ls-inner h4 {
			font-size: 14px;
		}
		#wrap .ls-inner h5 {
			font-size: 13px;
		}
		#wrap .ls-inner h6, #wrap .ls-inner p {
			font-size: 12px;
		}
		.footer-navi.floatright, .footer-navi {
			float: none;
		}
		.fix-btn-mrg .button.skyblue.large {
			margin-top: 30px;
			margin-bottom: 55px;
		}
		#topbar-search .search-text-box {
			margin: 5px 0 0;
		}
		#topbar-search .search-icon {
			right: 9px;
			top: 9px;
		}
		#header .img-logo-w1 {
			display: inline;
		}
		.logo a:active {
			opacity: 1;
		}
		.moonicons-box1 {
			width: 100%;
		}
		.max-title, .max-title2, .max-title3, .max-title4, .max-title5 {
			margin-top: 14px;
			margin-bottom: 35px;
		}
		.top-links, .top-links.rgtflot {
			margin: 0 auto;
			padding-top: 0;
		}
		.callout {
			position: relative;
			padding-bottom: 70px;
		}
		.callout a.callurl {
			position: absolute;
			bottom: 0;
			right: 9px;
		}
		.our-clients-wrap {
			padding-top: 0;
			padding-bottom: 30px;
		}
		.testimonials-slider-w {
			margin-bottom: 50px;
		}
		#wrap .wpcf7 .wpcf7-form p, #wrap .wpcf7 .wpcf7-submit {
			width: 100%;
		}
		.contact-form {
			padding: 0;
			border: none;
		}
		.contact-form .btnSend {
			width: 100%;
			padding: 0;
		}
		.contact-form .g-recaptcha {
			overflow: hidden;
			width: 183px;
			border-right: 1px solid lightgrey;
		}
		.footer-in h5.subtitle {
			margin-top: 10px;
		}
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
		.max-hero .slides-content p {
			font-size: 13px
		}
		#wrap.boxed-wrap, #wrap.boxed-wrap #header {
			width: 100%;
		}
		.footbot {
			min-height: 38px;
			height: auto;
		}
		.nav-wrap2.mn4 #nav a {
			padding: 15px 4px;
		}
		#menu a {
			padding: 15px 4px;
		}
		.img-box {
			width: 300px;
			height: 220px;
		}
		.pad {
			padding-top: 2%;
		}
		.post-img {
			margin-bottom: 20px;
		}
		.plan-wrap article {
			width: 100%;
		}
		.author-detail {
			width: 254px;
		}
		.contact input {
			width: 288px;
			margin-right: 0;
		}
		.contact textarea {
			width: 278px;
		}
		.commentin {
			width: 92%;
		}
		.respo-tagline {
			font-size: 27px;
			letter-spacing: 0;
		}
		.quote-slider .testimonial-content h4 q {
			font-size: 19px;
		}
		.vertical-space, .vertical-space1 {
			height: 8px;
		}
		.vertical-space2 {
			height: 14px;
		}
		.vertical-space3 {
			height: 28px;
		}
		.vertical-space4 {
			height: 40px;
		}
		.vertical-space5 {
			height: 60px;
		}
	}
	
	@media (min-width: 1200px) {
		#wrap.boxed-wrap, #wrap.boxed-wrap #header {
			width: 1245px;
		}
	}
	
	@media only screen and (min-width: 1281px) {
		.white-space {
			height: 110px;
		}
		h4.subtitle {
			margin: 10px 0 20px 0;
		}
		#testimonials-slider li {
			width: 1100px;
		}
		.breadcrumbs-w .container {
			padding-left: 30px;
		}
		.respo-tagline {
			font-size: 70px;
			letter-spacing: -5px;
		}
	}
	
	@media only screen and (min-width: 767px) and (max-width: 959px) {
		#testimonials-slider li {
			width: 860px;
		}
		.latest-works .portfolio-item {
			width: 33.3%;
		}
	}


	/* Fix button style in safari & chrome > IOS  */
	@supports (-webkit-appearance:none) {
		input[type="search"], input[type="text"], input[type="button"], input[type="submit"] {
			-webkit-appearance: none;
			border-radius: 0;
		}
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		input[type="search"], input[type="text"], input[type="button"], input[type="submit"] {
			-webkit-appearance: none;
			border-radius: 0;
		}
	}
	
		.wn-circle-side-wrap {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.82);	
	}
	.wn-circle-side-wrap [data-loader='wn-circle-side'] {
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}
	[data-loader='wn-circle-side'] {
		position: relative;

		width: 25px;
		height: 25px;

		-webkit-animation: circle infinite .75s linear;
		-moz-animation: circle infinite .75s linear;
		-o-animation: circle infinite .75s linear;
		animation: circle infinite .75s linear;

		border: 2px solid #437df9;
		border-top-color: rgba(0, 0, 0, .2);
		border-right-color: rgba(0, 0, 0, .2);
		border-bottom-color: rgba(0, 0, 0, .2);
		border-radius: 100%;
	}
	@-webkit-keyframes circle {
		0% {
			-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-moz-keyframes circle {
		0% {
			-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-o-keyframes circle {
		0% {
			-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes circle {
		0% {
			-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			-o-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	/* --------------------- */