@charset "utf-8";
/* css document */

/*!
 * presscore framework main stylesheet by dream-theme (http://dream-theme.com, http://themeforest.net/user/dream-theme)
 * copyright © 2013 dream-theme. all rights reserved. 
 */


/*!
 * property ordering:
 *	- display
 *	- positioning
 *	- box model
 *	- colors and typography
 * 	- other
 */

/* !beautiful loading */
#main img:not(.animate-element),
#header img,
#bottom-bar img {
	opacity: 0;

	-webkit-transition:	opacity 1000ms ease;
	-moz-transition:	opacity 1000ms ease;
	-ms-transition:		opacity 1000ms ease;
	-o-transition:		opacity 1000ms ease;
	transition:			opacity 1000ms ease;
}
#main .benefits-grid-ico.animate-element img,
#main .animate-element img {
	opacity: 1;
}
.pp_content img,
#page .widget_shopping_cart_content img,
#page .grav-grav img,
#page .comment-gravatar img,
#shwrap img {
	opacity: 1;
}
	#page .royalslider img {
		opacity: 1;
	}

.royalslider {
	overflow: hidden;
}
	.royalslider > li,
	.slider-content > li {
		display: none;
	}
/* !beautiful loading: end */
/* !basic typography */
body {
	position: relative;
}
.threed-fullscreen {
	overflow: hidden;
}

.threed-fullscreen #main {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	clear: both;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	text-shadow: none;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		text-decoration: none;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; 
		-webkit-transition:	all 300ms ease;
		-moz-transition:	all 300ms ease;
		-ms-transition:		all 300ms ease;
		-o-transition:		all 300ms ease;
		transition:			all 300ms ease;
	}
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=70)"; 
	}

p {
	margin-bottom: 10px;
}

.content ul,
.content ol {
    margin: 0 0 10px 20px;
}
.content ul {
    list-style: disc outside none;
}
.content ol {
    list-style-type: decimal;
}

.content table {
	border-bottom: 1px solid transparent;
	width: 100%;
	margin: 0 0 10px 0;
}
	.content table caption {
		margin: 10px 0;
	}
		.content td,
		.content th {
			border-top: 1px solid transparent;
			padding: 5px 10px 5px 5px;
		}
		.content th {
			text-align: left;
		}

.widget-title {
	margin-bottom: 20px;
	clear: both;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
	padding: 3px 4px 4px 4px;
	border: solid 1px #e0e0e0;

	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
	
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	color: #7a7a7a !important;
	background-color: #fff;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
textarea {
    -webkit-appearance:	none;
	-moz-appearance:	none;
	-ms-appearance:		none;
	-o-appearance:		none;
    appearance:			none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* webkit browsers */
	color: #cbcbcb;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder{ /* mozilla firefox 4 to 18 */
	color: #cbcbcb;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder { /* mozilla firefox 19  */
	color: #cbcbcb;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* internet explorer 10  */
	color: #cbcbcb;
}

input[type="text"]:input-placeholder,
input[type="password"]:input-placeholder,
textarea:input-placeholder {
	color: #cbcbcb;
}


.hr-thick,
.hr-thin,
.gap-10,
.gap-20,
.gap-30,
.gap-40 {
	clear: both;
}

.gap-10 {
	height: 10px;
	line-height: 10px;
}
.gap-20 {
	height: 20px;
	line-height: 20px;
}
.gap-30 {
	height: 30px;
	line-height: 30px;
}
.gap-40 {
	height: 40px;
	line-height: 40px;
}

.top-10 {
	margin-top: 10px;
}
.top-20 {
	margin-top: 20px;
}
.top-30 {
	margin-top: 30px;
}
.top-40 {
	margin-top: 40px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.post img,
.post .rollover,
.post .rollover-video {
	max-width: 100%;
	height: auto;
	
/*
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0px 0px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0px 0px 3px rgba(0, 0, 0, 0.05);
*/
}

blockquote {
 	padding: 15px 20px 5px 20px;
  	margin: 5px 0 10px 0;
	/*font-style: italic;*/
}

.alignleft {
	float: left;
  	margin: 5px 30px 10px 0;
}
#footer .alignleft,
#sidebar .alignleft {
	margin-right: 20px;
}
.alignright {
	float: right;
  	margin: 5px 0 10px 30px;
}
#footer .alignright,
#sidebar .alignright {
	margin-left: 20px;
}
.aligncenter {
	display: block;
  	margin: 5px auto 10px auto;
}

.alignnone {
	float: none;
	margin: 5px auto 10px auto;
}

/* !- dividers */
.hr-thick {
	height: 1px;
	line-height: 1px;
	border-top: 7px solid transparent;
	border-bottom: 2px solid transparent;
	margin-bottom: 1px;
}

.hr-thin {
	height: 9px;
	line-height: 9px;
}


.divider-heder,
.single .divider-heder,
.page .divider-heder {
	margin: 25px 0 36px 0;
}
	.layout-list .divider-heder,
	.layout-masonry .divider-heder {
		margin: 25px 0 36px 0;
	}

.divider-comments {
	margin: 0 0 35px 0;
}

.divider-post {
	margin: 10px 0 20px 0;
}

/* basic typography: end */


/* !buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 3px 0 5px 0;
	border: none;

	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;

	-webkit-transition:	all 0.1s linear;
	-moz-transition:	all 0.1s linear;
	-ms-transition:		all 0.1s linear;
	-o-transition:		all 0.1s linear;
	transition:			all 0.1s linear;	
}

.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
.dt-btn,
.woocommerce #main a.button,
#page .woocommerce a.button,
.woocommerce #main button.button,
.woocommerce #main input.button,
.woocommerce #main #respond input#submit,
.woocommerce #main #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
#main #pricing-table .plan .signup,
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button,
#page .tp-button {
	display: inline-block;
	position: relative;
	top: 0;
	padding-bottom: 2px;
	border: none;
	text-decoration: none;			
	white-space: nowrap;

	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
	
	-webkit-transition:	top 0.1s linear;
	-moz-transition:	top 0.1s linear;
	-ms-transition:		top 0.1s linear;
	-o-transition:		top 0.1s linear;
	transition:			top 0.1s linear;
}
#page .tp-button {
	padding-top: 0;
	letter-spacing: normal;
}
.old-ie .dt-form button,
.old-ie .dt-form input[type="button"],
.old-ie .dt-form input[type="reset"],
.old-ie .dt-form input[type="submit"],
.old-ie .dt-btn {
	padding-bottom: 0;
	border-bottom: 2px solid transparent;
}

.ancient-ie .dt-form button,
.ancient-ie .dt-form input[type="button"],
.ancient-ie .dt-form input[type="reset"],
.ancient-ie .dt-form input[type="submit"],
.ancient-ie .dt-btn {
	display: inline;
	zoom: 1;
}

.dt-form button:hover,
.dt-form input[type="button"]:hover,
.dt-form input[type="reset"]:hover,
.dt-form input[type="submit"]:hover,
.dt-btn:hover,
.woocommerce #main a.button:hover,
#page .woocommerce a.button:hover,
.woocommerce #main button.button:hover,
.woocommerce #main input.button:hover,
.woocommerce #main #respond input#submit:hover,
.woocommerce #main #content input.button:hover,
.woocommerce-page #main a.button:hover,
.woocommerce-page #main button.button:hover,
.woocommerce-page #main input.button:hover,
.woocommerce-page #main #respond input#submit:hover,
.woocommerce-page #main #content input.button:hover,
#main #pricing-table .plan .signup:hover,
#main #shaon-pricing-table a.signup:hover,
#main .minimal .pt-button:hover,
#page .tp-button:hover {
	top: 2px;
	text-decoration: none;
}

	.dt-form button:before,
	.dt-form input[type="button"]:before,
	.dt-form input[type="reset"]:before,
	.dt-form input[type="submit"]:before,
	.dt-btn:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 2px;
		line-height: 2px;
		width: 100%;
		content: " ";
	}

	.dt-form button:hover:before,
	.dt-form input[type="button"]:hover:before,
	.dt-form input[type="reset"]:hover:before,
	.dt-form input[type="submit"]:hover:before,
	.dt-btn:hover:before {
		top: -2px;
	}

/* buttons: end */


/* !basic blocks layout */

#page {
	position: relative;
	overflow: hidden;
}
	#page.boxed {
		max-width: 1320px;
		margin: 20px auto;
	}

#header.overlap {
	position: absolute;
	width: 100%;
	z-index: 2;
}

@media screen and (max-width: 1380px) {
	#page.boxed {
		margin: 0px auto;
		max-width: 1380px;
	}
}

/* basic blocks layout: end */

/* !helper styles */
/*.content img,
.content .wp-caption {
	max-width: 100%;
	height: auto;
}*/

.assistive-text{
    position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.old-ie .assistive-text{
	clip: rect(1px 1px 1px 1px);
}

/* helper styles: end */
/* !fancy header */

.fancy-header .wf-td {
	width: 50%;
	vertical-align: middle;
}

.title-left .breadcrumbs,
.title-right .hgroup {
	text-align: right;
}

.fancy-header.title-center .wf-table,
.fancy-header.title-center .wf-td {
	display: block;
	width: 100%;
	text-align: center;
}
.fancy-header.title-center .breadcrumbs {
	padding-bottom: 60px;
}
.fancy-header.title-center .hgroup {
	padding-bottom: 20px;
}

.fancy-header .hgroup {
	padding: 60px 0;
}

.fancy-header .fancy-title {
	margin: 0;
	padding: 0;
}

.fancy-header .fancy-subtitle {
	margin: 10px 0 0 0;
	padding: 0;
}

/* fancy header: end */
/* !breadcrumbs */

.breadcrumbs {
	list-style: none;
}

	.breadcrumbs li {
		display: inline-block;
		padding-left: 20px;
		margin-left: 7px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	.old-ie .breadcrumbs li {
		padding-left: 0;
	}
	.ancient-ie .breadcrumbs li {
		display: inline;
		zoom: 1;
	}
		.breadcrumbs li:first-child {
			padding-left: 0;
			margin-left: 0;
			background: none !important;
		}


.breadcrumbs a {
	text-decoration: none;
}
	.breadcrumbs a:hover {
		text-decoration: underline;
	}


.hr-breadcrumbs {
	overflow: hidden;
}
	.hr-breadcrumbs.divider-heder {
		margin: 19px 0 29px 0;
	}

	.hr-breadcrumbs .breadcrumbs {
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
	}
		.hr-breadcrumbs .breadcrumbs:after {
			position: absolute;
			top: 50%;
			left: 100%;
			width: 1200px;
			line-height: 0;
			margin: -5px 0 0 10px;
			content: "";
		}

/* breadcrumbs: end */


/* !top and bottom bars */

#top-bar a,
#bottom-bar a {
	text-decoration: none;
}
#top-bar a:hover,
#bottom-bar a:hover {
	text-decoration: underline;
}

#top-bar .wf-float-left,
#bottom-bar .wf-float-left {
	margin-right: 40px;
}
#top-bar .wf-float-left:last-of-type,
#bottom-bar .wf-float-left:last-of-type {
	margin-right: 0;
}

#top-bar .wf-float-right,
#bottom-bar .wf-float-right {
	margin-left: 40px;
}
/*#top-bar .wf-float-right:last-of-type,
#bottom-bar .wf-float-right:last-of-type {
	margin-left: 0;
}*/

#top-bar .mini-search {
	margin-top: 5px;
	border-left: 1px solid;
	border-right: 1px solid;
}

#bottom-bar {
	min-height: 30px;
}
#bottom-bar .wf-table {
	height: 60px;
}

#branding-bottom {
	width: 1px;
	padding: 10px 10px 10px 0;
	line-height: 0;
	font-size: 0;
}

/* top and bottom bars: end */


/* !- mini widgets */

	/* !-- contacts */

	.mini-contacts li {
		display: inline-block;
		position: relative;
		margin: 0 20px 0 25px;
		white-space: nowrap;
	}
	.old-ie .mini-contacts li {
		margin-left: 0;
	}
	.ancient-ie .mini-contacts li {
		display: inline;
		zoom: 1;
		position: static;
		margin: 0 15px 0 0;
	}
	.mini-contacts li:last-child {
		margin-right: 0;
	}

	.mini-contacts li:before {
		display: block;
		position: absolute;
		top: 50%;
		float: left;
		width: 20px;
		height: 20px;
		margin: -10px 0 0 -25px;

		content: "";
	}
	
	
	/* !-- navigation */

	.mini-nav li {
		display: inline-block;
	}
	.ancient-ie .mini-nav li {
		display: inline;
		zoom: 1;
		margin-right: 15px;
		white-space: nowrap;
	}
	
	.mini-nav li:before {
		content: "/ ";
		padding: 0 3px;
	}
	.mini-nav li:first-child:before {
		content: "";
		padding: 0;
	}


	/* !-- language panel */
	/* (these styles should be tested extensively with wpml) */
	
	.mini-lang {
		position: relative;
	}

		.mini-lang li {
			display: inline-block;
			margin-right: 20px;
			white-space: nowrap;
		}
		.ancient-ie .mini-lang li {
			display: inline;
			zoom: 1;
		}
		.mini-lang li:last-child {
			margin-right: 0;
		}

			.mini-lang img {
				margin: 0 5px 2px 0;
				vertical-align: middle;
			}


	/* !-- search form */

	.mini-search {
		width: 140px;
		height: 20px;
	}

		.searchform .submit,
		.mini-search .submit {
			float: right;
			width: 20px;
			height: 20px;
			margin-right: 4px;
			border: none;
			color: transparent;
			background-color: transparent;
			background-position: center center;
			background-size: 20px 20px;
		}
		.widget .searchform input {
			padding-right: 30px;
		}
		.searchform .submit:hover,
		.mini-search .submit:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=70)"; 
		}
		.widget .searchform {
			position: relative;
		}
		.widget .searchsubmit,
		.widget .searchform .submit {
			position: absolute;
			top: 5px;
			right: 0;
		}
		.widget .searchform .submit {
			top: 7px;
		}
		
		.mini-search .field {
			float: left;
		    width: 105px;
			height: 20px;
			padding: 0 0 0 7px;
			border: none;
			line-height: 20px;
			background: transparent;
		}
		.mini-search .field:focus {
			outline: none;
		}

/* mini widgets : end */


/* !header */
/* !2 */
#phantom {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9399;

	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:	0 0 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:		0 0 4px rgba(0, 0, 0, 0.3);
	-o-box-shadow:		0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow:			0 0 4px rgba(0, 0, 0, 0.3);

	opacity: 0;
	transition: opacity 0.4s;
}
/*
#phantom:hover {
	opacity: 1;
}
*/
	#phantom #main-nav {
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 40px;
		text-align: center;
	}

/* !- header layouts */
.ancient-ie .logo-left {
	display: block;
}
	.ancient-ie .logo-left #branding {
		float: left;
	}
	.ancient-ie .logo-left #navigation {
		float: right;
	}

#branding {
	padding: 10px 0;
	line-height: 0;
	font-size: 0;
}


.logo-left #branding,
.logo-classic #branding,
.logo-classic-centered #branding {
	padding-right: 40px;
	width: 1px;
}

.logo-left #navigation {
	text-align: right;
}


.logo-center #branding,
.logo-center #navigation {
	display: block;
	text-align: center;
}
.logo-classic-centered #main-nav,
.logo-classic-centered #branding {
	text-align: center;
}
.logo-classic-centered #branding {
	padding-right: 0;
}

.logo-classic #main-nav,
.logo-classic-centered #main-nav {
	padding: 0;
}
.assistive-info {
	text-align: right;
}

/* header layouts: end */

/* !- menu - first level */

#main-nav {
	padding: 5px 0 4px 0;
	line-height: 0;
}
.logo-center #main-nav {
	padding-bottom: 10px;
}

	#main-nav > li {
		display: inline-block;
		position: relative;
		/* padding-bottom: 1px; */
		z-index: auto; /* ! !changed */
	}
	.ancient-ie #main-nav > li {
		float: left;
		margin: 5px 0;
	}
	.logo-classic #main-nav > li {
		float: left;
		margin: 0;
		padding: 0;
	}
	.logo-classic-centered #main-nav > li {
		padding-bottom: 0;
	}

		#main-nav > li > a {
			display: block;
			text-decoration: none;

/* ! !canged */
			-webkit-transition:	all 400ms ease;
			-moz-transition:	all 400ms ease;
			-ms-transition:		all 400ms ease;
			-o-transition:		all 400ms ease;
			transition:			all 400ms ease;
/* canged: end */
		}

		/* indications of menu-items containing drop-down submenu */
			#main-nav > li.has-children > a:after,
			.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a span:after {
				display: block;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				content: "";
				border-style: solid;
				border-width: 4px;
				border-color: transparent;		
			}

			.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a:after {
				display: none;
			}
		/* -------------------------------------------------- */

/* menu - first level: end */


/* !-- menu - second level */
/* !1 */
.sub-nav {
	position: absolute;
	visibility: hidden;
	z-index: 200;
	top: 100%;
	width: 230px;
	padding: 5px 0;
	opacity: 0;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.15);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.15);

/*
	-webkit-transition-duration:	0.3s;
	-moz-transition-duration:		0.3s;
	-ms-transition-duration:		0.3s;
	-o-transition-duration:			0.3s;
	transition-duration:			0.3s;

	-webkit-transition-delay:	0.325s;
	-moz-transition-delay:		0.325s;
	-ms-transition-delay:		0.325s;
	-o-transition-delay:		0.325s;
	transition-delay:			0.325s;

	-webkit-transition-property:	opacity, visibility;
	-moz-transition-property:		opacity, visibility;
	-ms-transition-property:		opacity, visibility;
	-o-transition-property:			opacity, visibility;
	transition-property:			opacity, visibility;
*/

}
	.sub-nav.right-overflow {
		right: 0;
	}
	


/*
.no-js .has-children:hover > .sub-nav {
	visibility:	visible;
	opacity:	1;
}
*/

	.sub-nav .sub-nav {
		left: 231px;
		top: -5px;
	}
		.sub-nav .sub-nav.right-overflow {
			left: -231px;
		}

	.sub-nav li {
		display: block;
		position: relative;
	}
	.sub-nav li:before {
		display: block;
		position: absolute;
		height: 0px;
		width: 190px;
		margin: 0 20px;
		content: "";
	}
	.sub-nav li:first-child:before {
		display: none;
	}
	
	.sub-nav li.has-children:after {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4.5px;
		content: "";
		border-style: solid;
		border-width: 5px;
		border-color: transparent;
    }

		.sub-nav li a {
			display: block;
			width: 180px;
			border-right: solid 1px transparent;
			border-left: solid 1px transparent;
			margin: 0 0 0 -1px;
			padding: 10px 30px 10px 20px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			line-height: 20px;

/* ! !canged */
			-webkit-transition:	all 400ms ease;
			-moz-transition:	all 400ms ease;
			-ms-transition:		all 400ms ease;
			-o-transition:		all 400ms ease;
			transition:			all 400ms ease;
/* canged: end */
		}

/* menu - second level: end */


/* !- fancy rollovers */

.csstransforms3d #main-nav.fancy-rollovers > li > a {
	overflow: hidden;

	-webkit-perspective:	300px;
	-moz-perspective:		300px;
	-ms-perspective:		300px;
	-o-perspective:			300px;
	perspective:			300px;
	
	-webkit-perspective-origin:	50% 50%;
	-moz-perspective-origin:	50% 50%;
	-ms-perspective-origin:		50% 50%;
	-o-perspective-origin:		50% 50%;
	perspective-origin:			50% 50%;

/* ! !canged */
	-webkit-transition: none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
/* canged: end */
}

	.csstransforms3d #main-nav.fancy-rollovers > li > a > span {
		display: block;
		position: relative;

		-webkit-transition:	all 400ms ease;
		-moz-transition:	all 400ms ease;
		-ms-transition:		all 400ms ease;
		-o-transition:		all 400ms ease;
		transition:			all 400ms ease;
	
		-webkit-transform-origin:	50% 0%;
		-moz-transform-origin:		50% 0%;
		-ms-transform-origin:		50% 0%;
		-o-transform-origin:		50% 0%;
		transform-origin:			50% 0%;
	    
		-webkit-transform-style:	preserve-3d;
		-moz-transform-style:		preserve-3d;
		-ms-transform-style:		preserve-3d;
		-o-transform-style:			preserve-3d;
		transform-style:			preserve-3d;
	}
	.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a > span {
		-webkit-transition-delay:	0.2s;
		-moz-transition-delay:		0.2s;
		-ms-transition-delay:		0.2s;
		-o-transition-delay:		0.2s;
		transition-delay:			0.2s;
	}
		.csstransforms3d #main-nav.fancy-rollovers > li:hover > a > span {
		
			-webkit-transform:	translate3d( 0px, 0px, -30px ) rotatex( 90deg );
			-moz-transform:		translate3d( 0px, 0px, -30px ) rotatex( 90deg );
			-ms-transform:		translate3d( 0px, 0px, -30px ) rotatex( 90deg );
			-o-transform:		translate3d( 0px, 0px, -30px ) rotatex( 90deg );
			transform:			translate3d( 0px, 0px, -30px ) rotatex( 90deg );
			
			-webkit-transition-delay:	0s;
			-moz-transition-delay:		0s;
			-ms-transition-delay:		0s;
			-o-transition-delay:		0s;
			transition-delay:			0s;

		}
		
		.csstransforms3d #main-nav.fancy-rollovers > li.act:hover > a > span {
		
			-webkit-transform:	none;
			-moz-transform:		none;
			-ms-transform:		none;
			-o-transform:		none;
			transform:			none;
		}

		.csstransforms3d #main-nav.fancy-rollovers > li > a > span > span {
			position: absolute;
			left: 0;
			top: 0;
		
			-webkit-transform-origin:	50% 0%;
			-moz-transform-origin:		50% 0%;
			-ms-transform-origin:		50% 0%;
			-o-transform-origin:		50% 0%;
			transform-origin:			50% 0%;
		
			-webkit-transform:	translate3d( 0px, 107%, 0px ) rotatex( -90deg );
			-moz-transform:		translate3d( 0px, 107%, 0px ) rotatex( -90deg );
			-ms-transform:		translate3d( 0px, 107%, 0px ) rotatex( -90deg );
			-o-transform:		translate3d( 0px, 107%, 0px ) rotatex( -90deg );
			transform:			translate3d( 0px, 107%, 0px ) rotatex( -90deg );
