<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
===============================================

	Theme Name: Crexis
	Theme URI: http://themeforest.net/item/crexis-multipurpose-one-multi-page-theme/15190365
	Description: Clean &amp; Modern One &amp; Multipage WordPress Theme.
	Version: 3.5.0
	Author: Veented
	Author URI: http://themeforest.net/user/Veented
	Text Domain: crexis
	Domain Path: /lang
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Table of contents:

	- CSS Reset
	- General
	- Columns &amp; Layout
	- Common
	- Typography
	- Header
	- Blog
	- Portfolio
	- Footer
	- Shortcodes &amp; Plugins

===============================================
*/


/* Crexis Main Styles */

	html, body {
		width:100%;
		height:100%;
		padding:0;
		margin:0;
		font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: subpixel-antialiased;
		color: #888
	}

	body{
		overflow-x: hidden !important;
		font-size: 13px;
	}

	section,
	.cover{
		background-size:cover !important;
		background-position: center center;
		background-repeat: no-repeat;
	}

	section &gt; .wpb_row {
		background-size:cover;
	}

	img {
	    -moz-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    -webkit-user-drag: none;
	    user-drag: none;
	    max-width: 100%;
	}

	p {
		line-height: 1.8em;
		margin-bottom: 20px;
	}

	a,
	button,
	button:hover{
		text-decoration:none;
		outline:none;
		color: #e54343;
	}

	a:hover {
		color: #333;
		text-decoration: none;
	}

	a:focus,
	button:focus{
		outline: none;
		text-decoration: none;
	}

	a {
		transition: color .3s;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
	}

/* Main */

/* Containers */

.container {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
}

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

	.page-holder .inner .inner,
	.vc_row-stretch .inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin: 0px;
	}

	.vc_row.vc_row-flex &gt; .inner {
		box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}

	.vc_row-stretch &gt; .inner &gt; .inner-margin {
		margin: 0px;
	}

		.vc_video-bg iframe {
			padding-left: 0px !important;
			padding-right: 0px !important;
		}

		#page-content .vc_row-has-fill+.vc_row&gt;.vc_column_container&gt;.vc_column-inner {
			padding-top: 0px;
		}

		#page-content .vc_col-sm-12 &gt; .vc_column-inner .wpb_wrapper &gt; .vc_row {
			margin-left: -15px;
			margin-right: -15px;
		}

	#page-content .vc_row {
	     margin-left: 0px;
	     margin-right: 0px;
	}


	.inner.stretch_row_content {
		max-width: 100% !important;
		padding: 0 25px;
	}

	.inner.stretch_row_content_no_spaces {
		max-width: 100% !important;
		padding: 0;
	}

		.inner.stretch_row_content_no_spaces .vc_col-sm-12 {
			padding-left: 0px !important;
			padding-right: 0px !important;
		}

		.single-post.blog .inner {
			max-width: 1170px;
		}

		#page-content .single-post.blog .inner .vc_row {
			margin-left: -15px;
			margin-right: -15px;
		}

	/* Row stretches &amp; Equal Height */

	.vc_row.vc_row-o-equal-height&gt;.inner&gt;.vc_column_container {
		-webkit-box-align: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}

	.vc_row.vc_row-flex&gt;.inner&gt;.vc_column_container {
	    display: flex;
	}

	.vc_row.vc_row-flex&gt;.inner, .vc_row.vc_row-flex&gt;.inner&gt;.vc_column_container {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	}

	/* Vertical Align Middle */

	.vc_row.vc_row-o-content-middle&gt;.inner&gt;.vc_column_container&gt;.vc_column-inner {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.vc_row.vc_row-flex&gt;.inner&gt;.vc_column_container&gt;.vc_column-inner {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.vc_row.vc_row-flex&gt;.inner&gt;.vc_column_container&gt;.vc_column-inner {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	}

/* Background Overlays */

.bg-overlay,
.bg-overlay-accent:after {
	position: absolute !important;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.20);
}

	.bg-overlay-darker,
	.bg-overlay-dark60 {
		background: rgba(24,24,24,0.80);
	}

	.bg-overlay-dark80 {
		background: rgba(34,34,34,0.89);
	}

	.bg-overlay-dark75 {
		background: rgba(0,0,0,0.75);
	}

	.bg-overlay-black {
		background: rgba(0,0,0,0.9);
	}

	.bg-overlay-accent {
		background: rgba(0,0,0,0.85);
	}

	.bg-overlay-light {
		background: rgba(255,255,255,0.9);
	}

	.bg-overlay-accent:after {
		background-color: #c7b299;
		opacity: 0.1;
		content: " ";
	}

	.bg-overlay-dark_blue {
		background: rgba(4, 13, 25, 0.73);
	}

	.bg-overlay-dark_red {
		background: rgba(40,32,32, 0.75);
	}

	.vntd-hero .bg-overlay,
	.vntd-hero .bg-overlay-accent:after {
		z-index: 3;
	}

	.hero-media-youtube .home-inner {
		opacity: 1 !important;
	}

	.hero-fullscreen {
		background-size: cover;
		position: relative;
		overflow: hidden;
		background-position: 50% 0px;
	}

	.hero-fullscreen.parallax,
	.parallax,
	.parallax2,
	.parallax3,
	.parallax4,
	.parallax5,
	.parallax-bg,
	.parallax-row {
		background-attachment: fixed;
		background-size: cover;
	}

	.slides-container &gt; div.skrollable {
		background-attachment: fixed;
		background-size: cover;
		/*z-index: 2 !important;*/
		/**/
		/*opacity: 1 !important;*/
	}

	div.display-block-important,
	.slides-container &gt; div.current-slide {
		display: block !important;
	}

	.bg-overlay-dark_dots {
		background: rgba(24,24,24,0.8);
		background-image: url(img/pattern-black.png);
	}


/* Header */

/* Breadcrumbs */

	#breadcrumbs li {
		list-style: none;
		display: inline-block;
	}

	#breadcrumbs li:after {
		content: "/";
		margin: 0 5px;
		opacity: 0.5;
	}

	#breadcrumbs li:last-child:after {
		display: none;
		content: none;
	}

/* Page Loader */

	#pageloader{
		width: 100%;
		height: 100%;
		position: fixed;
		top:0;
		z-index: 99999;
	}

	#pageloader {
		background-color: white;
	}

	.spinner {
		margin: 0 auto;
		width: 70px;
		text-align: center;
		position: relative;
		top:50%;
		margin-top:-9px;
	}

	.spinner div {
		width: 18px;
		height: 18px;
		border-radius: 100%;
		display: inline-block;
		top:50%;
		margin-top:9px;
		-webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
		animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
		/* Prevent first frame from flickering when animation starts */
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	#pageloader .spinner div{
		background-color: #333;
	}

	.dark-loader .spinner div{
		background-color: #dedede;
	}

	.spinner .bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.spinner .bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}

	@-webkit-keyframes sk-threeBounceDelay {

		0%, 80%, 100% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}

		40% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

	}

	@keyframes sk-threeBounceDelay {

		0%, 80%, 100% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}

		40% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

	}

/* Jump Effect For Icons */

	@-webkit-keyframes jump-icon {

		0%, 20%, 80%, 100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
		}
	}

	@keyframes jump-icon {

		0%, 20%, 80%, 100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
		}
	}

	.jump {
		-webkit-animation: jump-icon 2s infinite ease-in-out;
		animation: jump-icon 2s infinite ease-in-out;
		/* Prevent first frame from flickering when animation starts */

	}

/* Background Animation */

	@-webkit-keyframes BackgroundAnimation {
	    from {background-position: 0px 0px;}
	    to {background-position: 9600px 0px;}
	}

	@-moz-keyframes  BackgroundAnimation {
	    from {background-position: 0px 0px;}
	    to {background-position: 9600px 0px;}
	}

	@-ms-keyframes  BackgroundAnimation {
	    from {background-position: 0px 0px;}
	    to {background-position: 9600px 0px;}
	}

	.animated-bg{
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: fixed !important;
		background-repeat: repeat;
		-webkit-animation: BackgroundAnimation 500s linear infinite;
		-moz-animation: BackgroundAnimation 500s linear infinite;
   		-ms-animation: BackgroundAnimation 500s linear infinite;
	}

	blockquote{
		border-left: 2px solid #aaa;
		padding: 5px 15px;
	}

/* Buttons */

	.btn,
	input[type="submit"] {
		padding:5px 8px;
		letter-spacing:0.7px;
		display: inline-block;
		vertical-align: middle;
		line-height: 10px;
		white-space: nowrap;
		border-radius: 2px;
		font-weight: 300;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff;
		-webkit-appearance: none;
		border: 0;
	}

		.btn-holder {
			display: inline-block;
			margin-bottom: 10px;
			margin-right: 2px;
		}

		.btn-block {
			display: block;
		}

		.btn-block .btn-holder {
			display: block;
		}

	.btn:active,
	.btn:focus{
		box-shadow: none;
	}

	.btn span{
		display: block;
		margin-top:7px;
		font-size:12px;
		opacity: .8;
		line-height: 8px;
		text-align: left;
	}

		.text-align-left {
			text-align: left;
		}

		.btn-accent3.solid-btn {
			color: #1b1b1b;
		}

		.btn .fa {
			margin-right: 6px;
		}

		.btn.mini-btn .fa {
			margin-right: 5px;
		}

		.btn.large-btn .fa {
			margin-right: 6px;
		}

		.btn.xlarge-btn .fa {
			margin-right: 7px;
		}

/* Button Colors */

	.white-btn{
		background:white;
		color:#1b1b1b;
	}

	.light-btn,
	.white-btn:hover{
		background:#ebebeb;
		color:#1b1b1b;
	}

	.light-btn:hover{
		opacity: .7;
	}

	.colored-btn,
	.colored-btn:focus{
		/* Look to /css/colors folder */
		color:white;
	}

	.colored-btn:hover{
		color:white;
		opacity: 0.85;
	}

	.dark-btn,
	.dark-btn:hover,
	.dark-btn:focus{
		/* Look to /css/page_tones folder */
		color:white;
	}

	.btn-grey {
		background: #ebebeb;
		color: #1b1b1b;
	}

		.btn-grey.btn-hover-opacity:hover {
			color: #1b1b1b;
		}

		.btn-hover-opacity:hover {
			opacity: .7;
		}

		.vntd-section-white .btn-grey {

		}

		#page-content .btn.border-btn.btn-grey {
			border: 1px solid rgba(255,255,255,0.7);
			color: #fff;
			background: none;
		}

		#page-content .btn.btn-hover-white:hover {
			background: #fff;
			border-color: #fff;
			color: #1b1b1b !important;
		}


/* Button Border Options */

	.white-border-btn,
	.white-border-btn:focus{
		border:1px solid rgba(255,255,255,0.7);
		color:white;
		background:transparent;
	}

	.white-border-btn:hover{
		border:1px solid #fff;
		background:#fff;
		color:#1b1b1b;
	}

	.dark-border-btn,
	.dark-border-btn:focus{
		border:1px solid rgba(0,0,0,0.7);
		color:#1b1b1b;
		background:transparent;
	}

	.dark-border-btn:hover{
		border:1px solid #222222;
		background:#222222;
		color:white;
	}

		#page-content .btn.border-btn {
			color:#1b1b1b;
			border-color: #333;
			background: none;
		}

		#page-content .btn.border-btn:hover {
			color: #fff;
		}

		.solid-btn:hover {
			color: #fff;
		}

	.circle-btn{
		border-radius: 40px;
	}

/* Button Sizes */

	.mini-btn{
		padding:6px 11px;
		font-size:12px;
	}

	.small-btn{
		padding:8px 15px;
		font-size:13px;
	}

	.medium-btn{
		padding:10px 25px;
		font-size:14px;
	}

	.large-btn{
		padding:14px 35px;
		font-size:15px;
	}

	.xlarge-btn{
		padding:16px 45px;
		font-size:16px;
	}

/* Icons */

	.icon{
		display: inline-block;
		text-align: center;
		border-radius:2px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Icon Colors */

	.white-icon{
		background:white;
		color:#1b1b1b;
	}

	.light-icon,
	.white-icon:hover{
		background:#ebebeb;
		color:#1b1b1b;
	}

	.light-icon:hover{
		opacity: .9;
	}

	.colored-icon,
	.colored-icon:focus{
		/* Look to /css/colors folder */
		color:white;
	}

	.colored-icon:hover{
		color:white;
		opacity: 0.85;
	}

	.dark-icon,
	.dark-icon:hover,
	.dark-icon:focus{
		/* Look to /css/page_tones folder */
		color:white;
	}

	.highlight-dark .colored {
		color: #444 !important;
	}

/* Icon Border Options */

	.white-border-icon,
	.white-border-icon:focus{
		border:1px solid rgba(255,255,255,0.7);
		color:white;
		background:transparent;
	}

	.white-border-icon:hover{
		border:1px solid #fff;
		background:#fff;
		color:#1b1b1b;
	}

	.dark-border-icon,
	.dark-border-icon:focus{
		border:1px solid rgba(0,0,0,0.7);
		color:#1b1b1b;
		background:transparent;
	}

	.dark-border-icon:hover{
		border:1px solid #222222;
		background:#222222;
		color:white;
	}

/* Icon Sizes */

	.mini-icon{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size:13px;
	}

	.small-icon{
		width:40px;
		height:40px;
		line-height: 40px;
	}

	.medium-icon{
		width:55px;
		height:55px;
		line-height: 55px;
	}

	.large-icon{
		width:70px;
		height:70px;
		line-height: 70px;
	}

	.xlarge-icon{
		width:85px;
		height:85px;
		line-height: 85px;
	}

/* Icons Listing */

	.icons-listing div{
		width: 20%;
		float: left;
		font-size: 0;
		cursor: default;
		border:1px solid #efefef;
		margin:-1px -1px 0 0;
		background:white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icons-listing i{
		border-right: 1px solid #efefef;
		display: inline-block;
		font-size:16px;
		padding:12px;
		width: 45px;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.icons-listing p,
		.icons-listing br {
			display: none;
		}

	.icons-listing div:hover{
		background:#fafafa;
		position: relative;
		z-index: 2;
		-webkit-transform: scale(1.12);
		-moz-transform: scale(1.12);
		-ms-transform: scale(1.12);
		transform: scale(1.12);
	}

	.icons-listing div:hover i{
		color:white !important;
		border-right: none;
	}

	.icons-listing div span{
		font-size:14px;
		color:#999;
	}

/* Page Font Classes */

	h1,h2,h3,h4,h5,h6,.font-primary,
	.raleway {
		font-family: 'Raleway', sans-serif !important;
	}

	.georgia,
	.wpb_text_column.georgia h1,
	.wpb_text_column.georgia h2,
	.wpb_text_column.georgia h3,
	.wpb_text_column.georgia h4,
	.wpb_text_column.georgia h5,
	.wpb_text_column.georgia h6 {
		font-family: Georgia, Times, 'Times New Roman', serif !important;
	}

	.tahoma{
		font-family: Tahoma, Verdana, Segoe, sans-serif !important;
	}

	.pacifico{
		font-family: 'Pacifico', cursive !important;
	}

	.oswald,
	.font-secondary {
		font-family: 'Oswald', sans-serif !important;
	}


	.helvetica{
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
	}

/* Font Styles */

	.extrabold{
		font-weight: 900;
	}

	.bold,
	.font-weight-700 {
		font-weight: 700;
	}

	.semibold,
	.font-weight-600,
	.font-weight-300 .colored {
		font-weight: 600;
	}

	.normal,
	#page-content .font-weight-400 {
		font-weight: 400;
	}

	.light,
	#page-content .font-weight-300 {
		font-weight: 300;
	}

	.extra-light{
		font-weight: 200;
	}

	.thin{
		font-weight: 100;
	}

	.p13px {
		font-size: 13px;
	}

	.p15px {
		font-size: 15px;
	}

	.p16px {
		font-size: 16px;
	}

	.p17px {
		font-size: 17px;
	}

	.p18px {
		font-size: 18px;
	}

	#page-content .fs50px {
		font-size: 50px;
	}

	#page-content .fs55px {
		font-size: 55px;
	}

	#page-content .fs62px {
		font-size: 62px;
	}

	#page-content .fs95px {
		font-size: 95px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.italic{
		font-style: italic;
	}

	.uppercase{
		text-transform: uppercase;
	}

	.capitalize{
		text-transform: capitalize !important;
	}

	.antialiased{
		-webkit-font-smoothing: antialiased !important;
	}

	.h1{
		font-size:36px;
	}

	.h2{
		font-size:30px;
	}

	.h3{
		font-size:24px;
	}

	.h4{
		font-size:18px;
	}

	.h5{
		font-size:14px;
	}

	.h6{
		font-size:12px;
	}

	.span-with-bg{
		padding:10px;
	}

	.span-with-border{
		padding:12px 14px;
		border:1px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.note{
		color:#a4a4a4;
		font-size:13px;
		line-height: 22px;
	}

	pre,
	code{
		display: inline-block;
		background-color: #f5f5f5;
		border:none;
		color: #333;
		padding: 3px 7px;
		font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
		max-width: 100%;
		vertical-align: middle;
		overflow-x: scroll;
		font-size: 90%;
	}

	code {
		display:inline;
	}

	.wpb_text_column ul &gt; li {
		list-style: none;
		padding: 4px 0px;
		display: block;
	}

	.wpb_text_column ul &gt; li:before {
		content: "\f10c";
		font-family: "FontAwesome";
		-webkit-font-smoothing: antialiased;
		margin-right: 9px;
		font-size: 9px;
	}

	.wpb_wrapper &gt; ul {
		padding-left: 0px;
	}




/* Containers */

	.container{
		width: 100%;
		height: auto;
		padding:0;
		margin:0;
	}

	.inner{
		width:100%;
		height: auto;
		max-width: 1170px;
		position: relative;
		margin: 0 auto;
		/*overflow: hidden;*/
		/*padding: 80px 0;*/
	}

		.vc_row {
			padding: 70px 0px;
			position: relative;
			background-size: cover;
		}

		.vc_row .vc_row {
		    padding: 45px 0px;
		}

		.vc_row .wpb_wrapper &gt; .vc_row:last-child {
			padding-bottom: 25px;
		}

		.vc_row.btn-block {
			margin-top: 0px;
		}

		.page-template-template-fullpage .vc_row.section {
			margin-left: 0px;
			margin-right: 0px;
		}

		.page-template-template-fullpage .fullwidth-row .vc_column-inner {
			padding-left: 0px;
			padding-right: 0px;
		}

		.page-template-template-fullpage .vc_row {
			padding: 0px;
			background-size: cover !important;
		}

		.page-template-template-fullpage .vc_col-sm-12 &gt; .vc_column-inner  {
			padding-top: 0px;
		}

		.page-template-template-fullpage .fp-tableCell &gt; .vc_col-sm-12 {
			position: static;
		}

	.inner:after,
	.inner:before{
		clear: both;
		content: "";
		display: block;
	}

	.five{
		width:20%;
	}

	.boxed{
		width:100%;
		max-width:1170px;
		margin:0 auto;
		height: auto;
	}

	.circle{
		border-radius:100%;
	}

	.fullwidth{
		width:100%;
		max-width: 100%;
	}

	.fullscreen{
		width: 100%;
		height: 100%;
		left:0;
		top:0;
	}

		.slides-container &gt; div {
			background-attachment: fixed;
			background-size: cover !important;
			background: #333;
		}

		.slides-container &gt; div.parallax {
			background-attachment: fixed !important;
		}

	.transparent{
		background: transparent !important;
	}

	.no-padding{
		padding:0 !important;
	}

	.no-padding-top{
		padding-top:0 !important;
	}

	.no-padding-right{
		padding-right:0 !important;
	}

	.no-padding-left{
		padding-left:0 !important;
	}

	.no-padding-bottom{
		padding-bottom:0 !important;
	}

	.no-margin{
		margin:0 !important;
	}

	.no-margin-top{
		margin-top:0 !important;
	}

	.no-margin-right{
		margin-right:0 !important;
	}

	.no-margin-left{
		margin-left:0 !important;
	}

	.no-margin-bottom{
		margin-bottom:0 !important;
	}

	.margin-top{
		margin-top:20px !important;
	}

	.margin-left{
		margin-left:20px !important;
	}

	.margin-right{
		margin-right:20px !important;
	}

	.margin-bottom{
		margin-bottom:20px !important;
	}

/* Positions and Floats */

	.relative{
		position: relative !important;
	}

	.absolute{
		position: absolute !important;
	}

	.fixed{
		position:fixed !important;
	}

	.block{
		display:block;
	}

	.inline-block{
		display:inline-block;
	}

	.table{
		display: table;
	}

	table th {
		font-weight: normal;
	}

	/* For Mobile Devices */
	.fixed-bg{
		background-attachment: fixed !important;
	}

	.f-left{
		float:left;
	}

	.f-right{
		float: right;
	}

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

	.z-2{
		z-index: 2;
	}

	.z-3{
		z-index: 3;
	}

/* Opacity Classes */

	.op-01{
		opacity: .1;
	}

	.op-02{
		opacity: .2;
	}

	.op-03{
		opacity: .3;
	}

	.op-04{
		opacity: .4;
	}

	.op-05{
		opacity: .5;
	}

	.op-06{
		opacity: .6;
	}

	.op-07{
		opacity: .7;
	}

	.op-08{
		opacity: .8;
	}

	.op-09{
		opacity: .9;
	}

	.st{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Cursor Types */

	.c-default{
		cursor: default;
	}

	.c-pointer{
		cursor: pointer;
	}

	.c-move{
		cursor: move;
	}

/* List Types */

	ul.list-circle,
	ol.list-circle{
		list-style-type: circle;
		padding-left:15px;
	}

	ul.list-disc,
	ol.list-disc{
		list-style-type: disc;
		padding-left:15px;
	}

	ul.list-numbers,
	ol.list-numbers{
		list-style-type: circle;
		padding-left:15px;
	}

	ul.list-latin,
	ol.list-latin{
		list-style-type: lower-latin;
		padding-left:15px;
	}

	.colored-list li{
		position: relative;
		padding-left:20px;
	}

	.colored-list li:before{
		display: block;
		position: absolute;
		width: 13px;
		height: 13px;
		text-align: center;
		line-height: 13px;
		font-size:10px;
		left:0;
		content: "\f105";
		top:3px;
		border-radius: 100%;
		font-family: 'FontAwesome';
		color:white;
	}

/* Animates */

	.animated.vntd-animated {
		visibility:hidden;
	}

		.vc_grid-item.animated {
			visibility: visible;
		}


	#page-content .visible {
		visibility:visible;
	}

/* Patterns */

	.pattern-white:before{
		background: url(img/pattern-white.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
	}

	.pattern-black:before{
		background: url(img/pattern-black.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
	}

/* Text Aligns */

	.t-left{
		text-align:left !important;
	}

	.t-center{
		text-align:center !important;
	}

	.t-right{
		text-align:right !important;
	}

	.t-justify{
		text-align:justify !important;
	}

	.v-center{
		vertical-align: middle;
		display: table-cell;
	}

	.v-top{
		vertical-align: top;
		display: table-cell;
	}

	.v-bottom{
		vertical-align: bottom;
		display: table-cell;
	}

	.ws-normal{
		white-space:normal;
	}

	.ws-nowrap{
		white-space:nowrap;
	}

	.ws-preline{
		white-space:pre-line;
	}

	.mw-300{
		max-width: 300px;
	}

	.mw-400{
		max-width: 400px;
	}

	.mw-500{
		max-width: 500px;
	}

	.mw-600{
		max-width: 600px;
	}

/* Text Colors */

	.white{
		color:white !important;
	}

	.gray{
		color:#939393;
	}

	.gray-light{
		color:#dddddd;
	}

	.t-shadow{
		text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}

	.b-shadow{
		box-shadow:2px 2px 2px rgba(0,0,0,0.05);
	}

	.white::-webkit-input-placeholder { /* WebKit browsers */
    	color: white;
	}
	.white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color: white;
	}
	.white::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color: white;
	}
	.white:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color: white;
	}

/* Background Colors */

	.white-bg{
		background-color:white !important;
	}

	.gray-bg{
		background-color:#fdfdfd !important;
	}

	.gray-bg-1{
		background-color:#fafafa !important;
	}

	.gray-bg-2{
		background-color:#f0f0f0 !important;
	}

	.glass-bg{
		background-color:rgba(255,255,255,0.1);
	}

	.light-bg{
		position: relative;
	}

	.light-bg:before{
		background-color:rgba(255,255,255, 0.9);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

	.dark-red-bg{
		position: relative;
	}

	.dark-red-bg:before{
		background-color:rgba(40,32,32, 0.75);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

/* GrayScale Effects */

	.black-white{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */;
	}

	.no-black-white{
		-webkit-filter: grayscale(0%) !important;
		-moz-filter: grayscale(0%) !important;
		-ms-filter: grayscale(0%) !important;
		-o-filter: 0(0%) !important;
		filter: grayscale(0%) !important;
		filter: none !important; /* IE 6-9 */;
	}

	.black-white-hover{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
	}

	.black-white-hover:hover{
		-webkit-filter: grayscale(0%) !important;
		-moz-filter: grayscale(0%) !important;
		-ms-filter: grayscale(0%) !important;
		-o-filter: 0(0%) !important;
		filter: grayscale(0%) !important;
		filter: none !important; /* IE 6-9 */;
	}

/* Borders */

	.border-1px{
		border:1px solid;
	}

	.border-2px{
		border:2px solid;
	}

	section.border-1px + section.border-1px,
	section.border-2px + section.border-2px{
		border-top:transparent;
	}

	.soft-border{
		border-color:#f1f1f1;
	}

	section.soft-border{
		border-left:transparent;
		border-right: transparent;
	}

	.gray-border{
		border-color:gray;
	}

	.no-border{
		border:none !important;
	}

	.no-border-top{
		border-top:none !important;
	}

	.no-border-bottom{
		border-bottom:none !important;
	}

	.no-border-left{
		border-left:none !important;
	}

	.no-border-right{
		border-right:none !important;
	}

	.white-border{
		border-color:white !important;
	}

	.bigger{
		font-size:95px;
	}

	.big{
		font-size:70px;
	}

	.text-50{
		font-size:50px;
	}

	.text-40{
		font-size:40px;
	}

	.text-30{
		font-size:30px;
	}

	.text-20{
		font-size:20px;
	}

/* Mobile Background Image For Video Backgrounds */

	.mobile-bg{
		position: relative;
	}

	.mobile-bg:after{
		width: 100%;
		height: 100%;
		position: absolute;
		content: '';
		display: block;
		background-image: url(img/mobile-bg.jpg);
		background-size:cover;
	}

	#page-content .b-scroll{
		background-attachment: scroll !important;
		background-size: cover;
		background-position: center center;
	}

/* Header Styles */

	.vntd-special-heading {
		margin-bottom: 35px;
		padding: 0 15px;
	}

		.special-heading-italic h1 {
			font-style: italic;
		}

	h1.header {
		margin:0 auto;
		padding-top:0;
		font-size:30px;
		font-weight: 600;
	}

	/* For Oswald Font */
	.header.oswald,
	.header.font-secondary {
		-webkit-font-smoothing: antialiased;
	}

	.header.small-header{
		font-size:22px !important;
	}

	.header + p,
	.vntd-special-heading h5.subtitle {
		max-width:650px;
		margin:0 auto;
	}

	.special-heading-align-center {
		text-align: center;
	}

/* Header Style 1 */

	 .vntd-special-heading.heading-separator h1.header {
		margin-bottom:45px;
	}

	 .vntd-special-heading.heading-separator h1.header:after{
		position: relative;
		content:'';
		bottom:-25px;
		width:30px;
		height: 1px;
		margin:0 auto;
		display: block;
		background-color:#9d9d9d;
	}

		.vntd-special-heading.heading-separator-bottom p.subtitle:after {
			position: relative;
		    content: '';
		    bottom: -22px;
		    width: 30px;
		    height: 1px;
		    margin: 0 auto;
		    display: block;
		    background: #f1f1f1;
		}

		.vntd-section-white .vntd-special-heading.heading-separator-bottom p.subtitle:after {
			background-color: #fff;
		}

	.t-left.header-style-1:after{
		position: relative;
		content:'';
		bottom:-25px;
		width:30px;
		height: 1px;
		margin:0;
		display: block;
	}

	.vntd-white-scheme .vntd-special-heading.heading-separator h1.header:after{
		background-color:#fff;
	}

	.vntd-special-heading.heading-separator .subtitle {
		font-size: 14px;
		max-width: 720px;
		padding:0 15px;
		margin:0 auto;
		font-weight: normal;
	}

	.vntd-section-white .vntd-special-heading .subtitle {
		color: #d3d3d3;
		-webkit-font-smoothing: antialiased;
	}

	.white.header + p{
		color:#b6b6b6;
	}

	.vc_row-has-fill&gt;.vc_column_container&gt;.vc_column-inner:first-child {
		padding-top: 0px;
	}

/* Header Style 2 */

	.header-first{
		font-size:24px;
		margin-bottom: 10px;
	}

	.dark-bg .header-first,
	.xdark-bg .header-first,
	.xxdark-bg .header-first,
	.black-bg .header-first{
		color:white;
	}

	.light-bg .header-first{
		color:#636363;
	}

	.header-style-2.header{
		font-size: 40px;
	}

	.heading-no-separator .subtitle,
	.heading-separator-bottom .subtitle {
		font-size: 15px;
		margin-top: 12px;
		font-weight: normal;
	}

	.font-size-40px {
		font-size: 40px !important;
	}

		.font-size-34px {
			font-size: 34px !important;
		}

		.font-size-16px {
			font-size: 16px !important;
		}

		.font-size-30px {
			font-size: 30px !important;
		}

	.header-style-2.strip + p:after{
		position: relative;
		content:'';
		bottom:-22px;
		width:30px;
		height: 1px;
		margin:0 auto;
		display: block;
	}

	.t-left.header-style-2.strip + p:after{
		margin-left:0;
	}

	.dark.header-style-2.strip + p:after{
		background-color:#9d9d9d;
	}

	.white.header-style-2.strip + p:after{
		background-color:#fff;
	}

/* Header Style 3 */

	.header-style-3.header{
		font-size: 22px;
		text-align: left;
		position: relative;
		display: table-cell;
		margin-left:0;
	}

	.header-style-3 + .header_rows{
		width: 100%;
		height: 1px;
		right: 0;
		background:#ebebeb;
		content:'';
		position: absolute;
		margin-top:-13px;
	}

	.header-style-3 + .header_rows.double-rows{
		margin-top:-10px;
	}

	.header-style-3 + .header_rows.double-rows:before{
		width: 100%;
		height: 1px;
		right: 0;
		background:#ebebeb;
		content:'';
		position: absolute;
		top:-5px;
	}

	.header-style-3.header + p{
		font-size: 15px;
		margin-top:15px;
		margin-left:0;
	}

/* End Crexis Main Styles */

/* Page Top */

	#pagetop{
		width: 100%;
		height: auto;
		top:0;
		position: relative;
		padding:0;
	}

	#pagetop .pagetop_inner{
		width: 100%;
		height: auto;
		max-width: 1170px;
		margin:0 auto;
		padding: 0px 15px;
	}

		#pagetop .topbar-text a {
			display: inline;
			float: none;
			padding: 0;
			line-height: inherit;
			margin-right: 6px;
			font-size: inherit;
		}

	#pagetop p{
		padding:0;
		margin:13px 0 12px;
		font-size:12px;
		line-height: 17px;
	}

		#pagetop p.topbar-text-socials {
			float: left;
			margin-right: 20px;
		}

	#pagetop a{
		display: block;
		float: left;
		margin:0;
		padding:0px 8px;
		font-size: 14px;
		text-align: center;
		width: 40px;
		height: 100%;
		line-height: 42px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		background: none;
		border-radius: 0;
		opacity: 1;
	}

		.dark-layout #pagetop {
			border-bottom: 1px solid #212121;
			background: #1f1f1f;
		}

		#pagetop .topbar-section {
			display: inline-block;
		}

	#pagetop .socials,
	#pagetop .texts{
		height: 40px;
	}

	#pagetop a:hover{
		color:white !important;
	}