/* ! !changed: begin */
			-webkit-backface-visibility:	hidden;
			-moz-backface-visibility:		hidden;
			-ms-backface-visibility:		hidden;
			-o-backface-visibility:			hidden;
			backface-visibility:			hidden;
/* ! !changed: end */
		}
			/*.csstransforms3d #main-nav.fancy-rollovers > li:hover > a > span > span {
			}*/

/* fancy rollovers: end */

/* !- mobile menu */

#mobile-menu {
	display: none;
	padding: 10px 10px 10px 31px;
	text-decoration: none;
	background: no-repeat 10px center;
}
	.menu-close,
	.menu-back {
		display: none;
	}
	.no-touch #mobile-menu:hover,
	.touch #mobile-menu.active {
		opacity: 0.8;
	}

.dl-container {
	position: relative;
}

	.logo-center .dl-container,
	.logo-classic .dl-container,
	.logo-classic-centered .dl-container {
		width: 100%;
		min-width: 230px;
		max-width: 280px;
		margin: 0 auto;
	}
	.logo-center .dl-container {
		top: -10px;
	}

.dl-menuwrapper {
	position: relative;
	z-index: 999;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper ul {
	right: 0;
	width: 100%;
	min-width: 230px;
	max-width: 280px;
	list-style: none;
	text-align: left;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-container > ul {
	padding: 5px 0;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0px 0px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow:			0px 0px 3px rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 5px 0;
	margin: 0 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
}

.dl-menuwrapper li:last-child > a,
.dl-menuwrapper li.dl-back > a {
	border: none !important;
}

/*.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}*/

.dl-menuwrapper li.dl-back > a {
	margin: -5px 0 0 0;
	text-align: center;
}

.dl-menuwrapper li.has-children > a:after {
		display: block;
		position: absolute;
		right: -5px;
		top: 50%;
		margin-top: -4.5px;
		content: "";
		border-style: solid;
		border-width: 5px;
		border-color: transparent;
}

.dl-menuwrapper li.dl-back span {
	position: relative;
}

.dl-menuwrapper li.dl-back span:before {
	display: block;
	position: absolute;
	left: -16px;
	top: 50%;
	width: 10px;
	height: 7px;
	margin-top: -2.5px;
	content: "";
}
/*
.dl-menuwrapper li.dl-back:after {

}

.dl-menuwrapper li > a:after {

}
*/
.dl-menuwrapper .dl-menu {
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translatey(10px);
	-moz-transform: translatey(10px);
	transform: translatey(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	transform: translatey(0px);
}

/* hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
when a submenu is openend, we will hide all li siblings.
for that we give a class to the parent menu called "dl-subview".
we also hide the submenu link. 
the opened submenu will get the class "dl-subviewopen".
all this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* dynamically added submenu outside of the menu context */
.dl-container > .dl-submenu {
	position: absolute;
	width: 100%;
	right: 0;
	margin: 0;
}

/* animation classes for moving out and in */

.dl-menu.dl-animate-out-2 {
	-webkit-animation: menuanimout2 0.3s ease-in-out;
	-moz-animation: menuanimout2 0.3s ease-in-out;
	animation: menuanimout2 0.3s ease-in-out;
}

@-webkit-keyframes menuanimout2 {
	100% {
		-webkit-transform: translatex(-100%);
		opacity: 0;
	}
}
@-moz-keyframes menuanimout2 {
	100% {
		-moz-transform: translatex(-100%);
		opacity: 0;
	}
}
@keyframes menuanimout2 {
	100% {
		transform: translatex(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: menuanimin2 0.3s ease-in-out;
	-moz-animation: menuanimin2 0.3s ease-in-out;
	animation: menuanimin2 0.3s ease-in-out;
}

@-webkit-keyframes menuanimin2 {
	0% {
		-webkit-transform: translatex(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translatex(0px);
		opacity: 1;
	}
}
@-moz-keyframes menuanimin2 {
	0% {
		-moz-transform: translatex(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translatex(0px);
		opacity: 1;
	}
}
@keyframes menuanimin2 {
	0% {
		transform: translatex(-100%);
		opacity: 0;
	}
	100% {
		transform: translatex(0px);
		opacity: 1;
	}
}

.dl-container > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: submenuanimin2 0.3s ease-in-out;
	-moz-animation: submenuanimin2 0.3s ease-in-out;
	animation: submenuanimin2 0.3s ease-in-out;
}

@-webkit-keyframes submenuanimin2 {
	0% {
		-webkit-transform: translatex(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translatex(0px);
		opacity: 1;
	}
}
@-moz-keyframes submenuanimin2 {
	0% {
		-moz-transform: translatex(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translatex(0px);
		opacity: 1;
	}
}
@keyframes submenuanimin2 {
	0% {
		transform: translatex(100%);
		opacity: 0;
	}
	100% {
		transform: translatex(0px);
		opacity: 1;
	}
}

.dl-container > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: submenuanimout2 0.3s ease-in-out;
	-moz-animation: submenuanimout2 0.3s ease-in-out;
	animation: submenuanimout2 0.3s ease-in-out;
}

@-webkit-keyframes submenuanimout2 {
	0% {
		-webkit-transform: translatex(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translatex(100%);
		opacity: 0;
	}
}
@-moz-keyframes submenuanimout2 {
	0% {
		-moz-transform: translatex(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translatex(100%);
		opacity: 0;
	}
}
@keyframes submenuanimout2 {
	0% {
		transform: translatex(0%);
		opacity: 1;
	}
	100% {
		transform: translatex(100%);
		opacity: 0;
	}
}

/* no js fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* mobile menu: end */	

/* header: end */


/* !main slideshow */

#main-slideshow-content {
	display: none;
}
	#main-slideshow #main-slideshow-content {
		display: block;
	}

#main-slideshow.fixed {
	padding: 40px;
}

#main-slideshow.fixed > .royalslider {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width: 760px) {
	.video-playing #header.overlap {
		display: none !important;
	}
}

/* main slideshow: end */


/* !main */

#main {
	padding: 40px 0 40px 0;
}

/* main: end */


/* ! sidebar & content area alignment */

	/* !- sidebar on the left/right */

	.sidebar-left .sidebar {
		float: left;
	}

	.sidebar-right .sidebar {
		float: right;
	}

	.sidebar-left .content {
		float: right;
	}

	.sidebar-right .content {
		float: left;
	}

	.sidebar-left .wf-wrap:before,
	.sidebar-left .wf-wrap:after,
	.sidebar-right .wf-wrap:before,
	.sidebar-right .wf-wrap:after {
		content: "";
		display: table;
	}

	.sidebar-left .wf-wrap:after,
	.sidebar-right .wf-wrap:after {
		clear: both;
	}

	.ancient-ie .sidebar-left .wf-wrap,
	.ancient-ie .sidebar-right .wf-wrap {
		zoom: 1;
	}

	
	/* !- full-width page (no sidebar) */

	.sidebar-none .content {
		width: 100%;
	}

	.sidebar-none .sidebar {
		display: none;
	}

/* sidebar & content area alignment: end */


/* !content area */

.content {
	padding-top: 5px;
}
.fancy-header-on.single .content,
.slideshow-on.single .content,
.title-off.single .content {
	margin-top: -4px;
	padding-top: 0;
}
.fancy-header-on .content,
.slideshow-on .content,
.title-off .content {
	padding-top: 0;
}
.testimonials.fancy-header-on .content,
.testimonials.slideshow-on .content,
.testimonials.title-off .content {
	margin-top: -5px;
}
/* content area: end */


/* !stripes */

.stripe {
	width: 100%;
	padding: 20px 1000px;
	margin-left: -1000px;
	overflow: hidden;
}
.stripe-style-4 {
	background-image: url(/uploads/image/wtdimages/stripe4-bg.jpg);
	background-position: center 0;
	background-repeat: repeat;
}

/* stripes: end */


/* !sidebar */


/* sidebar: end */


/* !footer */

.footer {
	padding: 50px 0 20px 0;
}

/* footer: end */

	
/* !blog */

.page-info {
	padding: 0 0 10px 0;/*
	margin-bottom: 35px;*/
}

.post {
	position: relative;
	padding-bottom: 20px;
}
	.post .alignleft,
	.post .alignnone {
		margin-bottom: 15px;
	}
	.ancient-ie .post {
		zoom: 1;
	}

	.layout-list .post {
		padding-bottom: 29px;
		margin-bottom: 30px;
	}
	.portfolio .post {
		padding-bottom: 19px;
		margin-bottom: 40px;
	}
	.portfolio.layout-grid .post,
	.albums.layout-grid .post,
	.media.layout-grid .post  {
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.albums.layout-grid .wf-container.portfolio-grid .post {
		padding-bottom: 10px;
	}
	.layout-masonry .post {
		padding-bottom: 19px;
		margin-bottom: 30px;
	}
	.layout-masonry.description-off .post {
		border: none;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.blog.layout-grid .post {
		padding-bottom: 25px;
	}
	.wf-container.portfolio-grid .post {
		padding-bottom: 16px;
	}
.post:before,
.post:after {
	content: "";
	display: table;
	clear: both;
}

.entry-tags {
	display: block;
	margin-top: -30px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.entry-meta,
.portfolio-categories {
	display: block;
 	padding: 4px 0 25px 0;
	overflow: hidden;
}
/*.post .portfolio-categories {
	padding-top: 14px;
}*/
.portfolio-categories {
 	padding: 4px 0 15px 0;
 }
.project-post .portfolio-categories {
 	padding-bottom: 0px;
 	margin-bottom: 20px;
 	margin-top: 20px;
}
.project-post .wf-table .portfolio-categories {
	margin-top: 5px;
}
	.layout-masonry .entry-meta,
	.blog.layout-grid .entry-meta {
		padding: 4px 0 15px 0;
	}
	.single .entry-meta {
		padding: 14px 0 0 0;
		margin-bottom: 30px;
	}
	.format-quote .entry-meta,
	.format-aside .entry-meta,
	.format-status .entry-meta,
	.format-link .entry-meta {
		padding: 9px 0 10px 0;
	}
	.single .format-quote .entry-meta,
	.single .format-aside .entry-meta,
	.single .format-status .entry-meta,
	.single .format-link .entry-meta {
		padding: 14px 0 0px 0;
	}

.entry-meta:before,
.entry-tags:before {
		float: left;
		margin: 1px 1px 0 0;
		background-position: center center;
		background-repeat: no-repeat;
		content: "\0000a0";
}
.old-ie .entry-meta:before,
.old-ie .entry-tags:before {
	display: none;
}

	.entry-meta a,
	.entry-tags a,
	.portfolio-categories a {
		float: left;
		margin: 1px 1px 0 0;
		text-decoration: none;

		-webkit-transition:	all 0.05s linear 0.05s;
		-moz-transition:	all 0.05s linear 0.05s;
		-ms-transition:		all 0.05s linear 0.05s;
		-o-transition:		all 0.05s linear 0.05s;
		transition:			all 0.05s linear 0.05s;
	}


.entry-author {
	margin-bottom: 30px;
	overflow: hidden;
}
	.entry-author .alignright {
		margin-left: 20px;
	}

.entry-author {
	padding: 15px 20px 5px 20px;
}
.wf-table .entry-share .soc-ico {
	float: right;
	min-width: 110px;
	margin-bottom: 10px;
}
.wf-table .portfolio-categories {
	padding: 0;
}
.entry-share {
	margin-top: 25px;
	margin-bottom: 25px;
}
.pp_details .entry-share {
	margin-top: 10px;
	margin-bottom: 5px;
}
.wf-table .entry-share {
	padding-top: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.project-post .wf-table .entry-share {
	margin-bottom: 20px;
}
.entry-share:before,
.entry-share:after {
	content: "";
	display: table;
	clear: both;
}
	.entry-share .soc-ico {
		overflow: visible;
	}
		.entry-share .soc-ico a {
			position: relative;
			width: 22px;
			height: 22px;
			margin: 0 5px 5px 0;

			background-image: ;
			background-position: 0 0;

			-webkit-border-radius:	15px;
			-moz-border-radius:		15px;
			-ms-border-radius:		15px;
			-o-border-radius:		15px;
			border-radius:			15px;

		}
			.entry-share .soc-ico a .share-content {
				position: absolute;
				left: 0;
				top: -28px;
				display: none;
				padding: 0px 10px;
				color: #fff;
				font-size: 11px;
				line-height: 22px;			
				white-space: nowrap;
			}
			.entry-share .soc-ico .share-content:after {
				position: absolute;
				left: 50%;
				bottom: -5px;
				margin-left: -5px;
				width: 0;
				height: 0;
				border-left: 5px solid transparent;
				border-right: 5px solid transparent;
				border-top: 6px solid red;
				content: "";
			}


		.entry-share .soc-ico .facebook {
			background-position: 0 0;
			background-color: #3b5998;
		}
			.facebook .share-content {
				background-color: #3b5998;
			}
			.entry-share .facebook .share-content:after {
				border-top-color: #3b5998;
			}
			.entry-share .soc-ico .facebook:hover {
				border-color: #3b5998;
			}

		.entry-share .soc-ico .twitter {
			background-color: #27b2f3;
			background-position: -60px 0;
		}
			.twitter .share-content {
				background-color: #27b2f3;
			}
			.entry-share .twitter .share-content:after {
				border-top-color: #27b2f3;
			}
			.entry-share .soc-ico .twitter:hover {
				border-color: #27b2f3;
			}
		.entry-share .soc-ico .pinterest {
			background-color: #cb2027;
			background-position: -40px 0;
		}
			.pinterest .share-content {
				background-color: #cb2027;
			}
			.entry-share .pinterest .share-content:after {
				border-top-color: #cb2027;
			}
			.entry-share .soc-ico .pinterest:hover {
				border-color: #cb2027;
			}
		.entry-share .soc-ico .google {
			background-color: #dc4b2f;
			background-position: -20px 0;
		}
			.google .share-content {
				background-color: #dc4b2f;
			}
			.entry-share .google .share-content:after {
				border-top-color: #dc4b2f;
			}
			.entry-share .soc-ico .google:hover {
				border-color: #dc4b2f;
			}

	
.format-quote blockquote {
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.more-link.dt-btn {
	margin-top: 5px;
}
.post .more-link.dt-btn {
	margin-right: 10px;
}


/* blog: end */
/*!portfolio*/
.portfolio.layout-list .filter,
.portfolio.layout-masonry-grid .filter,
.albums.layout-masonry-grid .filter,
.layout-masonry-grid .filter {
	margin-bottom: 25px;
}
.portfolio.layout-masonry-grid .post,
.portfolio.grid-text-hovers .portfolio-grid .post,
.layout-masonry-grid .post,
.grid-text-hovers .portfolio-grid .post {
	padding-bottom: 0;
	margin-bottom: 16px;
	border: none;
	line-height: 0;
}

.wf-container.grid-text-hovers.portfolio-grid .post,
.wf-container.layout-masonry.layout-masonry-grid .post {
	padding-bottom: 0;
	margin-bottom: 16px;
	border: none;
}
.wf-container.grid-text-hovers.portfolio-grid .alignnone,
.wf-container.layout-masonry.layout-masonry-grid .alignnone {
	margin-bottom: 0;
	margin-top: 0;
}
.layout-masonry-grid .wf-container.portfolio-grid .post {
	padding-bottom: 0;
}
	.portfolio.layout-masonry-grid .wf-container.portfolio-grid,
	.layout-masonry-grid .wf-container.portfolio-grid,
	.albums.layout-masonry-grid .wf-container.portfolio-grid,
	.portfolio.grid-text-hovers .wf-container.portfolio-grid,
	.layout-masonry-grid.wf-container,
	.grid-text-hovers .wf-container,
	.grid-text-hovers.wf-container {
		margin: 0 -8px;
	}
		.portfolio.layout-masonry-grid .portfolio-grid .wf-cell,
		.albums.layout-masonry-grid .portfolio-grid .wf-cell,
		.portfolio.grid-text-hovers .portfolio-grid .wf-cell,
		.layout-masonry-grid .wf-container.portfolio-grid .wf-cell,
		.layout-masonry-grid.wf-container .wf-cell,
		.grid-text-hovers .portfolio-grid .wf-cell,
		.grid-text-hovers.portfolio-grid .wf-cell {
			padding: 0 8px;
		}
.post.project-even,
.post.project-odd {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.post.project-even .wf-1-3 {
	float: left;
}
.post.project-even .wf-2-3 {
	float: right;
}
	.post .project-media {
		margin-bottom: 20px;
		line-height: 0;
	}
	.project-content {
		margin-top: -5px;
		margin-bottom: 5px;
	}
		.project-content .more-link.dt-btn {
			margin-bottom: 5px;
		}
		.project-media img {
			max-width: 100%;
		}
	.project-media,
	.project-content,
	.ngg-imagebrowser img {
		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
.project-post {
	position: relative;
	padding-bottom: 25px;
	/*overflow: hidden;*/
}
	.related-projects,
	.content .slider-wrapper.related-projects {
		margin-bottom: 45px;
	}
	.no-comments .sidebar-none .related-projects,
	.no-comments .sidebar-none .content .slider-wrapper.related-projects {
		margin-bottom: -40px;
	}
	.no-comments .related-projects,
	.no-comments .content .slider-wrapper.related-projects {
		margin-bottom: 20px;
	}
	#repl
	#reply-title small,
	#cancel-comment-reply-link {
		float: right;
		margin-top: 10px;
	}
	#reply-title small a:hover {
		text-decoration: underline;
	}
	.project-post ul.royalslider,
	.images-container {
		margin-top: 4px;
		margin-bottom: 25px;
	}
	.images-container img,
	.albums .post img,
	.media .post img,
	.portfolio .post img,
	.blog .post img,
	.shortcode-blog-posts img,
	.wf-container.portfolio-grid img,
	.wf-container.layout-masonry img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.images-container {
		line-height: 0;
	}
		.images-list {
			position: relative;
			line-height: 0;
		}
			.images-list-caption {
				bottom: 27px;
			    left: 0;
			    position: absolute;
			    text-align: center;
			    top: auto;
			    width: 100%;
			}
				.images-list-inner {
					background-color: rgba(0, 0, 0, 0.5);
				    display: inline-block;
				    margin: 0 35px;
				    padding: 5px 10px 5px;
				    color: #fff;
				}
				.old-ie .images-list-inner {
					background: transparent;
					-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000)"; /* ie8 */
					    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);   /* ie6 & 7 */
					      zoom: 1;
				}
				.images-list-inner p {
					margin-bottom: 0;
				}
/* portfolio: end */
/* !masonry */
.iso-item {
	visibility: hidden;
}

.slider-masonry {
	width: 100% !important;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* masonry: end */


/* !comments */

#comments {
	margin-bottom: 20px;
}

.comments-title {
	margin-bottom: 20px;
}

#comments .commentlist,
#comments .children {
	margin: 0;
	padding: 0;
	list-style: none;
}
#comments .commentlist {
	margin-bottom: 10px;
}

li.comment,
li.pingback {
	padding-left: 80px;
	margin-bottom: 25px;
}

#comments .children {
	margin-top: 25px;
}

.comment-author .avatar {
	float: left;
	margin: 5px 0 15px -80px;
}

/*.comment-content,
.pingback-content {

}*/
.comment-content {
	padding: 10px 0 14px 0;
}
.pingback-content {
	padding: 0px 0 24px 0;
}

.comment-meta,
.comment-reply-link {
	float: right;
}

.comment-reply-link {
	margin-left: 10px;
}

.fn {
	font-style: normal;
}

.comment-reply-link, 
.comment-meta a,
.fn a,
.pingback a {
	text-decoration: none;
}
.comment-reply-link:hover, 
.comment-meta a:hover,
.fn a:hover,
.pingback a:hover {
	text-decoration: underline;
}


/* !- comments form */

.comment #respond {
	padding-top: 24px;
}

#respond #submit {
	display: none;
}

#commentform textarea {
	width: 100%;
	margin: 10px 0;
}
.form-allowed-tags {
	margin-bottom: 20px;
}

.clear-form {
	position: relative;
	float: right;
	padding: 0 18px 0 0;
	text-decoration: none;
}
.old-ie .clear-form {
	padding-right: 0;
}
.clear-form:hover {
	text-decoration: underline;
}
.clear-form:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	content: "";
}