/* Pagetop White Styles */

	#pagetop {
		border-bottom:1px solid #efefef;
	}

	#pagetop.white-pagetop p{
		color:#a0a0a0;
	}

	#pagetop.white-pagetop a{
		color:#cbcbcb;
		border-left:solid 1px #efefef;
	}

	#pagetop a:last-child{
		border-right:solid 1px #efefef;
	}

/* Pagetop Dark Styles */

	#pagetop.dark-pagetop{
		border-bottom:1px solid #212121;
		background:#1f1f1f;
	}

	#pagetop.dark-pagetop p{
		color:#a0a0a0;
	}

	#pagetop.dark-pagetop a{
		color:#cbcbcb;
		border-left:solid 1px #212121;
	}

	#pagetop.dark-pagetop a:last-child{
		border-right:solid 1px #212121;
	}

/* Pagetop Transparent Styles */

	#pagetop.transparent-pagetop{
		border-bottom:1px solid rgba(255,255,255,0.1);
		background:transparent;
		position: absolute;
		z-index: 1000;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		top: auto;
	}

	#pagetop.transparent-pagetop:hover{
		background-color:rgba(20,20,20,0.05);
	}

	#pagetop.transparent-pagetop p{
		color:#fff;
	}

	#pagetop.transparent-pagetop a{
		color:#fff;
		border-left:solid 1px transparent;
	}

	#pagetop.transparent-pagetop a:last-child{
		border-right:solid 1px transparent;
	}

/* Navigation */

	#navigation{
		height: auto;
		position: absolute;
		top: 0;
		z-index: 1000;
		/* For Second Nav */
		height: 70px;
		width: 100%;
	}

	.vntd-no-nav {
		line-height: 70px;
	}

		.admin-bar #navigation {
			top: 32px;
		}

	#navigation .navigation{
		width: 100%;
		top:0;
		position: absolute;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#navigation .navigation.first-nav:hover{
		background-color:rgba(20,20,20,0.05);
	}

	#navigation + .navigation{
		top:-70px;
		position: fixed;
		z-index: 999;
		width: 100%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav &gt; li.mega-menu.no-heading &gt; ul &gt; li &gt; a {
    display: none;
	}

/* Mobile Nav Button */

	.mobile-nav-button{
		display: none;
		position: absolute;
		width: 55px;
		height: 55px;
		line-height: 55px;
		background:transparent;
		right: 15px;
		top:50%;
		text-align: right;
		font-size:22px;
		cursor: pointer;
		text-align: center;
		margin-top:-28px;
		background: none !important;
	}

	/* Animation */

	.mobile-nav-button {
	  width: 22px;
	  box-sizing: border-box;
	  height: 40px;
	  position: absolute;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  margin-top: -10px;
	}

	.mobile-nav-button span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #444;
	  border-radius: 0px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

		.dark-nav .mobile-nav-button span {
			background-color: #fff;
		}

	.mobile-nav-button span:nth-child(1) {
	  top: 0px;
	}

	.mobile-nav-button span:nth-child(2),.mobile-nav-button span:nth-child(3) {
	  top: 6px;
	}

	.mobile-nav-button span:nth-child(4) {
	  top: 12px;
	}

	.mobile-nav-button.open span {
		opacity: 0.8;
	}

	/*.mobile-nav-button.open span:nth-child(1) {
	  top: 6px;
	  width: 0%;
	  left: 50%;
	}

	.mobile-nav-button.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.mobile-nav-button.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.mobile-nav-button.open span:nth-child(4) {
	  top: 6px;
	  width: 0%;
	  left: 50%;
	}*/

	/* End Animation */

		.mobile-nav {
			display: none;
			padding: 8px 15px;
		}

			.mobile-nav li {
				position: relative;
			}

			.mobile-nav ul {
				left: 0px !important;
			}

			.mobile-nav li a {
				border-bottom: 1px solid #efefef;
				padding: 13px 0px;
				text-transform: none;
				line-height: 1.8em !important;
				font-size: 13px;
				background: none !important;
			}

			.mobile-nav &gt; ul &gt; li:last-of-type a {
				border-bottom: 0px;
			}

			.mobile-nav .search-toggle {
				display: none;
			}

			.mobile-nav .dropdown-menu {
				position: relative;
				float: none;
				background: none;
				margin: 0px;
				top: auto;
				padding-left: 20px;
				border: 0px;
				box-shadow: none;
			}

			.mobile-nav li ul.dropdown-menu li.menu-item-has-children &gt; a:after {
				display: none;
				content: "";
			}

			.mobile-nav .dropdown-toggle {
				position: absolute;
				right: 0px;
				width: 40px;
				top: 0px;
				text-align: center;
				/* background: purple; */
				font-family: FontAwesome;
				-webkit-font-smoothing: antialiased;
				text-indent: 0px;
				display: block;
				z-index: 10;
				cursor: pointer;
				top: 0px;
				bottom: 0px;
				line-height: 50px;
			}

				.mobile-nav .dropdown-toggle:after {
					content: "\f107";
				}


		#navigation.white-nav .mobile-nav-button {
			color: #444;
		}

		#navigation.dark-nav .mobile-nav-button {
			color: #fff;
		}

		#navigation.white-nav .mobile-nav {
			background: #fafafa;
		}

			.white-nav .mobile-nav a {
				color: #666;
			}

		#navigation.dark-nav .mobile-nav {
			background: #161616;
		}

			.dark-nav .mobile-nav a {
				color: #fff;
			}

			.dark-nav .mobile-nav li a {
				border-color: #232323;
			}



	.white-nav.second-nav .mobile-nav-button,
	.white-nav.relative-nav .mobile-nav-button{
		color:#222;
	}

	.mobile-nav-button:active{
		background:rgba(255,255,255,0.05);
	}

	.nav-inner{
		width: 100%;
		height: 100%;
		max-width: 1170px;
		margin:0 auto;
		padding: 0 15px;
		position: relative;
	}

	.first-nav{
		background-color: rgba(0,0,0,0.0);
		/* First Nav Height */
		height: 90px;
		top:0;
	}

	.first-nav .nav-menu ul li &gt; a{
		line-height: 90px;
		color:white;
	}

	.second-nav{
		/* Changeable Height */
		height: 70px;
		box-shadow:2px 2px 2px rgba(0,0,0,0.05);
		position: fixed !important;
	}

	.second-nav .nav-menu ul li a{
		/* Changeable Line Height */
		line-height: 70px;
	}

	.second-nav.white-nav{
		background-color: rgba(255,255,255,0.98);
	}

	.second-nav.dark-nav {
		background-color: rgba(24,24,24,0.95);
	}

		.dark-nav .nav-menu ul.dropdown-menu {
			background-color: rgba(33,33,33,1);
		}

		.dark-nav .search-form button {
			background-color: #2b2b2b;
			color: #aaa;
		}

	.second-nav.dark-nav ul li a{
		color:#fff;
	}

	.second-nav.white-nav ul li a{
		color:#3a3a3a;
	}

	.second-nav.dark-nav .nav-menu ul li a:hover{
		background:rgba(25,25,25,0.4);
	}

	.second-nav.white-nav .nav-menu ul li a:hover,
	.second-nav.white-nav .nav-menu ul li a:active{
		background:#fdfdfd;
	}

	.navigation .nav-menu ul li a:focus,
	.navigation .nav-menu ul li.active a{
		background:transparent;
	}

	.first-nav .nav-menu ul li:hover:after{
		opacity: 1;
		width: 100%;
	}

/* Relative Nav */

	.relative-nav{
		position: relative !important;
		margin-top:0 !important;
		top: auto !important;
		border-bottom: 1px solid #f0f0f0;
		box-sizing: content-box;
	}

	.relative-nav .navigation{
		height: 70px;
	}

	.relative-nav .nav a,
	.relative-nav .nav-menu ul li &gt; a {
		line-height: 70px;
	}

/* Relative White Nav */

	.relative-nav .white-nav{
		background-color:#fcfcfc;
	}

	.relative-nav .white-nav .nav a{
		color:#545454;
	}

	.relative-nav .white-nav a:hover{
		background:#fafafa;
	}

/* Relative Dark Nav */

	.relative-nav .dark-nav a {
		color: #fff;
	}

	.relative-nav .dark-nav a:hover{
		background:#1e1e1e;
	}

	.relative-nav.dark-nav {
		border-bottom: 0px;
		background: rgba(24,24,24,0.95);
    }

/* Logo */

	.navigation .logo{
		width: auto;
		height: auto;
		left:0;
		top:50%;
		position: relative;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navigation .logo img{
		width: auto;
		height: auto;
		max-height: 39px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		vertical-align: baseline;
	}

	.logo-secondary {
		display: none;
	}

/* Nav Menu */

	.nav-menu{
		width: auto;
		height: 100%;
	}

	.nav-menu ul{
		display: block;
		width: auto;
		height: 100%;
		padding-left: 0px;
		/*position: relative;*/
	}

	.nav-menu ul li{
		width: auto;
		float:left;
		height: 100%;
		text-align: center;
	}

	.nav-menu ul li a{
		display: inline-block;
		height: 100%;
		line-height: 90px;
		padding:0 15px 0;
		font-size:11px;
		letter-spacing: 0.2px;
		background:transparent;
		position: relative;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav-menu ul.big-texts li a{
		font-size:13px;
	}

	.first-nav .nav-menu ul li a:hover{
		background:transparent;
	}

/* DropDown Menu */

	.nav-menu ul.dropdown-menu{
		height: auto;
		margin:0;
		box-shadow: none;
		border-radius: 0;
		padding:0;
		position: absolute;
		display: none;
		width: auto !important;
		white-space:nowrap;
		border:none;
		left: auto;
	}

	.white-nav .nav-menu ul.dropdown-menu{
		background-color:rgba(255,255,255,1);
		border:3px solid #fafafa;
	}

	.nav-menu ul.dropdown-menu li{
		float: none;
		width: 100%;
		text-align: left;
		position: relative;
	}

	.nav-menu ul.dropdown-menu li a,
	.relative-nav .nav-menu ul.dropdown-menu li a{
		line-height: 14px;
		padding: 11px;
		display: block;
		font-size:13px;
		font-weight: 300;
		background:transparent;
		text-transform: capitalize;
		font-family: 'tahoma', sans-serif !important;
		-webkit-font-smoothing: antialiased;
	}

	.nav-menu ul.dropdown-menu li a:hover{
		border:none;
		background:none !important;
		border:none !important;
	}

	.first-nav .nav-menu ul.dropdown-menu li:hover:after{
		opacity: 0;
	}

		.search-toggle li {
			margin: 0px;
			padding: 15px;
		}

	li ul.dropdown-menu li.menu-item-has-children &gt; a:after {
		content: "\f105";
		font-family: FontAwesome;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 11px;
		top: 12px;
		font-size: 13px;
	}

	.nav-menu ul.dropdown-menu ul.dropdown-menu {
	    top: 0px;
	    left: 100%;
	    margin-left: 0px;
	}

/* Navigation Type 2 */

	#navigation.navigation-style-transparent-hamburger,
	.page-template-template-fullpage #navigation {
		width: 100%;
		height: 60px;
		position: fixed;
		left:0;
		padding: 0;
		z-index: 999;
		background:transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.woocommerce #site-navigation.style-transparent+#page-content {
		    padding-top: 150px;
		}

		#navigation.navigation-style-transparent-hamburger .first-nav,
		.page-template-template-fullpage #navigation .first-nav {
			height: auto;
		}

	#navigation.navigation-style-transparent-hamburger.dark-nav,
	.page-template-template-fullpage #navigation.dark-nav {
		border-bottom:1px solid rgba(200,200,200,0.1);
		background: rgba(0,0,0,0.1);
	}

	#navigation.navigation-style-transparent-hamburger.white-nav,
	.page-template-template-fullpage #navigation.white-nav {
		border-bottom:1px solid rgba(200,200,200,0.1);
		/*background: rgba(0,0,0,0.1);*/
	}

	#navigation.navigation-style-transparent-hamburger .nav-inner,
	.page-template-template-fullpage #navigation .nav-inner {
		width: 100%;
		height: 60px;
		max-width: 1170px;
		margin:0 auto;
		position: relative;
	}

	#navigation.navigation-style-transparent-hamburger .nav-menu span{
		position: absolute;
		right: 0px;
		top:17px;
		font-family: FontAwesome;
		width:40px;
		height: 40px;
		color:white;
		font-size: 25px;
		display: block;
		cursor: pointer;
		opacity: .7;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#navigation.navigation-style-transparent-hamburger .nav-menu span:hover{
		opacity: .9;
	}

	.navigation-style-transparent-hamburger .navigation .logo img {
		margin-top: 4px;
	}

	#navigation.navigation-style-transparent-hamburger .navigation .nav-menu ul li a,
	.page-template-template-fullpage #navigation .nav-menu ul li a {
		display: inline-block;
		height: 100%;
		line-height: 22px;
		padding: 10px 25px;
		font-size: 13px;
		text-transform: none;
		letter-spacing: 0.2px;
		background: transparent;
		position: relative;
		width: 100%;
		text-align: left;
		margin: 0;
	}

		.page-template-template-fullpage #navigation .nav-menu ul li a {
			line-height: 60px;
			padding: 0 15px 0;
		}

	#navigation.navigation-style-transparent-hamburger .nav-menu ul li a:after,
	.page-template-template-fullpage #navigation .nav-menu ul li a:after {
		display: none;
	}

	#navigation.navigation-style-transparent-hamburger .nav-menu ul li:first-child a{
		padding-top:20px;
	}

	#navigation.navigation-style-transparent-hamburger .nav-menu ul li:last-child a{
		padding-bottom:20px;
	}

	#navigation.navigation-style-transparent-hamburger .nav-menu ul{
		display: none;
		margin-right: 0;
		top:100%;
		height: auto;
		position: relative;
	}

	#navigation.navigation-style-transparent-hamburger .nav-menu ul li{
		float: none;
		min-width: 250px;
		height: auto;
		margin:0;
	}

	#navigation.navigation-style-transparent-hamburger.dark-nav{
		background-color:rgba(17,17,17,0.1);
	}

	#navigation.navigation-style-transparent-hamburger.dark-nav .nav-menu ul,
	#navigation.navigation-style-transparent-hamburger.white-nav.active .nav-menu ul{
		background-color:rgba(17,17,17,0.9);
	}

	#navigation.navigation-style-transparent-hamburger.white-nav .nav-menu ul{
		background-color:rgba(255,255,255,0.9);
	}

	#navigation.navigation-style-transparent-hamburger.white-nav .nav-menu ul li a{
		color:#666;
	}

	.page-template-template-fullpage #navigation.active{
		background-color:rgba(17,17,17,0.9);
	}

/* Navigation Search Form */

	.search-form input{
		padding:0px 5px;
		border:none;
	}

	.search-form button{
		border:none;
		width: 30px;
		position: absolute;
		right: 0;
		top:0;
		height: 100%;
	}

	.white-nav .search-form button{
		background-color:#fdfdfd;
		color:#aaa;
	}

/* Navigation Socials */

	.navigation .socials{
		width: auto;
		height: 100%;
		position: relative;
		display: table;
	}

	.navigation .socials a{
		display: table-cell;
		vertical-align: middle;
		opacity: .7;
		padding-left:20px;
		color:inherit;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.navigation .socials a:hover{
		opacity: 1;
	}

/* Mega Menu */

	.nav-menu ul.dropdown-menu .submenu,
	.desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item {
		float: none !important;
		min-width: 200px !important;
		width: auto !important;
		display: inline-block !important;
		margin:0;
		top:0;
		position: relative;
		margin:0 !important;
		padding:10px;
		vertical-align: top;
	}

		.desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item &gt; .dropdown-menu {
			display: block;
			position: relative;
			border: 0px;
			width: 100% !important;
			top: auto;
			left: auto;
		}

		.desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item &gt; .dropdown-menu a {
			display: table;
		}

		.navigation .desktop-nav .mega-menu a:after {
			content: none;
			display: none;
		}

	.nav-menu ul.dropdown-menu .submenu_column{
		margin-top:36px;
	}

	.nav-menu ul.dropdown-menu a.menu-title + .submenu_column{
		margin-top:0;
	}

	.nav-menu ul.dropdown-menu .submenu a{
		font-size:13px !important;
		-webkit-font-smoothing: antialiased;
		font-family: 'tahoma', sans-serif !important;
		text-transform: capitalize;
		font-weight: 400;
		width: auto;
		display: table !important;
	}

	.nav-menu  ul.dropdown-menu .submenu a.menu-title,
	.nav-menu.desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item &gt; a {
		font-size: 13px;
		font-weight: 600;
		cursor: default;
		color: #888 !important;
	}

	.desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item.no-title &gt; a {
		opacity: 0;
	}

	.desktop-nav .mega-menu.no-titles &gt; .dropdown-menu &gt; li.menu-item &gt; a {
		display: none;
	}

/* Menu Title Colors */

	.dark-nav .nav-menu ul.dropdown-menu a.menu-title,
	.dark-nav .desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item &gt; a {
		color:#bbb !important;
	}

	.white-nav .nav-menu ul.dropdown-menu a.menu-title{
		color:#888;
	}

	.navigation .desktop-nav .mega-menu &gt; .dropdown-menu &gt; li.menu-item a:hover {
		background: none !important;
	}

/* Dropdown Links Colors */

	.white-nav .nav-menu ul.dropdown-menu a{
		color:#888;
	}

	.white-nav .nav-menu ul.dropdown-menu a:hover{
		background-color:#fbfbfb !important;
	}

	.white-nav .nav-menu ul.dropdown-menu .submenu_column a:hover,
	.dark-nav .nav-menu ul.dropdown-menu .submenu_column a:hover,
	.navigation .nav-menu ul.dropdown-menu a.menu-title:hover{
		background-color:transparent !important;
	}

	.white-nav .nav-menu ul.dropdown-menu .submenu_column a{
		color:#777;
	}

	.dark-nav .nav-menu ul.dropdown-menu a{
		color:#ccc;
	}

/* Label Styles */

	.nav-menu ul.dropdown-menu .submenu a.label{
		text-align: left;
		position: relative;
	}

	#navigation a.label span,
	.navigation .nav-menu li.hot-link &gt; a:after,
	.navigation .nav-menu li.hot-link-blue &gt; a:after {
		content: "Hot";
		position: absolute;
		left:100%;
		bottom:50%;
		color:#ddd;
		display: block;
		padding:2px 5px 0px;
		font-size:11px;
		font-weight: 700;
		background-color:#ed891d;
		border-color:#ed891d;
		z-index: 2;
		color:white;
		font-family: 'raleway', sans-serif !important;
	}

	.nav-menu li.hot-link &gt; a:before,
	.nav-menu li.hot-link-blue &gt; a:before,
	a.label span:before {
		content:'';
		background:transparent;
		color: #ed891d;
		position: absolute;
		left: 100%;
		margin-left: -6px;
		bottom: 50%;
		margin-bottom: 3px;
		border-bottom: 8px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-bottom-color:inherit;
		z-index: 1;
	}

/* Label Colors */

	a.label span.red{
		background-color:#e62525;
		border-color:#e62525;
	}

	a.label span.blue,
	.navigation .nav-menu li.hot-link-blue &gt; a:after {
		background-color:#258de6;
		border-color:#258de6;
	}

	.nav-menu li.hot-link-blue &gt; a:before {
		color:#258de6;
	}

	a.label span.green{
		background-color:#36ba6e;
		border-color:#36ba6e;
	}

	a.label span.orange{
		background-color:#ed891d;
		border-color:#ed891d;
	}

	a.label span.purple{
		background-color:#c31ded;
		border-color:#c31ded;
	}

	a.label span.black{
		background-color:#181818;
		border-color:#181818;
	}

	a.label span.white{
		background-color:#fdfdfd;
		border-color:#fdfdfd;
		color:#181818;
	}



/* DropDown Sub Menu */

	.dropdown-submenu{
		position: relative;
	}

	.dropdown-submenu .dropdown-menu{
		left:100%;
		top:0;
		display: none;
		position: absolute;
		background:white;
	}

	.white-nav .dropdown-submenu .dropdown-menu{
		border-left:1px solid #e6e6e6;
	}

	.dark-nav .dropdown-submenu .dropdown-menu{
		border-left:1px solid #2b2b2b;
	}

/* Page Header For Subpages */

	#page-header {
		position: relative;
	}

	#page-header.little-header{
		padding:60px 0;
	}

	#page-header.big-header{
		padding:140px 0;
	}

		.header-style-transparent #page-header.big-header {
			padding-top: 165px;
		}

		#page-content.header-style-transparent .page-holder &gt; .vc_row:first-child,
		#page-content.header-style-transparent .portfolio-post-content &gt; .vc_row:first-child,
		#page-content.header-style-transparent .page-holder &gt; .vc_row:first-child &gt; .wpb_column &gt; .vc_column-inner {
			padding-top: 0px;
			padding-bottom: 0px;
		}

	#page-header.bigger-header{
		padding:270px 0;
	}

	#page-header .page_header_inner{
		width: 100%;
		max-width: 1170px;
		margin:0 auto;
		position: relative;
		cursor: default;
		padding-left: 15px;
		padding-right: 15px;
	}

	#page-header .page_header_inner h5.page_note{
		font-size: 14px;
		margin:0;
	}

	#page-header .page_header_inner h2.page_header{
		font-size: 38px;
		margin:0 0 12px;
		padding:0;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
	}

	#page-header .page_header_inner .right{
		padding-top:20px;
	}

	#page-header .page_header_inner a {
		color: inherit;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#page-header.soft-header{
	    border-bottom: 1px solid #f0f0f0;
		background-image:url(img/softbg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#page-header.dark-header{
		background-image:url(img/darkbg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.dark-layout #page-header.soft-header {
		border-bottom: 0px;
	}

	/* Page Header Aligned Center */

	.page-title-align-center .page_header_inner &gt; * {
	    float: none;
	    text-align: center;
	}

	.page-title-align-center #breadcrumbs {
		padding-left: 0px;
	}

/* Home */

	#home{
		height: auto;
		position: relative;
	}

	#home.small_home{
		height: 700px;
	}

/* Home Parallax Background Slider Controls */

	.wpb_gallery_slides {
		max-width: 100%;
	}

	.slides-navigation{
		width: 100%;
		position: absolute;
		top:50%;
/*		margin-top:-35px;*/
		z-index: 4;
	}

	.slides-navigation a{
		width: 35px;
		height: 70px;
		display: block;
		top:0;
		background-color:rgba(255,255,255,0.1);
		color:rgba(255,255,255,0.3);
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		margin-top: -35px;
	}

	.slides-navigation a i{
		line-height: 70px;
		font-size:20px;
	}

	.slides-navigation a:hover{
		background-color:rgba(255,255,255,0.3);
		color:rgba(255,255,255,0.6);
	}

	.slides-navigation a:first-child{
		left: 0;
	}

	.slides-navigation a:last-child{
		right: 0;
	}

	/* Slide Navigation Circle Bottom */

	.arrow-navigation-bottom .slides-navigation{
		width: 80px;
		top:auto;
		bottom:0;
		height: 70px;
		left: 50%;
		margin-left: -40px;
	}

	.arrow-navigation-bottom .slides-navigation a{
		height: 35px;
		border-radius: 100%;
	}

	.arrow-navigation-bottom .slides-navigation a i{
		line-height: 35px;
		font-size: 17px;
	}

	/* Slide Navigation Boxed Bottem */

	.arrow-navigation-bottom-left .slides-navigation {
		width: 100%;
		max-width: 1170px;
		top: auto;
		bottom: 29px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		height: 45px;
		position: relative;
		margin-top:0;
	}

	.arrow-navigation-bottom-left .slides-navigation a {
		float: none;
		left: 0;
		position: relative;
		display: inline-block;
		border-radius: 0px;
		width: 30px;
		height: 45px;
		line-height: 51px;
		cursor: pointer;
	}

	.arrow-navigation-bottom-left .slides-navigation a i {
		line-height: 47px;
	}

/* Home Inner Elements */

	.home-inner{
		width:calc(100% - 70px);
		height: auto;
		margin-left:35px;
		position: absolute !important;
		top:50%;
		z-index: 5;
	}