/* comments: end */


/* !filter and paginator */

.filter:before,
.paginator:before {
	content: "";
	display: table;
}
.filter:after,
.paginator:after {
	content: "";
	display: table;
	clear: both;
}
.ancient-ie .filter,
.ancient-ie .paginator {
	zoom: 1;
}

.filter {
	padding: 4px 0px 5px 0px;
	margin: 45px 0 20px 0;
}
.fancy-header-on .filter,
.slideshow-on .filter,
.portfolio.fancy-header-on .filter,
.albums.fancy-header-on .filter,
.portfolio.slideshow-on .filter,
.albums.slideshow-on .filter {
	margin-top: -4px;
}
.portfolio .filter,
.albums .filter {
	padding: 3px 0px 5px 0px;
	margin: 0px 0 20px 0;
}

.filter-extras:before,
.filter-categories:before {
	display: block;
	margin: 1px 1px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	content: " ";
}
.old-ie .filter-extras:before,
.old-ie .filter-categories:before {
	display: none;
}


.filter .filter-categories a,
.filter .filter-extras a {
	text-decoration: none;
	background-size: 0 0;
	background-repeat: no-repeat;


	-webkit-transition:	background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear, color 0.05s linear;
	-moz-transition:	background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear 0.05s, color 0.05s linear 0.05s;
	-ms-transition:		background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear 0.05s, color 0.05s linear 0.05s;
	-o-transition:		background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear 0.05s, color 0.05s linear 0.05s;
	transition:			background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear, color 0.05s linear;
}
	.filter .filter-categories a.act,
	.filter .filter-extras a.act,
	.paginator .page-nav a {
		-webkit-transition-duration:	0.07s;
		-moz-transition-duration:		0.07s;
		-ms-transition-duration:		0.07s;
		-o-transition-duration:			0.07s;
		transition-duration:			0.07s;

		-webkit-transition-delay:	0s;
		-moz-transition-delay:		0s;
		-ms-transition-delay:		0s;
		-o-transition-delay:		0s;
		transition-delay:			0s;
	}

.filter .filter-categories a.act,
.filter .filter-extras a.act {
	background-size: 13px 13px;
}

.page-links,
.page-nav,
.filter-categories,
.filter-extras {
	margin-bottom: 10px;
}

.paginator,
.layout-list .paginator {
	margin: 39px 0 0 0;
	padding-bottom: 10px;
}
.blog.layout-grid .paginator,
.portfolio.layout-grid .paginator,
.albums.layout-grid .paginator,
.media.layout-grid .paginator {
	margin: 0 0 0 0;
	padding-top: 38px;
	border-top: 1px solid;
}
.blog.layout-grid.grid-text-hovers .paginator,
.portfolio.layout-grid.grid-text-hovers .paginator,
.albums.layout-grid.grid-text-hovers .paginator,
.media.layout-grid.grid-text-hovers .paginator {
	border-top: none;
	padding-top: 0;
	margin-top: 24px;
}
	.layout-masonry .paginator {
		margin-top: 9px;
	}
	.portfolio.layout-masonry-grid .paginator,
	.portfolio.layout-grid.grid-text-hovers .paginator,
	.albums.layout-masonry-grid .paginator,
	.layout-masonry-grid .paginator,
	.layout-grid.grid-text-hovers .paginator {
		margin-top: 24px;
	}

	.testimonials.layout-masonry .paginator,
	.portfolio.layout-grid .paginator,
	.description-off.albums.layout-masonry .paginator {
		margin-top: 4px;
	}
	.team.layout-masonry-grid .paginator,
	.team.layout-grid .paginator {
		margin-top: 0px;
	}
	.testimonials.layout-list .paginator {
		margin-top: 19px;
	}

.filter-categories,
.filter-by a,
.filter-sorting a,
.paginator .page-links {
	float: left;
}

.filter-extras,
.paginator .page-nav {
	float: right;
}

.filter-categories:before,
.filter-extras:before,
.filter-by,
.filter-sorting,
.filter-categories a,
.paginator a {
	float: left;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	margin: 1px 1px 0 0;
	text-align: center;
	text-decoration: none;

	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);

	-webkit-transition:	all 0.05s linear 0.05s;
	-moz-transition:	all 0.05s linear 0.05s;
	-ms-transition:		all 0.05s linear 0.05s;
	-o-transition:		all 0.05s linear 0.05s;
	transition:			all 0.05s linear 0.05s;
}

/*
.paginator a.act,
.paginator a:hover {
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0px 0px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0px 0px 3px rgba(0, 0, 0, 0.05);
}
*/

.paginator .nav-prev {
	position: relative;
}
.old-ie .paginator .nav-prev {
	padding-left: 11px;
}
.old-ie .paginator .nav-next {
	padding-right: 11px;
}

.paginator .nav-next {
	position: relative;
}

.paginator .nav-prev:before,
.paginator .nav-next:after {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	content: "";

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}

/* filter and paginator: end */


/* !widgets */

.sidebar .widget {
	padding: 25px 20px 15px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0px 1px 0px rgba(0, 0, 0, 0.07), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0px 1px 0px rgba(0, 0, 0, 0.07), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0px 1px 0px rgba(0, 0, 0, 0.07), 0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0px 1px 0px rgba(0, 0, 0, 0.07), 0px 0px 3px rgba(0, 0, 0, 0.05);
}
	.ancient-ie .sidebar .widget {
		zoom: 1;
	}

.sidebar .widget:before,
.sidebar .widget:after {
	content: "";
	display: table;
	clear: both;
}

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

.widget-info {
	margin-bottom: 20px;
}

/* !- accordion */
.st-accordion {
	padding-bottom: 10px;
}

	.st-accordion > ul > li {
		overflow: hidden;
		margin: 10px 0 0 0;
		padding: 9px 0 0 0;
		height: 20px;
	}

	.st-accordion > ul > li:first-child {
	    border-top: none !important;
	    padding-top: 0;
	    margin-top: 0;
	}

		.st-accordion li > a {
		    display: block;
			position: relative;
			padding-left: 25px; 
			outline:none;
			background-position: center center;
			background-repeat: no-repeat;
		}

		/*.st-accordion li > a:before {
			position: absolute;
			top: 3px;
			left: 0px;
			display: block;
			width: 16px;
			height: 16px;
			background-position: center center;
			background-repeat: no-repeat;
			content: "";
		}*/

		.st-content {
			padding: 10px 0 5px 0;			
		}

			.st-content p {
				margin-bottom: 0;
			}

/* accordion: end */


/* !- categories */

.custom-categories,
.widget_categories ul {
	padding-bottom: 10px;
}

	.custom-categories li,
	.cat-item {
		margin: 9px 0 0 0;
		padding: 10px 0 0 0;
	}		
	.custom-categories > li:first-child,
	.cat-item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

.custom-categories a,
.cat-item a {
	text-decoration: none;
}
.custom-categories a:hover,
.cat-item a:hover {
	text-decoration: underline;
}

.custom-categories span {
	float: right;
	margin-left: 10px;
}

.custom-categories ul,
.cat-item ul {
	margin-left: 20px;
}

/* categories: end */


/* !- calendar */
	
#wp-calendar {
	border-style: solid;
	border-width:  1px;
	margin: 25px 0 15px 0;
}
	#wp-calendar caption {
		padding: 5px 0 5px 0;
		height: auto;
		border-style: solid;
		border-width:  1px;
		border-bottom: none;
		font-weight:bold;
	}
		#wp-calendar th{
			height: 25px;
		}
		#wp-calendar td {
			width: 34px;
			height: 25px;
			border-style: solid;
			border-width:  1px;
			vertical-align: middle;
			text-align: center;
			line-height: 20px;
			cursor: default;
		}

			#wp-calendar td a {
				display: block;
				width: 100%;
				text-decoration: none;
			}
		#wp-calendar td.pad,
		.footer #wp-calendar td.pad {
			background: none !important;
			border: none;
		}
		#wp-calendar tfoot td {
			width: auto;
		}
		#wp-calendar tfoot td#prev {
			padding-left: 10px;
			text-align: left;
		}
		#wp-calendar tfoot td#next {
			padding-right: 10px;
			text-align: right;
		}
			#wp-calendar tfoot td a:hover {
				background: none;
				text-decoration: none;
			}
/* widget "calendar": end */


/* !- contact form */

.contact-form {
	padding: 5px 0 5px 0;
}
.content .contact-form {
	margin-bottom: 15px;
}

.contact-form input[type="text"],
.contact-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	width: auto;
}
.dt-form input,
.dt-form .form-name input,
.dt-form .form-mail input,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.wpcf7-form input {
	max-width: 270px;
}
.old-ie .comment-form-author input,
.old-ie .form-name input,
.old-ie .comment-form-email input,
.old-ie .form-mail input,
.old-ie .comment-form-url input {
	padding-right: 4px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
.contact-form textarea {
	margin: 10px 0;
}

/* contact form: end */


/* !- contact info */
.shortcode-contacts,
.shortcode-contact-info {
	margin-bottom: 20px;
}
.contact-info,
.content .contact-info {
	padding-bottom: 10px;
	margin: 0;
}

	.contact-info li {
		margin: 10px 0 0 0;
		padding: 9px 0 0 0;
		list-style: none;
	}
	.contact-info li:first-child {
	    border-top: none !important;
	    padding-top: 0;
	    margin-top: 0;
	}


.soc-ico {
	overflow: hidden;
}
	.widget .soc-ico {
		padding: 5px 0 10px 0;
	}
	.footer .widget .soc-ico {
		padding: 5px 0 0px 0;
	}

	.soc-ico a {
		background-image: url(/uploads/image/wtdisoc-ico/soc-icons.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		float: left;
		width: 31px;
		height: 31px;
		margin: 0 4px 4px 0;
	}

	.soc-ico a.facebook {
		background-position: -160px 0;
	}
	.soc-ico a.dribbble {
		background-position: -120px 0;
	}
	.soc-ico a.px-500 {
		background-position: -880px 0;
	}
	.soc-ico a.tripedvisor {
		background-position: -920px 0;
	}
	.soc-ico a.google {
		background-position: -320px 0;
	}
	.soc-ico a.twitter {
		background-position: -680px 0;
	}
	.soc-ico a.you-tube {
		background-position: -760px 0;
	}

	.soc-ico a.rss {
		background-position: -520px 0;
	}
	.soc-ico a.delicious {
		background-position: -40px 0;
	}
	.soc-ico a.flickr {
		background-position: -200px 0;
	}
	.soc-ico a.forrst {
		background-position: -240px 0;
	}
	
	.soc-ico a.lastfm{
		background-position: -400px 0;
	}
	
	.soc-ico a.linkedin {
		background-position: -440px 0;
	}
	
	.soc-ico a.vimeo {
		background-position: -720px 0;
	}
	.soc-ico a.tumbler {
		background-position: -640px 0;
	}
	.soc-ico a.pinterest {
		background-position: -480px 0;
	}
	.soc-ico a.devian {
		background-position: -80px 0;
	}
	.soc-ico a.skype {
		background-position: -560px 0;
	}
	.soc-ico a.github {
		background-position: -280px 0;
	}
	.soc-ico a.instagram {
		background-position: -360px 0;
	}
	
	.soc-ico a.stumbleupon {
		background-position: -600px 0;
	}
	.soc-ico a.behance {
		background-position: 0 0;
	}
	.soc-ico a.mail {
		background-position: -800px 0;
	}
	.soc-ico a.website {
		background-position: -840px 0;
	}

/* contact info: end */


/* !- custom navigation */

.sidebar .widget.widget-custom-nav {
	padding: 0;
}

/*.sidebar .custom-nav > li {
	margin-bottom: 1px;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0px 0px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0px 0px 3px rgba(0, 0, 0, 0.05);
}
.sidebar .custom-nav > li {
	-webkit-box-shadow: inset 0 1px 0px 0px rgba(255, 255, 255, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	inset 0 1px 0px 0px rgba(255, 255, 255, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		inset 0 1px 0px 0px rgba(255, 255, 255, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		inset 0 1px 0px 0px rgba(255, 255, 255, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow:			inset 0 1px 0px 0px rgba(255, 255, 255, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
}
.sidebar .custom-nav > li:last-child {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
}*/


.custom-nav > li:first-child {
	border-top: none !important;
}


.custom-nav > li > a {
	display: block;
	position: relative;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}

	.custom-nav > li > a:before {
		display: block;
		position: absolute;
		top: 14px;
		right: 20px;
		width: 13px;
		height: 13px;
		content: "";

		background-repeat: no-repeat;
		background-position: center center;

		-webkit-transition:	all 0.05s linear;
		-moz-transition:	all 0.05s linear;
		-ms-transition:		all 0.05s linear;
		-o-transition:		all 0.05s linear;
		transition:			all 0.05s linear;
	}

.custom-nav > li > ul {
	display: none;
	margin: 0 20px 0 30px;
	padding: 20px 0 20px 0;
}
/*.custom-nav > li.act > ul {
	display: block;
}
*/
/* custom menu: end */


/* !- menu */

.menu,
.custom-menu
.widget_pages > ul {
	margin: 0;
	padding: 0 0 10px 0;
}

.menu li,
.custom-menu li,
.widget_pages li,
.qts-lang-menu li {
	display: block;
	position: relative;
	margin: 9px 0 0 0;
	padding: 10px 0 0 0;
}

.menu > li:first-child,
.custom-menu > li:first-child,
.widget_pages > ul > li:first-child,
.qts-lang-menu li:first-child {
	border: none !important;
	margin-top: 0;
	padding-top: 0;
}
#page .qtrans_flag {
	width: auto;
	height: auto;
	background-position: 0 center;
}

.menu ul:before,
.widget_pages li ul:before {
	display: block;
	position: absolute;
	right: 1px;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
}

.menu a,
.custom-menu a,
.widget_pages a {
	text-decoration: none;
	padding-right: 15px;
}
.custom-menu a {
	position: relative;
	display: block;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}
.custom-nav .has-children > a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -1px;
	content: "";
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
}

.custom-nav .has-children.act > a.active:after {	
	margin-top: -1px;
}

	.menu a:hover,
	.custom-menu a:hover,
	.widget_pages a:hover {
		text-decoration: underline;
	}

.menu li ul,
.custom-menu li ul,
.widget_pages li ul {
	margin-left: 20px;
}

/* menu: end */


/* !- meta */

.tagcloud {
	padding-bottom: 15px;
}

.widget_tag_cloud a {
	display: inline-block;
	padding: 0 3px;
	margin-bottom: 2px;
	text-decoration: none;

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}

/* meta: end */


/* !- recent posts */

.recent-posts {
	padding: 0 0 5px 0;
	margin: 0;
}

	.recent-posts li {
		display: block;
		overflow: hidden;
		padding: 15px 0 5px 0;
		margin: 9px 0 0 0;
	}
	.recent-posts > li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

		.recent-posts a {
			text-decoration: none;
		}
		.recent-posts a:hover {
			text-decoration: underline;
		}

		.recent-posts .alignleft {
			margin: 5px 20px 5px 0;
			font-size: 0;
			line-height: 0;
		}
	
/* recent posts: end */


/*  !- recent tweets */
/*.recent-tweets.list-view {
	margin: 0 0 5px 0;
	padding: 0;
}
.recent-tweets.slider-content {
	margin: 0;
	padding: 0 0 10px 0;
}*/
.widget .tp_recent_tweets {
	margin-bottom: 10px;
}

	.widget .tp_recent_tweets li {
		position: relative;
		margin: 14px 0 0 0;
		padding: 15px 0 0 30px;
	}
	.old-ie .tp_recent_tweets li {
		padding-left: 0;
	}
	.widget .tp_recent_tweets li:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none !important;
	}

	.widget .tp_recent_tweets li:before {
		position: absolute;
		top: 20px;
		left: 0;
	}
	.widget .tp_recent_tweets li {
		background-image: none;
	}
		.sidebar .widget .tp_recent_tweets li a,
		.footer .widget .tp_recent_tweets li a {
			font-weight: normal;
		}
	.sidebar .widget .tp_recent_tweets .twitter_time,
	.footer .widget .tp_recent_tweets .twitter_time {
		font-style: normal;
	}

	/*.recent-tweets.slider-content .text-secondary {
		display: inline-block;
		margin-top: 10px;
	}*/

/*	.recent-tweets.slider-content .text-secondary:before {
		float: left;		
		margin-right: 5px;	
	}*/

	.widget .tp_recent_tweets li:before/*,
	.recent-tweets.slider-content .text-secondary:before*/ {
		display: block;
		width: 20px;
		height: 20px;

		content: "";
	}

	.widget .tp_recent_tweets li:first-child:before {
		top: 5px;
	}

/*.recent-tweets p {
	margin-bottom: 0;
}
*/

/*.twitter-vcard {
	padding: 20px 0 20px 0;
}

	.twitter-vcard .alignleft {
		margin: 5px 20px 5px 0;
		font: 0;
		line-height: 0;
	}

	.twitter-vcard a {
		text-decoration: none;
	}*/

/* recent tweets: end */


/* !- search */

.widget_search form {
	padding-bottom: 5px;
}

.widget_search input[type="text"] {
	width: 100%;
	margin: 5px 0 10px 0;
}

/* search: end */


/* !- skills */
.skills {
	padding-bottom: 5px;
}
.skills.hide-percent .skill-value > span {
	display: none !important;
}
.content .skills {
	margin-bottom: 15px;
}
.skill-name {
	margin-bottom: 5px;
}

.skill {
	margin-bottom: 10px;
	height: 15px;

	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
}

	.skill-value {
		position: relative;
		width: 0;
		height: 100%;
		background: url(/uploads/image/wtdimages/skill-bg.png) repeat-x 0 bottom;


		-webkit-border-top-left-radius:	3px;
		-moz-border-top-left-radius:	3px;
		-ms-border-top-left-radius:		3px;
		-o-border-top-left-radius:		3px;
		border-top-left-radius:			3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius:	   3px;
		-ms-border-bottom-left-radius:	   3px;
		-o-border-bottom-left-radius:	   3px;
		border-bottom-left-radius:		   3px;
	}

	.touch .skill-value {		
		-webkit-transition:	width 1s linear;
		-moz-transition:	width 1s linear;
		-ms-transition:		width 1s linear;
		-o-transition:		width 1s linear;
		transition:			width 1s linear;

		-moz-transition-delay:500ms;
		-ms-transition-delay: 500ms;
		-o-transition-delay: 500ms;
		-webkit-transition-delay: 500ms;
	}
	
	.skill-value.full {
		-webkit-border-top-right-radius: 3px;
		-moz-border-top-right-radius:	 3px;
		-ms-border-top-right-radius:	 3px;
		-o-border-top-right-radius:		 3px;
		border-top-right-radius:		 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius:	3px;
		-ms-border-bottom-right-radius:	    3px;
		-o-border-bottom-right-radius:	    3px;
		border-bottom-right-radius:		    3px;
	}

		.skill-value span {
			position: absolute;
			top: -26px;
			right: -16px;
			background-color: rgba(0,0,0,0.8);
			padding: 2px 6px 3px;
			line-height: 14px;
			margin-right: 4px;
			font-family: tahoma, san-serif;
			color: #fff;
			font-size: 10px;
		}
		.touch .skill-value span {
			display: none;
		}
		.skill-value span:after {
			position: absolute;
			left: 50%;
			bottom: -5px;
			margin-left: -5px;
			width: 0;
			height: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-top: 5px solid rgba(0,0,0,0.8);
			content: "";
		}
		.old-ie .skill-value span {
			background: transparent;
			-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000)"; /* ie8 */
			    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000);   /* ie6 & 7 */
			      zoom: 1;
		}

/* skills: end */


/* !- testimonials */

.testimonials {
	padding-bottom: 10px;
}
body.testimonials {
	padding-bottom: 0px;
}

.testimonial-vcard {
	display: table;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.testimonial-vcard .wf-td {
	vertical-align: top;
}
.testimonial-vcard .alignleft {
	margin: 5px 20px 5px 0;
	font-size: 0;
	line-height: 0;
}

	.testimonials.list-view li {
		position: relative;
		overflow: hidden;
		margin: 24px 0 0 0;
		padding: 25px 0 0 0;
	}

	.testimonials.list-view li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}
				
/* testimonials: end */


/* !- categories, meta, blogroll, archives, recent posts, recent comments */	

.widget_categories > ul,
.widget_meta > ul,
.blogroll > ul,
.widget_archive > ul,
.widget_recent_entries > ul,
.widget_recent_comments > ul,
.widget_links > ul,
.custom-menu {
	padding-bottom: 10px;
}

	.widget_categories li,
	.widget_meta li,
	.blogroll li,
	.widget_archive li,
	.widget_recent_entries li,
	.widget_recent_comments li,
	.widget_links li,
	.custom-menu li {
		margin: 10px 0 0 0;
		padding: 9px 0 0 0;
	}
		
	.widget_categories li:first-child,
	.widget_meta li:first-child,
	.blogroll li:first-child,
	.widget_archive > ul > li:first-child,
	.widget_recent_entries li:first-child,
	.widget_recent_comments > ul > li:first-child,
	.custom-menu > li:first-child,
	.widget_links > ul > li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}
		.widget_categories a,
		.widget_meta a,
		.blogroll a,
		.widget_archive a,
		.widget_recent_entries a,
		.widget_recent_comments a,
		.widget_links a {
			text-decoration: none;
		}
		.widget_categories a:hover,
		.widget_meta a:hover,
		.blogroll a:hover,
		.widget_archive a:hover,
		.widget_recent_entries a:hover,
		.widget_recent_comments a:hover,
		.widget_links a:hover {
			text-decoration: underline;
		}