/* Home Text Slider */

	.home-text-slider h1{
		font-size: 70px;
		margin-bottom: 8px;
		margin-top: 22px;
	}

		.hero-smaller-heading .home-text-slider h1{
			font-size: 50px;
		}

	.home-text-slider h1.small-type{
		font-size: 55px;
	}

	.home-text-slider .home-fixed-text{
		font-size:15px;
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
		margin-bottom: 12px;
	}

	.bw-type .home-text-slider .home-fixed-text{
		font-size:15px;
		margin:20px auto 20px;
	}

	.hero-subtitle-narrow .home-text-slider .home-fixed-text {
		max-width: 500px;
		margin: 0 auto;
		line-height: 1.65em;
	}

	.veented-slide h2,
	.veented-slide h3,
	.home-text-slider h1 { font-weight: 400; }

	.home-button{
		width: auto;
		height: auto;
		margin:0 auto;
		padding:8px 22px;
		position: relative;
		display: inline-block;
		letter-spacing: 1px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.light-button,
	.light-button:focus{
		background:rgba(255,255,255,0.1);
		border:1px solid rgba(76,76,76,0.1);
		text-decoration: none;
		color:white;
		opacity: 1 !important;
	}

	.dark-button,
	.dark-button:focus{
		color:white !important;
		background:rgba(76,76,76,0.1);
		border:1px solid rgba(255,255,255,0.1);
		text-decoration: none;
	}

	.light-button:hover{
		background:rgba(255,255,255,0.3);
		border:1px solid rgba(76,76,76,0.2);
		color: #fff;
	}

	.dark-button:hover{
		background:rgba(76,76,76,0.3);
		border:1px solid rgba(255,255,255,0.3);
		color: #fff;
	}

/* Rainyday Styles */

	#rainyday{
		width: 100%;
		height: 100%;
		background-color:gray;
	}

	.fullscreen.rainyday{
		z-index: -2;
	}

/* Button Slider */


	/*#slider {
		height: 300px;
	}*/

	.button-slider-holder {
		text-align: center;
		width: 100%;
		position: absolute;
	    top: 50%;
	    margin-top: -8px;
	}

	.button-slider-btn {
		border: 1px solid #fff;
		text-transform: uppercase;
		padding: 12px 14px;
		color: #fff !important;
		font-size: 17px;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		transition: background-color .3s;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
	}

		.button-slider-btn:hover {
			background-color: rgba(0,0,0,0.3);
		}

	.button-no-slider .slides-container &gt; div {
	    opacity: 1 !important;
	}

/* Home Extra Note */

	.home-extra-note{
		top:calc(100% - 125px);
		z-index: 5;
	}

		.home-extra-note.scroll-button-mouse {
			top: auto;
			bottom: 65px;
			font-weight: 300;
			font-size: 20px;
		}

		.home-extra-note.scroll-button-mouse img {
			margin-right: 5px;
		}

	.home-extra-note a{
		display:inline-block;
		color: #fff;
	}

	.home-extra-note p{
		font-size: 23px;
		margin-bottom: 5px;
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
	}

	#page-content .home-circle-button{
		width:45px;
		height: 45px;
		border-radius: 100%;
		padding:0 !important;
		line-height: 45px;
		font-size:21px;
		color:rgba(255,255,255,0.2);
		border:1px solid rgba(255,255,255,0.2);
		margin:10px auto;
	}

	.home-extra-note a:hover .home-circle-button{
		background:rgba(76,76,76,0.3);
		border:1px solid rgba(255,255,255,0.3);
		color:rgba(255,255,255,0.3);
	}

/* Home Extra Note For Black White Version */

	.bw-type .home-extra-note{
		top:calc(100% - 80px);
	}

	.vntd-hero-style1 {
		text-align: center;
	}

	.vntd-hero-style1.hero-align-left {
		text-align: left;
	}

	.vntd-hero-style1 h2 {
		opacity: 0.9;
		margin-bottom: -10px !important;
	}

/* Home Boxes Version */

	.home_boxes{
		/* For Old Browsers */
		width: 97%;
		width: calc(100% - 20px);
		max-width: 1170px;
		height: auto;
		margin:0 auto;
	}

	.vntd-hero-style2 .home_boxes h2{
		font-size:30px;
		padding:0 0 0 5px;
	}

	.vntd-hero-style2 .home_boxes h1{
		font-size:80px;
		padding:0;
		margin:5px 0 12px;
	}

	.vntd-hero-style2 .home_boxes h1 span{
		font-size:40px;
	}

	.vntd-hero-style2 .home_boxes p{
		font-size:15px;
		letter-spacing: 0.5px;
		padding:0 0 0 5px;
	}

	.hero-boxes-minimal {

	}

	.home_boxes .boxes{
		margin-top:27px;
		padding:0;
	}

	.home_boxes .box{
		padding:25px 16px 27px 20px;
		margin-right: 26px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.home_boxes .boxes.white-boxes .box{
		background-color:rgba(255,255,255,0.2);
	}

	.home_boxes .boxes.dark-boxes .box{
		background-color:rgba(25,25,25,0.2);
	}

	.home_boxes .boxes.transparent-boxes .box{
		padding-left:0 !important;
	}

	.home_boxes .box h2{
		font-size:37px;
		margin: 0 0 9px;
		padding:0;
		line-height: 36.5px;
	}

	.home_boxes .box h2.oswald{
		font-size:25px;
	}

	.home_boxes .box p{
		font-size:13px;
		margin: 0;
		padding:0;
		line-height: 18px;
	}

	.home_boxes .box.socials p{
		max-height: 18px;
	}

	.home_boxes .boxes.dark-boxes .box.socials,
	.home_boxes .boxes.white-boxes .box.socials,
	.home_boxes .boxes.white-boxes .box.box-dark {
		background-color:rgba(25,25,25,0.7) !important;
	}

	.home_boxes .box a.social{
		width: 25px;
		height: 25px;
		font-size: 10px;
		line-height: 25px;
		text-align: center;
		margin-right: 7px;
		background-color:rgba(255,255,255,0.2);
		border-radius: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff !important;
		opacity: 1;
	}

	.home_boxes .vntd-social-icons {
		margin-bottom: -7px;
	}

/* Home Boxes Navs */

	.home_boxes .boxes .owl-controls{
		height: auto;
		text-align: left;
		margin-top: 22px;
	}

	.home_boxes .owl-controls .owl-buttons{
		height: auto;
		width: auto;
		text-align: left;
	}

	.home_boxes .owl-controls .owl-buttons div{
		display: inline-block;
		margin-right: 10px;
		width: 20px;
		height: 34px;
		position: relative;
		background-position: left top;
		background-repeat: no-repeat;
		opacity: 0.2;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background-size: cover;
	}

	.home_boxes .owl-controls .owl-buttons div.owl-prev{
		background-image:url(img/strong-arrow-left.png);
	}

	.home_boxes .owl-controls .owl-buttons div.owl-next{
		background-image:url(img/strong-arrow-right.png);
	}

	.home_boxes .owl-controls .owl-buttons div:hover{
		opacity: 0.4;
	}

/* Home Rev Slider Text Styles */

	#home.rev-slider .first_text{
		font-size:40px;
	}

	#home.rev-slider .second_text{
		font-size:82px;
	}

	#home.rev-slider .second_text span{
		font-size:39px;
	}

	#home.rev-slider .third_text{
		font-size:15px;
	}

	#home.rev-slider .fourth_text{
		font-size:18px;
	}

	#home.rev-slider .m-width{
		max-width: 500px;
		white-space: normal;
	}

	.mini-text{
		font-size:12px;
		line-height: 22px;
	}

	#home.rev-slider a.home-button.light-button{
		color:white;
	}

	#home.rev-slider .tparrows.preview4 .tp-arr-titleholder{
		background-color:rgba(0,0,0,0.5);
		padding:4px 10px 0;
	}

	.slider-thin {
		font-weight: 200;
		-webkit-font-smoothing: antialiased;
	}

	.tp-bullets.zeus .tp-bullet {
		border-radius: 100%;
	    width: 10px !important;
	    height: 10px !important;
	    border: none !important;
	    margin-right: 5px !important;
	    background: #c2c2c2 !important;
	}

	.tp-bullets.zeus .tp-bullet.selected {
		background: #fff !important;
	}

	.tp-bullets.zeus .tp-bullet &gt; span {
		display: none !important;
	}

/* Page Content */

	.page-content{
		margin:0;
		padding:25px 0;
	}

	.page-content .content-inner{
		width:100%;
		max-width:1170px;
		margin:0 auto;
	}

/* Page Content Texts */

	.page-content .content-inner p{
		margin:0;
		padding:0;
	}

	.page-content .content-inner .content-texts p:first-child{
		font-size:30px;
		color:#c4c4c4;
	}

	.page-content .content-inner .content-texts p + p{
		font-size:15px;
		color:#939393;
	}

/* Page Content Buttons */

	.content-buttons{
		padding:10px 0;
	}

	a.content-button{
		width:auto;
		height: auto;
		padding:9px 25px;
		display: inline-block;
		min-height:51px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		#page-content a.content-button.btn-accent p {
			color: #fff;
		}

	.page-content .content-inner .content-buttons a:first-child{
		margin-right:10px;
	}

	a.content-button p{
		padding:0;
		margin:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	a.content-button p:first-child{
		font-size:18px;
		line-height: 20px;
		color:#b3b3b3;
	}

	a.content-button p:nth-of-type(2){
		font-size:13px;
		line-height: 13px;
		color:#9e9e9e;
	}

	a.content-button:hover p{
		color:white;
	}

/* Content Type 2 */

	.page-content.type-2{
		padding:35px 0;
	}

	.page-content.type-2 .content-inner .content-texts p:first-child{
		font-size:20px;
		line-height: 43px;
	}

	.page-content.type-2 .content-buttons{
		padding: 0;
	}

	.page-content.type-2 .content-buttons a.content-button{
		padding:11px 20px;
		min-height: inherit;
	}

/* About */

	#about img{
		width: auto;
		max-width: 95%;
		height: auto;
	}

	.boxes{
		padding:60px 0 0 0;
		cursor: default;
	}

	.box .changeable-icon{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Box Icons Type 1 */

	.icon-box-big-centered-square {
		padding:0 15px;
	}

	.icon-box-big-centered-square .box-icon .changeable-icon{
		width:70px;
		height: 70px;
		display: inline-block;
		background-color:#2a2a2a;
		border-top-left-radius: 7px;
		border-bottom-right-radius:7px;
		position: relative;
		font-size:28px;
		line-height: 70px;
		color: #fff;
	}

	.icon-box-big-centered-square .box-icon .changeable-icon i{
		position: relative;
	}

	.icon-box-big-centered-square .box-icon .changeable-icon:before{
		width:35px;
		height: 70px;
		content:'';
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		background-color:#3a3a3a;
		border-top-left-radius: 7px;
		border-bottom-right-radius:7px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icon-box-big-centered-square.box .box-icon .changeable-icon:after{
		width:100%;
		height: 100%;
		display: block;
		background-color:transparent;
		content: '';
		left:0;
		border:1px solid #3a3a3a;
		top:0;
		opacity: 0;
		border-top-left-radius: 7px;
		border-bottom-right-radius:7px;
		position: absolute;
		font-size:28px;
		line-height: 70px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icon-box-big-centered-square.box:hover .box-icon .changeable-icon:after{
		opacity: 1;
		-webkit-transform: scale(1.12);
		-moz-transform: scale(1.12);
		-ms-transform: scale(1.12);
		transform: scale(1.12);
	}

		.icon-box-big-centered-square h4 {
			text-transform: uppercase;
		}

/* Box Icons Type 2 */

	.icon-box-big-centered-circle.box {
		padding:10px 0 0;
		cursor: pointer;
	}

	.icon-box-big-centered-circle .box-icon .changeable-icon{
		width:100px;
		height: 100px;
		display: inline-block;
		border-radius: 100%;
		position: relative;
		font-size:30px;
		line-height: 100px;
		position: relative;
		color: #fff;
		background-color: #2a2a2a;
	}

	.icon-box-big-centered-circle .box-icon .changeable-icon:after{
		width:100%;
		height: 100%;
		display: block;
		position: absolute;
		left:0;
		top:0;
		border-width: 1px;
		content:'';
		opacity: 0;
		border-style: solid;
		background:transparent;
		border-radius: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icon-box-big-centered-circle.box:hover .box-icon .changeable-icon:after{
		opacity: 1;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.icon-box-big-centered-circle .box-header{
		font-size:24px;
	}

/* Box Headers */

	.box .box-header {
		margin:25px auto 13px;
		font-weight: 400;
	}

	.icon-box-big-centered-square .box-header + p{
		font-size:13px;
		color:#999;
	}

	.icon-box-big-centered-circle .box-header + p{
		font-size:13px;
		color:#999;
	}

/* Boxes Type 3 */

	.icon-box-medium-left-circle.box{
		margin:20px 0 45px;
	}

		.icon-box-medium-left-circle.box:last-child {
			margin-bottom: 0px;
		}
/*
	.boxes.boxes-type-3 .box:last-child{
		margin-bottom:0;
	}*/

	.icon-box-medium-left-circle .box-icon .changeable-icon {
		width:63px;
		height: 63px;
		display: inline-block;
		border-radius: 100%;
		position: relative;
		font-size:23px;
		line-height: 63px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff;
	}

		.box-icon {
			background: none;
		}

	.icon-box-aligned.icon-box-medium-left-circle .box-icon .changeable-icon.dark-icon{
		background-color:#222222;
	}

	.icon-box-aligned.icon-box-medium-left-circle .icon-box-content {
		 padding-left: 20px;
	}

	.icon-box-aligned.icon-box-medium-left-circle .icon-box-content h4 {
		margin:0 0 10px 0;
		padding:0;
	}

/* Boxes Type 4 */

	.boxes.boxes-type-4 .box{
		padding:25px 15px 35px;
		margin:0 5px;
		z-index:4;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.boxes.boxes-type-4 .box-image .changeable-image{
		width:105px;
		height: 105px;
		border-radius: 100%;
		overflow: hidden;
		display: inline-block;
		background-color:#2a2a2a;
		position: relative;
		font-size:30px;
		line-height: 100px;
		border:3px solid rgba(255,255,255,0.1);
	}

		.boxes.boxes-type-4 .box-image .changeable-image img {
			vertical-align: baseline;
		}

	.boxes.boxes-type-4 .box-header{
		font-size:17px;
		margin-top:13px;
	}

	.boxes.boxes-type-4 .box-header + h5{
		font-size:14px;
	}

	.boxes.boxes-type-4 .box-header + h5 + p{
		font-size:15px;
	}

	.header.white + p + .boxes.boxes-type-4 .box-header + h5 + p{
		color:#bfbfbf;
	}

	.boxes.boxes-type-4 .box:hover{
		background-color: rgba(0,0,0,0.1);
	}

/* Boxes Type 5 */

	.icon-box-big-centered-circle-outline.box{
		padding:10px 0 0;
	}

	.icon-box-big-centered-circle-outline .box-icon .changeable-icon{
		width:100px;
		height: 100px;
		display: inline-block;
		background-color:transparent;
		border:1px solid #404040;
		color:#404040;
		border-radius: 100%;
		font-size:30px;
		line-height: 100px;
		position: relative;
	}

	.icon-box-big-centered-circle-outline .box-icon .changeable-icon:after{
		width:100%;
		height: 100%;
		display: block;
		position: absolute;
		left:0;
		top:0;
		border-width: 1px;
		content:'';
		opacity: 0;
		border-style: solid;
		background:transparent;
		border-radius: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icon-box-big-centered-circle-outline.box:hover .box-icon .changeable-icon:after{
		opacity: 1;
		-webkit-transform: scale(1.14);
		-moz-transform: scale(1.14);
		-ms-transform: scale(1.14);
		transform: scale(1.14);
	}

	.icon-box-big-centered-circle-outline.box:hover .box-icon .changeable-icon{
		background-color:#404040;
		color:white;
	}

	.icon-box-big-centered-circle-outline.box:hover .box-icon .changeable-icon:after{
		border-color:#404040;
	}

	.icon-box-big-centered-circle-outline .box-header{
		font-size:21px;
		color:#454545;
	}

	.icon-box-big-centered-circle-outline p{
		color:#9f9f9f;
		font-size:13px;
		line-height: 1.65em;
	}

/* Boxes Type 6 */

	.boxes.type-6{
		padding:0;
		margin-top:40px;
	}

	.boxes.type-6 .box{
		padding-left:0;
		margin-right: 15px;
		border-top:1px solid rgba(255,255,255,0.3);
		padding: 14px 0px 0px 0px;
		height: 50px;
		overflow: hidden;
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		position: relative;
	}

	.boxes.type-6 .box .feature-text{
		width: 100%;
		position: relative;
	}

	.boxes.type-6 .box h2 {
		font-size: 15px;
		opacity: 0.7;
		margin:0;
		padding:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		line-height: 1.4em;
	}

	.boxes.type-6 .box h2 i{
		right: 0;
		opacity: 0;
		font-size: 16px;
		position: absolute;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.boxes.type-6 .box:hover{
		background-color:rgba(30,32,39,0.2);
	}

	.boxes.type-6 .box:hover h2 {
		opacity: 1;
		padding-left: 10px;
	}

	.boxes.type-6 .box:hover h2 i{
		opacity: .8;
		right: 10px;
	}

/* Box Buttons */

	.box .box-button{
		width:19px;
		height: 19px;
		background-color:#2a2a2a;
		font-size:9px;
		line-height: 19px;
		margin-top:25px;
		display: inline-block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff;
	}

	.box .box-button:hover{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

/* Pagination For Carousel Boxes */

	.owl-controls,
	.owl-pagination{
		height: auto;
		text-align: center;
		margin-top:55px;
	}

	.owl-pagination .owl-page{
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background:#2b2b2b;
		margin:3px;
		border:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.owl-pagination .owl-page.active{
		border:1px solid #2b2b2b;
		background:transparent;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

	.no-pagination .owl-pagination{
		display: none;
	}

/* Image Content */

	.image-content .image_content_text{
		font-size:17px;
	}

	.image-content .image_content_text span{
		display: block;
	}

	.image-content .image_content_text span:hover{
		background-color:rgba(0,0,0,0.05);
	}

/* Image Content Navigations */

	#home.rev-slider .tp-bullets.preview4 .bullet,
	.image-content .tp-bullets.preview4 .bullet{
		border-radius: 100%;
		width: 10px !important;
		height: 10px !important;
		border: none !important;
		margin-right: 5px !important;
		background:#c2c2c2 !important;
	}

	#home.rev-slider .tp-bullets.preview4 .bullet.selected,
	.image-content .tp-bullets.preview4 .bullet.selected{
		background:white !important;
	}

/* About With Slider */

	.about_with_slider .texts{
		padding:25px 25px 0;
	}

	.about_with_slider .texts .head{
		font-size:22px;
		margin:0 auto 20px;
		color:#636363;
	}

	.about_with_slider .texts .subhead{
		font-size:17px;
		margin:20px auto 20px;
		color:#636363;
	}

	.about_with_slider .texts .text{
		font-size:13px;
		line-height: 22px;
		margin:10px auto 20px;
		color:#a1a1a1;
	}

	.about_with_slider .texts li{
		margin-bottom:15px;
	}

/* Features Section */

	.vntd-section-white {
		color: #bfbfbf;
	}

		.vntd-section-white h1,
		.vntd-section-white h1.header,
		.vntd-section-white h2,
		.vntd-section-white h3,
		.vntd-section-white h4,
		.vntd-section-white h5,
		.vntd-section-white h6 {
			color: #fff;
		}

		h1,h2,h3,h4,h5,h6 {
			color: #444;
			margin-bottom: 20px;
			font-weight: 400;
		}

	.feature-boxes .feature-box{
		margin:75px auto 0;
		cursor: default;
	}

	.feature-boxes .feature-box .feature-icon,
	.icon-box-aligned.icon-box-medium-left-square .box-icon,
	.icon-box-aligned.icon-box-medium-right-square .box-icon {
		width:75px;
		height: 75px;
		background-color:rgba(0,0,0,0.2);
		line-height: 75px;
		font-size:40px;
		color:rgba(0,0,0,0.8);


	}

		.icon-box-aligned .box-icon {
			float: left;
			display: inline-block;
			position: relative;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
			width: auto;
		}

		.feature-boxes .feature-box .feature-icon,
		.vntd-section-white .icon-box-medium-left-square .box-icon {
			background-color:rgba(255,255,255,0.2);

		}

		.vntd-section-white .icon-box-medium-left-square .box-icon,
		.vntd-section-white .icon-box-medium-left .box-icon {
			color:rgba(255,255,255,0.8);
		}

	section#features .feature-boxes .feature-box:hover .feature-icon{
		color:white;
	}

	.feature-boxes .feature-box .feature-icon:after,
	.icon-box-medium-left-square .box-icon:after {
		width:0;
		height: 0;
		position: absolute;
		left:100%;
		content: '';
		top:50%;
		margin-top:-10px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid rgba(0,0,0,0.2);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.vntd-section-white .icon-box-medium-left-square .box-icon:after {
			border-left-color: rgba(255,255,255,0.2);
		}

	.icon-box-aligned .icon-box-content {
		padding-left:30px;
		width:calc(100% - 75px);
		float: left;
	}

	.icon-box-aligned .icon-box-content h4{
		/*font-size:20px;*/
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		margin: 0px;
		font-weight: 400;
	}

		.icon-box-medium-left-square .icon-box-content h4,
		.icon-box-medium-left .icon-box-content h4 {
			font-size: 20px;
		}

	.feature-boxes .feature-box .feature-text.small-head h4{
		font-size:17px;
		color:#7a7a7a;
	}

	.icon-box-aligned .icon-box-content p {
		font-size:13px;
		margin-top:10px !important;
		line-height: 20px;
	}

		.vntd-section-white .icon-box-aligned .icon-box-content p {
			color: #ddd;
		}

/* Feature Boxes Type 2 */

	.icon-box-medium-left .box-icon:after{
		content:none;
	}

	.icon-box-medium-left .box-icon{
		background-color:transparent;
		line-height: 45px;
		width: 75px;
		height: 75px;
		font-size: 40px;
		color:rgba(0,0,0,0.8);
	}

	section#features .feature-boxes.type-2 .feature-box:hover .feature-icon{
		background-color:transparent;
	}

	.icon-box-medium-left .icon-box-content {
		padding-left:0;
	}

/* Feature Boxes Type 3 */

	.icon-box-small-left .box-icon:after{
		content:none;
	}

	.icon-box-small-left .box-icon {
		background-color:transparent;
		line-height: 27px;
		color:#555;
		font-size: 22px;
		width: 60px;
		height: 60px;
	}

	section#features .feature-boxes.type-3 .feature-box:hover .feature-icon {
		background-color:transparent;
	}

	.icon-box-small-left .icon-box-content {
		padding-left:0;
	}

	.icon-box-small-left .icon-box-content p {
		color:#9f9f9f;
	}

	.vntd-icon-box.box.icon-box-small-left.animated.icon-box-aligned.icon-box-aligned-left {
		margin-bottom: -10px;
		overflow: hidden;
	}

	section#features .feature-boxes.type-3 .feature-box:hover .feature-icon{
		color:#111;
	}

/* Feature Boxes Type 4 */

	.feature-boxes.type-4 .feature-box .feature-icon:after{
		content:none;
	}

	.feature-boxes.type-4 .feature-box .feature-icon{
		background-color:transparent;
		line-height: 45px;
	}

	section#features .feature-boxes.type-4 .feature-box:hover .feature-icon{
		background-color:transparent;
	}

	.feature-boxes.type-4 .feature-box .feature-text{
		padding-left:0;
	}

/* Featured Works */

	#featured-works{
		overflow: hidden;
		padding-bottom:75px;
		border-top:1px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
	}

	#featured-works .inner{
		padding-bottom:55px;
	}

	#featured-works .boxed-slider{
		width: 100%;
		max-width: 960px;
		height: 430px;
		margin:0 auto;
		position: relative;
		border:5px solid white;
		box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
		overflow: hidden;
	}

	#featured-works .boxed-slider .featured-slider-bg{
		width: 100%;
		height: 83px;
		background-color:rgba(0,0,0,0.4);
	}

	#featured-works .boxed-slider h4{
		font-size:23px;
	}

	#featured-works .boxed-slider p{
		color:#ddd;
	}

/* Thumbnail Images */

	.tp-bullets.tp-thumbs .bullet{
		border: 3px solid white;
		box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
	}

	.tp-bullets.tp-thumbs:before{
		width: 0;
		height: 0;
		left: 50%;
		bottom: 100%;
		margin-left: -30px;
		content: '';
		position: absolute;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 30px solid #fff;
	}

	.tp-bullets.tp-thumbs:after{
		width: 0;
		height: 0;
		left: 50%;
		top: 100%;
		margin-left: -30px;
		content: '';
		position: absolute;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #fff;
	}

/* Slider Navigations */

	#featured-works .boxed-slider .tparrows{
		opacity: 0;
		background-color:rgba(255,255,255,0.3);
		width: 30px;
		height: 45px;
		position: relative;
		background-position: center center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#featured-works .boxed-slider .tparrows:before{
		position: absolute;
		width: 100%;
		height: 100%;
		left:0;
		top:0;
		color:white;
		text-align: center;
		line-height: 45px;
		font-size:17px;
	}

	#featured-works .boxed-slider .tparrows.tp-rightarrow{
		background-image:url(img/right-arrow.png);
	}

	#featured-works .boxed-slider .tparrows.tp-leftarrow{
		background-image:url(img/left-arrow.png);
	}

	#featured-works .boxed-slider:hover .tparrows{
		opacity: .7;
	}

	#featured-works .boxed-slider .tparrows:hover{
		opacity: 1;
	}

/* Featured Texts */

	#featured-works .featured-texts{
		height: auto;
		margin-top: 250px;
	}

	#featured-works .featured-texts p{
		max-width: 850px;
		margin:0 auto;
		height: auto;
		color:#9d9d9d;
		font-size:17px;
	}

	.featured-text-slide{
		font-size:18px;
		color:#9d9d9d;
		margin-bottom:40px;
	}

	#featured-works .content-buttons{
		margin-top:30px;
	}

	#featured-works .content-button{
		margin-right:15px;
	}

	#featured-works .content-button p:first-child{
		font-size:15px;
		color:#fff;
	}

	#featured-works .content-button p:nth-of-type(2){
		font-size:11px;
		color:#dddddd;
	}

/* Featured Works Carousel Version */

	.featured-slider-boxes{
		width: 100%;
		height: auto;
	}

	.featured-slider-boxes .owl-wrapper-outer{
		z-index: 6;
	}

	.featured-slider-boxes .box{
		background-color:#121212;
		display: block;
	}

	.featured-slider-boxes.white-hover .box{
		background-color:white;
	}

	.featured-slider-boxes .box .item_image{
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		text-align: center;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		transition: all 0.6s;
	}

	.featured-slider-boxes .box .item_image img{
		width: 100%;
		height: auto;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		transition: all 0.6s;
	}

	.featured-slider-boxes .box .item_texts{
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top:50%;
		margin-top:-25px;
		left:0;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.featured-slider-boxes .box .item_texts h2{
		font-size:25px;
		margin:0 0 5px;
		padding:0;
		color:#e9e9e9;
		position: relative;
		top:-5px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.featured-slider-boxes.white-hover .box .item_texts h2{
		color:#5a5a5a;
	}

	.featured-slider-boxes.white-hover .box .item_texts p{
		color:#FFF;
	}

	.featured-slider-boxes .box .item_texts p{
		font-size:0px;
		margin:0;
		padding:0;
		color:#c1c1c1;
		position: relative;
		bottom:-5px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}


	.featured-slider-boxes .box:hover .item_image{
		opacity:.15;
	}

	.featured-slider-boxes .box:hover .item_texts{
		opacity:1;
	}

	.featured-slider-boxes .box:hover .item_texts h2{
		top:0;
	}

	.featured-slider-boxes .box:hover .item_texts p{
		bottom:0;
	}

/* Navigation For Featured Carousel */

	.featured-slider-boxes .owl-buttons{
		top:50%;
		height: 40px;
		position: absolute;
		top:50%;
		margin-top:-30px;
		width: 100%;
	}

	.featured-slider-boxes .owl-buttons div{
		width: 45px;
		height: 60px;
		position: absolute;
		z-index: 7;
		background:rgba(255,255,255,0);
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.featured-slider-boxes .owl-buttons div:before{
		width: 100%;
		height: 100%;
		text-align: center;
		left:0;
		top:0;
		position: absolute;
		line-height: 60px;
		font-size: 26px;
		color:white;
		font-family: FontAwesome;
	}

	.featured-slider-boxes .owl-buttons div.owl-prev{
		left:0;
	}

	.featured-slider-boxes .owl-buttons div.owl-prev:before{
		content:'\f104';
		text-indent:-5px;
	}

	.featured-slider-boxes .owl-buttons div.owl-next{
		right:0;
		float: right;
	}

	.featured-slider-boxes .owl-buttons div.owl-next:before{
		content:'\f105';
		text-indent:5px;
	}

	.featured-slider-boxes .owl-buttons div:hover{
		background:rgba(255,255,255,0.2);
	}

/* Our Team */

	.team-boxes{
		margin-top:65px;
	}

	.team-boxes .team-box{
		overflow: hidden;
		position: relative;
		margin:10px auto;
		padding:0 10px;
		float: left;
	}

	.team-boxes .member-image{
		width: 100%;
		text-align: center;
		position: relative;
		height: auto;
		background:#1b1b1b;
	}

	.team-boxes .member-image img{
		width: 100%;
		height: auto;
		top:0;
		position: relative;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.team-boxes .member-details{
		width:95%;
		width: calc(100% - 20px);
		position: absolute;
		height: 100%;
		top:100%;
		background-color:rgba(0,0,0,0.65);
		text-align: left;
		padding:20px;
		cursor: default;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.team-boxes .team-box:hover .member-details{
		top:0;
	}

	.team-boxes .member-details h3{
		color:white;
		margin:0;
		padding:0;
		font-weight: 300;
		font-size:20px;
	}

	.team-boxes .member-details h5,
	.team-boxes .member-details p.member-position {
		color:white;
		margin-top:5px;
		font-size:14px;
		padding:0;
	}

	.team-boxes .member-details .strip{
		width: 100%;
		margin-top:20px;
		height: 1px;
		background-color:rgba(255,255,255,0.1);
	}

	.team-boxes .member-details p{
		font-size:13px;
		color: #ddd;
		margin-top:20px;
		line-height: 1.7em;
	}

	.team-boxes .member-details .socials{
		margin-top:20px;
	}

	.team-boxes .member-details .socials a{
		color:#abaaa9;
		margin:0 5px;
		font-size:14px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		background: none !important;
	}

	.team-boxes .member-details .socials a:hover{
		color:white;

	}

	.team-boxes .member-details .member-more{
		width: 100%;
		height: 30px;
		text-align: center;
		display: block;
		position: absolute;
		bottom:0;
		left:0;
		background:#1b1b1b;
		line-height: 30px;
		font-size:13px;
		cursor: pointer;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

		.vntd-team.type-1 .member-details .member-more {
			color: #fff !important;
		}

/* Team Boxes Type 2 */

	.vntd-team.type-2 .inner{
		padding-bottom:60px;
	}

	.vntd-team.type-2 .team-boxes .team-box{
		padding:0 12px;
	}

	.vntd-team.type-2 .team-boxes .member-image img{
		width: 100%;
		height: auto;
	}

	.vntd-team.type-2 .team-boxes .member-details{
		position: static;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 20px 16px 0;
		cursor: default;
		background:transparent;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.vntd-team.type-2 .team-boxes .member-details h3{
		font-size:22px;
		color: #7b7b7b;
		font-weight: 300;
	}

	.vntd-team.type-2 .team-boxes .member-details h5,
	.vntd-team.type-2 .team-boxes .member-details p.member-position {
		font-size: 13px;
		color: #888 !important;
		margin: 12px 0px 10px;
	}

	.vntd-team.type-2 .strip{
		display: none;
	}

	.vntd-team.type-2 .team-boxes .member-details p{
		font-size: 13px;
		color: #aaa !important;
		margin-top: 10px;
	}

	.vntd-team.type-2 .team-boxes .member-details .socials{
		position: absolute;
		top:-7px;
		left:22px;
	}

	.vntd-team.type-2 .team-boxes .member-details .socials a{
		color:white;
		font-size:16px;
	}

	.vntd-team.type-2 .team-boxes .member-details .member-more{
		width: 40px;
		height: 40px;
		text-align: center;
		position: relative;
		margin: 20px auto 10px;
		background-color: transparent;
		border: 1px solid #ddd;
		border-radius: 100%;
		font-size: 0;
		cursor: pointer;
		background-image:url(img/plus_mini.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.vntd-team.type-2 .team-boxes .member-details .member-more:hover{
		border-color:transparent;
	}

/* Team Modals */

	body.dark_layout.modal-backdrop{
		background-color:#222;
	}

	.modal-backdrop{
		background-color:#fff;
	}

	.modal-backdrop.in{
		opacity: 1;
	}

/* Modal Dialogs */

	.member-modals .modal-dialog{
		width: auto;
		height: auto;
		max-width: 650px;
		margin:0 auto;
		padding-top: 60px;
	}

	.member-modals .modal-dialog .modal-body {
		margin:15px auto 20px;
		width: 550px;
		height: auto;
		position: relative;
		padding: 15px;
	}

	.member-modals .modal-dialog .modal-body .member-image {
		width: 100%;
	}

	.member-modals .modal-dialog .modal-body img {
		width: 100%;
		height: auto;
	}

	@media only screen and (max-width: 501px) {
		.member-modals .modal-dialog .modal-body {
			width: 100%;
		}
	}

	.member-modals .modal-dialog a.close{
		float:none;
		font-size:36px;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		background-color:#fdfdfd;
		color:#9a9a9a;
		border:1px solid #f5f5f5;
		line-height: 54px;
		opacity: 1;
		position: relative;
		text-align: center;
		top:-40px;
		text-shadow:none;
		margin:0 auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.member-modals .modal-dialog a.close span{
		font-weight: 100;
	}

	.member-modals .modal-dialog a.close:hover{
		color:white;
	}

	.member-modals .modal-dialog h2.member-header{
		font-size: 28px;
		margin: 15px 0 6px;
		padding: 0;
		color: #8a8a8a;
	}

	.member-modals .modal-dialog h4.member-position{
		font-size:14px;
		margin:0 0 8px;
		padding:0;
	}

	.member-modals .modal-dialog .modal-body p{
		color:#8a8a8a;
		font-size:14px;
		margin:0 0 10px;
	}

	.modal-backdrop.fade.in {
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto !important;
	}

	.member-modals .modal-dialog {
	    padding-top: 60px;
	}

	.modal-open .modal {
	    position: fixed;
	}

/* Testimonials */

	.testimonials .quote{
		width:80px;
		height: 80px;
		line-height: 80px;
		font-size:28px;
		background-color:rgba(255,255,255,0.03);
		margin:0 auto;
	}

	.testimonials.type-1 {
		max-width:875px;
		padding-bottom: 10px;
		margin: 0 auto;
		padding-top: 36px;
	}

	.testimonials.type-1 .quote i{
		opacity: 0.4;
	}

	.testimonials.type-1 p.testimonial-content {
		font-size:25px;
		color:#d5d5d5;
		line-height: 1.6em;
		padding: 0 15px !important;
	}

	.testimonials.type-1 p.testimonial-author {
		font-size: 14px;
		margin-top: 40px;
		color: #e4e2e6;
	}

		.vntd-section-white .testimonials.type-1 p.testimonial-author {
			color: #fff;
		}

	.testimonials .cbp-nav-pagination{
		margin-bottom:-25px;
	}

/* Testimonials Type-2 */

	.testimonials.type-2 .inner{
		padding:70px 0;
	}

		.testimonials.type-2.boxes {
			padding-top: 30px;
		}

		.testimonials.type-2.boxes .box {
			padding-right: 28px;
		}

	.testimonials.type-2 p.testimonial-content {
		font-size:14px;
		max-width: 790px;
		margin:0 auto !important;
		line-height: 22px;
		padding: 0 15px !important;
	}



	.testimonials.type-2 p.testimonial-author {
		font-size:14px;
		margin:30px auto;
		line-height: 22px;
	}

		.testimonials.type-2.testimonial-style-fullwidth2 p.testimonial-author {
			text-transform: none;
		}

		.vntd-section-white p.testimonial-author {
			color: #fff;
		}

	.testimonials.type-2 .cbp-nav-pagination{
		margin-bottom:10px;
	}

		#page-content .testimonials.type-2 .owl-pagination .owl-page {
			background: #c2c2c2;
		}

/* Contents */

	.content{
		text-align: left;
		position: relative;
	}

	.content .images img{
		height: auto;
	}

	.content .images,
	.content .texts{
		width: 100%;
		overflow: hidden;
	}

	.content .texts{
		padding:0 35px;
		cursor: default;
		width: 75%;
		position: relative;
		margin:0;
		height: 100%;
	}

	#page-content .fixed-half {
		background: #fafafa;
		position: absolute;
		left: 50%;
		right: 0;
		height: 100%;
	}

	#page-content .fixed-half &gt; .vc_column-inner {
		width: 85%;
	    padding-left: 35px;
	    height: 100%;
	    display: table;
	    padding-right: 35px;
	    position: relative;
	}

	#page-content .fixed-half &gt; .vc_column-inner &gt; .wpb_wrapper {
		vertical-align: middle;
		display: table-cell;
	}

	.content .left .texts{
		left:25%;
	}

	.content .right{
		position: absolute;
		height: 100%;
		right: 0;
	}

	.content .texts h2.content-header{
		margin:0;
		padding:0;
		position: relative;
		font-size:50px;
	}

	.content .texts p.content-texts{
		margin:25px 0;
		padding:0;
		max-width: 500px;
	}

	.content .texts ul{
		margin-top:40px;
	}

	.content .texts ul li{
		padding:4px 0;
		display: block;
		height: auto;
	}

	.content .texts ul li p{
		padding: 0;
		margin:0;
		font-size:13px;
	}

	.content .texts ul li p i{
		margin-right: 5px;
		color:#888888;
		font-size:9px;
	}

	.content .texts a{
		margin-top:15px;
	}

	.content .texts a:hover{
		opacity: 0.8;
	}

	.content .texts .video{
		width: 50%;
		position: relative;
		border:3px solid;
		min-height: 300px;
		/* Look -Content Colors- for border color */
		background-color:black;
	}

	.content .left .texts .video{
		float:right;
	}

	.content .right .texts .video{
		float:left;
	}

	.content .texts .video span.image{
		width: 100%;
		position: absolute;
		height: 100%;
		left:0;
		top:0;
		display: block;
		background-size:cover;
		z-index: 1;
		cursor: default;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.content .texts .video a.play{
		width: 42px;
		height: 42px;
		position: absolute;
		left:50%;
		top:50%;
		margin-top:-21px;
		margin-left:-21px;
		display: block;
		cursor: pointer;
		opacity: .7;
		z-index: 2;
		background:url(img/play.png) no-repeat center center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.content .texts .video .play:hover + span.image,
	.content .texts .video:hover span.image:hover{
		opacity: 0.6;
	}

	.content .texts .video a.play:hover{
		opacity: 1;
	}

/* Content Colors */

	.content .gray-bg .texts h2.content-header{
		color:#777777;
	}

	.content .gray-bg .texts p{
		color:#999999;
	}

	.content .gray-bg .texts h2.content-header:after{
		background-color:#bfbfbf;
	}

	.content .gray-bg .texts .video{
		border-color:#fff;
	}

/* Basic_slider */

	.basic_slider{
		position: relative;
	}

	.image_slider{
		margin:0;
		padding: 0px;
	}

	.basic_slider .image_slider li img{
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
	}

	.basic_slider .image_slider .slide .texts{
		display: inline-block;
		position: absolute;
		width: auto;
		left:0;
		bottom:0;
		z-index: 11;
		padding:15px 20px;
		background:rgba(0,0,0,0.2);
		max-width: 40%;
	}

	.basic_slider .image_slider .slide .texts h2{
		margin:0 0 5px 0;
		padding:0;
		font-size:20px;
	}

	.basic_slider .image_slider .slide .texts p{
		padding:0;
		margin:0;
		font-size:13px;
	}

/* Content Slider Buttons */

	 .basic_slider .flex-direction-nav,
	 .image-pgn-slider .flex-direction-nav{
		width: 100%;
		height: 40px;
		bottom: 0;
		position: absolute;
		left:0;
		right: 0;
	}

		/* VC Slider */

		#page-content .vc_carousel-control {
		    top: auto;
		    bottom: 0px;
		    width: 30px;
	        height: 40px;
	        position: absolute;
	        display: block;
	        background-color: rgba(255,255,255,0.2);
	        left: auto;
	        right: 0px;
	        -webkit-transition: all 0.5s;
	        -moz-transition: all 0.5s;
	        transition: all 0.5s;
	        text-shadow: none;
	        color: #fff;
		}

		#page-content .vc_carousel-control.vc_left {
			right: 30px;
		}

		#page-content .vc_carousel-control:hover {
			background-color:rgba(255,255,255,0.6);
		}

		#page-content .vc_carousel-control .icon-next,
		#page-content .vc_carousel-control .icon-prev {
			font-family: FontAwesome;
			font-weight: 300;
			-webkit-font-smoothing: antialiased;
			height: 100%;
			margin-top: -20px;
			line-height: 39px;
		}

		#page-content .vc_carousel-control .icon-prev:before {
			content: "\f104";
			top: auto;
		}

		#page-content .vc_carousel-control .icon-next:before {
			content: "\f105";
			top: auto;
		}

		.vc_carousel-inner img {
			height: auto;
		}

		/* Bullets */

		#page-content .vc_images_carousel .vc_carousel-indicators li {
			width: 11px;
			height: 11px;
			background: rgba(255,255,255,0.3);
			border: 0px;
		}

		#page-content .vc_images_carousel .vc_carousel-indicators li.vc_active {
			background: rgba(255,255,255,0.8);
		}

		#page-content .vc_images_carousel {
			max-width: 100%;
		}

	.left .basic_slider .flex-direction-nav{
		text-align: right;
	}

	.image-pgn-slider .flex-direction-nav{
		left:0;
		top:0;
	}

	.basic_slider .flex-direction-nav li,
	.image-pgn-slider .flex-direction-nav li{
		width: 30px;
		height: 40px;
		display: inline-block;
	}

	.basic_slider .flex-direction-nav li a,
	.image-pgn-slider .flex-direction-nav li a{
		width: 30px;
		height: 40px;
		position: relative;
		display: block;
		background-color:rgba(255,255,255,0.2);
		margin:0;
		opacity: 1;
		left:0;
		right: 0;
		top:0;
		color:white;
		text-align: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		font-family: FontAwesome;
		-webkit-font-smoothing: antialiased;
		font-weight: 300;
		background-image: none !important;
	}

	.basic_slider .flex-direction-nav li a.flex-next,
	.image-pgn-slider .flex-direction-nav li a.flex-next{
		background-image:url(img/right-arrow.png);
	}

	.basic_slider .flex-direction-nav li a:before,
	.image-pgn-slider .flex-direction-nav li a:before {
		display: block;
		content: '\f104';
		font-family: FontAwesome;
		font-size: 24px;
		line-height: 40px;
		text-shadow: none;
	}

		.basic_slider .flex-direction-nav li a.flex-next:before,
		.image-pgn-slider .flex-direction-nav li a.flex-next:before {
			content:'\f105';
		}

	.basic_slider .flex-direction-nav li a:hover,
	.image-pgn-slider .flex-direction-nav li a:hover {
		background-color:rgba(255,255,255,0.6);
	}

/* Content Slider Buttons - Pagination */

	.basic_slider .flex-control-nav{
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 2;
		padding:0 10px;
	}

	.left .basic_slider .flex-control-nav{
		text-align: left;
	}

	.right .basic_slider .flex-control-nav{
		text-align: right;
	}

	.basic_slider .flex-control-nav li{
		margin: 0 3px;
	}

	.basic_slider .flex-control-nav li a{
		background-color:rgba(255,255,255,0.3);
		box-shadow: none;
		text-indent:9999px;
		overflow: hidden;
		margin-bottom:5px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.basic_slider .flex-control-nav li a.flex-active,
	.basic_slider .flex-control-nav li a:hover{
		background-color:rgba(255,255,255,0.8);
	}


/* TimeLine */

	#timeline{
		background-position: center center;
	}

	#timeline .timeline .item,
	#timeline .timeline .item_open{
		height: auto;
		height: 350px;
		overflow: hidden;
		margin:0 !important;
	}

	#timeline .inner{
		padding-bottom:50px;
	}

	.timeline .item a{
		display: inline-block;
		width: auto;
		height: auto;
		position: relative;
	}

	.timeline .item a img{
		width:auto;
		height: 100%;
		max-height: 350px;
		object-fit: cover;
	}

	.timeline-item-details{
		position: absolute;
		width: 100%;
		max-height: 70px;
		bottom:-70px;
		background-color:rgba(30,30,30,0.5);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#timeline .timeline .item:hover .timeline-item-details{
		bottom:0;
	}

	.item_open_content::-webkit-scrollbar,
	.categories_full_screen div::-webkit-scrollbar,
	.hide_scrollbar{
		display: none;
	}

	.item_open_content,
	.categories_full_screen div,
	.hide_scrollbar{
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
	}

	.timeline-item-details .left_details{
		padding:20px;
	}

	.timeline-item-details .left_details h3{
		font-size:16px;
		color:white;
		margin:0;
		padding:0;
	}

	.timeline-item-details .left_details p{
		font-size:13px;
		color:#d1d1d1;
		margin:0;
		padding:0;
	}

	.timeline-item-details .right-buttons{
		margin:0;
		padding:0;
	}

	.timeline-item-details .right-buttons a{
		width: 70px;
		height: 70px;
		display: inline-block;
		text-align: center;
		float: none;
		line-height: 70px;
		padding:0;
		margin:0;
		top:0;
		bottom:0;
		position: absolute;
		text-align: center;
		color:#585858;
		font-size:18px;
		cursor: pointer;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.timeline-item-details .right-buttons a.read_more{
		right: 0;
		color:white;
	}

	.timeline-item-details .right-buttons a.read_more:hover,
	.timeline-item-details .right-buttons a.detail_page:hover{
		background-color:#2e2e2e;
		color:white;
	}

	.timeline-item-details .right-buttons a.detail_page{
		right: 70px;
		background-color:white;
	}

	#page-content .timeline_line {
		margin:70px auto 50px;
	}

	#page-content .timelineFlat h4.t_line_month,
	#page-content .timelineFlat h4.t_line_month span{
		font-size:15px;
		color:#8b8b8b;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	}

	#page-content .timelineFlat h4.t_line_month{
		margin:-44px 0 0;
	}

	.container .timelineFlat a.t_line_node:after{
		background-color:#bfbfbf;
		border:2px solid #ffffff;
		width: 13px;
		height: 13px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#page-content .timelineFlat a.t_line_node.active:after{
		opacity: 0.7;
		width:16px;
		height: 16px;
		margin: 0 0 0 -9px;
		top: 21px;
	}


	#page-content .timelineFlat a.t_line_node{
		font-size:12px;
		font-family: 'Lato', sans-serif;
		line-height: 32px;
	}

	#page-content .timelineFlat .t_node_desc span{
		line-height: 15px;
		text-indent: 0px;
	}

	#page-content .timelineFlat .t_line_view,
	#page-content .timelineFlat .timeline_line{
		width:100%;
		max-width: 1170px;
	}

	#page-content .timelineFlat .t_line_m{
		width:49.5%;
	}

	#page-content .timelineFlat .t_line_m.right{
		left:49.7%;
		width:49.5%;
	}

/* TimeLine Top Hover */

	#page-content .timelineFlat .item:before {
		content: "";
		position: absolute;
		height: 0px;
		width: 100%;
		z-index: 2;
		top:0;
		left:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#page-content .timelineFlat .item:hover:before {
		height: 5px;
	}

/* Timeline Bottom */

	.timeline-texts h2{
		padding-top:0;
		margin-top:0;
		color:#8b8b8b;
		font-size:23px;
	}

	.timeline-texts h2 + p{
		font-size:15px;
		color:#aaaaaa;
	}

	.timeline-texts a:first-child{
		margin-right:12px;
	}

	.timeline-texts a p:first-child{
		font-size:16px;
	}

/* Timeline Line Directions */

	#page-content .timelineFlat #t_line_left,
	#page-content .timelineFlat #t_line_right{
		width:40px;
		height: 40px;
		text-align: center;
		border-radius: 100%;
		background-color:rgba(255,255,255,0.9);
		top:31px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#page-content .timelineFlat #t_line_left:hover,
	#page-content .timelineFlat #t_line_right:hover{
		background-color:#6f6f6f;
		color:white;
	}

	#page-content .timelineFlat #t_line_left{
		left:-70px;
	}

	#page-content .timelineFlat #t_line_right{
		right:-70px;
	}

	#page-content .timelineFlat #t_line_left:after,
	#page-content .timelineFlat #t_line_right:after{
		top:20%;
	}

	#page-content .timelineFlat #t_line_left:after{
		left:0;
	}

	#page-content .timelineFlat #t_line_right:after{
		right:0;
	}

/* Timeline Directions */

	#page-content .timelineFlat .t_left,
	#page-content .timelineFlat .t_right{
		width:35px;
		height: 48px;
		top:50%;
		margin-top:-24px;
		background-color:rgba(47,47,47,0.7);
		content:"\f104";
		background-repeat: no-repeat;
	}

	#page-content .timelineFlat .t_left:hover,
	#page-content .timelineFlat .t_right:hover{
		background-color:rgba(47,47,47,1);
	}

	#page-content .timelineFlat .t_left,
	#page-content .timelineFlat .t_left:hover:active{
		left:0;
		background-image:url(img/left-arrow.png);
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
		background-position: 10px 17px;
	}

	#page-content .timelineFlat .t_right,
	#page-content .timelineFlat .t_right:hover:active{
		right:0;
		background-image:url(img/right-arrow.png);
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		background-position: 13px 17px;
	}

/* Timeline Open Content Styles */

	.item_open_content{
		background-color:#2f2f2f;
		padding: 20px 10px;
		text-align: justify;
		overflow: scroll;
		box-shadow: inset 0px 0px 46px rgba(0,0,0,0.4);
	}

	#page-content .timelineFlat .item_open h2{
		font-size:20px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		color:white;
		margin: 0 0 20px;
	}

	#page-content .timelineFlat .item_open .t_close{
		position: absolute;
		top: 15px;
		right: 15px;
		padding: 10px;
		background: #101010;
		width: 30px;
		height: 30px;
		opacity: 0.4;
		font-size: 12px;
		line-height: 11px;
		color: #ccc;
		border-radius: 5px;
		cursor: pointer;
		z-index: 2;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#page-content .timelineFlat .item_open .t_close:hover{
		color:white;
		opacity: 1;
	}

	#page-content .timelineFlat .item_open p.item_description{
		color:#a5a5a5;
		line-height: 1.7em;
	}

	#page-content .timelineFlat .item_open p.item_description:nth-of-type(1){
		margin-top:22px;
	}

	#page-content .timelineFlat .item_open a.item_link{
		margin-top:15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		display: block;
	}

/* Fun Facts */

	.fun-facts{
		background-attachment: fixed;
		background-size:cover;
		position: inherit;
	}

	.fun-facts .facts{
		padding:125px 0;
	}

	.vntd-counter {
		text-align: center;
	}

	.facts .fact,
	.vntd-counter {
		display: inline-block;
		width: auto;
		opacity: .9;
		padding:10px 20px;
		display: block;
		margin: 0 auto;
	}

	.facts .fact h1, .facts .fact h3{
		padding:0;
		margin:0;
	}

	.counter-title h6,
	.facts .fact h3 {
		margin-top:35px;
		font-size:23px;
		font-weight: 400;
	}

	.facts .fact h1.factor,
	.counter-value {
		display: inline-block;
		width: auto;
		min-width: 220px;
		font-size:55px;
		color: #555;
		position: relative;
	}

		.counter-color-white .counter-value {
			color: #f9f9f9;
		}

		.counter-color-white .counter-value:before,
		.counter-color-light .counter-value:before {
			background-color: #f1f1f1;
		}

		.counter-color-white .counter-title h6 {
			color: #fff;
		}

		.counter-color-light .counter-title h6,
		.counter-color-light .counter-value {
			color: #f9f9f9;
		}

	.facts .fact h1.factor:before,
	.counter-value:before {
		width: 9px;
		height: 3px;
		background-color: #555;
		content:'';
		left:50%;
		margin-left:-5px;
		bottom:-13px;
		position: absolute;
	}

/* Portfolio Post Details Shortcode */

/* Portfolio Post Details */

.vntd-portfolio-details .col-xs-8 {
	padding-left: 0;
}

	.vntd-portfolio-details .col-md-8 {
	    margin-bottom: 30px;
	}

	.jm-post-like span {
		padding-left: 10px;
	}

.portfolio-details-side {
}

h2.project-head {
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 30px;
	margin-top: 0px;
}

.project-desc {
	font-size: 15px;
}

.vntd-portfolio-details .project-button {
	margin-top: 5px;
}

	.vntd-portfolio-details .project-button-secondary {
		margin-left: 10px;
	}

.portfolio-details-default1 .project-features {
	margin: 25px 0 17px 0;
	padding: 0px;
}

	.portfolio-details-default1 .project-button {
		margin-top: 15px;
		color: #fff;
	}

/* Portfolio Post Details, Style Minimal */

.portfolio-details-minimal {
	text-align: center;
	padding: 25px 0;
}

	.portfolio-details-minimal h2 {
		margin-bottom: 10px;
	}

	.project-head-categories {
		color: #c2c2c2;
		font-weight: 500;
		font-size: 17px;
	}

	.portfolio-details-minimal p.project-desc {
		margin-top: 13px;
		width: 80%;
		font-size: 17px;
		max-width: 720px;
	}

	.portfolio-details-minimal .project-button {
		text-transform: uppercase;
		padding: 14px 26px;
	}

/* Portfolio Post Details: Features List */

.flexslider .slides img {
	height: auto;
}

ul.project-features{
	margin: 0;
	padding: 0;
}

ul.project-features &gt; li {
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	display: block;
	border-bottom:1px solid #f1f1f1;
	color:#686868;
}

	ul.project-features &gt; li p {
		padding-left: 100px;
		margin: 0;
	}

	ul.project-features &gt; li:first-child{
		padding-top: 0;
	}

	ul.project-features &gt; li:last-child{
		padding-bottom: 0;
	}

	ul.project-features li:last-child{
		border-bottom:transparent;
	}

	#page-content .project-feature-website a:hover {
		color: #363636;
	}

ul.project-features li h6 {
	font-size: 14px;
	float: left;
	margin: 0;
	margin-right: 10px;
	width: 90px;
	line-height: 1.4em;
	margin-top: 1px;
}

ul.project-features li.p-feature p {
	font-size:14px;
	line-height: 1.4em;
	margin:0;
}

.project-feature-skills {
	margin: 0;
	padding-left: 100px;
}

	.project-feature-skills li {
		list-style: none;
		display: inline-block;
	}

	.project-feature-skills li:after {
		content: ",";
		margin-right: 4px;
	}

	.project-feature-skills li:last-child:after {
		content: none;
		display: none;
	}

/* Portfolio */

	#portfolio .inner{
		padding-bottom:40px;
	}

	/* For SubPages */
	#portfolio.single{
		margin-top:45px;
	}

	#portfolio.single.boxed{
		margin-bottom:100px;
	}

/* Portfolio Filters Type 1 */

	#page-content .cbp-l-filters-alignCenter .cbp-filter-item{
		color:#6b6b6b;
		font-size:14px;
		border-radius:4px;
		padding:7px 17px;
		margin:5px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	#page-content .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active{
		color:white;
	}

	.cbp-filter-item:hover .cbp-filter-counter{
		bottom:41px !important;
	}

	.portfolio-counter-yes .vntd-filters {
		padding-top: 28px;
	}