/* categories, meta, blogroll, archives, recent posts: end */

/* widgets: end */


/* !shortcodes */

/* !- fancy grid */

/* !-- recent posts */
.single .items-grid {
	margin-bottom: 5px;
}
	.items-grid .wf-cell {
		margin-bottom: 30px;
	}

.items-grid .borders {
	position: relative;
}
	.items-grid .borders:before {
		display: block;
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		content: "";
	}

.items-grid article {
	overflow: hidden;
}

.items-grid a {
	text-decoration: none;
}
.items-grid a:hover {
	text-decoration: underline;
}

.items-grid .alignleft {
	width: 60px;
	height: 60px;
	margin: 5px 20px 5px 0;
	font-size: 0;
	line-height: 0;
}

.old-ie .items-grid .no-avatar {
	background-image: none;
}

/* !-- benefits */
.benefits-grid {
	margin-bottom: -40px;
}
	.benefits-grid br {
		display: none;
	}

	.benefits-grid .wf-cell {
		margin-bottom: 40px;
		text-align: center;
	}
	.benefits-style-one.benefits-grid .wf-cell,
	.benefits-style-two.benefits-grid .wf-cell {
		text-align: left;
	}
		.benefits-style-two.benefits-grid .wf-td {
			vertical-align: top;
		}
		.benefits-style-one.benefits-grid .wf-td {
			padding-bottom: 10px;
		}

.benefits-grid .borders {
	position: relative;
	padding-top: 5px;
}
	.benefits-grid .borders:before {
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		content: "";
	}
	.benefits-grid .borders:after {
		display: block;
		position: absolute;
		top: 0;
		left: -20px;
		height: 100%;
		content: "";
	}
	
.benefits-grid p,
.benefits-grid ul,
.benefits-grid ol {
	margin-bottom: 0;
}
.benefits-style-one .wf-table {
	width: auto;
}
.benefits-style-two .wf-table {
	width: auto;
}
.benefits-grid-ico {
	display: block;
	margin: 0 auto 20px auto;
}

.icons-bg .benefits-grid-ico {
	position: relative;
	width: 60px;
	height: 60px;
	font-size: 1px;
	line-height: 60px;
}
.benefits-style-one.benefits-grid.icons-bg .benefits-grid-ico {	
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.benefits-style-one.benefits-grid .benefits-grid-ico {
	margin: 0 10px 10px 0;
}
.benefits-style-one .borders > div,
.benefits-style-two .borders > div {
	overflow: hidden;
}
.benefits-style-two.benefits-grid.icons-bg .benefits-grid-ico {	
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.benefits-style-two.benefits-grid .benefits-grid-ico {
	margin: 5px 20px 0 0;
}
	.icons-bg .benefits-grid-ico:after {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -7.5px;
		border: solid 7px transparent;
		content: "";
	}
	.benefits-style-one.icons-bg .benefits-grid-ico:after,
	.benefits-style-two.icons-bg .benefits-grid-ico:after {
		display: none;
	}

	.content .icons-bg .benefits-grid-ico > img {
		max-width: 50px;
		max-height: 50px;
		vertical-align: middle;
		line-height: 0;
	}
	.content .benefits-style-one.icons-bg .benefits-grid-ico > img {
		max-width: 22px;
		max-height: 22px;
		height: auto;
	}
	.content .benefits-style-two.icons-bg .benefits-grid-ico > img {
		max-width: 32px;
		max-height: 32px;
		height: auto;
	}
	.benefits-inner {
		margin-top: -5px;
	}
	.benefits-grid .more-link {
		overflow: hidden;
		margin-top: 10px;
	}

.grid-ready .borders {
	-webkit-transition:	height 0.2s linear;
	-moz-transition:	height 0.2s linear;
	-ms-transition:		height 0.2s linear;
	-o-transition:		height 0.2s linear;
	transition:			height 0.2s linear;
}

.border-left-none .borders,
.border-left-none .borders:after {
	border-left-color: transparent !important;
}
.border-bottom-none .borders,
.border-bottom-none .borders:before {
	border-bottom-color: transparent !important;
}

/* fancy grid: end */


/* !- royalslider */

ul.royalslider {
	padding: 0;
	margin: 0;
}
	ul.royalslider.alignnone {
	  	margin: 5px 0 15px 0;
  	}
	ul.royalslider.aligncenter {
	  	margin: 5px auto 15px auto;
  	}
	ul.royalslider.alignleft {
		margin: 5px 30px 15px 0;
	}
	ul.royalslider.alignright {
		margin: 5px 0 15px 30px;
	}

/* royalslider: end */


/* !- image filters */

.filter-grayscale .royalslider img,
.filter-grayscale .content img,
.filter-grayscale .sidebar img,
.filter-grayscale .footer img,
.filter-grayscale .shortcode-banner,
.filter-grayscale .swiper-container img,
.filter-grayscale .map-container,
.filter-grayscale iframe,
.filter-grayscale embed,
.filter-grayscale object,
.filter-grayscale-static .royalslider img,
.filter-grayscale-static .content img,
.filter-grayscale-static .sidebar img,
.filter-grayscale-static .footer img,
.filter-grayscale-static .shortcode-banner,
.filter-grayscale-static .swiper-container img,
.filter-grayscale-static .map-container,
.filter-grayscale-static iframe,
.filter-grayscale-static embed,
.filter-grayscale-static object {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: ; /* firefox 4  */
	filter: gray; /* ie 6-9 */

	/* make sure that it will not flicker in desktop safari due to usage of css3 animation in royalslider */
}
.no-touch .filter-grayscale .royalslider img,
.no-touch .filter-grayscale .content img,
.no-touch .filter-grayscale .sidebar img,
.no-touch .filter-grayscale .footer img,
.no-touch .filter-grayscale .shortcode-banner,
.no-touch .filter-grayscale .swiper-container img,
.no-touch .filter-grayscale .map-container,
.no-touch .filter-grayscale iframe,
.no-touch .filter-grayscale embed,
.no-touch .filter-grayscale object,
.no-touch .filter-grayscale-static .royalslider img,
.no-touch .filter-grayscale-static .content img,
.no-touch .filter-grayscale-static .sidebar img,
.no-touch .filter-grayscale-static .footer img,
.no-touch .filter-grayscale-static .shortcode-banner,
.no-touch .filter-grayscale-static .swiper-container img,
.no-touch .filter-grayscale-static .map-container,
.no-touch .filter-grayscale-static iframe,
.no-touch .filter-grayscale-static embed,
.no-touch .filter-grayscale-static object {
  	-webkit-backface-visibility: visible !important;
	-webkit-transform: inherit !important;	
}
.filter-grayscale .rollover,
.filter-grayscale .rollover-video,
.filter-grayscale .post-rollover,
.filter-grayscale .content img,
.filter-grayscale .sidebar img,
.filter-grayscale .footer img,
.filter-grayscale .shortcode-banner ,
.filter-grayscale .swiper-container img,
.filter-grayscale .map-container,
.filter-grayscale iframe,
.filter-grayscale embed,
.filter-grayscale object {	
/*	-webkit-transition:	all 200ms ease;
	-moz-transition:	all 200ms ease;
	-ms-transition:		all 200ms ease;
	-o-transition:		all 200ms ease;
	transition:			all 200ms ease;*/
}
/* .filter-grayscale img:hover, */
.filter-grayscale img.filter-disable,
.filter-grayscale .filter-disable img,
.filter-grayscale img.dt-hovered,
.filter-grayscale .dt-hovered img,
.filter-grayscale .rollover:hover img,
.filter-grayscale .rollover-video:hover img,
.filter-grayscale .post-rollover:hover img,
.filter-grayscale img:hover,
.filter-grayscale .fs-entry:hover img,
.filter-grayscale .rsthumb:hover img,
.filter-grayscale .royalslider:hover img,
.filter-grayscale .content img:hover,
.filter-grayscale .content .rollover-project:hover img,
.filter-grayscale .sidebar img:hover,
.filter-grayscale .footer img:hover,
.filter-grayscale .shortcode-banner:hover,
.filter-grayscale .swiper-container img:hover,
.filter-grayscale .swiper-container .swiper-slide:hover > img,
.filter-grayscale .map-container:hover,
.filter-grayscale iframe:hover,
.filter-grayscale embed:hover,
.filter-grayscale object:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	filter: transparent;
}

/* image filters:end */
.block-style-widget {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
}
/* !- call to actions */
.shortcode-action-box,
.shortcode-action-bg.no-line {	
	border-left-width: 5px; 
	border-left-style: solid;
	border-left-color: transparent;
	word-wrap: break-word;
}

.text-centered {
	text-align: center;
}
.shortcode-action-box.box-style-table {
	display: table;
	width: 100%;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.box-style-table .action-button {

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
	.box-style-table .shortcode-action-container {
		display: table;
	}
		.box-style-table .shortcode-action-container {
			display: table-cell;
			vertical-align: middle;
		}
.shortcode-action-bg {
	padding: 25px 40px 15px 35px;
	border-left-width: 5px; 
	border-left-style: solid;
}

		.action-button {
			/*padding-top: 15px;*/
			margin-bottom: 20px;
		}
		.box-style-table .action-button {
			padding-top: 0;
			padding-left: 40px;
			margin-bottom: 0;
		}
			.box-style-table .action-button .dt-btn {
				float: right;
				margin-bottom: 10px;
				margin-right: 0;
			}
/* call to actions:end */

/* !- pullquote */
.shortcode-pullquote {
	background-color: transparent !important;
}
.shortcode-pullquote.align-left {
	float: left;
	margin: 15px 30px 10px 0;
	padding: 5px 20px 5px 0;
	border-right-width: 5px; 
	border-right-style: solid;
}
.shortcode-pullquote.align-right {
	float: right;
	margin: 15px 0 10px 30px;
	padding: 5px 0 5px 20px;
	border-left-width: 5px; 
	border-left-style: solid;
}
/* pullquote:end */

/* !- blockquote */

.shortcode-blockquote {
	position: relative;
	padding: 25px 20px 25px 20px;
	margin: 0 0 20px 0;
	font-style: normal;

	background-repeat: no-repeat;
	background-position: right bottom;			
	background-size: 117px 81px;
}
.shortcode-blockquote.block-style-widget:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 117px;
	height: 81px;
	background-repeat: no-repeat;
	background-position: right bottom;			
	background-size: 117px 81px;
	content: "";
}
.block-style-widget {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
}
	.shortcode-blockquote p {
		margin-bottom: 0;
	}

/* blockquote:end */
/* !- list */
.standard-arrow,
.content .standard-arrow,
.content .standard-number-list,
.content .image-arrow {
	margin: 0 0 15px 0;
}
	.standard-arrow li,
	.standard-number-list li {
		padding-left: 24px;
		margin-bottom: 10px;
		list-style: none;
	}
	.standard-arrow li {
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 13px 13px;
	}
	.list-divider li {
		padding-top: 9px;
		padding-bottom: 10px;
		margin-bottom: 0;
		border-top: 1px solid;
		background-position: 0 13px;
	}
	.list-divider li p {
		margin-bottom: 0;
	}
	.list-divider li:first-child {
		padding-top: 0;
		margin-bottom: 0;
		border: none !important;
		background-position: 0 4px;
	}
	.old-ie .list-divider li:first-child {
		border: none;
	}
.standard-number-list {
	counter-reset: my-badass-counter;
}
	.standard-number-list li {
		position: relative;
		padding-left: 30px;
	}
	.standard-number-list.list-divider li:first-child {
		padding-top: 0;
	}
	.standard-number-list.list-divider li {
		padding-top: 9px;
	}
	.standard-number-list li:before,
	standard-number-list.list-divider li:first-child:before {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background-color: red;
		content: counter(my-badass-counter, decimal);
    	counter-increment: my-badass-counter;
		text-align: center;
		font-size: 11px;
		font-family: arial,verdana,sans-serif;
		line-height: 20px;

		-webkit-border-radius:	10px;
		-moz-border-radius:		10px;
		-ms-border-radius:		10px;
		-o-border-radius:		10px;
		border-radius:			10px;
	}
	standard-number-list.list-divider li:first-child {
		padding-top: 0;
	}
	.standard-number-list.list-divider li:first-child:before {
		top: 10px;
	}
	.image-arrow li {
		overflow: hidden;
		width: 100%;
		margin-bottom: 10px;
		list-style: none;
	}
	.image-arrow.list-divider li {
		margin-bottom: 0;
	}
		.image-arrow li .wf-table {
			width: auto;
		}
			.image-arrow li .wf-table div {
				display: table-cell;
				vertical-align: middle;
			}
				.image-arrow li .list-img {
					margin: 0 10px 0px 0;
				}
/* list:end */
/* !- accordion, toggles */
.st-accordion {
	padding-bottom: 10px;
}
.content .st-accordion {
	margin-bottom: 10px;
}
	.st-accordion ul {
		margin: 0;
	}
		.st-accordion > ul > li {
			margin: 10px 0 0 0;
			padding: 9px 0 0 0;
			list-style: none;
		}
		.st-toggle {
			margin: 0px 0 0px 0;
			padding: 0px 0 10px 0;
			list-style: none;
		}

		.st-accordion > ul > li:first-child {
		    border-top: none !important;
		    padding-top: 0;
		    margin-top: 0;
		}

			.st-accordion li > a,
			.st-toggle > a {
			    display: block;
				position: relative;
				padding-left: 25px; 
				outline:none;
				background-position: 0 center;
				background-repeat: no-repeat;
			}
/*
			.st-accordion li > a:before,
			.st-toggles li > a:before {
				position: absolute;
				top: 3px;
				left: 0px;
				display: block;
				width: 16px;
				height: 16px;
				background-position: center center;
				background-repeat: no-repeat;
				content: "";
			}*/

			.st-content,
			.st-toggle-content {
				display: none;
				padding: 10px 0 5px 0;
			}

				.st-content p,
				.st-toggle-content p {
					margin-bottom: 0;
				}

/* accordion, toggles: end */

/* !- tabs */
.shortcode-tabs {
	visibility: hidden;
	/*margin-bottom: 20px;*/
	padding-top: 5px;
}
	.shortcode-tabs .nav {
		display: block;
		margin: 0;
		text-align: left;
		font-size: 0;
		line-height: 20px;
	}
	.shortcode-tabs.centered-tabs .nav {
		text-align: center;
	}
	.shortcode-tabs.tab-style-two .nav {
		margin: 0 0 25px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-top: none;
		border-left: none;
		border-right: none;
	}
		.shortcode-tabs .tab {
			position: relative;
			display: inline-block;
			margin: 0 1px 1px 0;
			padding: 9px 20px 10px 20px;

			-webkit-box-sizing:	border-box;
			-moz-box-sizing:	border-box;
			-ms-box-sizing:		border-box;
			-o-box-sizing:		border-box;
			box-sizing:			border-box;
		}
		.shortcode-tabs .tab.active-tab {
			z-index: 8;
		}
		
		.shortcode-tabs.tab-style-two .tab {
			margin: 0;
		}
		
		.shortcode-tabs .tab:hover {
			cursor: pointer;
		}
		.shortcode-tabs.tab-style-two .tab {
			border-width: 1px;
			border-style: solid;
			border-left: none;
			border-bottom: none;				
		}
		.shortcode-tabs.tab-style-two .tab:first-child {
			border-left-width: 1px;
			border-left-style: solid;
		}
		
		.shortcode-tabs.tab-style-one .tab.active-tab:before,
		.shortcode-tabs.tab-style-three .tab.active-tab:before {
			position: absolute;
			left: 50%;
			top: 100%;
			margin-left: -7px;
			width: 0;
			height: 0;
			z-index: 98;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-top: 7px solid red;
			content: "";
		}
		.shortcode-tabs.tab-style-one.vertical-tab .tab.active-tab:before,
		.shortcode-tabs.tab-style-three.vertical-tab .tab.active-tab:before  {
			display: none;
		}
		.content .shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab,
		.content .shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab:hover {
			background-color: transparent;
		}
		.tab.active-tab:hover {
			cursor: auto;
		}
		.content .shortcode-tabs.tab-style-two .tab.fullsize-tab,
		.content .shortcode-tabs.tab-style-three .tab.fullsize-tab {
			border-right: none; 
		}
		.shortcode-tabs.tab-style-two .tab.fullsize-tab:first-child {
			border-top: none;
		}
		.shortcode-tabs.tab-style-two .tab.fullsize-tab,
		.shortcode-tabs.tab-style-three .tab.fullsize-tab {
			padding-left: 25px;
			background-position: 0 12px;
			background-repeat: no-repeat;
		}
		.shortcode-tabs.tab-style-three .tab.fullsize-tab {
			padding-left: 35px;
			background-position: 10px 12px;
		}
		.shortcode-tabs.tab-style-two.tab-horizontal .tab {
			margin-bottom: -1px;
		}

	.tab-style-one .tab-inner-content {
		padding: 25px 20px 15px;
	}
	.tab-style-one.vertical-tab .tab-inner-content {
		padding: 25px 30px 15px 30px;
	}
	.tab-style-three .tab-inner-content {
		padding: 25px 0 15px;
	}
		.tab-inner-content {
			overflow: hidden;
		}
		/*.tab-style-two.vertical-tab .tab-content .tab-inner-content,
		.tab-style-three.vertical-tab .tab-content .tab-inner-content {
			margin-top: -5px;
		}*/	
	
/*vertical-tab*/
.shortcode-tabs.vertical-tab {
	display: table;
}
	.shortcode-tabs.vertical-tab .nav {
		position: relative;
		display: table-cell;
		vertical-align: top;
		margin: 0;
		border-bottom: none;
	}
	
	.shortcode-tabs.vertical-tab.centered-tabs .nav {
		vertical-align: middle;
	}
		.shortcode-tabs.vertical-tab .tab {
			display: block;
			float: none;
			margin: 0 1px 1px 0;
			width: 210px;
		}
		.shortcode-tabs.tab-style-two.vertical-tab .tab {
			margin: 0;
			border-right: none;
		}
		.shortcode-tabs.tab-style-two.vertical-tab .tab:first-child {
			border-left: none;
			border-top: none;
		}
		
		.shortcode-tabs.vertical-tab .tab.active-tab:after {
			position: absolute;
			top: 0;
			right: -19px;
			width: 0;
			height: 0;
			border-top: 19px solid transparent;
			border-left: 19px solid red;
			border-bottom: 19px solid transparent;
			content: "";
		}
		.shortcode-tabs.tab-style-one.vertical-tab .tab.active-tab:after,
		.shortcode-tabs.tab-style-three.vertical-tab .tab.active-tab:after {
			border-bottom: 20px solid transparent;
		}
		.shortcode-tabs.vertical-tab.tab-style-two .tab.active-tab:after {
			top: -1px;
			right: -20px;
			border-width: 20px;
		}
		
		.shortcode-tabs.tab-style-two.vertical-tab .tab.active-tab:after {
			border-bottom: 19px solid transparent;
		}
		.shortcode-tabs.vertical-tab.tab-style-two .nav > .tab.active-tab:after {
			top: 0;
		}
		.shortcode-tabs.vertical-tab.tab-style-two .nav > .tab.active-tab:first-child {
			border-top: none;
		}
	.shortcode-tabs.vertical-tab .tab-content.active-tab-content {
		display: table-cell;
		vertical-align: top;
	}
	.tab-style-three.vertical-tab .tab-inner-content {
		padding: 0 0 0 30px;
	}
	.shortcode-tabs.vertical-tab.tab-style-two .tab-inner-content {
		padding-left: 30px;
	}

		.shortcode-tabs img {
			max-width: 100%;
			height: auto;
		}

	.tab-inner-content {
		display: none;
		clear: both;
	}

	/*.active-tab-content .tab-inner-content { 
		display: block;
	}*/

	.shortcode-tabs .tab.fullsize-tab {
		display: none;
	}

/* tabs:end */
/* !- map */
	.map-container iframe {
		width: 100%;
	}
/* map:end */
/* !- tables */
.shortcode-table-wrap {
	overflow-x: auto;
	margin-bottom: 20px;
}
.shortcode-table,
.content .shortcode-table {
	width: 100%;
	margin-left: 1px;
	margin-bottom: 0;
	border-bottom: none;
	text-align: center;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.shortcode-table-wrap .shortcode-table,
.content .shortcode-table-wrap .shortcode-table {
	width: 99.8%;
}
.shortcode-table td {
	border-top: none;
}
.table-style-one,
.table-style-two,
.shortcode-table-wrap table {
	border-collapse: separate;
	border-spacing: 1px;
}
.shortcode-table-wrap .table-style-three {	
	border-collapse: collapse;
	border-spacing: 1px;
}
	
	.table-style-two td {
		border-bottom: 1px solid #f0f0f0;
	}
		.shortcode-table th,
		.shortcode-table td,
		.shortcode-table-wrap table th,
		.shortcode-table-wrap table td {
			padding:10px 20px 10px 20px;
		}
		.table-style-one td,
		.table-style-two thead td {
			border-collapse: collapse;
			border-spacing: 1px;
		}
		.table-style-three tbody,
		.table-style-three tbody td {
			border-width: 1px;
			border-style: solid;
			border-top: none;
		}
		
		.table-style-three-head tr {
			border: 1px solid red;
			border-top: none;
			border-bottom: none;
		}
		.shortcode-table-wrap table tbody tr:first-child td {
			border-top: none;
		}

/* tables:end */
/* !- pricing tables */
.full-boxed-pricing {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
	.shortcode-pricing-table {
		margin-bottom: 20px;
	}
	.content .shortcode-pricing-table {
		margin-left: 0;
	}
	.full-boxed-pricing .shortcode-pricing-table {
		display: table-cell;
		padding: 0;
	}
		.shortcode-pricing-table ul {
			margin: 0;
		}
		.full-boxed-pricing .footer-row,
		.full-boxed-pricing .title-row {
			margin-left: 1px;
		}
		.shortcode-pricing-table li {
			padding: 20px;
			list-style: none;
		}
			.shortcode-pricing-table .title-row,
			.shortcode-pricing-table .footer-row {
				padding: 30px 20px;
			}
			
				.shortcode-pricing-table .normal-row,
				.full-boxed-pricing .last .normal-row {
					padding: 10px 20px;
					border-width: 1px;
					border-style: solid;
					border-bottom: none;
				}
				.shortcode-pricing-table ul li:nth-child(2),
				.full-boxed-pricing .shortcode-pricing-table li:nth-child(2) {
					border-top: none;
				}
				.shortcode-pricing-table:first-child .title-row,
				.shortcode-pricing-table:first-child .footer-row {
					margin-left: 0;
				}
				.full-boxed-pricing .normal-row {
					border-right: none; 
				}
/* pricing tables:end */

/* !- images */

.shortcode-single-image-wrap.borderframe.br-standard,
.frame-on.frame-fancy {	
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0 1px 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.05);
}
.shortcode-single-image-wrap {
	margin-bottom: 20px;
	max-width: 100%;
}
	.shortcode-single-image {
		position: relative;
		overflow: hidden;
		line-height: 0;
	}

	.shortcode-single-video .shortcode-single-image,
	.shortcode-single-video .shortcode-teaser-video,
	.post-video {
		position: relative;
		display: block;
		overflow: hidden;
		padding-top: 30px;
		height: 0;
		padding-bottom: 56.25%;
	}

		.shortcode-single-video iframe,  
		.shortcode-single-video object,  
		.shortcode-single-video embed,
		.post-video iframe,
		.post-video object,
		.post-video embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.shortcode-single-image img {
			width: 100%;
			height: auto;
		}
	.borderframe .shortcode-single-image {
		border-style: solid;
	}
	.borderframe.caption-on .shortcode-single-image {
		border-bottom: none;
	}
	.content .borderframe.br-standard .shortcode-single-image {
		border-color: #fff;
	}
		.shortcode-single-caption {
			width: 100%;
			height: auto;
			padding: 15px 20px;
		}
	
		.content .br-standard .shortcode-single-caption,
		.content .stripe .br-standard .shortcode-single-caption {
			background-color: #fff;
			color: #686868;
		}
		.content .stripe .br-standard .shortcode-single-caption * {
			color: #686868;
		}
			.shortcode-single-caption p {
				margin-bottom: 0;
			}
/* images:end */
.shortcode-single-caption,
.shortcode-single-image,
.shortcode-banner-inside,
.shortcode-banner-bg,
.shortcode-banner,
.fs-entry-content,
.rollover-content {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.stripe .shortcode-banner-inside * {
	color: inherit;
}
/* !- teasers */
.shortcode-teaser {
	margin-bottom: 20px;
}
.frame-on {
	padding-top: 20px;
}
.frame-on.img-full {
	padding-top: 0px;
}
	.shortcode-teaser-img {
		line-height: 0;
		padding-bottom: 20px;
	}
	.frame-on .shortcode-teaser-img {
		padding: 0px 20px 20px;
	}
	.img-full .shortcode-teaser-img {
		padding: 0 0 20px;
	}
		.shortcode-teaser-img img {
			width: 100%;
			height: auto;
		}
	.frame-on .shortcode-teaser-content {
		padding: 0px 20px 15px;
	}
	.shortcode-teaser-content {
		margin-top: -5px;
	}
	.text-centered .shortcode-teaser-content {
		text-align: center;
	}
		.details {
			display: inline-block;
			padding-right: 18px;
			background-size: 13px 13px;
			background-repeat: no-repeat;
			background-position: right center; 
		}
	
/* teasers:end */
/* !- banner */
.shortcode-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: 	 cover;
	-o-background-size: 	 cover;
	-ms-background-size: 	 cover;
	background-size: 	 	 cover;
	line-height: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";


}
	.wf-table .shortcode-banner-inside {
		display: table-cell;
		vertical-align: middle;
	}

.shortcode-banner-link:hover,
.no-mobile #main .shortcode-banner-link.animate-element.start-animation:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=80)";
	cursor: pointer;
}
	.shortcode-banner img {
		width: 100%;
		height: auto;
	}
	
	.shortcode-banner-bg {
		height: 100%;
		background-clip: padding-box;
	}
		.shortcode-banner-inside {
			overflow: hidden;
			width: 100%;
			height: 100%;
			padding: 15px 20px;
			background-clip: padding-box;
		}

/* banner:end */

/* !- team */
#sidebar .team-container,
#footer .team-container {
	background-color: transparent;
}
.content .team-container {
	margin-bottom: 30px;
}
.content .grid-masonry .team-container {
	margin-bottom: 40px;
}
.content .iso-item .team-container,
.team.layout-masonry-grid .team-container {
	margin-bottom: 40px;
}
.testimonials.layout-grid .testimonial-item {
	margin-bottom: 35px;
}
.content .slider-content .team-container {
	margin-bottom: 0px;
}
	.team-container img{
		width: 100%;
		height: auto;
	}
	.team-desc {
		padding: 20px 20px 15px;
		text-align: center;
	}
	#sidebar .team-desc,
	#footer .team-desc {
		padding: 20px 0px 0px;
	}

			.team-container .soc-ico {
				padding-top: 5px;
				margin-bottom: 10px;
				font-size: 0;
				line-height: 0;
			}
			#sidebar .team-container .soc-ico,
			#footer .team-container .soc-ico {
				margin-bottom: 0px;
			}
				.team-container .soc-ico a {
					display: inline-block;
					float: none;
				}
		.content .team-items ul {
			margin: 0;
		}

/* team:end */
/* !- blog posts */
	.post-item {
		display: inline-block;
		vertical-align: top;
	}
	.has-divider > article {
		padding-top: 15px;
		margin: 15px 0 0;
		border-top-width: 1px;
		border-top-style: solid;
	}
		.post-item article {
			display: table;
		}
			.post-content a {
				text-decoration: none;
			}
			.post-img,
			.post-content {
				display: table-cell;
				vertical-align: top;
			}
			.post-img .alignleft {
				margin-right: 20px;
				margin-bottom: 0;
			}
		.shortcode-blog-posts .post {
			padding-bottom: 25px;
			border: none;
		}
			.shortcode-blog-posts .entry-meta {
				padding-bottom: 15px;
			}

.navigation-inner {
	position: absolute;
	right: 0;
	top: 13px;
}
	.navigation-inner a {
		float: left;
		width: 15px;
		height: 23px;
		margin-left: 15px;
	}
	.navigation-inner a.disabled:hover {
		cursor: auto;
	}

/*posts format*/
.format-aside-content {
	padding: 25px 20px 15px;
	margin: 10px 0;
}

.format-quote blockquote,
.format-aside-content,
.format-status-content,
.format-link-content {
	background-position: right bottom;
	background-repeat: no-repeat; 
}
.format-aside-content {
	background-size: 100px 92px;
}
.format-status-content {
	background-size: 100px 93px;
}
.format-link-content {
	background-size: 93px 93px;
}

	.author-quote {
		border-left: 5px solid;
		padding-left: 10px;
	}
	
.format-status-content {	
	padding: 25px 20px 15px;
	margin: 10px 0;
	border-left: 5px solid;
}
.format-link-content {	
	padding: 25px 20px 15px;
	margin: 10px 0;
}
/*posts format:  end*/
/* blog posts:end */
/* !- testimonials */

	.testimonial-item {
		padding: 25px 20px 25px 20px;
		margin-bottom: 20px;
		margin-top: 5px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 117px 81px;
	}
	.testimonial-item.testimonial-item-slider {
		margin-bottom: 33px;
	}
	.iso-item .testimonial-item {
		margin-bottom: 35px;
	}
	.rscont .testimonial-item {
		margin-bottom: 20px;
	}
		.testimonial-item ul {
			margin: 0;
			padding: 0;
		}
			.rscontainer li {
				list-style: none;
			}
			.no-avatar {
				width: 50px;
				height: 50px;
				background-repeat: no-repeat;
				background-position: center;/*			
				background-size: 25px 25px;*/
			}
			.comment .no-avatar,
			.items-grid .no-avatar,
			.recent-posts .no-avatar {
				width: 60px;
				height: 60px;
			}

/* testimonials:end */
/* !- instagram */
.content .instagram-photos {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget .instagram-photos {
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 7px;
}
	.instagram-photos a {
		position: relative;
		float: left;
		max-width: 115px;
		line-height: 0;
	}
	.sakura_widget_quickflickr .instagram-photos a,
	#footer .widget.sakura_widget_quickflickr .instagram-photos a {
		max-width: 75px;
	}
	.widget .instagram-photos a {
		max-width: 77px;
	}
	#footer .widget .instagram-photos a {
		max-width: 90px;
	}
		.instagram-photos img {
		    max-width: 100%;
		    width: 100%;
 			height: auto;
		}
		.instagram-photos a i {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
		}
		.no-touch .instagram-photos a:hover i {
			opacity: 1;
		}
/* instagram:end */
/* !- full-width slider */
.slider-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 0px;
}
	
/* frame */
.frame {
	position: relative;
	overflow: hidden;
	background: #000;
}
	.frame ul {
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		list-style: none;
	}
	/*.touch .frame ul {
		-webkit-backface-visibility: hidden;
	}*/
	.no-touch .frame ul:hover {
		cursor: -moz-grab;
		cursor: -webkit-grab;
	}
	.no-touch .frame.dragged ul,
	.no-touch .frame.dragged ul li *,
	.no-touch .frame.dragged ul li:hover * {
		cursor: move;
		cursor: -moz-grabbing;
		cursor: -webkit-grabbing;
	}

		.fs-entry {
			position: relative;
			float: left;
			height: 100%;
			width: auto;
			list-style: none;
		}
			/*.fs-entry img {
				width: auto;
				height: 100%;
			}*/

		.fs-entry .link {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0, 0.15);
			cursor: pointer;			
		}
	
		.fs-entry .link a {
			text-indent: -9999px;
		}
		.shortcode-instagram .link a {
			width: 100%;
			height: 100%;
		}
		.old-ie .fs-entry .link,
		.old-ie .swiper-slide .link {
			background: transparent;
			-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#26000000,endcolorstr=#26000000)"; /* ie8 */
			filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#26000000,endcolorstr=#26000000);   /* ie6 & 7 */
			zoom: 1;
		}
		.no-touch .link.act,
		.link.act i,
		.fs-entry .link,
		.fs-entry:hover .link.act,
		.no-touch .rollover-content,
		.swiper-slide .link {
			filter: alpha(opacity=0);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; 
			opacity: 0;
			-webkit-transition:	all 400ms ease;
			-moz-transition:	all 400ms ease;
			-ms-transition:		all 400ms ease;
			-o-transition:		all 400ms ease;
			transition:			all 400ms ease;
		}
		.albums .rollover-content:hover {
			cursor: pointer;
		}
		.no-touch .rollover-project .link.act {
			filter: alpha(opacity=100);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; 
			opacity: 1;
		}
		
		.fs-entry .link i
		.fs-entry .link a,
		.rollover-project .link i {
			position: absolute;
			top: 0;
			right: 0;
			width: 30px;
			height: 30px;
		}
		.fs-entry .link i:before,
		.fs-entry .link a:before,
		.rollover-project .link i:before,
		.shortcode-instagram .fs-entry .link a:before,
		.swiper-slide .link i:before {			
			position: absolute; 
			top: 0px;
			right: 0px;
			width: 0px;
			height: 0px;
			content: "";
			border-top: 45px solid red;
			border-left: 45px solid transparent;
		}
		.shortcode-instagram .fs-entry .link a:before {			
			border-top: 27px solid;
			border-left: 27px solid transparent;
		}
		.fs-entry .link > a {
			float: right;
		}
		.fs-entry .link i:after,
		.fs-entry .link a:after,
		.rollover-project .link i:after,
		.close-link,
		.swiper-slide .link i:after {
			position: absolute;
			width: 14px;
			height: 14px;
			background-repeat: no-repeat;
			background-position: center;			
			background-size: 14px 14px;
		}
		.close-link {
			width: 30px;
			height: 30px;
		}
		.shortcode-instagram .fs-entry .link a:after {
			top: 4px;
			right: 4px;
			width: 8px;
			height: 8px;			
			background-size: 8px 8px;
		}
		.fs-entry .link i:after,
		.fs-entry .link a:after,
		.rollover-project .link i:after,
		.swiper-slide .link i:after {
			top: 6px;
			right: 6px;
			content: "";
			z-index: 99;
		}
		.no-touch .fs-entry:hover .link,
		.no-touch .shortcode-instagram .fs-entry:hover .link,
		.no-touch .swiper-slide:hover > .link {
			filter: alpha(opacity=100);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
			opacity: 1;
		}
		.fs-entry-content,
		.rollover-content {
			position: absolute;
			left: 0;
			top: 0;
			display: none;
			padding: 20px 20px 20px 20px;
			width: 100%;
			height: 100%;
			z-index: 100;			
		}
		.no-touch .rollover-content,
		.touch .albums .rollover-content,
		.touch .media .rollover-content {
			display: block;
			filter: alpha(opacity=0);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
			opacity: 0;
		}
		.close-link:hover:parent {
			filter: alpha(opacity=0);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
			opacity: 0;
		}
		.no-touch .rollover-project:hover .rollover-content {
			filter: alpha(opacity=100);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
			opacity: 1;
		}
		.rollover-project:hover {
			cursor: pointer;
		}
			.project-details {
				margin-right: 17px;
			}
			.project-details,
			.project-link {
				float: left;
				margin-bottom: 5px;
				padding-left: 25px;
				background-repeat: no-repeat;
				background-position: 0 center;
			}
			.old-ie .project-details,
			.old-ie .project-link,
			.old-ie .swiper-link {
				padding-left: 0

			}

			/*.project-details:before,
			.project-link:before {
				float: left;
				width: 20px;
				height: 20px;
				margin:2px 5px 0 0;
				background-repeat: no-repeat;
				background-position: 0 0;
				content: "";
			}*/
			.close-link {
				right: 0px;
				top: 0px;
				cursor: pointer;
				display: none;
			}
		

			.touch .close-link,
			.slider-wrapper .close-link,
			.swiper-slide .close-link {
				display: block;
			}
	.fs-navigation {
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.7);
		line-height: 20px;
		z-index: 101;
	}
	.old-ie .fs-navigation {
		background: transparent;
		-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#b2000000,endcolorstr=#b2000000)"; /* ie8 */
		    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#b2000000,endcolorstr=#b2000000);   /* ie6 & 7 */
		      zoom: 1;
	}
		.fs-navigation .prev,
		.fs-navigation .next {
			float: left;
			width: 40px;
			height: 40px;

			background-repeat: no-repeat;
			background-position: center;			
			/*background-size: 17px 17px;*/
		}
		.fs-navigation .prev:hover,
		.fs-navigation .next:hover {
			cursor: pointer;
		}
		.fs-navigation .prev.ar-hide,
		.fs-navigation .next.ar-hide {
			display: none !important;
		}
		.fs-navigation > .disabled {
			opacity:0.5;
			filter: alpha(opacity=50);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=50)"; 
		}
		.fs-navigation .prev {
			margin-right: 1px;
		}
		.fs-title {
			float: left;
			padding: 10px 10px 10px 15px;
			font-size: 18px;
			font-weight: bold;
		}
		.fs-title {
			color: #fff !important;
		}

		.fs-title:after {
			position: absolute;
			right: -40px;
			top: 0;
			width: 0;
			height: 0;
			border-bottom: 40px solid rgba(0,0,0,0.7);
			border-right: 40px solid transparent;
			content: "";
		}
/* full-width slider:end */
/* !- tooltip */

.shortcode-tooltip {
	border-bottom: 1px dashed;
}
.shortcode-tooltip:hover {
	border: none;
	cursor: help;
}

	.tooltip-c{
		display: none;
	}
	.shortcode-tooltip-content {
		position:absolute;
		left:-9999px;
		z-index:999;
		display: none;
		overflow: visible;
		margin: 5px 0 15px;
		padding: 13px 20px 17px;

		min-width: 210px;
		max-width: 210px;

		background: rgba(24, 25, 25, 0.95);
		color: #8f8f8f;
	}
	.old-ie .shortcode-tooltip-content {
		background: transparent;
		-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#f2181919,endcolorstr=#f2181919)"; /* ie8 */
		    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#f2181919,endcolorstr=#f2181919);   /* ie6 & 7 */
		      zoom: 1;
	}

		.tooltip-title {
			display: block;
			margin-bottom: 10px;
		}
		.tooltip-title.text-big {
			color: #fff;
		}
/* tooltip:end */
/* !- logos */
.logos-grid {
}
.logos-grid .wf-cell {
	margin-bottom: 40px;
	text-align: center;
}

.logos-grid .borders {
	position: relative;
	font-size: 0;
}
.logos-grid .borders:before {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	content: "";
}
.logos-grid .borders:after {
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	height: 100%;
	content: "";
}
	.logos-grid .borders a {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		line-height: 0;
	}
	.old-ie .logos-grid .borders a {
		display: block;
	}
		.logos-grid .borders img {
			max-width: 100%;
			height: auto;
		}
.logo-items li {
	text-align: center;
}
	.logo-items li a {
		line-height: 0;
		font-size: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";

		-webkit-transition:	opacity 400ms ease;
		-moz-transition:	opacity 400ms ease;
		-ms-transition:		opacity 400ms ease;
		-o-transition:		opacity 400ms ease;
		transition:			opacity 400ms ease;
	}
		.logo-items img {
			max-width: 100%;
			height: auto;
		}
	.logo-items li a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=80)";
	}