/* Portfolio Boxes Type 1 */

	.portfolio-items .item .center-details{
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.portfolio-items .item .center-details .details{
		width: 100%;
		height: 40px;
		position: relative;
		top:50%;
		margin-top:-20px;
	}

	.portfolio-items .item .center-details .details h2,
	.portfolio-items .item .center-details .details h2 + p{
		margin:0;
		padding:0;
		position: relative;
		-webkit-transition: top 0.3s, bottom .3s;
		-moz-transition: top 0.3s, bottom .3s;
		transition: top 0.3s, bottom .3s;
	}

	.portfolio-items.type1 .item .center-details .details h2,
	.portfolio-items.type1 .item .center-details .details p {
		color: #fff;
	}

	.portfolio-items .item .center-details .details h2{
		font-size:22px;
		top:-10px;
	}

	.portfolio-items .item .center-details .details h2,
	.portfolio-items .item .center-details .details h2{
		font-size:19px;
	}

	.portfolio-items .item:hover .center-details .details h2{
		top:0;
	}

	.portfolio-items .item .center-details .details h2 + p{
		font-size:12px;
		bottom:-16px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.portfolio-items .item:hover .center-details .details h2 + p{
		bottom:-6px;
	}

	.cbp-caption-zoom .item .cbp-caption-activeWrap{
		background:transparent;
	}

	.cbp-caption-zoom .cbp-caption .cbp-caption-defaultWrap,
	.cbp-caption-zoom .cbp-caption-activeWrap,
	.cbp-caption-zoom .cbp-caption img{
		-webkit-transition: transform 0.5s, opacity 0.5s;
		-moz-transition: transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
	}

	#page-content .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.cbp-caption-zoom .cbp-caption:hover img{
		opacity: .2;
	}

	.gallery-caption,
	.wp-caption {
		font-style: italic;
	}

	.wp-caption-text {
		font-style: italic;
		opacity: 0.9;
		padding-top: 8px;
	}

	.bypostauthor {
		background: rgba(0,0,0,0);
	}

	.aligncenter {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	img.aligncenter {
		display: block;
	}

	.page-holder .alignleft {
		float: left;
		padding: 0;
		margin-right: 30px;
		margin-bottom: 20px;
	}

	.page-holder .alignright {
		float: right;
		padding: 0;
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.portfolio-items .item a{
		background-color:black;
	}

	.portfolio-items.white-hover .item a{
		background-color:white;
	}

	.portfolio-items.white-hover .item *{
		color:#6c6c6c;
	}

	/* Portfolio Filters Type 1 */

	.portfolio-filters {
		padding: 0px;
	}

	#page-content .portfolio-filters-simple .cbp-filter-item {
		font-family: Georgia, Times, 'Times New Roman', serif;
		text-transform: uppercase;
		font-size: 14px;
	}

	.inner-slider .owl-controls {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

/* Portfolio Filters Type 2 */

	.portfolio-filters.portfolio-filters-boxed.cbp-l-filters-alignCenter,
	.blog-filters.type2.cbp-l-filters-alignCenter{
		font-size: 0;
	}

	#page-content .portfolio-filters.portfolio-filters-boxed.cbp-l-filters-alignCenter .cbp-filter-item,
	.blog-filters.type2.cbp-l-filters-alignCenter .cbp-filter-item{
		padding:9px 24px;
		margin:0px;
		border:1px solid #efefef;
		font-size:13px;
		border-radius: 0;
		font-weight: 400;
	}

	#page-content .portfolio-filters.portfolio-filters-boxed.cbp-l-filters-alignCenter .cbp-filter-item{
		border:1px solid #efefef;
		border-right: transparent;
	}

	#page-content .portfolio-filters.portfolio-filters-boxed.cbp-l-filters-alignCenter .cbp-filter-item:first-child,
	.blog-filters.type2.cbp-l-filters-alignCenter .cbp-filter-item:first-child{
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
	}

	#page-content .portfolio-filters.portfolio-filters-boxed.cbp-l-filters-alignCenter .cbp-filter-item:last-child,
	.blog-filters.type2.cbp-l-filters-alignCenter .cbp-filter-item:last-child{
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		border-right: 1px solid #efefef;
	}

	#page-content .portfolio-filters.portfolio-filters-boxed.cbp-l-filters-alignCenter .cbp-filter-item:last-child{
		border-right: 1px solid #e1e1e1;
	}

/* Portfolio Boxes Type 2 */

	#portfolio.single .portfolio-items.type2{
		margin-bottom:80px;
	}

	.portfolio-items.type2 .item .center-details{
		width: 100%;
		height: auto;
		text-align: left;
	}

	.portfolio-items.type2 .item .center-details .details{
		width: 100%;
		height: auto;
		padding:15px 20px;
		top:0;
		margin-top:0;
		border:1px solid #f0f0f0;
	}

	.portfolio-items.type2 .item .cbp-caption-activeWrap{
		position: relative;
		opacity: 1;
		background: white;
		z-index: 2;
	}

		body.dark-layout .portfolio-items.type2 .item .cbp-caption-activeWrap {
			background: #171717;
		}

		body.dark-layout .portfolio-items.type2 .item .center-details .details {
			border-color: #222;
		}

	.portfolio-items.type2 .item .center-details .details h2{
		top:0;
		text-align: left;
		color:#8b8b8b;
		font-size:18px;
		font-weight: 300;
	}

	.portfolio-items.type2 .item .center-details .details p{
		bottom:0;
		text-align: left;
		color:#a8a8a8;
		font-size:13px;
		margin-top:3px;
	}

	.portfolio-items.type2 .item:hover .center-details .details h2 + p{
		bottom:0;
	}

	.type2 .cbp-caption-defaultWrap{
		z-index: 1;
	}

	.type2 .item_icon{
		position: absolute;
		left:0;
		width: 100%;
		top:50%;
		margin-top:-20px;
		height: auto;
		display: block;
		text-align: center;
		opacity: 1;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		color: #fff;
	}

	.type2 .item:hover .item_icon{
		opacity: 1;
	}

	.type2 .item_icon p{
		margin:0 auto;
		padding:0;
		font-size:13px;
		font-weight: 100;
		letter-spacing: 0.5px;
	}

	.type2 .item_icon p i{
		font-size:18px;
		margin-bottom:5px;
	}

	.type2 .item img{
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.type2 .item:hover img{
		opacity: .2;
	}

/* Load More Button */

	.load-more-button{
		width: 100%;
		height: auto;
		padding:30px 0;
		display: block;
		font-size:20px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.load-more-button.dark-type{
		background-color:#222222;
		color:white;
	}

	.load-more-button.dark-type:hover{
		background-color:white;
		color:#222222;
	}

	.load-more-button.dark-type.cbp-l-loadMore-button-stop{
		cursor: default;
		background-color:#222222 !important;
		color:gray !important;
	}

	.load-more-button.light-type{
		background-color:#fdfdfd;
		color:#777777;
		text-transform: uppercase;
	}

	.load-more-button.light-type:hover{
		background-color:#222222;
		color:white;
	}

	.load-more-button.light-type.cbp-l-loadMore-button-stop{
		cursor: default;
		background-color:#fdfdfd !important;
		color:#999999 !important;
	}

/* Load More Button Circle Type */

	.load-more-button.circle-button{
		width: 75px;
		height: 75px;
		padding:0;
		display: block;
		margin:50px auto;
		font-size:20px;
		border-radius: 100%;
		line-height: 75px;
		border:1px solid #ebebeb;
		color: #ddd;
		background-color: transparent;
	}

/* Boxed Portfolio Margin */

	#portfolio .portfolio-items.boxed{
		margin-bottom:80px;
	}

	.portfolio .portfolio-filters.boxed{
		margin-bottom:40px;
	}

/* Boxed Portfolio Margin */

	#portfolio.masonry{
		margin:40px auto;
	}

/* Page Note */

	section.page-note{
		padding:60px 0;
	}

	section.page-note.light-note{
		background-color:#fafafa;
	}

	section.page-note h4{
		font-size:16px;
	}

	section.page-note.light-note h4{
		color:#626262;
	}

	section.page-note.dark-note h4{
		color:#fff;
	}

/* Page Note Type 2 */

	section.page-note.type-2{
		padding:50px 0;
	}

	section.page-note.type-2 h4{
		font-size:16px;
	}

	section.page-note.type-2.light-note h4{
		color:#bcbcbc;
	}

	section.page-note.type-2.light-note h4 i:nth-of-type(1){
		margin-right: 40px;
		opacity: 0.7;
	}

	section.page-note.type-2.light-note h4 i:nth-of-type(2){
		margin-left: 40px;
		opacity: 0.7;
	}

/* Categories */

	#categories .inner{
		padding-bottom:60px;
	}

	.category-boxes{
		padding:0 0 45px;
	}

	.category-boxes .box .category-inner-slider{
		position: relative;
		/* For Older Browser Versions */
		width: 98%;
		width: calc(100% - 10px);
	}

	.category-boxes .box .category-inner-slider .image{
		background-color:#222222;
	}

	.category-boxes .box .category-inner-slider .image img,
	.category-boxes .box .box-texts,
	.category-inner-slider .owl-pagination .owl-page{
		opacity: .5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.category-boxes .box .category-inner-slider .image img{
		width: 100%;
		height: auto;
	}

	.category-boxes .box:hover .image img,
	.category-boxes .box:hover .box-texts{
		opacity: 1;
	}

	.category-boxes .box .box-texts{
		position: absolute;
		top:0;
		text-align: center;
		/* For Older Browser Versions */
		width: 98%;
		width: calc(100% - 10px);
	}

	.category-boxes .box .box-texts h2{
		font-size:0px;
		color: #fff;
		margin-top: 40px;
		margin-bottom: 8px;
		text-transform: none;
	}

	.category-boxes.minimal-texts .box .box-texts h2{
		font-size:24px;
	}

	.category-boxes.minimal-texts .box .box-texts h2 + p{
		font-size:14px;
	}

	.category-boxes .box .box-texts h2 + p{
		font-size:17px;
		color:#c4c4c4;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.category-boxes .box:hover .box-texts h2 + p{
		color:#fff;
	}

/* Pagination For Category Inner Slider */

	.inner-slider .owl-pagination{
		height: auto;
		text-align: center;
		margin-top:-45px;
		position: absolute;
		/* For Older Browser Versions */
		width: 100%;
	}

	.inner-slider .owl-pagination .owl-page{
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background:#fff;
		margin:3px;
		border:none;
		opacity: 0;
	}

	.inner-slider .owl-pagination .owl-page.active{
		border:1px solid #fff;
		background:transparent;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

	.double-slider .box:hover .inner-slider .owl-pagination .owl-page{
		opacity: 1;
	}

/* Navigation For Category Inner Slider */

	.inner-slider .owl-buttons{
		height: auto;
		text-align: center;
		top:50%;
		height: 30px;
		margin-top:-15px;
		position: absolute;
		/* For Older Browser Versions */
		width: 100%;
	}

	.inner-slider .owl-buttons div{
		width:30px;
		height: 40px;
		position: absolute;
		top:0;
		background-color:rgba(0,0,0,0.0);
		line-height: 40px;
		opacity: .5;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.inner-slider .owl-buttons div:hover{
		background-color:transparent;
	}

	.double-slider .box:hover .category-inner-slider .owl-buttons div{
		opacity: 1;
	}

	.inner-slider .owl-buttons div.owl-prev{
		left:0;
		background-image:url(img/left-arrow.png);
	}

	.inner-slider .owl-buttons div.owl-next{
		right:0;
		background-image:url(img/right-arrow.png);
	}

/* Navigation For Categories Slider */

	.category-boxes .owl-controls {
		display: block !important;
	}

	.category-boxes .owl-buttons{
		top:-30px;
		position: relative;
		height: 40px;
		text-align: center;
	}

	.category-boxes .owl-buttons div{
		display: inline-block;
		position: relative;
		height: 40px;
		text-align: center;
		width: 40px;
		background-color:#222;
		border-radius: 100%;
		margin:0 5px;
		background-position: center center;
		background-size: auto;
		background-repeat: no-repeat;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.category-boxes .owl-buttons div.owl-prev{
		background-image:url(img/left-arrow.png);
	}

	.category-boxes .owl-buttons div.owl-next{
		background-image:url(img/right-arrow.png);
	}

/* Bottom Page Texts */

	.bottom-page-texts{
		color:#f9f9f9;
		max-width: 900px;
		margin:0 auto;
	}

	.bottom-page-texts h2{
		font-size:24px;
		margin-bottom: 12px;
	}

	.bottom-page-texts h2 + p{
		font-size: 15px;
		color: #b5b5b5;
		line-height: 1.6em;
		margin-bottom: 5px;
	}

	.bottom-page-texts.vntd-cta-style-classic .bottom-page-buttons a{
		margin:20px 10px;
		border-radius: 6px;
		color:#dadada;
		background: #232323;
	}


	.bottom-page-texts.vntd-cta-style-classic .bottom-page-buttons a p:nth-of-type(1){
		font-size:15px;
	}

	.bottom-page-texts.vntd-cta-style-classic .bottom-page-buttons a p:nth-of-type(2){
		font-size:12px;
	}

	.bottom-page-texts.vntd-cta-color-white h2 {
		color: #fff;
	}

	.bottom-page-texts.vntd-cta-color-white h2 + p {
		color: #b5b5b5;
	}

	.bottom-page-texts.vntd-cta-style-classic h2 {
		font-family: Georgia, Times, 'Times New Roman', serif;
	}

	.vntd-cta-style-minimal a p {
		margin: 0px !important;
		text-transform: none;
	}

		.vntd-cta-style-minimal .vntd-cta-btn2 {
			margin-left: 10px;
		}

		.bottom-page-texts.vntd-cta-style-minimal h2 {
			/*font-style: italic;*/
			font-size: 16px;
			text-transform: uppercase;
			margin-top: 0px;
			margin-bottom: 4px;
		}

/* Progress Bars */

#page-content .vc_single_bar {
	box-shadow: inset 0px 0px 0px 1px #eeeeee;
	background: #f9f9f9;
	border-radius: 0px !important;
}

	#page-content .progress-bar-value {
		text-shadow: none !important;
		font-weight: 500;
		font-size: 15px;
	}

	#page-content .progress-bar-style2 .vc_single_bar,
	#page-content .progress-bar-style1 .vc_single_bar {
		margin-top: 47px;
		margin-bottom: 68px;
	}

		#page-content .vc_progress_bar .vc_single_bar:last-child {
			margin-bottom: 30px;
		}

	.progress-bar-style1 .wpb_progress_bar_heading,
	.progress-bar-style2 .wpb_progress_bar_heading {
		margin-bottom: 46px;
	}

	.vc_single_bar.accent .vc_bar {
		background-color: #c7b299 !important;
	}

	#page-content .progress-bar-style2 .progress-bar-value,
	#page-content .progress-bar-style1 .progress-bar-value {
		position: absolute;
		top: -28px;
		color: #636363;
		left: 0;
		right: auto;
		background: none;
		margin-left: -15px;
		padding-left: 15px;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.progress-bar-style2 .vc_label,
	.progress-bar-style2 .vc_bar,
	#page-content .progress-bar-style1 .vc_label,
	#page-content .progress-bar-style1 .vc_bar {
		min-height: 23px;
		border-radius: 0px;
	}

		#page-content .progress-bar-style1 .vc_label.vc_label_with_secondary .progress-bar-value {
			top: -43px;
		}

		#page-content .progress-bar-style1 .vc_label .progress-bar-secondary-label {
			display: block;
			font-size: 12px;
			color: #aeaeae;
			margin: 1px 0px 0px;
			text-transform: none;
			font-style: italic;
		}

	.progress-bar-style2 .vc_label .vc_label_units,
	.progress-bar-style1 .vc_label .vc_label_units {
		display: none;
	}

	#page-content .progress-bar-style2 .vc_label_units,
	#page-content .progress-bar-style1 .vc_label_units {
		position: absolute;
		right: 0;
		top: -38px;
		margin-right: -22px;
		width: 42px;
		text-align: center;
		font-weight: normal;
		color: #757575;
		font-size: 17px;
		-webkit-font-feature-settings: 'lnum';
		-moz-font-feature-settings: 'lnum';
		font-feature-settings: 'lnum';
		font-family: Georgia, Times, 'Times New Roman', serif;
	}

		.progress-bar-style2 .vc_label_units,
		.progress-bar-style1 .vc_label_units {
			opacity: 0;
			-webkit-transition: opacity .3s;
			transition: opacity .3s;
			-moz-transition: opacity .3s;
		}

			.vc_label_units.progress-bar-label-visible {
				opacity: 1;
			}

		.progress-bar-style1 .vc_label_units:after {
			width: 0;
		    height: 0;
		    border-left: 9px solid transparent;
		    border-right: 9px solid transparent;
		    border-top: 9px solid;
		    content: '';
		    position: absolute;
		    bottom: auto;
		    top: 29px;
		    right: auto;
		    left: 10px;
		}

		/* Composer colors */

		.vc_progress_bar.vc_progress-bar-color-peacoc .vc_label_units:after {
			border-top-color: #4CADC9;
		}

/* Skills */

	.skills{
		padding: 60px 0 0 20px;
	}

	.skills .skill{
		margin:0 0 30px;
	}

	.skills .progress{
		height: 23px;
		box-shadow: none;
		border-radius: 0;
		box-shadow:inset 0px 0px 0px 1px #eeeeee;
		background-color:#f9f9f9;
		position: relative;
		overflow: visible;
	}

	.skills .skill h4{
		font-size:15px;
		color:#636363;
	}

	.skills .skill h4 + p{
		font-size:13px;
		color:#aeaeae;
		margin:4px 0;
	}

	.skills .skill .progress .progress-bar:after{
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid;
		content:'';
		position: relative;
		right: -71px;
		top:-12px;
		float: right;
	}

	.skills .skill .progress .progress-bar.black-type:after,
	#page-content .vc_progress-bar-color-black .vc_label_units:after {
		border-top-color:#1d1d1d;
	}

	.skills .skill .progress .progress-bar span{
		width: 60px;
		height: 30px;
		background:transparent;
		font-size:19px;
		position: relative;
		right: -32px;
		top: -40px;
		float: right;
		color:#757575;
	}

/* Mini Skills */

	.mini-skills.skills .skill{
		margin:0 0 25px;
	}

	.mini-skills.skills .progress{
		height: 4px;
	}

	.mini-skills.skills p{
		margin-bottom:3px;
	}

	.mini-skills.skills .progress .progress-bar span{
		right: 0;
		top:-27px;
		position: absolute;
		width: auto;
		font-size:14px;
	}

	.mini-skills.skills .skill .progress .progress-bar:after{
		display: none;
	}

	.mini-skills.skills .skill:last-child{
		margin-bottom:0;
	}

/* Clients */

	.clients .inner{
		padding-bottom:70px;
	}