/* logos:end */
/* !- buttons */
.dt-btn.btn-white,
.content .dt-btn.btn-white {
	background-color: #fff;
	color: #2e2e2f;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0px -2px 0px #dadada;
	-moz-box-shadow:	inset 0px -2px 0px #dadada;
	-ms-box-shadow:		inset 0px -2px 0px #dadada;
	-o-box-shadow:		inset 0px -2px 0px #dadada;
	box-shadow:			inset 0px -2px 0px #dadada;
}
.dt-btn {
	margin-right: 10px;
}
.old-ie .dt-btn.btn-white {
	border-bottom-color: #dadada;
}
.dt-btn.btn-white:hover {
	background-color: #f9f9fa;
}
.dt-btn.btn-red,
.content .dt-btn.btn-red,
#main-slideshow .tp-button.red,
#main-slideshow .purchase.red {
	background-color: #d73b37;
	color: #ffffff;
	text-shadow: 1px 1px 0 #bd332f;
	-webkit-box-shadow: inset 0px -2px 0px #ac2f2c;
	-moz-box-shadow:	inset 0px -2px 0px #ac2f2c;
	-ms-box-shadow:		inset 0px -2px 0px #ac2f2c;
	-o-box-shadow:		inset 0px -2px 0px #ac2f2c;
	box-shadow:			inset 0px -2px 0px #ac2f2c;
}
#main-slideshow .tp-button,
#main-slideshow .purchase {
	background-image: none;
	color: #ffffff !important;
}
#main-slideshow .tp-button.red,
#main-slideshow .purchase.red {
	text-shadow: 1px 1px 0 #bd332f !important;
}
.old-ie .dt-btn.btn-red,
.old-ie #main-slideshow .tp-button.red,
.old-ie #main-slideshow .purchase.red {
	border-bottom-color: #ac2f2c;
}
.dt-btn.btn-red:hover,
#main-slideshow .purchase.red:hover,
#main-slideshow .tp-button.red:hover {
	background-color: #c63633;
}
.dt-btn.btn-berry,
.content .dt-btn.btn-berry {
	background-color: #e32a5a;
	color: #ffffff;
	text-shadow: 1px 1px 0 #ca2c55;
	-webkit-box-shadow: inset 0px -2px 0px #b62248;
	-moz-box-shadow:	inset 0px -2px 0px #b62248;
	-ms-box-shadow:		inset 0px -2px 0px #b62248;
	-o-box-shadow:		inset 0px -2px 0px #b62248;
	box-shadow:			inset 0px -2px 0px #b62248;
}
.old-ie .dt-btn.btn-berry {
	border-bottom-color: #b62248;
}
.dt-btn.btn-berry:hover {
	background-color: #d12753;
}
.dt-btn.btn-orange,
.content .dt-btn.btn-orange,
#main-slideshow .tp-button.orange,
#main-slideshow .purchase.orange {
	background-color: #f36c0a;
	color: #ffffff;
	text-shadow: 1px 1px 0 #d96109;
	-webkit-box-shadow: inset 0px -2px 0px #cb5a08;
	-moz-box-shadow:	inset 0px -2px 0px #cb5a08;
	-ms-box-shadow:		inset 0px -2px 0px #cb5a08;
	-o-box-shadow:		inset 0px -2px 0px #cb5a08;
	box-shadow:			inset 0px -2px 0px #cb5a08;
}
#main-slideshow .tp-button.orange,
#main-slideshow .purchase.orange {
	text-shadow: 1px 1px 0 #d96109 !important;
}
.old-ie .dt-btn.btn-orange,
.old-ie #main-slideshow .tp-button.orange,
.old-ie #main-slideshow .purchase.orange {
	border-bottom-color: #cb5a08;
}
.dt-btn.btn-orange:hover,
#main-slideshow .tp-button.orange:hover,
#main-slideshow .purchase.orange:hover {
	background-color: #df6004;
}
.dt-btn.btn-yellow,
.content .dt-btn.btn-yellow {
	background-color: #f2a809;
	color: #ffffff;
	text-shadow: 1px 1px 0 #dc9703;
	-webkit-box-shadow: inset 0px -2px 0px #d58c00;
	-moz-box-shadow:	inset 0px -2px 0px #d58c00;
	-ms-box-shadow:		inset 0px -2px 0px #d58c00;
	-o-box-shadow:		inset 0px -2px 0px #d58c00;
	box-shadow:			inset 0px -2px 0px #d58c00;
}
.old-ie .dt-btn.btn-yellow {
	border-bottom-color: #d58c00;
}
.dt-btn.btn-yellow:hover {
	background-color: #e79e00;
}
.dt-btn.btn-pink,
.content .dt-btn.btn-pink {
	background-color: #fd8fb6;
	color: #ffffff;
	text-shadow: 1px 1px 0 #e0779c;
	-webkit-box-shadow: inset 0px -2px 0px #d97598;
	-moz-box-shadow:	inset 0px -2px 0px #d97598;
	-ms-box-shadow:		inset 0px -2px 0px #d97598;
	-o-box-shadow:		inset 0px -2px 0px #d97598;
	box-shadow:			inset 0px -2px 0px #d97598;
}
.old-ie .dt-btn.btn-pink {
	border-bottom-color: #d97598;
}
.dt-btn.btn-pink:hover {
	background-color: #ec82a7;
}
.dt-btn.btn-green,
.content .dt-btn.btn-green {
	background-color: #8cc63a;
	color: #ffffff;
	text-shadow: 1px 1px 0 #80b535;
	-webkit-box-shadow: inset 0px -2px 0px #75a520;
	-moz-box-shadow:	inset 0px -2px 0px #75a520;
	-ms-box-shadow:		inset 0px -2px 0px #75a520;
	-o-box-shadow:		inset 0px -2px 0px #75a520;
	box-shadow:			inset 0px -2px 0px #75a520;
}

.old-ie .dt-btn.btn-green {
	border-bottom-color: #75a520;
}
.dt-btn.btn-green:hover {
	background-color: #82b539;
}
.dt-btn.btn-dark-green,
.content .dt-btn.btn-dark-green,
#main-slideshow .tp-button.green,
#main-slideshow .purchase.green {
	background-color: #3ab459;
	color: #ffffff;
	text-shadow: 1px 1px 0 #3a9652;
	-webkit-box-shadow: inset 0px -2px 0px #378a4c;
	-moz-box-shadow:	inset 0px -2px 0px #378a4c;
	-ms-box-shadow:		inset 0px -2px 0px #378a4c;
	-o-box-shadow:		inset 0px -2px 0px #378a4c;
	box-shadow:			inset 0px -2px 0px #378a4c;
}
#main-slideshow .tp-button.green,
#main-slideshow .purchase.green {
	text-shadow: 1px 1px 0 #3a9652 !important;
}
.old-ie .dt-btn.btn-dark-green,
.old-ie #main-slideshow .tp-button.green,
.old-ie #main-slideshow .purchase.green {
	border-bottom-color: #378a4c;
}
.dt-btn.btn-dark-green:hover,
#main-slideshow .tp-button.green:hover,
#main-slideshow .purchase.green:hover {
	background-color: #39a253;
}
.dt-btn.btn-blue,
.content .dt-btn.btn-blue {
	background-color: #27cff3;
	color: #ffffff;
	text-shadow: 1px 1px 0 #19b0d0;
	-webkit-box-shadow: inset 0px -2px 0px #14a8c8;
	-moz-box-shadow:	inset 0px -2px 0px #14a8c8;
	-ms-box-shadow:		inset 0px -2px 0px #14a8c8;
	-o-box-shadow:		inset 0px -2px 0px #14a8c8;
	box-shadow:			inset 0px -2px 0px #14a8c8;
}
.old-ie .dt-btn.btn-blue {
	border-bottom-color: #14a8c8;
}
.dt-btn.btn-blue:hover {
	background-color: #14bce0;
}
.dt-btn.btn-dark-blue,
.content .dt-btn.btn-dark-blue,
#main-slideshow .tp-button.blue,
#main-slideshow .purchase.blue {
	background-color: #2985c6;
	color: #ffffff;
	text-shadow: 1px 1px 0 #2870a3;
	-webkit-box-shadow: inset 0px -2px 0px #28648f;
	-moz-box-shadow:	inset 0px -2px 0px #28648f;
	-ms-box-shadow:		inset 0px -2px 0px #28648f;
	-o-box-shadow:		inset 0px -2px 0px #28648f;
	box-shadow:			inset 0px -2px 0px #28648f;
}
#main-slideshow .tp-button.blue,
#main-slideshow .purchase.blue {
	text-shadow: 1px 1px 0 #2870a3 !important;
}
.old-ie .dt-btn.btn-dark-blue,
.old-ie #main-slideshow .tp-button.blue,
.old-ie #main-slideshow .purchase.blue {
	border-bottom-color: #28648f;
}
.dt-btn.btn-dark-blue:hover,
#main-slideshow .purchase.blue:hover,
#main-slideshow .tp-button.blue:hover {
	background-color: #1c75b3;
}
.dt-btn.btn-violet,
.content .dt-btn.btn-violet {
	background-color: #6946b8;
	color: #ffffff;
	text-shadow: 1px 1px 0 #52359c;
	-webkit-box-shadow: inset 0px -2px 0px #523c84;
	-moz-box-shadow:	inset 0px -2px 0px #523c84;
	-ms-box-shadow:		inset 0px -2px 0px #523c84;
	-o-box-shadow:		inset 0px -2px 0px #523c84;
	box-shadow:			inset 0px -2px 0px #523c84;
}
.old-ie .dt-btn.btn-violet {
	border-bottom-color: #523c84;
}
.dt-btn.btn-violet:hover {
	background-color: #5d3ea4;
}
.dt-btn.btn-black,
.content .dt-btn.btn-black,
#main-slideshow .tp-button.darkgrey,
#main-slideshow .purchase.darkgrey {
	background-color: #3e3f3f;
	color: #ffffff;
	text-shadow: 1px 1px 0 #2e2e2e;
	-webkit-box-shadow: inset 0px -2px 0px #1c1c1c;
	-moz-box-shadow:	inset 0px -2px 0px #1c1c1c;
	-ms-box-shadow:		inset 0px -2px 0px #1c1c1c;
	-o-box-shadow:		inset 0px -2px 0px #1c1c1c;
	box-shadow:			inset 0px -2px 0px #1c1c1c;
}
#main-slideshow .tp-button.darkgrey,
#main-slideshow .purchase.darkgrey {
	text-shadow: 1px 1px 0 #2e2e2e !important;
}
.old-ie .dt-btn.btn-black,
.old-ie #main-slideshow .tp-button.darkgrey,
.old-ie #main-slideshow .purchase.darkgrey {
	border-bottom-color: #1c1c1c;
}
.dt-btn.btn-black:hover,
#main-slideshow .tp-button.darkgrey:hover,
#main-slideshow .purchase.darkgrey:hover {
	background-color: #2a2b2b;
}
.dt-btn.btn-gray,
.content .dt-btn.btn-gray,
#main-slideshow .tp-button.lightgrey,
#main-slideshow .purchase.lightgrey {
	background-color: #a5a6a7;
	color: #ffffff;
	text-shadow: 1px 1px 0 #8b8b8b;
	-webkit-box-shadow: inset 0px -2px 0px #818283;
	-moz-box-shadow:	inset 0px -2px 0px #818283;
	-ms-box-shadow:		inset 0px -2px 0px #818283;
	-o-box-shadow:		inset 0px -2px 0px #818283;
	box-shadow:			inset 0px -2px 0px #818283;
}
#main-slideshow .tp-button.lightgrey,
#main-slideshow .purchase.lightgrey {
	text-shadow: 1px 1px 0 #8b8b8b !important;
}
.old-ie .dt-btn.btn-gray,
.old-ie #main-slideshow .tp-button.lightgrey,
.old-ie #main-slideshow .purchase.lightgrey {
	border-bottom-color: #818283;
}
.dt-btn.btn-gray:hover,
#main-slideshow .tp-button.lightgrey:hover,
#main-slideshow .purchase.lightgrey:hover {
	background-color: #909192;
}
.dt-btn.btn-white:hover,
.dt-btn.btn-red:hover,
.dt-btn.btn-berry:hover,
.dt-btn.btn-orange:hover,
.dt-btn.btn-pink:hover,
.dt-btn.btn-yellow:hover,
.dt-btn.btn-green:hover,
.dt-btn.btn-dark-green:hover,
.dt-btn.btn-blue:hover,
.dt-btn.btn-dark-blue:hover,
.dt-btn.btn-violet:hover,
.dt-btn.btn-black:hover,
.dt-btn.btn-gray:hover,
#main-slideshow .purchase.red:hover,
#main-slideshow .tp-button.red:hover,
#main-slideshow .tp-button.orange:hover,
#main-slideshow .purchase.orange:hover,
#main-slideshow .tp-button.green:hover,
#main-slideshow .purchase.green:hover,
#main-slideshow .purchase.blue:hover,
#main-slideshow .tp-button.blue:hover,
#main-slideshow .tp-button.darkgrey:hover,
#main-slideshow .purchase.darkgrey:hover,
#main-slideshow .tp-button.lightgrey:hover,
#main-slideshow .purchase.lightgrey:hove {
	-webkit-box-shadow:	none;
	-moz-box-shadow:	none;
	-ms-box-shadow:		none;
	-o-box-shadow:		none;
	box-shadow:			none;
}
/* buttons:end */

/*!- highlighted text*/
.dt-highlight {
	padding: 1px 4px;
}
.dt-highlight.highlight-white {
	background-color: #fff;
	color: #2e2e2f;
}
.dt-highlight.highlight-red {
	background-color: #d73b37;
	color: #ffffff;
}
.dt-highlight.highlight-berry {
	background-color: #e32a5a;
	color: #ffffff;
}
.dt-highlight.highlight-orange {
	background-color: #f36c0a;
	color: #ffffff;
}
.dt-highlight.highlight-yellow {
	background-color: #f2a809;
	color: #ffffff;
}
.dt-highlight.highlight-pink {
	background-color: #fd8fb6;
	color: #ffffff;
}
.dt-highlight.highlight-green {
	background-color: #8cc63a;
	color: #ffffff;
}
.dt-highlight.highlight-dark-green {
	background-color: #3ab459;
	color: #ffffff;
}
.dt-highlight.highlight-blue {
	background-color: #27cff3;
	color: #ffffff;
}
.dt-highlight.highlight-dark-blue {
	background-color: #2985c6;
	color: #ffffff;
}
.dt-highlight.highlight-violet {
	background-color: #6946b8;
	color: #ffffff;
}
.dt-highlight.highlight-black {
	background-color: #3e3f3f;
	color: #ffffff;
}
.dt-highlight.highlight-gray {
	background-color: #a5a6a7;
	color: #ffffff;
}
/* highlighted text: end */
/* shortcodes: end */

/* !- rollovers*/
.rollover,
.rollover-video,
.post-rollover,
.rollover-project .link {
	position: relative;
	display: block;
	line-height: 0;
	text-decoration: none;
}

.rollover:hover {
	text-decoration: none;
}
.format-gallery .rollover {
	overflow: hidden;
}

	.rollover i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	}
	.rollover i,
	.post-rollover i,
	.rollover-video i:after,
	.rollover-project .link i,
	.rollover-thumbnails,
	.rollover-video .video-icon {
		-webkit-transition:	all 400ms ease;
		-moz-transition:	all 400ms ease;
		-ms-transition:		all 400ms ease;
		-o-transition:		all 400ms ease;
		transition:			all 400ms ease;
	}
		.rollover i:after,
		.rollover i:before {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -25px 0 0 -25px;
			width: 50px;
			height: 50px;
			content: "";
		}
		.albums .rollover i:before {
			background-color: transparent;
		}
		.albums .rollover i:after {
			display: none;
		}
		.albums .rollover-zoom.rollover i:after,
		.albums .rollover-small.rollover i:after {
			display: block;
		} 
		.rollover i:before {
			-webkit-border-radius:	25px;
			-moz-border-radius:		25px;
			-ms-border-radius:		25px;
			-o-border-radius:		25px;
			border-radius:			25px;
		}
		.rollover i:after {			
			background-position: center center;
			background-repeat:  no-repeat; 
		}
		.rollover-small i:after,
		.rollover-small i:before {
			width: 30px;
			height: 30px;
			margin: -15px 0 0 -15px;
		}
	.no-touch .rollover:hover i,
	.touch .rollover.is-clicked i,
	.touch .rollover-content.is-clicked  {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	}
	.rollover-video i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}

	.old-ie .rollover-video i {
		background: transparent;
		-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000)"; /* ie8 */
		    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000);   /* ie6 & 7 */
		      zoom: 1;
	}
	.rollover-video .video-icon {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -50px 0 0 -50px;
		width: 100px;
		height: 100px;
		z-index: 99;
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=60)";
		background-position: center center;
		background-repeat: no-repeat;
	}
	.format-gallery-normal .rollover-video .video-icon {
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}
	.rollover-video .video-icon:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=90)";	
	}
	.format-video .rollover i:after {
		background-position: 19px center;
	}

	/*recent posts rollover*/
	.post-rollover i {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.15);
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	}
	.old-ie .post-rollover i {
		background: transparent;
		-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#26000000,endcolorstr=#26000000)"; /* ie8 */
		filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#26000000,endcolorstr=#26000000);   /* ie6 & 7 */
		zoom: 1;
	}
	.post-rollover i:before {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		content: "";
		border-top: 28px solid red;
		border-left: 28px solid transparent;
	}
		.post-rollover i:after {
			position: absolute;
			top: 4px;
			right: 4px;
			width: 8px;
			height: 8px;
			content: "";
			background-position: 0 0;
			background-repeat: no-repeat;
		}
	.no-touch .post-rollover:hover i {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	}
	/*portfolio grid rollovers*/
	.rollover-project {
		position: relative;
		overflow: hidden;
	}
		.rollover-project .link i {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.15);
			opacity: 0;
			filter: alpha(opacity=0);
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
		}
		.old-ie .rollover-project .link i {
			background: transparent;
			-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#26000000,endcolorstr=#26000000)"; /* ie8 */
			filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#26000000,endcolorstr=#26000000);   /* ie6 & 7 */
			zoom: 1;
		}
	

	/*gallery post format rollover*/
	.rollover-thumbnails {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -30px 0 0 -70px;
		width: 140px;
		height: 140px;
		z-index: 100;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	}
	.format-gallery.post i:after,
	.format-gallery.post i:before,
	.format-gallery.post .post-rollover i:after,
	.format-gallery.post .post-rollover i:before {
		display: none;
	}
	.format-gallery.post .items-grid i:after,
	.format-gallery.post .items-grid i:before,
	.format-gallery.post .dt-format-gallery i:before,
	.format-gallery.post .dt-format-gallery i:after  {
		display: block;
	}
	.rollover-thumbnails span {
		position: absolute;
		top: 0;
		left: 0;
		width: 90px;
		height: 90px;
		border: 5px solid #fff;
	}
	.no-touch .rollover:hover .rollover-thumbnails,
	.touch .rollover.is-clicked .rollover-thumbnails {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	}
	.rollover-thumbnails span:first-child i {
		position: absolute;
		display: block !important;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		width: 30px;
		height: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
		text-align: center;
		line-height: 27px;
		font-style: normal;
		font-family: verdana,sans-serif;
		font-size: 13px;
		-webkit-border-radius:	15px;
		-moz-border-radius:		15px;
		-ms-border-radius:		15px;
		-o-border-radius:		15px;
		border-radius:			15px;
	}
	.rollover-thumbnails span i:after,
	.rollover-thumbnails span i {
		display: none !important;
	}
	.rollover-thumbnails .r-thumbn-1 {		
		top: 0;
		left: 0;
		z-index: 102;
	}
	.rollover-thumbnails .r-thumbn-2 {		
		top: -40px;
		left: 40px;
		z-index: 100;
	}
	.rollover-thumbnails .r-thumbn-3 {		
		top: -20px;
		left: 20px;
		z-index: 101;
	}

	.old-ie .rollover i,
	.old-ie .post-rollover i,
	.old-ie .fs-entry .link,
	.old-ie .rollover-project .link i,
	.old-ie .swiper-slide .link {
		display: none;
	}
	.grid-masonry .wf-cell {
		-webkit-transition:	all 400ms ease;
		-moz-transition:	all 400ms ease;
		-ms-transition:		all 400ms ease;
		-o-transition:		all 400ms ease;
		transition:			all 400ms ease;
	}
	
/* rollovers: end*/

/* !- wp gallery */
.dt-format-gallery {
	overflow: hidden;
	margin-bottom: 25px;
	max-width: 100%;
}
.dt-format-gallery.shortcode-gallery {
	margin-bottom: 0;
}
	.dt-format-gallery-coll {
		float: left;
		width: 50%;
		line-height: 0;
	}
		.gallery-coll-half {
			float: left;
			width: 50%;
			line-height: 0;
		}
	.dt-format-gallery-coll.full {
		width: 100%;
	}
		.gallery-coll-fourth {
			float: left;
			width: 25%;
		}
		.dt-format-gallery-coll a {
			max-width: 100%;
		}
			.dt-format-gallery-coll img {
				width: 100%;
				height: auto;
			}
.grid-masonry.wf-container {
	margin: 0 -20px;
}
.grid-masonry .wf-cell {
	padding: 0 20px;
}


/* wp gallery:end */
/* !- metro slideshow */
.loading-label,
#main-slideshow .tp-loader {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/wtdimages/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 5px;
    height: 50px;
    width: 50px;
	overflow: hidden;
	font-size: 0;
	line-heigth: 0;
	-webkit-box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
	opacity: 0.5;

}

.loading-label,
#main-slideshow .tp-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 2000;
}
#main-slideshow .tp-loader {
	z-index: 9999;
}
.swiper-container {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.swiper-wrapper {
	height: 0px;
	overflow: hidden;

	-webkit-transition:	height 1400ms ease;
	-moz-transition:	height 400ms ease;
	-ms-transition:		height 400ms ease;
	-o-transition:		height 400ms ease;
	transition:			height 1400ms ease;
	opacity: 0;
}
.swiper-wrapper .swiper-slide {
	width: 20%;
	height: 100%;
	-webkit-backface-visibility: hidden;
}
.swiper-container img,
.swiper-slide img {
	float: left;
	width: 100%;
	height: auto;
}
.swiper-slide {
	position: relative;
	float: left;
}
.swiper-nested1,
.swiper-nested1 .swiper-slide {
	position: relative;
	width: 100%;
	height: 500px;
}
.swiper-nested1 .swiper-slide {
	width: 500px;
	height: 100%;
}

/* nested swipers*/

.swiper-nested2 .swiper-slide {
	line-height: 0;
}

.swiper-caption {
	position: absolute;
	bottom: 5px;
	left: 20px;
}
	.swiper-caption h4 {
		overflow: hidden;
	}
		
	.swiper-link {
		padding: 0 0 10px 25px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
.arrow-left,
.arrow-right {
	position: absolute;
	z-index: 300;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	width: 50px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=70)"; 
}
.arrow-right {
	left: auto;
	right: 0px;
}
.arrow-left:hover,
.arrow-right:hover,
.arrow-top:hover,
.arrow-bottom:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; 
}
.swiper-container .disable,
.swiper-container .disable:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=30)"; 
}
.arrow-top,
.arrow-bottom {
	position: absolute;
	z-index: 900;
	right: 10px;
	bottom: 6px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=70)"; 
}
.arrow-top {
	bottom: 30px;
}
.swiper-slide .link {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.swiper-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
	display: none;
    padding: 20px;
    width: 100%;
    height: 100%;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}

/* metro slideshow:end */
/* !- 3d slideshow */
#main-slideshow.fixed .three-d-slider {
    margin: 0 auto;
    max-width: 1200px;
}
.three-d-slider {
	position: relative;
	overflow: hidden;
	height: 500px;
	z-index: 1;
	background-color: #000;
}
	.plane img {
		visibility: hidden;
	}