/* Navigation For Carousel */

	.clients .owl-carousel .owl-wrapper-outer{
		z-index: 3;
	}

	.clients .boxes .owl-controls{
		z-index: 1;
	}

	.clients .boxes .owl-controls .owl-buttons{
		width: 100%;
		height: 50px;
		position: absolute;
		top: 172px;
	}

	.clients .boxes .owl-controls .owl-buttons div{
		width: 35px;
		height: 35px;
		background: #222222;
		opacity: .5;
		padding: 0;
		position: relative;
		line-height: 35px;
		color:white;
		font-size:13px;
		border-radius: 5px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.clients .boxes .owl-controls .owl-buttons div:hover{
		opacity: 1;
	}

	.clients .boxes .owl-controls .owl-buttons div.owl-prev{
		left:-35px;
		float: left;
	}

	.clients .boxes .owl-controls .owl-buttons div.owl-next{
		right:-35px;
		float: right;
	}

		#page-content .clients.testimonials .owl-buttons {
			display: none;
		}

	.clients .boxes .owl-pagination .owl-page{
		background:rgba(255,255,255,0.5);
	}

	.clients .boxes .owl-pagination .owl-page.active{
		background:rgba(255,255,255,1);
		border:none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.clients .boxes .owl-controls, .boxes .owl-pagination{
		margin-top:25px;
	}

/* Client Logos */

	div.client-logos{
		padding: 10px 0;
	}

	div.client-logos a{
		display: inline-block;
		text-align: center;
		width: 100%;
		max-width: 100%;
		height: auto;
		opacity: .4;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		cursor: pointer;
	}

	div.client-logos a:hover{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	div.client-logos a img{
		max-width: 100%;
		height: auto;
	}

/* Client Black White Version */

	.clients.bw-type .boxes .owl-pagination{
		display: none;
	}

	.clients .client-logos{
		margin:0 auto;
		padding:30px 0;
	}

	.client-logos-background.client-logos .client-logo{
		margin:0 5px;
	}

	.client-logos-background.client-logos a{
		padding:40px;
		height: 120px;
		background-color:rgba(255,255,255,0.05);
	}

/* Features With Mobile */

	#features-mobile .inner,
	.product-features .inner {
		padding-bottom:50px;
	}

	ul.mobile-boxes{
		width: 100%;
		height: auto;
		background:url(img/iphone6.png) center center no-repeat;
		background-position: center center;
		background-repeat: no-repeat;
		min-height: 600px;
		margin-top:45px;
		padding-top:60px;
		position: relative;
		margin-bottom:40px;
		padding-left: 15px;
		padding-right: 15px;
	}

	ul.mobile-boxes li{
		float: left;
		display: inline-block;
		width: 48%;
		margin-top:50px;
	}

	ul.mobile-boxes li .details{
		float: left;
		width: 55%;
		text-align: right;
	}

	ul.mobile-boxes li div.mobile-icon{
		width: 100%;
		height: auto;
	}

	ul.mobile-boxes li div.mobile-icon a{
		width: 60px;
		height: 60px;
		border-radius: 100%;
		border:1px solid;
		display: inline-block;
		text-align: center;
		line-height: 60px;
		font-size: 17px;
		font-weight: 100;
		position: relative;
		background:transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	ul.mobile-boxes li:hover div.mobile-icon a{
		color:white;
	}

	ul.mobile-boxes li div.mobile-icon a:after{
		width: 100%;
		height: 100%;
		border-radius: 100%;
		content:'';
		background:transparent;
		display: block;
		position: absolute;
		border:1px solid transparent;
		left:0;
		top:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	ul.mobile-boxes li:hover div.mobile-icon a:after{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	ul.mobile-boxes li h4{
		font-size:25px;
		color:#656565;
		margin:15px 0 10px;
	}

	ul.mobile-boxes li h4.minimal-head{
		font-size:20px;
	}

	ul.mobile-boxes li h4 + p{
		font-size:13px;
		color:#7a7a7a;
		margin:0;
	}

	ul.mobile-boxes li:nth-of-type(2n){
		float: right;
	}


	ul.mobile-boxes li:nth-of-type(2n) .details{
		float: right;
		text-align: left;
	}

/* Plus Icons */

	ul.mobile-boxes li .buttons{
		float: right;
		/* For Old Browsers */
		width: 41%;
		width:calc(45% - 32px);
		right:0;
		position: relative;
		top:91px;
		left:auto;
		height: auto;
	}

	ul.mobile-boxes li:nth-of-type(2n) .buttons{
		float: left;
		left:0;
		right:auto;
	}

	ul.mobile-boxes li .buttons span{
		display: inline-block;
		width: 20px;
		height: 20px;
		position: absolute;
		border-radius: 100%;
		font-size:8px;
		color:white;
		line-height: 20px;
	}

	ul.mobile-boxes li .buttons span.first-icon{
		right:103%;
		top:-10px;
	}

	ul.mobile-boxes li .buttons span.second-icon{
		right:-10px;
		top:110%;
		background:white;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	ul.mobile-boxes li:hover .buttons span.second-icon{
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

	ul.mobile-boxes li .buttons span.second-icon:hover{
		color:white;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}

	ul.mobile-boxes li:nth-of-type(2n) .buttons span.first-icon{
		left:103%;
		top:-10px;
	}

	ul.mobile-boxes li:nth-of-type(2n) .buttons span.second-icon{
		left:-10px;
		top:110%;
		background:white;
	}

	ul.mobile-boxes li .buttons .strips{
		border-style: dashed;
		border-color:#939393;
		border-top-width:1px;
		border-right-width:1px;
		position: relative;
		left:0;
		right: auto;
	}

	ul.mobile-boxes li:nth-of-type(2n) .buttons .strips{
		border-style: dashed;
		border-color:#939393;
		border-top-width:1px;
		border-right-width:1px;
		position: relative;
		left:auto;
		float: right;
		right: 0;
	}

	ul.mobile-boxes .box-left .strips {
		border-left: 0px !important;
		border-bottom: 0px !important;
	}

		ul.mobile-boxes .box-right .strips {
			border-right: 0px !important;
			border-bottom: 0px !important;
		}


	ul.mobile-boxes li:nth-of-type(2n) .buttons .strips{
		border-right-width:0px;
		border-left-width:1px;
	}

	ul.mobile-boxes li.features-button{
		float: none;
		position: absolute;
		left:50%;
		margin-left:-48px;
		width: 96px;
		height: 96px;
		display: block;
		bottom:5px;
	}

	ul.mobile-boxes li.features-button a.black-gradient{
		display: inline-block;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		opacity: .9;
		position: relative;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	ul.mobile-boxes li.features-button a.black-gradient:after{
		content:'';
		width: 100%;
		height: 100%;
		position: absolute;
		left:0;
		top:0;
		background-image: url(img/plus.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	ul.mobile-boxes li.features-button a.black-gradient:hover{
		opacity: 1;
	}

/* Tooltip Styles */

	.tooltip{
		z-index: 999 !important;
	}

	.tooltip-inner{
		padding:10px;
		background:#212121;
		color:white;
		font-size:13px;
		font-style: italic;
		border-radius: 5px;
		min-width: 150px;
	}

	.tooltip.top{
		margin-top:-20px;

	}

	.tooltip.bottom{
		margin-top:20px;

	}

	.tooltip.left{
		margin-left:-25px;

	}

	.tooltip.right{
		margin-left:20px;
	}

	.tooltip.top .tooltip-arrow{
		border-top-color:#212121 !important;
	}

	.tooltip.bottom .tooltip-arrow{
		border-bottom-color:#212121 !important;
	}

	.tooltip.left .tooltip-arrow{
		border-left-color:#212121 !important;
	}

	.tooltip.right .tooltip-arrow{
		border-right-color:#212121 !important;
	}

/* Collapse Styles */

	#features-mobile .f-collapse,
	.product-features .f-collapse {
		display: none;
	}

	.f-collapse.hidden{
		opacity: 0;
	}

	.f-collapse.visible{
		opacity: 1;
	}

	#features-mobile .f-collapse div,
	.product-features .f-collapse div {
		width: 100%;
		height: auto;
		border: 1px #cbcbcb dashed;
		border-radius: 10px;
		background-color:rgba(255,255,255,0.3);
		font-size:20px;
		padding: 30px 15px;
		color:#9b9b9b;
	}

	#features-mobile .f-collapse div p,
	.product-features .f-collapse div p {
		margin:0;
		padding:0;
	}

	#features-mobile .f-collapse div p a,
	.product-features .f-collapse div p a {
		color:inherit;
		font-size:13px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* From The Blog */

	.news .blog-slider{
		margin:55px auto 66px;
	}

	.news .box{
		padding:0 15px;
		cursor: default;
	}

	.news .box .details h3{
		font-size:18px;
		color: #7e7d7d;
		margin-top:25px;
		font-weight: 400;
		margin-bottom: 17px;
	}

		.news .box .details h3 a {
			color: #444;
			transition: color .3s;
			-webkit-transition: color .3s;
			-moz-transition: color .3s;
		}

	.news .box .details p {
		margin:15px 0 8px;
		font-size: 13px;
		font-weight: 400;
		color: #9a9a9a;
	}

	.news .box img{
		width: 100%;
	}

	.blog-style-classic .post.sticky {
		border-left: 5px solid #E54343;
		background: #f8f8f8;
	}
		.blog-style-classic .post.sticky .post-inner {
			padding-left: 15px;
		}

	.post .post.sticky .post-inner .post-more {
		background: #f3f3f3;
	}

	.blog-style-classic .post-trackback {
		display: none;
	}

		.vntd-post-nav {
			display: block;
			width: 100%;
			overflow: hidden;
			margin-bottom: 20px;
			padding-top: 20px;
			padding-bottom: 20px;
			border-top: 1px solid #ebebeb;
			border-bottom: 1px solid #ebebeb;
		}

		.post-nav-next {
			float: right;
		}

		.post-nav-prev {
			float: left;
		}

	.news .box .details p.post-details{
		font-size: 12px;
		color: #999;
	}

	.news .box .details p.post-details i{
		margin-right: 3px;
	}

	.news .box .details p.post-details i:nth-of-type(2){
		margin-left: 8px;
	}

	.news .box .details p.post_message{
		font-size:13px;
		color:#aaa;
	}

	.news .box .details a.post_read_more_button{
		width: 100%;
		height: auto;
		padding:10px;
		text-align: center;
		display: block;
		outline:none;
		border:none;
		background:#fafafa;
		color:#aaa;
		margin-top:10px;
		font-weight: 300;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.news .box .details a.post_read_more_button:hover{
		color:white;
	}

/* Pagination For Posts Inner Slider */

	.news .box:hover .inner-slider .owl-buttons div{
		opacity: 1;
	}

	.news .inner-slider .owl-pagination{
		margin-top:-25px;
	}



	.news .box .inner-slider .owl-pagination .owl-page{
		opacity: 1;
		background:#fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.news .box .inner-slider .owl-pagination .owl-page.active{
		border:1px solid #fff;
		background:transparent;
	}

/* Pagination For Posts Slider */

	.news .owl-pagination{
		height: auto;
		text-align: center;
		margin-top:50px;
		position: absolute;
		/* For Older Browser Versions */
		width: 100%;
	}

	.news .owl-pagination .owl-page{
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background:#bbb;
		margin:3px;
		border:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.news .owl-pagination .owl-page.active{
		border:1px solid #bbb;
		background:transparent;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

	.double-slider .box:hover .inner-slider .owl-pagination .owl-page{
		opacity: 0;
	}

/* Pricing Tables */

	#pricing-tables .inner{
		padding-bottom:40px;
	}

	.pricing-box {
/*		float: left;
		/* For Older Browsers *!/
		width: 24%;
		width:calc(25% - 10px);
		padding:30px 10px;
		margin:0 5px;*/
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		padding: 30px 10px;
	}

	.pricing-box:hover,
	.pricing-box.active{
		background-color:rgba(27,27,27,0.15);
	}

	.pricing-box h2.head{
		font-size: 35px;
		margin:0 0 -5px;
		padding:0;
		font-weight: 300;
		-webkit-font-smoothing: subpixel-antialiased;
		text-transform: none;
	}

	#page-content .pricing-box h1.price{
		font-size: 55px;
		margin:0;
		padding:0;
		line-height: 1.1em;
	}

	.pricing-box h1.price span{
		font-size: 18px;
		color: #ccc;
		font-weight: 300;
		text-transform: none;
	}

/* Price List */

	#pricing-tables .price_boxes{
		margin-top:50px;
	}

	.pricing-box ul.price_list{
		margin: 5px auto 0;
		padding:0 15px;
	}

	.pricing-box ul.price_list li{
		color: #eee;
		display: block;
		height: auto;
		padding:16px 0;
		border-bottom:1px solid rgba(176,176,176, 0.1);
		line-height: 20px;
	}

	.pricing-box ul.price_list li:last-child{
		padding-bottom:none;
	}

	.pricing-box ul.price_list li.important{
		color:white;
	}

	.pricing-box a.price_button{
		display: inline-block;
		width: auto;
		margin:0 auto;
		padding:10px 27px;
		margin-top:20px;
		background:rgba(29,29,29,0.2);
		font-size:13px;
		opacity: 0.7;
		border-radius: 4px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff;
	}

	.pricing-box.active a.price_button:hover{
		opacity: .9;
	}

/* Contact Us */

	#contact{
		overflow: hidden;
	}

	.contact .grayscale-bg{
		width: 100%;
		height: 100%;
		left:0;
		top:0;
	}

	.contact .address,
	.contact .contact_form{
		margin-top:50px;
	}

/* Address */

	.contact .address{
		width: 40%;
		background:rgba(255,255,255,0.02);
		color:#c6c6c6;
		padding-bottom:34px;
	}

	.contact-block-horizontal.blocks-number-2 a.box {
		width: 50% !important;
	}

	.contact-block-vertical a.box .details h4,
	.contact-block-vertical a.box .details p{
		color:#c6c6c6;
	}

	.contact-block-vertical div.address_head h3{
		margin: 0;
		padding:35px 30px 20px;
	}

	.contact-block-vertical a.box{
		display: block;
		width: 100%;
		padding:0 0 0 30px;
		height: 72px;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.contact-block-vertical a.box.hover:hover{
		background:rgba(255,255,255,0.05);
	}

 	.contact-block-vertical a.box div{
		height: 72px;
		display: inline-block;
		    float: none;
	}

	.contact-block-vertical a.box .icon{
		height: 100%;
		line-height: 72px;
		font-size:16px;
		position: absolute;
		top:0;
	}

	.contact-block-vertical a.box .texts {
		position: relative;
		left:30px;
	}


	#page-content .contact-block-vertical a.box .texts h3{
		padding:0;
		font-size:24px;
		margin-bottom:3px;
		font-weight: inherit;
		margin-top: 10px;
	}

	#page-content .contact-block-vertical a.box .texts p{
		padding:0;
		font-size: 14px;
		margin:0 0 6px;
		color: #888;
	}

	.contact-block-vertical &gt; h3 {
		padding-left: 30px;
		margin-top: 0px;
	}

	.contact-block-vertical a.box .button{
		line-height: 57px !important;
		width: 72px;
		text-align: center;
		opacity: 0;
		position: absolute;
		right: 0;
		top:0;
		height: 100%;
		background: rgba(255,255,255,0.05);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.contact-block-vertical a.box .button:after {
			content: "";
			width: 1px;
			height: 26px;
			background-color: #fff;
			position: absolute;
			top: 50%;
		    left: 50%;
		    margin-top: -13px;
		}

		.contact-block-vertical a.box .button:before {
			content: "";
			width: 26px;
			height: 1px;
			background-color: #fff;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -13px;
		}

	.contact-block-vertical a.box .button img{
		width: 23px;
		height: 23px;
	}

	.contact-block-vertical a.box:hover .button{
		opacity: .7;
	}

	.contact-block-vertical a.box .address-note h4{
		font-size:25px;
		color:#c6c6c6;
		margin-bottom:5px;
		font-weight: inherit;
	}

	.contact-block-vertical a.box .address-note p{
		font-size:14px;
		color:#c6c6c6;
	}

	.vntd-social-icons .socials{
		width: auto;
		left:30px;
		position: relative;
		margin-top:10px;
	}

	.vntd-social-icons a.social {
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		border-radius: 100%;
		color:white;
		opacity: .5;
		background:rgba(0,0,0,0.4);
		display: inline-block;
		margin-right: 8px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vntd-social-icons a.social:hover{
		opacity: 1;
	}

	select{
		border:1px solid #f5f5f5;
		background-color:#fdfdfd;
		padding: 5px 15px;
		outline:none;
		height: 40px;
		min-width: 250px;
	}

	.widget-contact-details-item i {
		margin-right:10px;
	}

/* Address White Layout */

	.contact.white-layout .address{
		background:rgba(0,0,0,0.02);
		color:#888;
	}

	.contact.white-layout .address a.box .details h4,
	.contact.white-layout .address a.box .details p{
		color:#888;
	}

	.contact.white-layout .address a.box .button{
		background:rgba(0,0,0,0.05);
	}

	.contact-block-vertical a.box.hover:hover{
		background:rgba(0,0,0,0.05);
	}

	.contact.white-layout .address a.box .address-note h4{
		color:#888;
	}


	.contact.white-layout .address a.box .address-note p{
		color:#888;
	}

	.contact.white-layout .address .socials a{
		color:white;
		background:rgba(0,0,0,0.4);
	}

/* White Contact Form For type 1 */

	.contact.white-layout .contact_form{
		background:rgba(240,240,240,0.6);
		color:#c6c6c6;
	}

	.contact.white-layout .form.dark_form input[type="text"],
	.contact.white-layout .form.dark_form textarea,
	.page-holder .vntd-contact-form input[type="text"],
	.page-holder .vntd-contact-form input[type="email"],
	.page-holder .vntd-contact-form textarea {
		background:rgba(255,255,255,0.6);
		border-color:#f3f3f3;
		opacity: 1;
	}

	.contact.white-layout .form.dark_form input:hover,
	.contact.white-layout .form.dark_form textarea:hover,
	.page-holder .vntd-contact-form input[type="text"]:hover,
	.page-holder .vntd-contact-form input[type="email"]:hover,
	.page-holder .vntd-contact-form textarea:hover {
		background-color:#fafafa;
		border-color:#dadada;
		opacity: 1;
	}

	.vntd-contact-form label {
	    font-weight: normal;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}

	.vntd-contact-form label {width:100%;}

	.contact.white-layout .dark_form .error_message,
	.contact.white-layout .dark_form .submit_message{
		background-color:#ebebeb;
		color:#555;
	}

	.contact.white-layout .form button{
		opacity: .8;
	}

	.wpcf7 .wpcf7-validation-errors {
		display: block;
	    margin: 0 auto;
	    padding: 15px 20px;
	    text-transform: none;
	    border: 0px;
	    margin-bottom: 12px;
	}

		.vntd-section-white .wpcf7 .wpcf7-validation-errors {
			background-color: rgba(0,0,0,0.2);
		}

	.wpcf7 .type-2+.wpcf7-validation-errors {
	    margin-top: -30px;
	    max-width: 930px;
	    width: 95%;
	    margin-bottom: 5px;
	}

	.wpcf7 .wpcf7-validation-errors:before {
		content: "\f071";
		font-family: FontAwesome;
		color: #ffa200;
		margin-right: 7px;
	}

	span.wpcf7-not-valid-tip {
		font-family: "Open Sans", Helvetica, Arial;
		text-transform: none;
		padding-top: 8px;
		color: #e54343;
		font-size: 13px;
	}

	#page-content .contact .wpcf7-not-valid {
	    border-color: #e54343;
	}

/* Address Type 2 */

	.vntd-contact-block.contact-block-horizontal a.box{
		width: 33.3%;
		position: relative;
		height: auto;
	}

	.vntd-contact-block.contact-block-horizontal a.box .icon{
		width: 20%;
		height: 100%;
		line-height: 166px;
		background-color:rgba(0,0,0,0.4);
		text-align: center;
		color:white;
		font-size:31px;
		opacity: .5;
		position: relative;
		z-index: 2;
		float: left;
	}

	/*.vntd-contact-block.contact-block-horizontal a.box:nth-of-type(2) .icon{
		font-size:19px
	}*/

	.vntd-contact-block.contact-block-horizontal a.box .texts{
		padding:55px 15px;
		position: absolute;
		height: 100%;
		z-index: 1;
		/* For old browsers */
		width: 77.6%;
		width: calc(80% - 10px);
		right:0;
		float: right;
	}

	.vntd-contact-block.contact-block-horizontal a.box .texts h3{
		font-size:30px;
		color:#c3c3c3;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		margin: 0px;
		padding: 0px;
		font-weight: 300;
	}

	.vntd-contact-block.contact-block-horizontal a.box .texts p{
		font-size:16px;
		color:#b0b0b0;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		margin: 0px;
		padding: 0px;
		font-weight: 300;
	}

	.vntd-contact-block.contact-block-horizontal a.box .texts:before{
		width: 100%;
		height: 100%;
		left:0;
		top:0;
		position: absolute;
		content:'';
		opacity: 0.2;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vntd-contact-block.contact-block-horizontal a.box .texts span.arrow{
		position: absolute;
		left:-10px;
		top:50%;
		margin-top:-10px;
		content:'';
		border-bottom: 10px solid transparent;
		border-top: 10px solid transparent;
		border-left: 10px solid rgba(0,0,0,1);
		opacity: .2;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vntd-contact-block.contact-block-horizontal a.box .texts span.arrow:before{
		position: absolute;
		left:-10px;
		top:10px;
		content:'';
		width: 10px;
		height: 73px;
		background-color:transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vntd-contact-block.contact-block-horizontal a.box .texts span.arrow:after{
		position: absolute;
		left:-10px;
		bottom:10px;
		content:'';
		width: 10px;
		height: 73px;
		background-color:transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vntd-contact-block.contact-block-horizontal a.box:hover h3,
	.vntd-contact-block.contact-block-horizontal a.box:hover p{
		color:white;
	}

		.vntd-gmap-marker {
			color: #333;
			font-size: 64px;
		}

			.gm-style .gm-style-iw+div {
				display: none;
			}

			.gm-style-iw h4 {
				margin-top: 8px;
				font-size: 18px;
				text-transform: uppercase;
				-webkit-font-smoothing: subpixel-antialiased;
			}

		.vntd-gmap-marker {
			height: 79px;
			width: 52px;
			background: url(img/marker.png);
		}

		.vntd-gmap-marker:before {
			content: none;
			display: none;
		}

/* 404 Not Found */

.not-found-big {
	font-size: 130px;
	font-weight: bold;
	color: #e54343;
	margin-top: 15px;
}

h1.not-found-title {
	font-size: 46px;
}

h3.not-found-description {
	line-height: 1.6em;
    font-size: 22px;
    color: #999;
}

.page-content-404 .search-form {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 50px;
}

	.page-content-404 .search-form input#s {
		padding: 14px 16px;
		border: 1px solid #e1e1e1;
		display: block;
		width: 100%;
		font-size: 17px;
	}

	.page-content-404 .search-form .search-button {
		background: none !important;
		padding-right: 30px;
		font-size: 17px;
	}

/* Contact Form */

	.contact .contact_form{
		/* For Older Browsers */
		width: 56%;
		width: calc(60% - 30px);
		background:rgba(255,255,255,0.02);
		color:#c6c6c6;
		padding:14px 28px 25px;
		text-align: right;
	}

	.contact .dark_form .error_message,
	.contact .dark_form .submit_message{
		display: none;
		padding:15px 20px;
		background-color:rgba(0,0,0,0.2);
		margin-top:15px;
	}

		.dark-transparent-bg &gt; .vc_column-inner &gt; .wpb_wrapper {
			background:rgba(255,255,255,0.02);
		}

		.contact-right-side .wpb_wrapper {
			padding: 28px 28px 13px;
		}

		.contact-right-side .wpcf7-form textarea {
			height: 135px;
		}

		.contact-right-side .vntd-contact-form .wpcf7-submit {
			margin-top: 0px;
		}

		.contact-left-side &gt; .vc_column-inner &gt; .wpb_wrapper {
			padding-bottom: 28px;
		}

		.wpcf7-form p {
			margin-bottom: 15px;
		}

		.contact-left-side .contact-block-vertical &gt; h3 {
			padding-top: 35px;
		}

		.contact-left-side .wpb_text_column h3 {
			margin-bottom: 4px;
		}

	.contact .white-form .error_message,
	.contact .white-form .submit_message{
		display: none;
		padding:15px 20px;
		background-color:#fafafa;
		margin-top:15px;
		color:#888;
	}

	.contact .error_message i{
		color:#ffa200;
		margin-right: 5px;
	}

	.contact .submit_message i{
		color:#2dbde1;
		margin-right: 5px;
	}

	.vntd-contact-form input,
	.vntd-contact-form textarea {
		width: 100%;
		padding:15px 20px;
		outline: none;
		border:1px solid;
		opacity: .5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		line-height: 1.5em;
	}

	.vntd-contact-form textarea{
		min-height: 135px;
		max-width: 100%;
	}

	.contact_form.dark_form input,
	.contact_form.dark_form textarea,
	.vntd-section-white .vntd-contact-form .wpcf7 input[type="text"],
	.vntd-section-white .vntd-contact-form .wpcf7 input[type="email"],
	.vntd-section-white .vntd-contact-form .wpcf7 textarea {
		background-color:rgba(0,0,0,0.2);
		border-color:rgba(255,255,255,0.2);
		opacity: .55;
	}

	.contact_form.dark_form input:hover,
	.contact_form.dark_form textarea:hover,
	.vntd-section-white .vntd-contact-form .wpcf7 input[type="text"]:hover,
	.vntd-section-white .vntd-contact-form .wpcf7 input[type="email"]:hover,
	.vntd-section-white .vntd-contact-form .wpcf7 textarea:hover {
		opacity: .8;
	}

	.contact_form.dark_form input:focus,
	.contact_form.dark_form textarea:focus,
	.vntd-section-white .vntd-contact-form .wpcf7 input[type="text"]:focus,
	.vntd-section-white .vntd-contact-form .wpcf7 input[type="email"]:focus,
	.vntd-section-white .vntd-contact-form .wpcf7 textarea:focus {
		opacity: 1;
	}

	.contact_form input#verify{
		width: auto;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		display: block;
		float: left;
		padding:10px 20px;
		max-width: 100px;
		text-align: center;
	}

	.contact .type-2 .form input#verify{
		width: 100%;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		display: block;
		float: left;
		padding:10px 20px;
		max-width: 100%;
		text-align: center;
	}

	.contact_form button,
	.vntd-contact-form .wpcf7-submit {
		width: auto;
		height: auto;
		padding:11px 50px;
		outline: none;
		border:none;
		opacity: .6;
		margin-top:15px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		color: #fff;
	}

	.contact_form button:hover,
	.vntd-contact-form .wpcf7-submit:hover{
		opacity: 1;
	}

	.contact_form button:active,
	.vntd-contact-form .wpcf7-submit:active{
		opacity: .8;
	}

	.contact_form button#clear{
		background-color:rgba(0,0,0,0.2);
	}

	input,textarea{
		outline:none;
	}

	.light-form input,
	.light-form textarea,
	.light-form select,
	.light-form button{
		font-size:13px;
		background:#fdfdfd;
		border:1px solid #eeeeee;
	}

	.light-form textarea{
		min-height: 100px;
	}

/* Contact Form Type 2 */

	.contact .contact_form.type-2{
		/* For Older Browsers */
		width: 95%;
		max-width: 970px;
		margin:20px auto 0;
		color:#c6c6c6;
		background:transparent;
		padding:20px 20px;
		text-align: right;
	}

		.contact .contact_form.type-2 .fullwidth,
		.contact .contact_form.type-2 p {
			margin-bottom: 15px;
		}

	.contact .contact_form.type-2 div div{
		width: 50%;
	}

	.contact .contact_form.type-2 div div:first-child{
		padding-right:10px;
	}

	.contact .contact_form.type-2 div div:last-child{
		padding-left:10px;
	}

	.contact .contact_form.type-2 input,
	.contact .contact_form.type-2 textarea,
	.contact .contact_form.type-2 button{
		font-size:15px;
		text-transform:uppercase;
		opacity: 1;
		border-radius: 6px;
		line-height: 28px;
		padding:13px 20px;
	}

	.contact .contact_form.type-2 textarea{
		min-height: 180px;
	}

	.contact .contact_form.type-2.white-form input,
	.contact .contact_form.type-2.white-form textarea,
	.contact .contact_form.type-2.white-form button{
		border-color:#eaeaea;
		background-color:#fdfdfd;
		color:#acacac;
	}

	.contact .contact_form.type-2.white-form input:hover,
	.contact .contact_form.type-2.white-form textarea:hover,
	.contact .contact_form.type-2.white-form input:focus,
	.contact .contact_form.type-2.white-form textarea:focus{
		border-color:#cfcfcf;
	}

	.contact .contact_form.type-2 .wpcf7-submit {
		border:1px solid;
		width: 100%;
		height: auto;
		padding:12px 50px;
		margin-left:0;
		margin-top: -5px;
	}

	.contact .contact_form.type-2.white-form .wpcf7-submit:hover{
		color:white;
	}

/* Map */

	#map,
	#map #google_map{
		height: 375px;
	}


/* Lists */

	ul.vntd-list {
		padding-left: 0px;
	}

	#page-content .vntd-list li:before {
	    content: none;
	}

	#page-content .vntd-list li {
		position: relative;
		padding-left: 22px;
	}

	.vntd-list-colored i.fa {
		width: 13px;
	    height: 13px;
	    color: #fff;
	    line-height: 13px;
	    background: red;
	    border-radius: 100%;
	    text-align: center;
	    font-size: 10px;
	    -webkit-font-smoothing: subpixel-antialiased;
	    position: absolute;
	    left: 0;
	    top: 7px;
	}

	.vntd-list br {
		display: none;
	}

/* Footer */

	footer{
		padding: 15px 0 45px;
		clear: both;
	}

	footer .logo:after{
		display: block;
		width: 30px;
		height: 1px;
		content:'';
		bottom:-18px;
		position: absolute;
		left:50%;
		margin-left:-15px;
	}

	.footer.black-bg .logo:after{
		background-color:#535353;
	}

	.footer.white-bg .logo:after{
		background-color:#bbbbbb;
	}

	footer p{
		margin-top:30px;
		font-size:10px;
		margin-bottom:0;
	}

	.footer.black-bg p,
	.footer.black-bg a{
		color:#b2b2b2;
	}

	.footer.white-bg p,
	.footer.white-bg a{
		color:#494949;
	}

	.footer-centered {
		background-color: #191919;
	}

	footer a{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	footer a.top-button{
		display: inline-block;
		width: 45px;
		height: 30px;
		position: relative;
		top:-45px;
		text-align: center;
		font-size:20px;
		line-height: 30px;
		color:#ccc;
		background: rgba(0,0,0, 0.9);
	}

	.dark-footer select,
	.dark-footer .widget .search {
    border-color: #232323;
    background: #212121;
	}

	.footer table th,
	.footer table tfoot td,
	.footer #wp-calendar tfoot td {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.footer.dark-footer #wp-calendar {
	    background: none;
	}

	.footer.dark-footer #wp-calendar tbody td:not(.pad) {
	    background: rgba(255, 255, 255, 0.03);
	}

	.dark-footer #wp-calendar thead td {
	    border-color: #282828;
	}

	.dark-footer #wp-calendar thead th,
	.dark-footer #wp-calendar td {
	    border-color: #282828;
	}

	.footer #wp-calendar #today {
    background: #f3504f;
    color: #fff;
	}

	.footer #wp-calendar #today a {
    color: #fff;
    font-weight: bold;
	}

	/* Footer Bigger Type */

	.footer.big-footer{
		width: 100%;
		height: auto;
		padding:0;
		background-color: #1e1e1e;
		clear: both;
	}

	.footer.big-footer .footer_inner{
		padding:60px 0 50px;
	}

	.footer.big-footer h4{
		font-size:20px;
		font-weight: 300;
		margin: 0px;
	}

	.footer.big-footer h4 + *,
	.footer.big-footer p{
		font-size:13px;
		margin-top:25px
	}

	/*.footer-widgets-holder {
		margin-left: -15px;
		margin-right: -15px;
	}*/

/* Links */

	.bar ul {
		padding-left: 0px;
		list-style: none;
	}

	.footer.big-footer ul li{
		padding: 0;
		border-bottom:1px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.footer.big-footer ul li a{
		padding:10px 0;
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.footer.big-footer ul li a:before{
		content: "\f105";
		margin-left: 0;
		margin-right: 5px;
		color: #959494;
		top: 0;
		left:0;
		position: relative;
		font-family: 'FontAwesome';
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.footer.big-footer ul li a:hover{
		padding-left:3px;
	}

	.footer.big-footer ul li a:hover:before{
		left:3px;
	}

	.footer.big-footer ul li:last-child{
		border-bottom:none;
	}

/* Twitter */

	.footer.big-footer #latest_tweets ul li{
		position: relative;
		padding:0 0 15px;
		border: 0px;
	}

	#vntd-twitter li {
		position: relative;
		padding:0 0 15px;
		border: 0px;
		background: none !important;
	}

	.widget .tweet &gt; li {
    margin-left: 20px;
	}


	#vntd-twitter li:before,
	.footer.big-footer #latest_tweets ul li:before {
		content: "\f099";
		margin-left: 0;
		color: #959494 !important;
		top: 3px;
		left:-20px;
		position: absolute;
		font-family: 'FontAwesome';
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#latest_tweets ul li a,
	#vntd-twitter li a {
		padding: 0px;
		display: inline;
		background: none !important;
	}

		#latest_tweets ul li a:before,
		#vntd-twitter li a:before {
			display: none;
			content: none;
		}

		#latest_tweets ul li a:hover,
		#vntd-twitter li a:hover {
			color: #fff;
		}

	.footer.big-footer #latest_tweets ul li &gt; a{
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.footer.big-footer #latest_tweets ul li &gt; a img{
		width: 20px;
		height: 20px;
		border-radius: 2px;
	}

	#latest_tweets span {
		opacity: 0.45;
	}

	#vntd-twitter .quote a {
	    opacity: 0.45;
	}

	#vntd-twitter p {
		margin: 0;
	}

/* Flickr */

	.bar .flickr_badge_image{
		display: inline-block;
		margin-right: 5px;
		margin-bottom:5px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		width: auto;
		height: auto;
	}

	.bar .flickr_badge_image:hover{
		opacity: .7;
	}

	.bar .flickr_badge_image img{
		width: 60px;
		height: 60px;
	}