/***photos containers begin***/
div.container {
	position:absolute;
	top:50px;
	left:50px;
	
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: (50, 50);
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.slide-me .container {
	-moz-transition-property: left, top !important;
	-ms-transition-property: left, top !important;
	-o-transition-property: left, top !important;
	-webkit-transition-property: left, top !important;
	
	-moz-transition-duration: 0ms !important;
	-ms-transition-duration: 0ms !important;
	-o-transition-duration: 0ms !important;
	-webkit-transition-duration: 0ms !important;
}

.scale-me .container {
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity;
	
	-moz-transition-duration: 300ms 1000ms;
	-ms-transition-duration: 300ms 1000ms;
	-o-transition-duration: 300ms 1000ms;
	-webkit-transition-duration: 300ms 1000ms;
}

.container-1 {
	z-index: 3;
	-moz-transform: scale(0.14, 0.14);
	-webkit-transform: scale(0.14, 0.14);
	-o-transform: scale(0.14, 0.14);
	/*-ms-transform: scale(0.14, 0.14);
	-ms-transform: none\0/ie8 9;*/
}

.container-2 {
	z-index: 6;
	-moz-transform: scale(0.23, 0.23);
	-webkit-transform: scale(0.23, 0.23);
	-o-transform: scale(0.23, 0.23);
/*	-ms-transform: scale(0.23, 0.23);
	-ms-transform: none\0/ie8 9;*/
}

.container-3 {
	z-index: 9;
	-moz-transform: scale(0.35, 0.35) ;
	-webkit-transform: scale(0.35, 0.35);
	-o-transform: scale(0.35, 0.35);
	/*-ms-transform: scale(0.35, 0.35);
	-ms-transform: none\0/ie8 9;*/
	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.container-1 {
		-ms-transform: scale(0.14, 0.14);
	}
	.container-2 {
		-ms-transform: scale(0.23, 0.23);
	}
	.container-3 {
		-ms-transform: scale(0.35, 0.35);
	}
	
		.photo.show {
			-ms-transform: scale(2.86, 2.86);
		}
		.container .l3 {
			-ms-transform: scale(7.15, 7.15);
		}


}
/***photos containers end***/
	
/***photos begin***/

	.three-d-slider .photo {
		position:absolute;
		padding: 0;
		margin: 0;
	}

		.three-d-slider .photo:hover {
			cursor: pointer;
		}

		.lightbox .container .photo:hover {
			cursor: default;
		}
		
	.three-d-slider .photo.show {
		max-height:100%;
		-moz-transform: scale(2.86, 2.86) ;
		-webkit-transform: scale(2.86, 2.86);
		-o-transform: scale(2.86, 2.86);
		/*-ms-transform: scale(2.86, 2.86);
		-ms-transform: none\0/ie8 9;*/
	}

	.photo.top-slice {
		z-index: 999;
		cursor: default;
		-moz-transition-property: left, top !important;
		-ms-transition-property: left, top  !important;
		-o-transition-property: left, top !important;
		-webkit-transition-property: left, top !important;
	
		-moz-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-webkit-transition-duration: 400ms;
		
		-moz-transition-delay: 0 !important;
		-ms-transition-delay: 0 !important;
		-o-transition-delay: 0 !important;
		-webkit-transition-delay: 0 !important;
	}
/***photos end***/	

/***rollover begin***/
	canvas.corners {
		display: none; /*required for chrome*/
		position:absolute;
		cursor: pointer;
		opacity:0;
		
		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		-webkit-transition-property: opacity;
	
		-moz-transition-duration: 450ms;
		-ms-transition-duration: 450ms;
		-o-transition-duration: 450ms;
		-webkit-transition-duration: 450ms;
	}
	
	canvas.corners:hover {
		opacity:0.7;	
	}
	
	.container:hover canvas.corners {
		display: block; /*required for chrome*/ 
	}

	#main.lightbox .container .corners {
		display: none !important;
	}
	
	.container span { /*spans for ie*/
		position: absolute;
		width: 27px;
		height: 27px;
		border: #fff solid;
		z-index:9999;
		opacity: 0.3;
		filter:alpha(opacity=30);
	}

	#main.lightbox .container span {
		opacity: 0 !important;
	}
	
	span.top-l {
		top: 0;
		left: 0;
		border-width: 3px 0 0 3px;
		margin: -3px 0 0 -3px; 
	}

	span.top-r {
		top: 0;
		right: 0;
		border-width: 3px 3px 0 0;
		margin: -3px -3px 0 0; 
	}

	span.bottom-r {
		bottom: 0;
		right: 0;
		border-width: 0 3px 3px 0;
		margin: 0 -3px -3px 0; 
	}

	span.bottom-l {
		bottom: 0;
		left: 0;
		border-width: 0 0 3px 3px;
		margin: 0 0 -3px -3px; 
	}
/***rollover end***/

	.tobg{ /*for image click detection*/
		z-index: 1 !important;
		-moz-transition-duration: 0ms 0ms !important;
		-ms-transition-duration: 0ms 0ms !important;
		-o-transition-duration: 0ms 0ms !important;
		-webkit-transition-duration: 0ms 0ms !important;
	}
	
	
/***dark overlay begin***/	
.dark-layer {
	position:absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	background-color:#000000;
	opacity: 0;
}

.dark-layer.l1 {
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 4;
	height:100%;
	width:100%;
	visibility: visible;
}

.dark-layer.l2 {
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: 7;
	height:100%;
	width:100%;
	visibility: visible;
}

	.container .l3 {
		visibility: visible;
		opacity: 0.9;
		filter: alpha(opacity=90);
		z-index: 998;
		
		-moz-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		-webkit-transform-origin: (50, 50);
		
		-moz-transform: scale(7.15, 7.15);
		-webkit-transform: scale(7.15, 7.15);
		-o-transform: scale(7.15, 7.15);
		/*-ms-transform: scale(7.15, 7.15);
		-ms-transform: none\0/ie8 9;*/
	
		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		-webkit-transition-property: opacity;
		
		-moz-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-webkit-transition-duration: 400ms;
	}
/***dark overlay end***/	


/***close button begin***/
.close {
	position: relative;
	width: 30px;
	height: 30px;
	background: ;
	background-size: 30px 30px;
	
	background: no-repeat left top\9;
	width:20px\9;
	height:20px\9;
	background-size: 20px 20px\8;
	
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 1;

	-webkit-transition:	opacity 300ms ease;
	-moz-transition:	opacity 300ms ease;
	-ms-transition:		opacity 300ms ease;
	-o-transition:		opacity 300ms ease;
	transition:			opacity 300ms ease;
}

:root .close {
	width:30px\0/ie9;
	height:30px\0/ie9;
}

.lightbox .close {
	z-index:10;
	padding:0;
	margin:0 auto;
	cursor: pointer;
	opacity: 0.5; 
	filter:alpha(opacity=50);
	
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	
	-moz-transition-delay:1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}

.lightbox .close:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.lightbox .close.hovered {
	-moz-transition-delay:0ms;
	-ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
}
/***close button end***/

/***caption begin***/
.img-caption {
	position: absolute;
	height: 30px;
	width: 100%;
	margin: 0 auto;
	padding:0 0 0 0;
	z-index:10;
	opacity: 0;
	filter:alpha(opacity=0);
	
}
	.img-caption p {
		margin: 0 auto;
		padding:0 10px 0 10px;
		color: #ffffff;
		font-family: 'open sans', sans-serif;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}

.lightbox .img-caption {
	opacity: 1; 
	filter:alpha(opacity=100);	
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;

	-moz-transition-delay:1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}
/***caption end***/

/***layers navigation begin***/
.navig {
	height: 96px;
	position: absolute;
    right: 20px;
	top: 100px;
    width: 30px;
    z-index: 999;
	text-align: center;
	top: 43%;
	opacity: 1;
	filter:alpha(opacity=100);	
}

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

	
	
	.scale-me .navig {
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
		
		.scale-me .navig div:hover {
			cursor:default;
			background-color: #fff;
			background:  -3px 54px transparent \9;
			color:  #d03935;	
		}
		
		.scale-me .navig div.act:hover {
			background-color: #d03935;
			background:  0px 30px transparent \9;
			color: #fff;
		}


	.navig div {
		/*position: absolute;*/
		padding:0;
		margin:3px 4px 3px 3px;
		float: right;
		right:0;
		clear:right;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		z-index: 999;
		background-color: #fff;
		background:  -3px 54px transparent \9;
		color:  #d03935;
		text-align:center;
		font-family: arial, helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		line-height:24px;
		vertical-align: middle;
		
		-moz-transition-property: width, height, margin;
		-ms-transition-property: width, height, margin;
		-o-transition-property: width, height, margin;
		-webkit-transition-property: width, height, margin;
		
		-moz-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-webkit-transition-duration: 400ms;
		
	}
	
	.navig div:hover {
		background:  -3px 0px transparent \9;
		color: #fff;
		cursor: pointer;
	}
	
	.navig .act {
		width: 30px;
		height:30px;
		margin:3px 0;;
		line-height: 30px;
		background:  0px 30px transparent \9;
		color: #fff;
		font-size:14px;
	}
	
	.navig .act:hover {
		cursor: default;
		background:  0px 30px transparent \9;
	}
	
/***layers navigation end***/

		
#loading {
	position: absolute;
	padding: 0;
	margin:0;
	height:128px;
	width: 128px;
	left: 50%;
	top: 50%;
	margin: -64px 0 0 -64px;
	background-repeat: no-repeat;
	color: #e9e9e9;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 128px;
	text-align: center;
	vertical-align:middle;
	z-index: 999;
	background-image: ;	
	background-image: \0/ie8 9;
}


img, .navig div {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* 3d slideshow:end */
/* !woocomerce*/
.upsells.products .products,
.related.products .products,
.woocommerce ul.products,
.woocommerce-page ul.products {
	margin: 0 -20px !important;
	font-size: 0;
    line-height: 0;
    word-spacing: -4px;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: inline-block !important;
	vertical-align: top;
	float: none !important;
	width: 25% !important;	
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 0 20px !important;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.woocommerce #main span.onsale,
.woocommerce-page #main span.onsale,
#main .woocommerce span.onsale,
#main .woocommerce-page span.onsale,
.woocommerce #main a.button,
#page .woocommerce a.button,
.woocommerce #main button.button,
.woocommerce #main input.button,
.woocommerce #main #respond input#submit,
.woocommerce #main #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
.woocommerce #main #payment ul.payment_methods,
.woocommerce-page #main #payment ul.payment_methods {
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce #main #payment div.form-row,
.woocommerce-page #main #payment div.form-row {
	border-top: none; 
}
.woocommerce #main a.button,
#page .woocommerce a.button,
.woocommerce #main button.button,
.woocommerce #main input.button,
.woocommerce #main #respond input#submit,
.woocommerce #main #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button {
	padding: 0 8px 2px;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
	margin-bottom: 3.8%;
}
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
.woocommerce #main #payment,
.woocommerce-page #main #payment,
.woocommerce #main #payment div.payment_box,
.woocommerce-page #main #payment div.payment_box,
.woocommerce #main ul.products li.product a img,
#main .woocommerce ul.products li.product a img,
#page .woocommerce .product_list_widget a img,
.woocommerce-page #main ul.products li.product a img,
.woocommerce #main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text,
.woocommerce #main form.login,
.woocommerce #main form.checkout_coupon,
.woocommerce #main form.register,
.woocommerce-page #main form.login,
.woocommerce-page #main form.checkout_coupon,
.woocommerce-page #main form.register,
.pp_pic_holder.pp_woocommerce .pp_gallery ul li a,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-border-radius:	0px !important;
	-moz-border-radius:		0px !important;
	-ms-border-radius:		0px !important;
	-o-border-radius:		0px !important;
	border-radius:			0px !important;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #main #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #main div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #main #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li,
.woocommerce #main #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li {
	float: left;
	margin: 0;
	box-shadow: none;
	border-left: none;
	border-radius: 0;
	text-shadow: none;
	background: none;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs,
.woocommerce #main #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}
.woocommerce #main #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #main #reviews #comments ol.commentlist li img.avatar {
	background: none;
	border: none;
	padding: 0;
}
.woocommerce #main table.cart td.actions .coupon .input-text,
.woocommerce #main #content table.cart td.actions .coupon .input-text,
.woocommerce-page #main table.cart td.actions .coupon .input-text,
.woocommerce-page #main #content table.cart td.actions .coupon .input-text {
	box-shadow: none;
	background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 3px 3px 3px 3px;
    color: #7a7a7a;
    padding: 3px 4px 4px;
}
.woocommerce #main #respond input#submit,
.woocommerce #main #content input.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button {
	padding: 6px 10px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	margin: -18px 1px 0 0 !important;
	z-index: 1 !important;
}
.woocommerce #main .onsale,
.woocommerce-page #main .onsale,
 #main .woocommerce ul.products li.product .onsale,
 #main .woocommerce-page ul.products li.product .onsale {
	z-index: 1;
}
.woocommerce a.button.added:before {
	background: none !important;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; 
	-webkit-transition:	all 300ms ease;
	-moz-transition:	all 300ms ease;
	-ms-transition:		all 300ms ease;
	-o-transition:		all 300ms ease;
	transition:			all 300ms ease;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=70)"; 
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	margin-bottom: 0 !important;
}
#main ul.products li.product .button {
	margin: 0.5em 0 0;
	padding: 0 18px 0 0;
	background-color: transparent !important;
	box-shadow: none;
	border: none;
	text-shadow: none;
	background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    text-decoration: underline;
}
#main ul.products li.product .button:hover {
	top: 0;
	text-decoration: none;
}
.woocommerce #main .quantity .plus,
.woocommerce #main .quantity .minus,
.woocommerce #main #content .quantity .plus,
.woocommerce #main #content .quantity .minus,
.woocommerce-page #main .quantity .plus,
.woocommerce-page #main .quantity .minus,
.woocommerce-page #main #content .quantity .plus,
.woocommerce-page #main #content .quantity .minus {
	background: #e0e0e0;
	box-shadow: none;
	border: 1px solid #cdcdcd;
}
.woocommerce #main .quantity .plus,
.woocommerce #main #content .quantity .plus,
.woocommerce-page #main .quantity .plus,
.woocommerce-page #main #content .quantity .plus {
	border-bottom: none;
}
.woocommerce #main .quantity input.qty,
.woocommerce #main #content .quantity input.qty,
.woocommerce-page #main .quantity input.qty,
.woocommerce-page #main #content .quantity input.qty {
	box-shadow: none;
	border: 1px solid #e0e0e0;
}

.related.products h2,
.upsells.products h2 {
	margin-bottom: 30px;
}
.woocommerce-tabs h2 {
	margin-bottom: 20px;
}
.upsells.products,
.related.products {
	padding-top: 30px;
}
.woocommerce-tabs {
	padding-bottom: 10px;
}
.woocommerce .pp_woocommerce #respond input#submit {
	background: #e0e0e0;
	border-color: #cdcdcd;
	color: #1a1a1a !important;
	text-shadow: none !important;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
	color: #1a1a1a !important;
	text-shadow: none !important;
}
.woocommerce .pp_woocommerce #respond input#submit:hover {
	background: #cdcdcd;
	border-color: #e0e0e0;
}
.woocommerce .pp_woocommerce .dt-btn,
.woocommerce .pp_woocommerce .clear-form {
	display: none;
}
.woocommerce #main table.shop_table th,
.woocommerce-page #main table.shop_table th {
	border-color: transparent;
}
.cart_totals table {
	border-bottom: none;
}
.woocommerce #page #main ul.cart_list li img,
#page .woocommerce ul.cart_list li img,
.woocommerce #page ul.product_list_widget li img,
#page .woocommerce ul.product_list_widget li img,
.woocommerce-page #page ul.cart_list li img,
.woocommerce-page #page ul.product_list_widget li img {
	float: left;
	margin: 3px 20px 5px 0;
	box-shadow: none;
	width: 50px;
}
#searchform .screen-reader-text {
	display: block;
	margin-bottom: 10px;
}
.woocommerce #page ul.cart_list li a,
#page .woocommerce ul.cart_list li a,
.woocommerce #page ul.product_list_widget li a,
#page .woocommerce ul.product_list_widget li a,
.woocommerce-page #page ul.cart_list li a,
.woocommerce-page #page ul.product_list_widget li a {
	font-weight: normal;
}
.woocommerce #page ul.cart_list li:first-child,
.woocommerce #page ul.product_list_widget li:first-child,
#page .woocommerce ul.cart_list li:first-child,
#page .woocommerce ul.product_list_widget li:first-child,
.woocommerce-page #page ul.cart_list li:first-child,
.woocommerce-page #page ul.product_list_widget li:first-child,
#page .woocommerce.widget_product_categories li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.woocommerce #page ul.cart_list li,
.woocommerce #page ul.product_list_widget li,
#page .woocommerce ul.cart_list li,
#page .woocommerce ul.product_list_widget li,
.woocommerce-page #page ul.cart_list li,
.woocommerce-page #page ul.product_list_widget li,
.woocommerce.widget_product_categories li {
	display: block;
    margin: 9px 0 0;
    overflow: hidden;
    padding: 15px 0 5px;
}
.woocommerce.widget_product_search #searchform > div {
	position: relative;
	overflow: hidden;
}
.woocommerce.widget_product_search #s,
.woocommerce.widget_product_search .searchform-s {
	float: left;
	width: 100%;
}
.woocommerce.widget_product_search #searchsubmit {
	position: absolute;
	top: auto;
	bottom: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	box-shadow: none;
}
.woocommerce.widget_product_search #searchsubmit:hover {
	opacity: 0.7
}
.woocommerce.widget_product_search #searchform {
	margin-bottom: 15px;
}
.woocommerce #page .widget_shopping_cart .total,
#page .woocommerce.widget_shopping_cart .total,
.woocommerce-page #page .widget_shopping_cart .total {
	margin-top: 9px;
	padding-top: 15px;
}
.woocommerce #page div.product form.cart div.quantity,
.woocommerce #page #content div.product form.cart div.quantity,
.woocommerce-page #page div.product form.cart div.quantity,
.woocommerce-page #page #content div.product form.cart div.quantity {
	margin-right: 15px;
}
.woocommerce #page .quantity input.qty,
.woocommerce #page #content .quantity input.qty,
.woocommerce-page #page .quantity input.qty,
.woocommerce-page #page #content .quantity input.qty {
	height: 24px;
}

#reply-title {
	color: #686868;
}
.woocommerce #page #page div.product form.cart,
.woocommerce #page #content div.product form.cart,
.woocommerce-page #page div.product form.cart,
.woocommerce-page #page #content div.product form.cart {
	margin-bottom: 10px;
}
/*woocomerce prettyphoto*/

div.pp_woocommerce.pp_pic_holder .pp_content_container,
.wpb-js-composer .pp_content_container {
	padding: 0px 0;
}

.pp_woocommerce .pp_content_container .pp_left,
.wpb-js-composer .pp_content_container .pp_left  { 
	padding-left: 0!important; 
}
.pp_woocommerce .pp_content_container .pp_right,
.wpb-js-composer .pp_content_container .pp_right { 
	padding-right: 0!important; 
}
.wpb-js-composer .pp_content,
.wpb-js-composer div.pp_default .pp_content_container .pp_right,
.wpb-js-composer div.pp_default .pp_content, div.light_rounded .pp_content,
.wpb-js-composer div.pp_default .pp_content_container .pp_left {
	background: none;
}
.pp_woocommerce .pp_content { 
	width: 100%!important;
	height: auto!important; 
}
.pp_woocommerce .pp_fade { 
	width: 100%!important;
	height: 100%!important; 
}

.pp_woocommerce .pp_hovercontainer,
.wpb-js-composer .pp_hovercontainer,
.pp_top,
.pp_bottom,
div.pp_woocommerce div.ppt,
.wpb-js-composer div.ppt { 
	display: none!important;
}
.pp_woocommerce #pp_full_res img {
	width: 100%!important;
	height: auto!important;
}
.pp_woocommerce .pp_details {
	padding-left: 3%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	margin-top: -2px!important;
}
.pp_woocommerce a.pp_close {
	right: 10px!important;
	top: 10px!important;
}
div.pp_woocommerce.pp_pic_holder .pp_content_container {
	background: none;
	box-shadow: none;
}
.wpb-js-composer div.pp_default .pp_details {
	position: static;
	padding-left: 0;
}
div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
div.pp_woocommerce.pp_pic_holder .pp_arrow_next {
	font-size: 0 !important;
	text-indent: -9999px;
	background-color: transparent;
	box-shadow: none;
	border: none;
}
div.pp_overlay {
	background-color: #000 !important;
}
div.dream-theme .pp_nav .pp_play,
div.dream-theme .pp_nav .pp_pause,
div.pp_woocommerce.pp_pic_holder .pp_arrow_next,
div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
div.pp_woocommerce.pp_pic_holder  .pp_close {
	width:22px;
	height:22px;
	margin: 0 0 0 5px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;

	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}
div.pp_woocommerce.pp_pic_holder .pp_arrow_previous {
	margin-left: 0;
	margin-right: 5px;
}

div.pp_woocommerce.pp_pic_holder .pp_close,
div.pp_woocommerce.pp_pic_holder  .pp_close:hover {

	box-shadow: none;
	border: none;
	font-size: 0 !important;
	top: 0 !important;
	left: auto !important;
	right: -40px !important;
}
.pp_woocommerce.pp_pic_holder .pp_details {
	padding-left: 0; 
}
div.pp_woocommerce.pp_pic_holder #respond {
	background-color: #fff;
	padding: 20px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
div.pp_woocommerce.pp_pic_holder .pp_gallery ul li a {
	background: none;
	border: none;
}
div.pp_woocommerce.pp_pic_holder a.pp_expand,
div.pp_woocommerce.pp_pic_holder a.pp_contract {
	right: 10px;
	left: auto;
	top: 10px;
}
.jp-carousel-comment-form-button,
.mejs-controls button {
	box-shadow: none !important;
	text-shadow: none !important;
}
/* woocomerce:end */
/* !--pricing tables*/
 #main .minimal .p1 h3 {
 	background: #52ac32;
 	border: none;
 }
 #main .minimal .p1 h4 {
 	background: #3e8226;
 	box-shadow: none;
 }
#main .minimal .pt-button {
	background:  #3e8226;
	text-shadow: none;
}
/*#main .minimal .pt-button:hover {
	background:  #52ac32;
}*/
#main .minimal .pt-button:hover {
	filter: none;
}
#main .minimal .features {
	background-color: #fff;
	color: #686868;
}
#main .minimal .features * {
	color: #686868;
}
#main .minimal .plan li:nth-child(2n),
#main .minimal .select {
	background-color: #f4f4f4;
}
#main #shaon-pricing-table .price-content {
	background-color: #f7f7f7;
}

#shaon-pricing-table:before,
#pricing-table:before,
#shaon-pricing-table:after,
#pricing-table:after {
	content: "";
	display: table;
}

#shaon-pricing-table:after,
#pricing-table:after {
	clear: both;
}


#main .minimal .features ul,
#main .minimal .select {
	border-color: #ddd;
}
#main #shaon-pricing-table h4,
#main #pricing-table .plan,
#main #shaon-pricing-table .featuretitle span,
#main #shaon-pricing-table .pricetitle span,
#main #shaon-pricing-table .selectedpricetitle span,
#main #shaon-pricing-table .pricing-table li,
#main #shaon-pricing-table .selecteprice-content {
	text-shadow: none;
	filter: none;
}
#main #pricing-table,
#main #shaon-pricing-table .pricing-table {
	margin-bottom: 0;
	margin-top: 0;
}
#main #shaon-pricing-table .pricing-table {
	margin-bottom: 0 !important;
}
#main #pricing-table .plan h3 {
	color: #686868;
}
#main #pricing-table .plan .signup {
	padding-top: 0;
}
#main #shaon-pricing-table a.signup {
	filter: none;
}
#main #pricing-table #most-popular {
	border-width: 1px;
}
#main #shaon-pricing-table .selecteprice-content,
#main #shaon-pricing-table .selectedpricetitle span {
	box-shadow: 0 0 5px rgba(0,0,0,0.15)
}

#main #shaon-pricing-table .selecteprice-content {
	border-color: #cccccc !important;
}
#main #shaon-pricing-table .offer-tag,
#main .minimal .featured {
	right: 10px;
}
#main #shaon-pricing-table .feature-content,
#main #shaon-pricing-table .price-content,
#main #shaon-pricing-table .selecteprice-content,
#main #shaon-pricing-table .pricing-table li {
	border-top: none;
}
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button {
	width: auto;
}
#main .minimal .pt-button {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#main .minimal {
	width: 100%;
	margin: 0 -10px;
}
	#main .minimal .plan {
		width: 25%;
		margin: 0 0 0px;
		padding: 0 10px;	
		
		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
#main #pricing-table {
	width: 100%;
}
	#main #pricing-table .plan {
		width: 25%;
		margin-bottom: 0px;
		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
/* pricing tables:end */
.shortcode-code {
	padding: 25px 20px 25px 20px;
}
.rev_slider_wrapper {
	z-index: 1;
}
	#page .tp-bullets.tp-thumbs {
		background: none;
	}
	#page .tp-leftarrow.default {
		background:  no-repeat 0 0;
	}
	#page .tp-rightarrow.default {
		background:  no-repeat 0 0;
	}
	#page .tp-leftarrow.default:hover,
	#page .tp-rightarrow.default:hover {
		background-position: 0 -50px;
	}
	#page .tp-bullets.simplebullets.navbar,
	#page .tp-bullets.simplebullets.navbar-old {
		height: auto;
		padding: 3px 7px 7px;
		border: none;
		background: rgba(0,0,0,0.4);
	}
	.old-ie #page .tp-bullets.simplebullets.navbar,
	.old-ie #page .tp-bullets.simplebullets.navbar-old {
		background-image: none;
		background: transparent;
		-ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000)"; /* ie8 */
		    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000);   /* ie6 & 7 */
		      zoom: 1;
	}
	#page .tp-bullets.simplebullets.navbar .bullet,
	#page .tp-bullets.simplebullets.round .bullet,
	#page .tp-bullets.simplebullets.navbar-old .bullet,
	#page .tp-bullets.simplebullets.square-old .bullet,
	#page .tp-bullets.simplebullets.square-old .bullet.last,
	#page .tp-bullets.simplebullets.round-old .bullet {
		position: relative;
		width: 10px;
		height: 10px;
		margin: 5px 3px 2px 4px;
		background: #fff;
	}
	#page .tp-bullets.simplebullets.navbar .bullet,
	#page .tp-bullets.simplebullets.round .bullet,
	#page .tp-bullets.simplebullets.navbar-old .bullet,
	#page .tp-bullets.simplebullets.round-old .bullet {
		-webkit-border-radius:	5px;
		-moz-border-radius:		5px;
		-ms-border-radius:		5px;
		-o-border-radius:		5px;
		border-radius:			5px;
	}
	#page .tp-bullets.simplebullets.navbar .bullet:after,
	#page .tp-bullets.simplebullets.round .bullet:after,
	#page .tp-bullets.simplebullets.navbar-old .bullet:after,
	#page .tp-bullets.simplebullets.square-old .bullet:after,
	#page .tp-bullets.simplebullets.round-old .bullet:after {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -3px 0 0 -3px;
		width: 6px;
		height: 6px;
		content: "";
		background: #dcdcdc;
	}
	#page .tp-bullets.simplebullets.navbar .bullet:after,
	#page .tp-bullets.simplebullets.round .bullet:after,
	#page .tp-bullets.simplebullets.navbar-old .bullet:after,
	#page .tp-bullets.simplebullets.round-old .bullet:after {
		-webkit-border-radius:	3px;
		-moz-border-radius:		3px;
		-ms-border-radius:		3px;
		-o-border-radius:		3px;
		border-radius:			3px;
	}
	#page .tp-rightarrow.navbar,
	#page .tp-leftarrow.navbar,
	#page .tp-leftarrow.round,
	#page .tp-rightarrow.round,
	#page .tp-leftarrow.navbar-old,
	#page .tp-rightarrow.navbar-old,
	#page .tp-leftarrow.square-old,
	#page .tp-rightarrow.square-old,
	#page .tp-rightarrow.round-old,
	#page .tp-leftarrow.round-old {
		width: 20px;
		height: 14px;
		margin: 4px 0 0 0;
	}
	#page .tp-rightarrow.navbar:hover,
	#page .tp-leftarrow.navbar:hover,
	#page .tp-leftarrow.round:hover,
	#page .tp-rightarrow.round:hover,
	#page .tp-leftarrow.navbar-old:hover,
	#page .tp-rightarrow.navbar-old:hover,
	#page .tp-leftarrow.square-old:hover,
	#page .tp-rightarrow.square-old:hover,
	#page .tp-rightarrow.round-old:hover,
	#page .tp-leftarrow.round-old:hover {
		background-position: 0 0;
		opacity: 0.7;
	}
	#page .tp-rightarrow.navbar,
	#page .tp-rightarrow.navbar:hover,
	#page .tp-rightarrow.round,
	#page .tp-rightarrow.round:hover,
	#page .tp-rightarrow.navbar-old,
	#page .tp-rightarrow.navbar-old:hover,
	#page .tp-rightarrow.square-old,
	#page .tp-rightarrow.square-old:hover,
	#page .tp-rightarrow.round-old:hover,
	#page .tp-rightarrow.round-old {
		background-position: right 0;
	}
/* !- animate on scroll*/

/* scale up animation */
@-webkit-keyframes mk_scale {
	0% {
		-webkit-transform: scale(0.3);
 		opacity: 0.1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes mk_scale {
 	0% {
		-moz-transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
 	}
}
 @-o-keyframes mk_scale {
	0% {
		-o-transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}
@keyframes mk_scale {
	0% {
		transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


/* fade in animation */
@-webkit-keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}	
}
@keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}

/* left to right animation */
@-webkit-keyframes mk_left_to_right {
	0% {
		-webkit-transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_left_to_right {
	0% {
		-moz-transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes mk_left_to_right {
	0% {
		-o-transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes mk_left_to_right {
	0% {
		transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* right to left animation */
@-webkit-keyframes mk_right_to_left {
	0% {
		-webkit-transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_right_to_left {
	0% {
		-moz-transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}
@-o-keyframes mk_right_to_left {
	 0% {
		-o-transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}

}
@keyframes mk_right_to_left {
	0% {
		transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* bottom to top animation */
@-webkit-keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_bottom_to_top {
	0% {
		-moz-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}
@-o-keyframes mk_bottom_to_top {
	0% {
		-o-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes mk_bottom_to_top {
	0% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* top to bottom animation */
@-webkit-keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_top_to_bottom {
	0% {
		-moz-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}
@-o-keyframes mk_top_to_bottom {
	0% {
		-o-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes mk_top_to_bottom {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.no-mobile .animate-element,
.no-touch .animate-element {
     opacity: 0;
	-webkit-perspective: 1000;
}
.skills.animate-element {
	opacity: 1;
}
.no-mobile .animate-element.benefits-grid,
.no-touch .animate-element.benefits-grid {
	opacity: 1;
}
.no-touch .animate-element.start-animation.scale-up,
.no-touch #page .animate-element.start-animation.scale-up {
     -webkit-animation: mk_scale 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_scale 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_scale 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_scale 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}

.no-touch .animate-element.start-animation.fade-in,
.no-touch #page .animate-element.start-animation.fade-in {
	-webkit-animation: mk_fade 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_fade 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_fade 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_fade 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}

.no-touch .animate-element.start-animation.right-to-left,
.no-touch #page .animate-element.start-animation.right-to-left {
	-webkit-animation: mk_right_to_left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_right_to_left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_right_to_left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_right_to_left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
.no-touch .animate-element.start-animation.left-to-right,
.no-touch #page .animate-element.start-animation.left-to-right {
	-webkit-animation: mk_left_to_right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_left_to_right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_left_to_right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_left_to_right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
.no-touch .animate-element.start-animation.top-to-bottom,
.no-touch #page .animate-element.start-animation.top-to-bottom {
	-webkit-animation: mk_top_to_bottom 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_top_to_bottom 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_top_to_bottom 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_top_to_bottom 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
.no-touch .animate-element.start-animation.bottom-to-top,
.no-touch #page .animate-element.start-animation.bottom-to-top {
	-webkit-animation: mk_bottom_to_top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_bottom_to_top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_bottom_to_top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_bottom_to_top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
/* animate on scroll:end */
#main .gallery img {
	border: none;
}

/*
 * swiper - mobile touch slider css
 * http://www.idangero.us/sliders/swiper
 *
 * vladimir kharlampidi, the idangero.us
 * http://www.idangero.us/
 * 
 * copyright 2012-2013, vladimir kharlampidi
 * the idangero.us
 * http://www.idangero.us
 *
 * licensed under gpl & mit
 *
*/

/* ===============================================================
basic swiper styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* fix of webkit flickering */
	z-index:1;
	background-color: #000;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	overflow: hidden;
	float: left;
}

/* ie10 windows phone 8 fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-slide {
	/* specify slides's size: */
	
	width: 100%;
	height: 100%;
}

.wf-1-3 .shortcode-gallery.dt-format-gallery .rollover i:after,
.wf-1-3 .shortcode-gallery.dt-format-gallery .rollover i:before,
.wf-1-4 .shortcode-gallery.dt-format-gallery .rollover i:after,
.wf-1-4 .shortcode-gallery.dt-format-gallery .rollover i:before,
.format-gallery-normal .rollover i:after,
.format-gallery-normal .rollover i:before,
.wf-1-3 .post .dt-format-gallery-coll i:after,
.wf-1-3 .post .dt-format-gallery-coll i:before,
.wf-1-4 .post .dt-format-gallery-coll i:after,
.wf-1-4 .post .dt-format-gallery-coll i:before {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background-size: 15px 15px;
}
.wf-1-3 .shortcode-gallery.dt-format-gallery .rollover-video .video-icon,
.wf-1-4 .shortcode-gallery.dt-format-gallery .rollover-video .video-icon,
.wf-1-3 .post .dt-format-gallery-coll .rollover-video .video-icon,
.wf-1-4 .post .dt-format-gallery-coll .rollover-video .video-icon {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-size: 50px 50px;
}
#shaon-pricing-table .amount {
	line-height: 45px;
}
.interval {
	padding-bottom: 10px;
}
.offer-tag {
	display: none;
}


.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 0 !important;
}

/*!- vc*/
.wpb_content_element.dt-style .wpb_accordion_wrapper .wpb_accordion_header {
	background: none;
}
.wpb_accordion.dt-style .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion.dt-style .wpb_accordion_wrapper .ui-state-default .ui-icon {
	display: none;
}
.wpb_accordion.dt-style .wpb_accordion_wrapper .wpb_accordion_header a,
.wpb_toggle.dt-style,
#content h4.wpb_toggle.dt-style {
	padding: 0 0 0 25px;
	margin-bottom: 0;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.dt-style .wpb_accordion_section {
	margin: 10px 0 0;
	padding: 9px 0 0;
}
.dt-style .wpb_accordion_section:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.wpb_toggle_content.dt-style {
	padding: 9px 0 0;
	margin: 0 0 0px;
}
.wpb_content_element.dt-style .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 10px 0 5px;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	display: none;
}
.wpb_content_element .wpb_accordion_header a:active,
.wpb_content_element .wpb_accordion_header a:focus,
.wpb_content_element .wpb_accordion_header a,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	outline: 0 !important;
	-webkit-appearance: none;
}

.dt-style .wpb_accordion_section:first-child,
.stripe .dt-style .wpb_accordion_section:first-child {
	border-top: none;
}

/*tabs*/
.wpb_tabs.tab-style-one .wpb_tabs_nav li {
	position: relative;
	margin: 0 1px 1px 0; 
}
.wpb_content_element.tab-style-two .wpb_tabs_nav li,
.wpb_content_element.wpb_tabs.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element.tab-style-two .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
	background: none;
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li {
	margin: 0 0 -1px;
	border-right: 1px solid;
	border-top: 1px solid;
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li a {
	padding: 9px 20px 10px;
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li:first-child {
	border-left: 1px solid;
}
.wpb_content_element.tab-style-two .wpb_tabs_nav {
	margin-bottom: 25px;
	border-bottom: 1px solid;
}
.wpb_content_element.tab-style-two .wpb_tabs_nav,
#content .wpb_content_element.tab-style-two .wpb_tabs_nav {
	margin-bottom: 25px;
}
.wpb_content_element.wpb_tabs.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 0;
}
.wpb_content_element.wpb_tabs.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 25px 0 15px;
}
.wpb_content_element.tab-style-three .wpb_tabs_nav li,
.wpb_tour.wpb_content_element.tab-style-one li,
.wpb_tour.wpb_content_element.tab-style-two li,
.wpb_tour.wpb_content_element.tab-style-three li {
	position: relative;
}
.wpb_content_element.tab-style-one .wpb_tabs_nav li.ui-tabs-active:before,
.wpb_content_element.tab-style-three .wpb_tabs_nav li.ui-tabs-active:before {
	position: absolute;
	display: block !important;
	left: 50%;
	top: 100%;
	margin-left: -7px;
	width: 0;
	height: 0;
	z-index: 98;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid red;
	content: "";
}
.wpb_tour.wpb_content_element.tab-style-one .wpb_tabs_nav > li {
	margin: 0 1px 1px 0;
}
.wpb_tour.wpb_content_element.tab-style-two .wpb_tabs_nav li {
	border-top: 1px solid;
}
.wpb_tour.wpb_content_element.tab-style-two .wpb_tabs_nav li:first-child {
	border-top: none;
}
.wpb_tour.wpb_content_element.tab-style-two .wpb_tabs_nav {
	border-bottom: none;
	border-right: 1px solid;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.wpb_tour.wpb_content_element.tab-style-one li.ui-tabs-active:after,
.wpb_tour.wpb_content_element.tab-style-two li.ui-tabs-active:after,
.wpb_tour.wpb_content_element.tab-style-three li.ui-tabs-active:after {
	position: absolute;
	display: block !important;
	top: 50%;
	margin-top: -19px;
	right: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-left: 19px solid red;
	border-bottom: 19px solid transparent;
	content: "";
}
.wpb_tour.wpb_content_element.tab-style-two li.ui-tabs-active {
	border-color: transparent;
}
.wpb_tour.wpb_content_element.tab-style-two .wpb_tabs_nav > li {
	margin: 0;
}
.wpb_tour.wpb_content_element.tab-style-two .wpb_wrapper {
	display: table;
}
.wpb_tour.wpb_content_element.tab-style-two .wpb_tabs_nav,
.wpb_tour.wpb_content_element.tab-style-two .wpb_tab {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.wpb_tour.wpb_content_element.tab-style-one li.ui-tabs-active:before,
.wpb_tour.wpb_content_element.tab-style-three li.ui-tabs-active:before,
.wpb_tour_next_prev_nav {
	display: none !important;
}
.wpb_content_element.wpb_tabs.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 25px 20px 15px;
}
.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 25px 30px 15px;
}
.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
	padding-left: 30px;
}
#main .wpb_content_element .wpb_tabs_nav li {
	white-space: normal;
}
@media (max-width: 480px) {
	.wpb_tour.wpb_content_element.tab-style-two .wpb_wrapper {
		display: block;
	}
	.wpb_tour.wpb_content_element.tab-style-two .wpb_tabs_nav,
	.wpb_tour.wpb_content_element.tab-style-two .wpb_tab {
		display: block;
		float: none;
	}
	.wpb_tour.wpb_content_element.tab-style-one li.ui-tabs-active:after,
	.wpb_tour.wpb_content_element.tab-style-two li.ui-tabs-active:after,
	.wpb_tour.wpb_content_element.tab-style-three li.ui-tabs-active:after {
		display: none !important;
	}
	.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
	.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
		padding-left: 0px;
	}
}
.dt-style .flexslider {
	padding: 0 20px 20px;
	border: none;
}
.dt-style .flexslider:hover .flex-next,
.dt-style .flexslider:hover .flex-prev {
	opacity: 0.6;
}
.dt-style .flexslider,
.dt-style .flex-control-paging li a {
	-webkit-box-shadow: none;
	-moz-box-shadow:	none;
	-ms-box-shadow: 	none;
	-o-box-shadow:		none;
	box-shadow:			none;

	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}
.dt-style .flexslider li img {
	margin-top: 20px;
}
.wpb_posts_slider h2 {
	margin-bottom: 20px;
}
.dt-style.wpb_posts_slider .flex-caption {
	background: none;
	margin-bottom: -10px;
	padding: 20px 0 0;
}
.dt-style .flex-direction-nav .flex-next,
.dt-style .flex-direction-nav .flex-prev {
	background-image: none;
	-webkit-border-radius:	15px;
	-moz-border-radius:		15px;
	-ms-border-radius:		15px;
	-o-border-radius:		15px;
	border-radius:			15px;
}
.dt-style .flex-direction-nav .flex-next:before,
.dt-style .flex-direction-nav .flex-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 30px;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
}
.dt-style .flex-direction-nav .flex-next:before {
	width: 32px;
}
.dt-style .flex-control-paging li a,
.dt-style .flex-control-paging li a:hover,
.dt-style .flex-control-paging li a.flex-active {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.dt-style .flex-control-nav {
	margin-left: -20px;
}
.dt-style .flex-control-nav li {
	margin: 0;
}
#main .wpb_gmaps_widget .wpb_map_wraper {
	padding: 0;
	background: none;
}

/*!- scroll top*/
.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 34px;
	height: 34px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; 

	-webkit-transition:	opacity 400ms ease;
	-moz-transition:	opacity 400ms ease;
	-ms-transition:		opacity 400ms ease;
	-o-transition:		opacity 400ms ease;
	transition:			opacity 400ms ease;
	z-index: 99;
}
.scroll-top.off {
	right: -35px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	/*z-index: -1;*/
}
.scroll-top.on {
	right: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; 
}
.scroll-top:before {
	display: block;
	width: 34px;
	height: 34px;
	content: "";
	background-image: ;
	background-repeat: no-repeat;
	background-position: center center;

}
.old-ie .scroll-top:before {
	background-image: url(/uploads/image/wtdimages/old-ie.png);
	background-repeat: no-repeat;
	background-position: 0 -860px;
}
.touch .stripe {
	background-attachment: scroll !important;
}
.wpb_tabs .wpb_tab {
	clear: both;
}