/* Footer Bottom Line */

	.footer.big-footer .footer_bottom{
		padding:14px 0 12px;
		background-color: #181818;
	}

	.footer.big-footer .footer_bottom &gt; div{
		padding: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer.big-footer .footer_bottom p{
		font-size:11px;
		margin-top:10px;
		margin-bottom:0;
	}

		footer .copyright {
			text-transform: uppercase;
		}

		.page-template-template-fullpage footer .copyright {
			padding-bottom: 45px;
		}

	.footer.big-footer .footer_bottom a.social{
		width: 35px;
		height: 35px;
		display: inline-block;
		font-size:14px;
		text-align: center;
		line-height: 35px;
		margin-left:2px;
		margin-right: 0px;
		border-radius: 3px;
		background: none;
	}

	.footer.big-footer.dark-footer .footer_bottom a.social:hover{
		opacity: 1;
		color:white;
	}

	.footer.big-footer.dark-footer .footer_bottom a:hover{
		opacity: .7;
	}

/* Colors, Dark */

	.footer.big-footer.dark-footer,
	.footer.big-footer.dark-footer a,
	.footer.big-footer.dark-footer .widget_recent_entries a {
		color:#8a8a8a;
	}

	.footer.big-footer.dark-footer ul li a:hover{
		/*background-color:#232323;*/
	}

	.footer.big-footer.dark-footer h4 {
		color:#d0d0d0;
	}

	.footer.big-footer.dark-footer li{
		border-color:#232323;
	}

	.footer.big-footer.dark-footer .footer_bottom a.social:hover{
		background-color: #2b2b2b !important;
		color: #fff !important;
	}

	.footer.big-footer.dark-footer ul li a:hover{
		color:white;
	}

	.footer.big-footer.dark-footer ul li a:hover:before{
		color:white;
	}

	.footer.big-footer.dark-footer .footer_bottom{
		border-top:1px solid #2b2b2b;
	}

/* Light */

	.footer.big-footer.light-footer{
		background-color:#f1f1f1;
	}

	.footer.big-footer.light-footer,
	.footer.big-footer.light-footer a{
		color:#737373;
	}

	.footer.big-footer.light-footer ol li a:hover{
		background-color:#eeeeee;
		color:#232323;
	}

	.footer.big-footer.light-footer ol li a:hover:before{
		color:#232323;
	}

	.footer.big-footer.light-footer .footer_header{
		color:#5b5b5b;
	}

	.footer.big-footer.light-footer li{
		border-color:#ddd;
	}

	.footer.big-footer.light-footer .footer_bottom a.social:hover{
		background-color:#ddd;
	}

	.footer.big-footer.light-footer .footer_bottom{
		border-top:1px solid #dadada;
		background-color:#e3e3e3;
	}

/* Full Page Version */

	.vntd-fullscreen-features .home-button{
		margin-top:25px;
	}

	.home-button.btn-custom-color {
		border-color: transparent !important;
		opacity: 1;
		color: #fff !important;
	}

		.home-button.btn-custom-color:hover {
			opacity: .7 !important;
		}

	.home-button-2 {
		margin-left: 20px;
	}

	.vntd-fullscreen-features .page_bottom_note{
		width: 100%;
		height: auto;
		position: absolute;
		bottom:45px;
	}

	.vntd-fullscreen-features .page_bottom_note a{
		font-size: 20px;
		color:#dddddd;
	}

	.vntd-fullscreen-features .page_bottom_note a img{
		margin-top: -4px;
	}

	.vntd-fullscreen-features a.arrow{
		margin:40px auto;
		display: block;
		cursor: default;
	}

/* Full Page Version Feature Boxes */

	.feature-boxes.type-5{
		margin:40px auto 0;
		border:1px dashed rgba(255,255,255,0.3);
	}

	.feature-boxes.type-5 .feature-box{
		margin:0;
		border-left:1px dashed rgba(255,255,255,0.3);
		display: block;
		padding:35px 15px 25px 25px;
		cursor: move;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.feature-boxes.type-5 .feature-box p{
		color:#ccc;
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.feature-boxes.type-5 .feature-box:hover{
		background:rgba(49,34,34,0.5);
	}

	.feature-boxes.type-5 .owl-item:nth-of-type(1) .feature-box{
		border-left:none;
	}

	.feature-boxes.type-5 .feature-box .feature-icon{
		width: auto;
		margin-right: 0;
		background:transparent;
		line-height: 0;
	}

	.feature-boxes.type-5 .feature-box .feature-icon:after{
		display: none;
	}

	.feature-boxes.type-5 .feature-box .feature-text{
		width: calc(100% - 50px);
		padding-left: 23px;
	}

	.feature-boxes.type-5 + h4{
		margin-top:65px;
	}

	.vntd-fullscreen-features h1,
	.vntd-fullscreen-features h4,
	.feature-boxes.type-5 h4 {
		color: #fff;
	}

	.vntd-fullscreen-features h1 {
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.feature-boxes.type-5 i.fa {
		color: rgba(255,255,255,0.8);
	}

/* Category Boxes */

	.categories_full_screen .boxes .box{
		height: 100%;
		cursor: crosshair;
		overflow: hidden;
		opacity: 0.5;
		position: relative;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.categories_full_screen .boxes .box:hover{
		opacity: .8;
		z-index: 150;
	}

	.categories_full_screen .boxes .box .category-image{
		position: relative;
		height: 100%;
		width: auto;
	}

	.categories_full_screen .boxes .box .category-image img{
		top:0;
		height: 100%;
		width: auto;
		position: absolute;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		max-width: none;
		left: auto !important;
	    right: 0px;
	    margin-right: -100%;
	}

	.categories_full_screen .boxes .box:hover .category-image img{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.categories_full_screen .boxes .box .category-image img.right{
		right: 0;
	}

	.categories_full_screen .boxes .box .category-image img.left{
		left: 0;
	}

	.categories_full_screen .boxes .box:hover .category-image img.left{
		left: 5%;
	}

	.categories_full_screen .boxes .box:hover .category-image img.right{
		right: 5%;
	}

	.categories_full_screen .boxes .box .texts{
		position: absolute;
		left:20px;
		right: 15px;
		top:50%;
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.categories_full_screen .boxes .box:hover .texts{
		opacity: .8;
	}

	.categories_full_screen .boxes .box .texts h1{
		font-size:70px;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.2em;
	}

	.categories_full_screen .boxes .box .texts h1:after{
		position: relative;
		content:'';
		bottom:-25px;
		width:30px;
		height: 1px;
		left:0;
		display: block;
		background:#ccc;
	}

	.categories_full_screen .boxes .box .texts h2{
		font-size:27px;
		margin-top:30px;
		color: #fff;
		padding-top: 20px;
	}

	.categories_full_screen .boxes .box .texts p{
		font-size:14px;
		margin-top:25px;
		color:#d7d7d7;
	}

	.categories_full_screen .boxes .box .texts a.read_more{
		display: inline-block;
		width: 30px;
		height: 30px;
		position: relative;
		text-align: center;
		font-size:20px;
		color:#fdfdfd;
		margin-top:17px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.categories_full_screen .boxes .box .texts a.read_more:before{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left:0;
		top:0;
		border:2px solid #fdfdfd;
		content:'';
		border-radius: 100%;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	.categories_full_screen .boxes .box:hover .texts a.read_more{
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.categories_full_screen .boxes .box:hover .texts a.read_more:before{
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1;
	}

	.categories_full_screen .boxes .box .texts a.read_more + span{
		top:-1px;
		position: relative;
		opacity: 0;
		display: inline-block;
		left:0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		color: #fdfdfd;
	}

	.categories_full_screen .boxes .box:hover .texts a.read_more + span{
		opacity: 1;
	}

	.categories_full_screen .boxes .box .texts a.read_more:hover + span{
		left:5px;
	}

	.categories_full_screen .boxes .box:hover .texts a.read_more:hover{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(0.7);
	}

	.categories_full_screen .owl-controls{
		display: none;
		margin:0 !important;
	}

/* Categories Full Screen - Transparent Type */

	.categories_full_screen .bg-image-no .box{
		border-right: 1px solid rgba(255,255,255,0.1);
	}

	.categories_full_screen .bg-image-no .box:hover{
		background-color:rgba(23,26,29,0.3);
	}

/* FullPage - Text and Background Slider - #04 */

	.fp-fixed-header{
		font-size:25px !important;
		color:#c6c6c6;
	}

	.fp-header{
		font-size:50px !important;
		color:#eeeeee;
	}

	.fp-fixed-text{
		font-size:14px;
		color:#b4b4b4;
		max-width: 500px;
		margin:15px auto 0;
	}

	#fp-nav ul li .fp-tooltip.right {
		text-transform: capitalize;
	}

/* Swiper */

/* Custom Slider  */

.vntd-image-slider {
	width:100%;
	height: auto;
	position: relative;
	margin-bottom: -10px;
	overflow: hidden;
}

.vntd-image-slider ul {
	list-style: none;
	margin-bottom: 11px;
}

/* Direction arrows */

.vntd-image-slider .swiper-button-next,
.vntd-image-slider .swiper-button-prev {
	height: 38px;
	width: 38px;
	background: rgba(0,0,0,0.6);
	opacity: 0.4;
	transition: all .3s;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	display: none;
}

	.vntd-image-slider .swiper-button-next {
		right: 20px;
	}

	.vntd-image-slider .swiper-button-prev {
		left: 20px;
	}

	.vntd-image-slider .swiper-button-next i,
	.vntd-image-slider .swiper-button-prev i {
		color: #fff;
		font-size: 24px;
		line-height: 38px;
	}

		.vntd-image-slider .swiper-button-next i {
			margin-right: -2px;
		}

		.vntd-image-slider .swiper-button-prev i {
			margin-left: -2px;
		}

	.vntd-image-slider .swiper-button-next:hover,
	.vntd-image-slider .swiper-button-prev:hover {
		opacity: 0.8;
	}

.swiper-containers {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
    background: #fff;
    cursor: -webkit-grab;
    cursor: -moz-grab;
	background-size: cover;
	background-position: center center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;

}

/* Slider Pagination */


/* Slides Navigation */

	#fullpage .slides-navigation{
		width: 80px;
		top:auto;
		bottom:0;
		left: 50%;
		margin-left: -40px;
	}

	#fullpage .slides-navigation a{
		height: 35px;
		width: 35px;
		border-radius: 100%;
	}

	#fullpage .slides-navigation a i{
		line-height: 35px;
		font-size: 17px;
	}

	#fp-nav.right ul li a span, .fp-slidesNav ul li a span{
		border-color:#ddd;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#fp-nav.right ul li a.active span, .fp-slidesNav ul li a.active span{
		background-color:#ddd;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}

	#fp-nav.right ul li .fp-tooltip{
		top:-5px;
	}

/* Slides Navigation Type 2 */

	#fullpage .slides-navigation.type-2{
		width: 100%;
		max-width: 1170px;
		top: auto;
		bottom: 45px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		height: 45px;
		position: relative;
		margin-top:0;
	}

	#fullpage .slides-navigation.type-2 a{
		float: none;
		left: 0;
		position: relative;
		display: inline-block;
		border-radius: 0px;
		width: 30px;
		height: 45px;
		line-height: 51px;
		cursor: pointer;
	}

/* Video Section Effects */

	.home-text-slider{
		cursor: default;
		/*-webkit-font-smoothing: antialiased;*/
	}

	.vntd-hero .home-inner-seperator-yes.below-mainheading .home-text-slider h1,
	.vntd-hero .home-inner-seperator-yes.below-subtitle .home-text-slider p {
		margin-bottom: 38px;
	}

	.video_section .home-text-slider h1:after,
	.vntd-hero .home-inner-seperator-yes.below-mainheading .home-text-slider h1:after,
	.vntd-hero .home-inner-seperator-yes.below-subtitle .home-text-slider p:after {
		position: relative;
		content: '';
		bottom: -21px;
		width: 30px;
		height: 1px;
		margin: 0 auto;
		display: block;
		background: white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.video_section .t-left .home-text-slider h1:after,
	.vntd-hero .home-inner-seperator-yes.below-mainheading.hero-align-left .home-text-slider h1:after,
	.vntd-hero .home-inner-seperator-yes.below-subtitle.hero-align-left .home-text-slider p:after {
		margin-left: 0;
	}

	.video_section .home-text-slider p.fp-fixed-text,
	.video-controls-animated .home-text-slider p,
	.video-controls-animated .home-inner .home-button {
		position: relative;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.video_section .home-text-slider span + p.fp-fixed-text{
		top:0;
	}

	.vntd-hero .home-inner-seperator.home-inner:hover h1:after {
		width: 80px;
	}

	.video_section .home-text-slider:hover p.fp-fixed-text,
	.video-controls-animated .home-inner:hover p,
	.video-controls-animated .home-inner:hover .home-button {
		opacity: 0;
	}

	/* New YT Player */

	.mb_YTPBar {
		bottom: 5px;
		opacity: .5;
		background: none !important;
		text-align: center;
	}

	.mb_YTPBar .buttonBar {
		background: none !important;
		text-align: center;
	}

	.mb_YTPBar .mb_YTPTime, .mb_YTPBar .mb_YTPVolumeBar, .mb_YTPBar .mb_OnlyYT, .mb_YTPUrl, .mb_YTPProgress {
	    display: none !important;
	}

	.video_section.moving_controls .mb_YTPBar,
	.video-controls-animated .mb_YTVPBar {
		display: block;
		width: 300px;
		position: relative !important;
		height: 0px;
		background: transparent;
		top: 40px;
		bottom: auto;
		left: auto;
		text-align: left;
		z-index: 1000;
		font: 14px/16px sans-serif;
		color: white;
		opacity: 0;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		margin: 0 auto;
	}

		.video-controls-animated .mb_YTVPProgress {
			display: none;
		}

		#page-content .mb_YTVPProgress {
			display: none;
		}

		#page-content .mb_YTVPBar {
			background: none;
		}

		#page-content .mb_YTVPBar .buttonBar {
			top: -50px;
		}


	.video_section .home-text-slider:hover .mb_YTPBar,
	.video-controls-animated .home-inner:hover .mb_YTVPBar {
		top: 52px;
		height: 50px;
		opacity: 1;
	}

	#page-content .below-mainheading.home-inner:hover h1:after,
	#page-content .below-subtitle.home-inner:hover p:after {
		width: 80px;
	}

	.video_section .mb_YTPBar .buttonBar{
		background:transparent !important;
		padding:0;
	}

	.video_section .mb_YTPBar span.mb_OnlyYT,
	.video_section .mb_YTPBar .mb_YTPUrl.ytpicon,
	.video_section .mb_YTPBar span.mb_YTPTime,
	.video_section .mb_YTPProgress{
		display: none !important;
	}

	.video_section .mb_YTPPlaypause.ytpicon,
	.video_section .mb_YTPMuteUnmute.ytpicon{
		display: inline-block;
		margin:0 5px;
		left:0;
		bottom:0;
	}

/* Controls Left Type */

	.controls-type-2 .mb_YTPBar{
		/* For Older Browsers */
		left:50%;
		/* Left Calculating */
		left:calc(50% - 585px);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
		bottom:12px;
		background-color:transparent;
		width: 70px;
	}

	.controls-type-2 .mb_YTPBar span{
		margin: 0 3px 0 0;
		text-align: center;
		font-size: 15px;
		background-color: rgba(255,255,255,0.4);
		width: 30px;
		height: 45px;
		line-height: 45px;
		bottom:10px;
		opacity: 0.3;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.controls-type-2 .mb_YTPBar span:hover{
		opacity: 0.7;
	}

/* Moving Boxes */

	ul.moving-items{
		width: 100%;
		height: 90%;
		max-width: 60%;
		top:50px;
		position: absolute;
		left:50%;
		margin-left: -27%;
		z-index: 6;
	}

	ul.moving-items .box{
		position: absolute;
		width: auto;
		max-width: 260px;
	}

	ul.moving-items .box span{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	ul.moving-items .box span.icon{
		font-size:20px;
		position: relative;
		top:1px;
	}

	ul.moving-items .box:hover span.icon{
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}

	ul.moving-items .box:nth-of-type(1){
		left:15% !important;
		top:20% !important;
	}

	ul.moving-items .box:nth-of-type(2){
		left:75% !important;
		top:55% !important;
	}

	ul.moving-items .tooltip-inner{
		padding:10px;
		background:#fff;
		color:#6b777c;
		font-size:13px;
		font-style: inherit;
		border-radius: 5px;
		min-width: 130px;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
	}

	ul.moving-items .tooltip.top .tooltip-arrow{
		border-top-color:#fff !important;
	}

	ul.moving-items .tooltip.bottom .tooltip-arrow{
		border-bottom-color:#fff !important;
	}

	ul.moving-items .tooltip.left .tooltip-arrow{
		border-left-color:#fff !important;
	}

	ul.moving-items .tooltip.right .tooltip-arrow{
		border-right-color:#fff !important;
	}

	ul.moving-items a {
		color: #fff;
	}

	body.normal_scroll .fp-scrollable{
		height:;
	}

/* Shop */

	#shop{
		margin:80px auto 50px;
	}

/* Shop Box */

	#shop .box{
		margin-bottom:30px;
	}

	#shop .box .box_inner{
		border: 1px solid #ededed;
	}

	#shop .box .item_image{
		position: relative;
		display: block;
		overflow: hidden;
	}

	#shop .box .item_image img{
		width: 100%;
		height: auto;
	}

	#shop .box .item_image span.more{
		width: 100%;
		height: 40px;
		background-color:#4a4a4a;
		bottom:-40px;
		left:0;
		margin-top:0;
		position: absolute;
		display: block;
		text-align: center;
		padding: 0;
		border-radius: 0;
		font-size:14px;
		color:#fafafa;
		line-height: 40px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#shop .box .item_image:hover span.more{
		bottom:0;
	}

	#shop .box .item_image span.more:hover{
		color:white;
	}

	#shop span.shop_label{
		width: auto;
		height: auto;
		position: absolute;
		right: 10px;
		top:10px;
		display: block;
		padding:4px 8px 2px;
		border-radius: 3px;
		cursor: default;
		font-size:12px;
		z-index: 5;
		color:white;
	}

/* Item Details */

	#shop .box .item_details{
		padding:15px 15px;
		width: 100%;
		cursor: default;
		margin:0;
	}

	#shop .box .item_details .left{
		width: 75%;
	}

	#shop .box .item_details .shop_item_header{
		font-size:16px;
		color:#5c5c5c;
		margin:0;
		padding:0;
	}

	#shop .box .item_details .shop_item_description{
		font-size:13px;
		color:#a9a9a9;
		margin:7px 0 0;
		padding:0;
	}

	#shop .box .item_details .old_price{
		font-size:13px;
		color:#a9a9a9;
		margin:0;
		text-decoration: line-through;
		padding:0;
		font-weight: 100;
	}

	#shop .box .item_details .price{
		font-size:17px;
		color:#616161;
		margin:0;
		padding:0;
	}

	#shop .box .item_buttons{
		border-top:1px solid #f4f4f4;
	}

	#shop .box .item_buttons a{
		font-size:12px;
		padding:15px 15px;
		color:#5c5c5c;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#shop .box .item_buttons a:hover{
		background:#f4f4f4;
	}

	#shop .box .item_buttons a i{
		margin-right:4px;
	}

	#shop .box .ratings{
		position: absolute;
		left:10px;
		top:10px;
		cursor: default;
		color:#555;
	}

/* Pagination */

	div.pagination{
		padding-right: 15px;
	}

	div.pagination ul li a,
	div.pagination ul li a:focus,
	div.pagination ul li span {
		padding:9px 15px;
		color:#8b8b8b;
		font-weight: 100;
		border-color:#ededed;
		background-color: #fff;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	div.pagination ul li a:hover{
		background-color:#fdfdfd;
	}

		div.pagination ul li a:focus {
			border-color: #ededed !important;
		}

	div.pagination ul li.active a,
	div.pagination ul li.active a:hover,
	div.pagination ul li .current {
		background-color: #fff;
		border-color: #cacaca;
		color:#8b8b8b;
		margin-right: 1px;
		z-index: 2;
	}

	div.pagination a.next i {
		margin-left: 10px;
	}

		div.pagination a.prev i {
			margin-right: 10px;
		}

	a.ajax-load-more-text {
	    display: block;
	    text-align: center;
	    text-transform: uppercase;
	    font-weight: 500;
	    color: #555;
	    font-size: 16px;
	    margin-top: 30px;
	}

/* Shop Single Product */

	#shop .single_item_details .left{
		width: 40%;
		position: relative;
	}

	#shop .single_item_details .image-pgn-slider ul.slides{
		width: 100%;
	}

	#shop .single_item_details .image-pgn-slider ul.slides li img{
		width: 100%;
		height: auto;
	}

	#shop .single_item_details .flex-control-thumbs{
		margin:0;
	}

	#shop .single_item_details .flex-control-thumbs li{
		margin:3px 3px 0 0;
		width:calc(25% - 2.5px);
		display: inline-block;
	}

	#shop .single_item_details .flex-control-thumbs li:last-child{
		margin-right: 0;
	}

	#shop .single_item_details .flex-control-thumbs li img{
		vertical-align: middle;
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#shop .single_item_details .flex-control-thumbs li img.flex-active,
	#shop .single_item_details .flex-control-thumbs li img:hover{
		opacity: 1;
	}

/* Right Area */

	#shop .single_item_details .right{
		padding:0 20px;
		width: 60%;
	}

	#shop .single_item_details .right .single_item_header{
		margin:8px 0;
		font-size:21px;
	}

	#shop .single_item_details .right .single_item_price{
		margin:15px 0;
		font-size:18px;
	}

	#shop span.strip{
		width: 100%;
		height: 1px;
		display: block;
		margin:22px 0;
		background-color:#ebebeb;
	}

	#shop .single_item_details .right p.description,
	#shop .single_item_details .right ul li{
		font-size:14px;
		line-height: 25px;
		color:#969696;
	}

	#shop .single_item_details .right ul{
		margin-top:20px;
	}

	#shop .single_item_details .right ul li{
		margin-top:10px;
	}

	#shop .single_item_details .right a.cart-button{
		width: auto;
		margin-left: 30px;
		font-size:13px;
		color:white;
		background:#505050;
		padding:14px 19px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	#shop .single_item_details .right .panel{
		background-color:#fdfdfd;
		border-color:#eeeeee;
		margin-top:25px;
	}

	#shop .single_item_details .right .panel a{
		color:inherit;
		margin:0 5px 0 0;
	}

	#shop .single_item_details .right .panel a:hover{
		background:transparent;
	}

	#shop .single_item_details .right .panel p:last-child{
		margin:0;
	}

	#shop .item_tabs{
		margin-top:70px;
	}

	.nav-tabs&gt;li&gt;a{
		color:#848484;
		font-size:13px;
	}

	.nav-tabs&gt;li&gt;a:hover{
		background-color:#fdfdfd;
	}

	.tab-content&gt;.tab-pane{
		padding:25px 0;
		color:#9d9d9d;
	}

	.media-list .media{
		margin-bottom:25px;
		padding-bottom:25px;
		border-bottom:1px solid #efefef;
	}

	.media-list .media:last-child{
		border-bottom: transparent;
	}

	.related-products{
		margin-top:50px;
	}

	.related-products .boxes{
		margin-top:50px;
		padding:0;
	}

/* Login Design */

	.login_type{
		max-width: 400px;
		width:100%;
		margin:0 auto;
	}

	/* Form with strip */
	.strip_form{
		background:transparent;
		border:1px solid rgba(210,210,210,1);
		border-radius: 30px;
		padding: 15px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.strip_button{
		border-radius: 30px;
		padding: 15px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		border:none;
	}

	.strip_button:hover{
		opacity: .9;
	}

	.strip_button:active{
		opacity: .8;
	}

	.strip_form:hover{
		background:rgba(0,0,0,0.06);
	}

	.strip_form:focus{
		background:rgba(0,0,0,0.1);
	}

/* Watch Our Video in Project */

	.watch-our-video{
		width: 100%;
		height: 700px;
		max-width: 100%;
		overflow: hidden;
		position: relative;
	}

/* Blog */

	/* Sidebar */

	.widget h5,
	.widget .widget-head{
		font-size: 17px;
		margin-top:0;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.widget {
		margin-bottom: 55px;
	}


	.widget .textwidget,
	.widget p.widget-desc{
		font-size:12px;
		color:#9d9d9d;
		line-height: 23px;
	}

	.masonry-blog{
		margin:40px auto 0px;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
	  border: 0;
	  clip: rect(1px, 1px, 1px, 1px);
	  clip-path: inset(50%);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	  word-wrap: normal !important;
	}

	.bar select, .bar input {
    max-width: 100%;
    box-sizing: border-box;
	}

	/* Miscelanous */

	.widget label {
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 12px;
	}

	.widget ul .children {
		padding-left: 20px;
	}

	.widget ul .sub-menu {
		padding-left: 16px;
		background: #fff;
	}

	/*Text Widget */

	.textwidget img {
		padding: 0px;
		margin-bottom: 10px;
		height: auto !important;
	}

	.textwidget .wp-caption img {
		padding-bottom: 10px;
	}

	.textwidget .wp-caption-text {
		text-align: center;
		font-size: 13px;
	}

	.textwidget strong {
		display: inline-block;
		color: #555;
		line-height: 1.7em;
		padding-bottom: 4px;
	}

	/*Content Styling*/

	table {
		width: 100%;
		margin-bottom: 30px;
		border: 1px solid #e3e3e3;
	}

	.page_inner td,
	.page_inner th {
		padding: 7px 9px;
	}

	td,th {
		border: 1px solid #e3e3e3;
	}

	pre {
		padding: 10px 15px;
		font-size: 13px;
		background: #f3f3f3;
		margin-bottom: 20px;
		white-space: pre-wrap;
		border: none;
		border-radius: 4px;
		color: #333;
		display: block;
	}

	dt {
		margin-bottom: 5px;
	    font-weight: 500;
	    color: #666;
	    font-size: 15px;
	}

	dd {
		margin-bottom: 20px;
	}

	dl,
	address {
		margin-bottom: 30px;
	}

	address {
		border-left: 2px solid #eee;
		padding-left: 10px;
		opacity: 0.8;
		font-style: italic;
	}

	acronym {
		font-weight: bold;
		text-decoration: underline;
	}

	big {
	  	font-size: 1.5em;
	}

	cite {
		font-style: italic;
		opacity: 0.6;
	}

	p &gt; cite {
		margin-left: 20px;
	}

	q {
		font-style: italic;
		opacity: 0.8;
	}

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

	.wp-caption img {
		height: auto;
	}

	/* Veented Sidebar */

	.page-holder .page_inner,
	.page-holder .blog .page_inner {
		width: 75%;
		float: left;
		padding: 0px 28px 0px 15px;
	}

		.page-with-vc .page-holder .page_inner {
			padding-left: 0px;
			padding-right: 0px;
		}

		#page-content .page-layout-sidebar_right .page_inner,
		#page-content .page-layout-sidebar_left .page_inner,
		.page-with-vc.single #page-content .page-layout-sidebar_right .page_inner {
			padding: 0px 28px 0px 15px;
		}

		.page-with-vc .page-comments.inner {
			padding: 0px 35px;
		}

		.page-with-vc #page-content .page-layout-sidebar_right .page_inner {
			padding-right: 13px;
			padding-left: 0px;
		}

		.page-with-vc #page-content .page-layout-sidebar_left .page_inner {
			padding-left: 13px;
			padding-right: 0px;
		}

		.page-layout-fullwidth .page_inner {
			width: 100% !important;
			float: none;
		}

		.page-without-vc .page_inner {
			padding: 60px 15px 45px;
		}

		.page-holder.page-layout-sidebar_right,
		.page-holder.page-layout-sidebar_left {
			padding-top: 100px;
		}

	.page_sidebar{
		width: 25%;
		float: left;
		padding: 0 15px;
		/*background: red;*/
	}

	.page_inner + .page_sidebar {
		padding: 0 15px;
	}

		.single .page-layout-fullwidth .post,
		.single .page-layout-fullwidth &gt; .inner &gt; * {
			padding: 0 15px;
			width: 100%;
		}

		.single .post-tags {
			margin-bottom: 15px;
		}

		#blog &gt; .page_inner + .page_sidebar,
		.single.single-post .page_inner + .page_sidebar {
			padding-top: 66px;
		}

		.search-results #blog &gt; .page_inner + .page_sidebar {
			padding-top: 0px;
		}

		.page_inner + .page_sidebar {
			padding-top: 60px;
		}

		body.blog #blog &gt; .page_inner + .page_sidebar,
		body.search-no-results #blog &gt; .page_inner + .page_sidebar {
			padding-top: 0px;
		}

		.single-post.page-layout-fullwidth {
			padding-top: 60px;
		}

		.blog-index.page-layout-fullwidth {
			padding-top: 60px;
		}

		.page-layout-sidebar_left .page_inner {
			float: right;
		}

		.page-layout-sidebar_left .page_sidebar {
			padding-left: 15px;
			padding-right: 30px;
		}

		/* Calendar Widget */

		/* Calendar */

		#wp-calendar {
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0px;
			text-align: center;
		}

		#wp-calendar thead th {
			text-align: center;
		}

		#wp-calendar caption {
			margin-bottom: 15px;
			text-align: right;
			color: #f35050;
		}

		#wp-calendar td {
			background-color: #fbfaf8;
			line-height: 32px;
		}

			#wp-calendar td.pad,
			#wp-calendar tfoot td {
				background: none;
				line-height: 24px;
				padding: 0px 6px;
				text-align: center;
			}

			#wp-calendar #prev a {

				display: block;
			}

/* Masonry Blog */

	#blog .blog.masonry-blog{
		background:#f1f1f1;
		margin:0;
		padding:40px;
	}

	.blog.masonry-blog .item{
		z-index: 1;
	}

	.blog.masonry-blog .item .item-top{
		width: auto;
		height: auto;
		position: relative;
	}

	.blog.masonry-blog .item div{
		background:white;
	}

	.blog.masonry-blog .item .item_image{
		display: block;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
	}

	.blog.masonry-blog .item .item_image img{
		position: relative;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.blog.masonry-blog .item .item_image:hover img{
		position: relative;
		-webkit-transform: scale(1.12);
		-moz-transform: scale(1.12);
		-ms-transform: scale(1.12);
		transform: scale(1.12);
	}

	.blog.masonry-blog .item .item_button{
		position: absolute;
		width: 20px;
		height: 20px;
		display: block;
		text-align: center;
		font-size:15px;
		right: -40px;
		color:white;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.blog.masonry-blog .item:hover .item_button{
		right:13px;
	}

	.blog.masonry-blog .item .item_button.first{
		bottom: 5px;
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.blog.masonry-blog .item .item_button.second{
		bottom: 30px;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

/* Masonry Blog Texts */

	.blog.masonry-blog .item .details{
		padding:25px 20px;
		cursor: default;
	}

	.blog.masonry-blog .item .details h2.head{
		font-size:26px;
		margin:0;
		padding:0;
		font-weight: 100;
		color:#6f6f6f;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

		.blog.masonry-blog .item .details h2.head a {
			color:#6f6f6f;
		}

	.blog.masonry-blog .item .details h2.head:hover{
		opacity: .8;
	}

	.blog.masonry-blog .item .details .description p {
		font-size:13px;
		margin:8px 0 0;
		padding:0;
		line-height: 22px;
		color:#909090;
		font-weight: 200;
	}

	.blog.masonry-blog .item .posted_button{
		display: block;
		padding:15px;
		color:#909090;
		border-top:1px solid #f1f1f1;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

		.blog.masonry-blog .item .posted_button a {
			color:#909090;
		}

		.blog.masonry-blog .post-more {
			display: none;
		}


	.blog.masonry-blog .item .posted_button:hover{
		background:rgba(0,0,0,0.01);
	}

	.blog.masonry-blog .item .posted_button img{
		display: inline-block;
		width: 33px;
		height: 33px;
		border-radius: 100%;
		vertical-align: top;
		margin-right: 5px;
		min-width: 33px;
	}

	.blog.masonry-blog .item .posted_button p{
		display: inline-block;
		font-size:14px;
		color:#9d9d9d;
		margin:0;
	}

	.blog.masonry-blog .item .posted_button p span{
		display: block;
		font-size:11px;
	}

/* Categories */

	.widget ul.categories{
		width: 100%;
		height: auto;
	}

	.widget ul.categories li,
	.widget.widget_recent_entries ul li,
	.widget.widget_recent_comments ul li,
	.widget.widget_archive ul li,
	.widget.widget_categories ul li,
	.widget ul li {
		display: block;
		width: 100%;
		padding:0;
		border-bottom:1px solid #f1f1f1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.widget ul.categories li a,
	.widget.widget_recent_entries ul li a,
	.widget.widget_recent_comments ul li a,
	.widget.widget_archive ul li a,
	.widget.widget_categories ul li a,
	.widget ul li a {
		display: inline-block;
		padding:10px 10px 10px 5px;
		color:#959494;
		width: 87%;
		font-size:13px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.widget.widget_recent_comments ul li {
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
			padding:10px 10px 10px 0px;
			color:#959494;
			font-size:13px;
		}

		.widget.widget_recent_comments ul li:before {
			margin-right: 10px;
		}

	.widget ul.categories li:last-child,
	.widget ul li:last-child {
		border-bottom:1px solid transparent;
	}

	.widget ul.categories li:before,
	.widget.widget_recent_entries ul li:before,
	.widget.widget_recent_comments ul li:before,
	.widget.widget_archive ul li:before,
	.widget.widget_categories ul li:before,
	.widget ul li:before {
		font-family: 'FontAwesome';
		content: "\f105";
		font-weight: normal;
		font-style: normal;
		top: 0;
		margin-left: 0;
		color: #959494;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.widget li.rp-wrap:before {
		display: none !important;
	}

		.rp-thumbnail {
		    float: left;
		    margin-right: 14px;

		}

		.rp-thumbnail img {
			height: 70px;
			width: 70px;
		}

		.widget .rp-title .classic-meta-section {
			opacity: 0.6;
		}

	.widget ul.categories li:hover &gt; a,
	.widget.widget_recent_entries ul li:hover &gt; a,
	.widget.widget_recent_comments ul li:hover &gt; a,
	.widget.widget_archive ul li:hover &gt; a,
	.widget.widget_categories ul li:hover &gt; a,
	.widget.widget_recent_comments ul li:hover,
	.widget ul li:hover &gt; a {
		color:white !important;
	}

	.widget ul.categories li:hover:before,
	.widget.widget_recent_entries ul li:hover:before,
	.widget.widget_recent_comments ul li:hover:before,
	.widget.widget_archive ul li:hover:before,
	.widget.widget_categories ul li:hover:before,
	.widget ul li:hover:before {
		color:white !important;
		margin-left: 10px;
	}

	.widget.widget_archive ul li:hover,
	.widget.widget_categories ul li:hover {
		color: #fff;
	}

.footer .widget.widget_archive ul li:hover,
.footer .widget.widget_categories ul li:hover,
.footer .widget.widget_pages ul li:hover,
.footer .widget.widget_meta ul li:hover,
.footer .widget.widget_recent_comments ul li:hover,
.footer .widget.widget_recent_entries ul li:hover,
.footer .widget.widget_nav_menu ul li:hover{
	background: none;
}

.footer .widget.widget_archive li a:before,
.footer .widget.widget_categories li a:before,
.footer .widget.widget_pages li a:before,
.footer .widget.widget_meta li a:before,
.footer .widget.widget_recent_comments li a:before,
.footer .widget.widget_recent_entries li a:before,
.footer .widget.widget_nav_menu li a:before{
	display: none;
}

.footer .widget.widget_pages li a,
.footer .widget.widget_meta li a,
.footer .widget.widget_recent_comments li a,
.footer .widget.widget_recent_entries li a,
.footer .widget.widget_nav_menu li a {
	display: inline-block;
	padding-left: 5px;
}

.footer .textwidget strong {
	color: #aaa;
	margin-bottom: 4px;
}

.footer #wp-calendar {
	background: #fff;
}

	.bar h3 .rsswidget:first-child {
		display: none;
	}

		.bar .rss-date {
			font-size: 95%;
			padding-bottom: 10px;
			display: block;
			opacity: 0.9;
		}

		.bar cite {
			text-align: right;
			display: block;
			padding-bottom: 12px;
			padding-top: 10px;
			font-size: 12px;
		}

		.bar.widget_rss li {
			margin-bottom: 12px;
		}

		.bar.widget_rss li:before {
			display: none;
		}

		.bar.widget_rss li:hover {
			background: none;
			cursor: default;
		}

		#page-content .bar.widget_rss a.rsswidget {
			padding: 0 0 11px 0;
			color: #555 !important;
			width: 100%;
		}

		.bar.widget_rss a.rsswidget:hover {
			opacity: 0.9;
		}

/* Tags */

	.sidebar .widget a.tag,
	.widget .tagcloud a {
		display: inline-block;
		margin:3px 2px;
		padding:5px 9px;
		border:1px solid #d3d3d3;
		color: #aaa;
		font-size:11px !important;
		text-transform: uppercase;
		font-weight: 300;
	}

	.sidebar .widget a.tag:hover,
	.widget .tagcloud a:hover {
		color:#fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	/* Search Form */

	.widget .search{
		width:100%;
		padding:12px;
		border:1px solid #d8d8d8;
		outline:none;
		position: relative;
		border-radius: 2px;
		color:#808080;
		font-weight: 100;
		font-size:13px;
		margin:0 auto;
	}

	.widget .search-button{
		width: 15%;
		max-width: 60px;
		height: 100%;
		position: absolute;
		right: 0;
		top:0;
		color:#d8d8d8;
		border:none;
		outline:none;
		padding:3px 7px;
		background:transparent;
		text-align:center;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		font-size:12px;
		background: none !important;
	}

	.dark-footer .widget .tagcloud a {
    border-color: #333;
	}

/* Post */

	.post .dates,
	.blog-inner .dates {
		width: 20%;
		margin-top: 45px;
	}

	.search-results .blog-inner .dates {
		margin-top: 0px;
	}

	.post .dates .date,
	.blog-inner .dates .date {
		font-size:15px;
		text-align: right;
		color:#858585;
		margin-right: 30px;
		border-bottom:1px solid #ddd;
		margin-bottom:20px;
		padding-bottom:20px;
	}

	.search-results .blog-inner .dates .date {
		border-bottom: 0px;
	}

	.search-results .blog-inner .dates .details {
		display: none;
	}

	.post .dates span.day,
	.blog-inner .dates span.day {
		font-size:55px;
		text-align: right;
		display: block;
	}

	.post .dates .details ul,
	.blog-inner .dates .details ul {
		padding: 0px;
	}

	.post .dates .details ul li,
	.blog-inner .dates .details ul li {
		text-align: inherit;
		text-transform: uppercase;
		color:#bbbbbb;
		font-size:12px;
		position: relative;
		cursor: default;
		padding:7px 48px 5px 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		list-style: none;
	}

	.post .dates .details ul li:hover,
	.blog-inner .dates .details ul li:hover {
		background-color:#fafafa;
	}

	.post .dates .details ul li a,
	.blog-inner .dates .details ul li a {
		color:inherit;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.post .dates .details ul li i,
	.blog-inner .dates .details ul li i {
		margin-left:4px;
		margin-top:-2px;
		position: absolute;
		right: 30px;
		top:10px;
	}

/* Post Dates For Mobile */

	.dates.for-mobile{
		width: 100%;
		float: none;
		display: none;
	}

	.dates.classic-meta-position {
		display: block;
		margin-top: 30px;
		margin-bottom: -20px;
	}

	.dates.for-mobile span.day{
		font-size:14px;
		text-align: left;
		display: inline-block;
	}

	.dates.for-mobile .date{
		border:none !important;
		margin:0 5px 0 0;
		padding:0;
		text-align: left;
		width: auto;
		display: inline-block;
		text-transform: uppercase;
	}

	.dates.for-mobile .details{
		width: auto;
		display: inline-block;
	}

	.dates.for-mobile .details ul{
		text-align: left !important;
	}

	.dates.for-mobile .details ul li{
		width: auto;
		display: inline-block;
		padding: 0 10px 0 0;
	}

	.dates.for-mobile .details ul li{
		font-size:13px;
		margin-left:5px;
		background:transparent !important
	}

	.dates.for-mobile .details ul li i{
		position: relative;
		right: 0;
		top:0;
	}

/* Post Inner */

	.post{
		margin-bottom:100px;
	}

	.single-post .post {
		margin-bottom: 45px;
	}

	p.post-trackback {
		margin-top: 25px;
		font-size: 13px;
	}

	.single-post p.post-trackback {
		margin-bottom: 30px;
	}

	/*.posts .post:nth-of-type(1){
		margin-top:0;
	}*/

	.post .post-inner,
	.blog-inner .post-inner {
		width: 80%;
	}

		.post .post-inner.post-classic-meta-position {
			width: 100%;
		}

	.post .post-inner .post-header,
	.blog-inner .post-inner .post-header {
		/*margin-top:-45px;*/
		margin-bottom:23px;
		color:#5f5f5f;
		font-size:22px;
	}

		.post-header a {
			color: #5f5f5f;
			transition: color .3s;
		}

	.post .post-inner .post-media img{
		height: auto;
		width: auto;
		max-width: 100%;
	}

		.page_inner &gt; .post-password-form {
			padding-left: 15px;
			padding-right: 15px;
		}

		.post-password-form p {
			color: #888;
			font-size: 16px;
		}

		.post-password-form p label {
			font-weight: normal;
		}

		.post-password-form p label input[type="password"] {
			margin-left: 10px;
			border: 1px solid #e1e1e1;
			padding: 5px 10px;
		}

		.post-password-form input[type="submit"] {
			padding: 15px;
			vertical-align: baseline;
		}



	.post .post-inner .post-text {
		margin-top:35px;
		font-weight: 400;
	}

		.post.sticky .post-inner .post-text {
			padding-right: 20px;
		}

		.post-content-holder {
			margin-top: 35px;
		}

		.post-content-holder img {
			height: auto;
		}

		.post-content-holder .p1 {
			color:#a4a4a4;
			font-weight: 300;
			font-size:13px;
			line-height: 22px;
			margin-top: 15px;
		}

	.post .post-inner .post-header + .post-text,
	.post .post-inner .post-text + .post-text{
		margin-top:15px;
	}

	.post .post-inner .post-more{
		display: block;
		width: 100%;
		height: auto;
		padding:15px;
		font-size:14px;
		margin-top:30px;
		color:#7e7e7e;
		background:#fafafa;
		text-align: center;
	}

	.post .post-inner .post-more:hover{
		color:white;
	}

	/* Responsive Video Container */

	.video-containers {
		position: relative;
		padding-bottom: 55.5%;
		padding-top: 1px;
		height: 0;
		overflow: hidden;
		margin-bottom: 25px;
	}

	.video-containers iframe,
	.video-containers object,
	.video-containers embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
		z-index: 5;
	}

/* Comments */

	#comments {
		margin-top: 50px;
	}

	.comments{
		padding-bottom:30px;
		margin-bottom:0px;
		padding-left: 0px;
		list-style: none;
	}

		.comments li {
			list-style: none;
		}

		.comments .children {
			padding-left: 115px;
		}

		.comment-text .votes {
			margin-bottom: 11px;
		}


	.media{
		padding-top:20px;
		margin-top:0;
		background:white;
	}

	.comments-header,
	.comments-heading {
		margin-bottom:15px;
		padding-bottom: 20px !important;
		border-bottom:1px solid #ebebeb;
		font-size: 20px;
		font-weight: 400;
		margin-top: 20px;
	}

	.media-left img{
		width: 90px;
		max-width: 90px;
		border-radius: 5px;
		height: auto;
	}

	.media-body{
		color:#9e9e9e;
	}

	.media-body .details{
		background:#fdfdfd;
		padding:15px 15px 5px;
	}

	.media-heading{
		color:#6a6a6a;
		margin-bottom:10px;
		font-weight: 400;
	}

	.votes a{
		color:#777;
		margin:15px 7px 0 0;
		padding:8px;
		border-radius: 5px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.comment-reply-link:before {
		font-family: FontAwesome;
		content: "\f112";
		margin-right: 5px;
	}

	.votes a:hover{
		background:#fafafa;
	}

	.votes a.like span{
		color:#47c133;
		margin-left:3px;
	}

	.votes a.unlike span{
		color:#c13333;
		margin-left:3px;
	}

		.reply-title small,
		.logged-in-as {
			font-size: 13px;
		}

		.reply-title {
			margin-top: 5px;
		}

	/* Wordpress Comments */

/* Comment Form */

	.reply-form form{
		margin-top: 20px;
	}

	.reply-form input,
	.reply-form textarea{
		width: 100%;
		height: auto;
		padding:9px 12px;
		background:transparent;
		border:1px solid #ebebeb;
		font-weight: 300;
	}

	.reply-form button,
	.reply-form #submit {
		width: auto;
		height: auto;
		padding:7px 35px;
		border:none;
		margin-top:19px;
		font-size:12px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff;
		text-transform: uppercase;
	}

		.reply-form .comment-notes {
			font-size: 12px;
			color: #9d9d9d;
		}

	.reply-form button:hover{
		background:#555;
	}

	.reply-form textarea{
		min-height: 200px;
		max-height: 200px
	}

/* Tabs */

	.custom-tabs .nav-tabs,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list {
		border:none;
		text-align: center;
		margin-bottom: 20px;
	}

	.custom-tabs .nav-tabs li,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list li {
		float:none;
		display: inline-block;
	}

	.custom-tabs .nav-tabs li a,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list li a {
		margin-right:8px;
		margin-bottom:8px;
		border:1px solid #e1e1e1;
		border-radius: 0;
		padding:6px 12px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background:transparent;
	}

		#page-content .vc_tta-style-crexis .vc_tta-tabs-list li a:before,
		#page-content .vc_tta-style-crexis .vc_tta-tabs-list li a:after {
			display: none;
			content: none;
		}

	.custom-tabs .nav-tabs li a:hover,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list li a:hover {
		background:#fafafa;
	}

	.custom-tabs .nav-tabs li.active a,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list li.vc_active a {
		background:#1b1b1b;
		color:white;
	}

	.custom-tabs .nav-tabs li a:hover,
	.custom-tabs .nav-tabs li a:focus,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list li a:hover,
	#page-content .vc_tta-style-crexis .vc_tta-tabs-list li a:focus {
		border-bottom: 1px solid #e1e1e1;
	}

	#page-content .vc_tta-style-crexis .vc_tta-panel {
		font-size: 13px;
		color: #949494;
	}

	.custom-tabs .tab-content{
		padding:0 15px;
	}

	.custom-tabs .tab-content img{
		max-height: 220px;
		max-width: 100%;
	}

	.custom-tabs .tab-content a.tab-image {
		display: block;
		margin-right: 12px;
		margin-top: 10px;
		width: auto;
		height: auto;
	}

/* Accordion Menu */

	.accordion .panel,
	#page-content .vc_tta-style-classic .vc_tta-panel {
		box-shadow:none;
		margin-bottom:7px;
	}

		#page-content .vc_tta-style-classic .vc_tta-panel-title i {
			display: none;
		}

	.accordion .panel *{
		max-width: 100%;
	}

	#accordion div:last-child{
		margin-bottom:0;
	}

	.accordion a.panel-button{
		padding:15px;
		width:100%;
		display: block;
		color:#717171;
		box-shadow:none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

		#page-content .vc_tta-style-classic .vc_tta-panel-title &gt; a {
			padding: 15px;
			color: #717171;
			text-transform: uppercase;
			font-size: 14px;
		}

		#page-content .vc_tta-style-classic .vc_tta-panel-heading,
		#page-content .vc_tta-style-classic .vc_tta-panel-body {
			background: #fff;
			border-color: #ddd;
		}

		#page-content .vc_tta-style-classic .vc_tta-panel-heading {
			border-radius: 5px;
		}

			#page-content .vc_tta-style-classic .vc_active .vc_tta-panel-heading {
				border-bottom-left-radius: 0px;
				border-bottom-right-radius: 0px;
			}

		#page-content .vc_tta-style-classic .vc_tta-panel-heading:hover {
			background:#ededed;
		}

		#page-content .vc_tta-style-classic .vc_tta-panel-body {
			padding: 18px 32px;
			font-size: 13px;
			color: #949494;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}

	.accordion a.panel-button:hover{
		background:#ededed;
	}

	.accordion a.panel-button:focus{
		text-decoration: none;
	}

/* Accordion Body */

	.accordion .panel-body{
		padding:18px 32px;
		font-size:14px;
		color: #828282;
		border-top:1px solid #dfdfdf;
	}

/* Back To Top Button */

	#back-top {
		position:fixed;
		right:33px;
		bottom:27px;
		z-index:1000;
	}

	#back-top a {
		width:100%;
		height:100%;
		display:block;
		opacity: 0.3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		height: 36px;
		width: 36px;
		background: #111;
		line-height: 32px;
		border-radius: 4px;
	}

	#back-top a:hover{
		opacity: 1;
	}



	/* Veented Slider */

	.veented-slider-holder {
		height: 700px;
		background: #222;
		overflow: hidden;
		min-height: 320px;
	}

		#page-content .veented-slider-holder .inner {
			padding-left: 45px !important;
			padding-right: 45px !important;
			max-width: 1260px;
			overflow: visible;
		}

		.veented-slider-loader {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: #eee;
			transition: opacity .4s;
			opacity: 1;
			z-index: 11;
		}

	/*		.veented-slider-holder .swiper-containers {
				opacity: 0;
			}*/

			.veented-slider-fullscreen .veented-slider-loader {
				position: fixed;
			}

	.swiper-containers {
	    width: 100%;
	    height: 100%;
	}

	.swiper-slide {
	    text-align: left;
		color: #fff;
		font-size: 17px;
		font-weight: 300;
	    background: #fff;
	    cursor: -webkit-grab;
	    cursor: -moz-grab;
		background-size: cover;
		background-position: center center;

	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    color: #fff;

	}

	/* Slide Styles */

	.veented-slide-inner {
		text-align: center;
	}

	.veented-slide h2,
	.veented-slide h3 {
		/*-webkit-font-smoothing: antialiased;*/
	}

	.veented-slide h2 {
		color: #fff;
		font-size: 72px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 0px;
	}

		.veented-slide-heading-transform-normal h2 {
			text-transform: none;
		}

		.veented-slide-heading-weight-normal h2 {
			font-weight: normal;
		}

	.veented-slide h3 {
		font-size: 18px;
		color: #fff;
		font-weight: 300;
		margin-bottom: 12px;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
	}

	.veented-slide-paragraph {
		max-width: 690px;
		font-size: 15px;
		font-weight: 100;
		line-height: 1.5em;
		color: #fff;
		margin: 0 auto;
		margin-bottom: 20px;
	}

		.veented-slide-color-dark h2 {
			color: #333;
		}

		.veented-slide-color-dark p {
			color: #888;
		}

		.Waxom-Subtitle {
			text-align: center !important;
		}

	.veented-slide-align-right {
		text-align: right;
	}

		.veented-slide-align-right p {
			margin-left: auto;
		}

	.veented-slide-align-center {
		text-align: center;
	}

		.veented-slide-align-center p {
			margin-left: auto;
			margin-right: auto;
		}



		/* Aligned Style */

		.veented-slider-aligned .veented-slide-inner {
			text-align: left;
		}

		.veented-slider-aligned .veented-slide-paragraph {
			margin: 0px 0px 20px;
			text-align: left;
		}

		.veented-slider-aligned .veented-slide h2 {
			margin-bottom: 14px;
		}

		.veented-slider-aligned .veented-slide h3 {
			background: rgba(255,255,255,0.1);
			padding: 10px 12px;
			font-size: 40px;
			margin-bottom: 10px;
		}

	/* Slide Buttons */



		.veented-slide .btn {
			font-size: 13px;
			text-transform: uppercase;
			-webkit-font-smoothing: antialiased;
			border-width: 2px;
			border-style: solid;
			margin: 0;
			padding: 13px 28px;
			box-sizing: border-box;
			box-shadow: none !important;
			border-radius: 3px;
		}

		.veented-slide .veented-slide-button2 {
			margin-left: 26px;
		}

		.veented-slide .btn:hover {
			color: #666;
			background: #fff;
			border-color: #fff;
		}

		.veented-slide .btn-accent:hover {
			color: #666 !important;
		}

		.veented-slide-buttons .home-button {
			font-size: 13px;
		}


		/* Slide Overlay */

	.veented-slide-overlay-dark:before,
	.veented-slide-overlay-darker:before,
	.veented-slide-overlay-dark .mbYTP_wrapper:before,
	.veented-slide-overlay-darker .mbYTP_wrapper:before {
		content: "" !important;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.3);
		;
	}

		.veented-slide-overlay-dark .mbYTP_wrapper:before,
		.veented-slide-overlay-darker .mbYTP_wrapper:before {
			z-index: 9
		}

		.veented-slide-overlay-darker:before,
		.veented-slide-overlay-darker .mbYTP_wrapper:before{
			background-color: rgba(0,0,0,0.55);
		}

	/* Slider Pagination */

	.slider-bullet-no .swiper-pagination {
		display: none;
	}

	.slider-arrow-no .swiper-button-next,
	.slider-arrow-no .swiper-button-prev {
		display: none !important;
	}

	#page-content .swiper-pagination {
		left: 0;
		right: 0;
		bottom: 30px;
		text-align: center;
	}

		#page-content .swiper-pagination-bullet {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 3px;
			border-radius: 100%;
			background: #fff;
			cursor: pointer;
			opacity: 0.5;
			background-clip: padding-box;
			transition: background .3s, border .3s, opacity .3s;

		}

			#page-content .swiper-pagination-bullet:hover {
				opacity: 0.8;
			}

		#page-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
			opacity: 1;
		}

		.veented-slider-with-scroll .swiper-pagination {
			display: none;
		}

	/* Scroll Button */

	.veented-slider-scroll-button-holder {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 40px;
		text-align: center;
		z-index: 4;
	}

		a.veented-slider-scroll-button {
			display: inline-block;
			border: 2px solid rgba(255,255,255,0.7);
			color: #fff;
			width: 32px;
			height: 50px;
			border-radius: 24px;
			text-indent: -9999px;
			position: relative;
		}

		a.veented-slider-scroll-button .vntd-mouse-dot {
			height: 10px;
			width: 10px;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 10px;
			position: absolute;
			left: 9px;
			top: 6px;
			-webkit-animation: vntd-mouse-animation 2.5s infinite linear;
			animation: vntd-mouse-animation 2.5s infinite linear;
		}

		@-webkit-keyframes vntd-mouse-animation {
			0% {
				opacity: 1;
				top: 6px;

			}
			35% {
				opacity: 0;
				top: 20px;
			}
			100% {
				opacity: 0;
				top: 6px;
			}
		}
		@keyframes vntd-mouse-animation {
			0% {
				opacity: 1;
				top: 6px;

			}
			35% {
				opacity: 0;
				top: 20px;
			}
			100% {
				opacity: 0;
				top: 6px;
			}

		}

	/* Swiper Arrow Navigation */

	#page-content .swiper-button-next,
	#page-content .swiper-button-prev {
		width: 35px;
		height: 70px;
		display: block;
		background: rgba(255,255,255,0.1);
		background-image: none !important;
		color: rgba(255,255,255,0.3);
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		#page-content .swiper-button-next:hover,
		#page-content .swiper-button-prev:hover {
			background-color:rgba(255,255,255,0.3);
			color:rgba(255,255,255,0.6);
		}

		.swiper-button-next i,
		.swiper-button-prev i {
			line-height: 70px;
			font-size:20px;
		}

			.veented-slider .swiper-button-next {
				margin-right: 0px;
				right: 0px;
			}

			.veented-slider .swiper-button-prev {
				margin-left: 0px;
				left: 0px;
			}

			.veented-slider .swiper-button-next i:before {
				margin-right: -2px;
			}

			.veented-slider .swiper-button-prev i:before {
				margin-left: -2px;
			}


/* Gradients */

.black-gradient,
.skills .progress-bar.black-type,
#page-content .vc_progress-bar-color-black .vc_bar {
	background: #3e3e3e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #3e3e3e 0%, #1d1d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e3e3e 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e3e3e 0%,#1d1d1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e3e3e 0%,#1d1d1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e3e3e 0%,#1d1d1d 100%); /* W3C */
}

.matt-gradient{
	background: #797979; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-radial-gradient(center, ellipse cover,  #797979 0%, #575757 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#797979), color-stop(100%,#575757)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #797979 0%,#575757 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #797979 0%,#575757 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #797979 0%,#575757 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #797979 0%,#575757 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#575757',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

#pageloader.dark-loader {
	background-color: #111111
}

.footer .footer-widget &gt; h4 {
	margin-bottom: 20px;
}

.comment-form-cookies-consent input {
	display: inline-block;
	width: auto;
	margin-right: 8px;
}

p.comment-form-cookies-consent {
	padding-top: 20px;
	margin-bottom: 0;
	clear: both;
}

.page_inner p:last-of-type {
	clear: both;
}

/* Gutenberg */

/* Gutenberg videos */

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%; }

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.page-layout-fullwidth .wp-block-image.alignfull,
.single-post.blog .wp-block-image.alignfull {
	    max-width: 100vw;
	    width: 100vw;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    margin-left: 50%;
	    margin-bottom: 35px;
	}

	.single-post.blog .wp-block-image.alignfull {
		position: relative;
		left: -12.5%;
		}

		.wp-block-pullquote {
		    border-bottom: 4px solid #666;
		    border-top: 4px solid #666;
		    margin-top: 20px;
				margin-bottom: 20px;
		}

		.wp-block-pullquote blockquote {
	    margin-top: 0;
	    margin-bottom: 0;
	    border: 0;
	    margin: 0;
	    padding: 0;
	}

	.wp-block-pullquote p {
		font-size: 21px;
	}

	blockquote cite {
	    font-size: 15px;
	}

	.page-holder blockquote.wp-block-pullquote {
		border-left: 0;
		padding: 35px 0;
	}

	.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	    max-width: 100px;
	}

	.wp-block-separator {
	    border: none;
	    border-bottom: 2px solid #8f98a1;
	    margin: 1.65em auto;
	}

	.post-content-holder &gt; ul &gt; li {
	    margin-bottom: 10px;
	}

	/* WP Block columns */

	.wp-block-column p:last-child {
	    margin-bottom: 0;
	}

	.wp-block-columns {
		flex-wrap: nowrap;
	}

	kbd {
		padding: 2px 4px;
		font-family: monospace;
		font-size: 90%;
	}

	@media (max-width: 599px) {
		.wp-block-columns {
			flex-wrap: wrap;
		}
	}

	.page_inner &gt; ul li,
	.page_inner &gt; ol li {
		line-height: 1.7em;
	}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 21px;
	font-style: normal;
}

.wp-block-button.aligncenter {
    margin-bottom: 20px;
}

.page_inner &gt; ul,.page_inner &gt; ol {
    list-style-position: inside;
    padding-left: 30px;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter {
    padding-left: 0;
}

.crexis-missing-parts-notice {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
	color: #333;
}
</pre></body></html>