@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 */

html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1),
html:not(.mobile-true) #header img,
html:not(.mobile-true) #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;
}

html:not(.mobile-true) #main .benefits-grid-ico.animate-element img,
html:not(.mobile-true) #main .animate-element img,
html:not(.mobile-true) #main .wpb_revslider_element img,
html:not(.mobile-true) .pp_content img,
html:not(.mobile-true) #page .widget_shopping_cart_content img,
html:not(.mobile-true) #page .grav-grav img,
html:not(.mobile-true) #page .comment-gravatar img,
html:not(.mobile-true) #shWrap img,
html:not(.mobile-true) #page .royalSlider img {
	opacity: 1;

	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
}
input#captcha_code {
    border: 1px solid #CCCCCC;
    width: 69px;
}
.royalSlider {
	overflow: hidden;
}
	.royalSlider > li,
	.slider-content > li {
		display: none;
	}

.fs-entry-content h4 a {color:#005494;}
	.contact-details .details2 a { color:#050505; text-decoration:none;}
	.required { color:#ff0000;}
	.content-full { float:left; width:100%;}
	.sitemap-bullet,ul.page-list { display:none;}
/* !- Animate on scroll*/

#fade{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#light{
	display: none;
	position: absolute;
	top: 11%;
	left: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;					
	border: 5px solid #00599C;
	background: #FFF;
	z-index:1002;
	overflow:visible;
}
#light a{float: right; padding: 5px 5px; color: #fff; text-decoration:none; background: #00599C}
#light .newsletter-subscription{ width: 100%; float: left; padding: 20px 0 0 0}
#light .newsletter-email{width: 170px}
#light  .newsletter-td-submit .newsletter-submit {
    background: none repeat scroll 0 0 #00599B;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 38%;
    padding: 6px 15px;
}
.content ul{list-style:none; margin: 0 0 15px 0}
.content ul ul{list-style:none; margin: 15px 0}
.content ul li{background: url(../images/bullet1.gif) no-repeat 0 8px; padding: 0 0 0 15px}
.content ul li li{background: url(../images/bullet3.gif) no-repeat 0 8px; padding: 0 0 0 15px}
/* 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-touch .animate-element {
	opacity: 0;
	-webkit-perspective: 1000;
}
.ie-mobile .animate-element {
	opacity: 1;
}
.skills.animate-element {
	opacity: 1;
}

.no-touch .animate-element.start-animation.scale-up,
.no-touch #page .animate-element.start-animation.scale-up,
.no-touch #page .wpb_start_animation.wpb_appear {
	-webkit-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_scale 0.5s 1 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 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_fade 0.7s 1 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,
.no-touch #main .wpb_start_animation.wpb_right-to-left {
	-webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_right_to_left 0.6s 1 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,
.no-touch #main .wpb_start_animation.wpb_left-to-right {
	-webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_left_to_right 0.6s 1 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,
.no-touch #main .wpb_start_animation.wpb_top-to-bottom {
	-webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_top_to_bottom 0.6s 1 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,
.no-touch #main .wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}

.touch #main .wpb_start_animation.wpb_top-to-bottom {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_left-to-right {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_right-to-left {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_appear {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_animate_when_almost_visible {
	opacity: 1;
}
/* Animate on scroll:end */
/* !Beautiful loading: end */
/* !Basic typography */
body {
	position: relative;font-family: 'Open Sans';
}
body.responsive-off {
	min-width: 998px;
}
.clear{clear:both}
.threed-fullscreen {
	overflow: hidden;
}
.wf-wrap-footer .wf-td {float:left;}
.threed-fullscreen #main {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
	clear: none;
}
#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 ol {
	margin: 0 0 10px 20px;
}
.content .widget ul,
.content .widget ol {
	margin: 0 0 0px 0px;
}
.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,
.customSelect {
	padding: 9px 10px 8px 10px;
	border: solid 1px #e0e0e0;
	
	-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;
	background-color: #fff;
}
textarea {
	color: #7a7a7a !important;
} 
.stripe input[type="text"],
.stripe input[type="tel"],
.stripe input[type="url"],
.stripe input[type="email"],
.stripe input[type="number"],
.stripe input[type="date"],
.stripe input[type="range"],
.stripe input[type="password"],
.stripe select,
.stripe textarea,
.stripe .wpcf7-form-control-wrap,
.stripe .wpcf7-form-control-wrap * {
	color: #7a7a7a;
}

.dt-form input[type="text"],
.dt-form input[type="tel"],
.dt-form input[type="url"],
.dt-form input[type="email"],
.dt-form input[type="number"],
.dt-form input[type="date"],
.dt-form input[type="range"],
.dt-form input[type="password"],
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="range"],
.comment-form input[type="password"],
.dt-form select,
.dt-form .customSelect {
	border: none;
	border-top: solid 1px #e0e0e0;
}
.dt-form input[type="text"],
.dt-form input[type="tel"],
.dt-form input[type="url"],
.dt-form input[type="email"],
.dt-form input[type="number"],
.dt-form input[type="date"],
.dt-form input[type="range"],
.dt-form input[type="password"],
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="range"],
.comment-form input[type="password"] {
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}

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;
}

textarea {
	border: solid 1px #e0e0e0;
}


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

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color: #7A7A7A;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #7A7A7A;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #7A7A7A;
}

input[type="text"]:input-placeholder,
input[type="password"]:input-placeholder,
textarea:input-placeholder {
	color: #7A7A7A;
}
.form-message {
	display: block;
	margin-bottom: 10px;
}

.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;
}

blockquote {
	padding: 15px 20px 5px 20px;
	margin: 5px 0 10px 0;
}
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content {
	border-style: solid;
	border-width: 1px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.format-status-content {
	border: none;
}
.alignleft {
	float: left;
	margin: 10px 30px 10px 0;
	width: auto
}
.alignleft2 {
	float: left;
	margin: 10px 30px 40px 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;
}
.alignnone.emailid {
	float: none;
	margin: 0;
	vertical-align:middle
}
.shortcode-single-image-wrap.alignnone,
.shortcode-single-image-wrap.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* !- 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 */

.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.dt-btn,
.woocommerce #main a.button,
#page .woocommerce a.button,
#main button.button,
#main input.button,
#main #respond input#submit,/*
#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,
#main-slideshow .tp-button,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
.nsu-submit,
form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
#main .woocommerce button.button,
.woocommerce .pp_woocommerce #respond input#submit {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	top: 0;
	border: none;
	text-decoration: none;
	white-space: nowrap;
	
	-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;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	
	/*-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);*/
}
	.dt-btn .fa {
		color: inherit;
	}
	.dt-btn.dt-btn-s .fa,
	.dt-btn.dt-btn-m .fa {
		margin-right: 8px;
	}
	.dt-btn.dt-btn-l .fa {
		margin-right: 9px;
	}
	.dt-btn.dt-btn-s.ico-right-side .fa,
	.dt-btn.dt-btn-m.ico-right-side .fa {
		margin-right: 0px;
		margin-left: 8px;
	}
	.dt-btn.dt-btn-l.ico-right-side .fa {
		margin-right: 0px;
		margin-left: 9px;
	}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#main button.button,
#main input.button {
	padding-top: 4px;
	padding-bottom:6px;
	border: none;

	-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;	
}
input[type="submit"] {
	padding-top: 9px;
	padding-bottom: 9px;
}
#main #shaon-pricing-table a.signup {
	background-image: none;
}
#main-slideshow .tp-button {
	padding-top: 0;
	letter-spacing: normal;
}
.wpcf7-submit.dt-btn-m,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"] {
	padding: 6px 0 8px 0;
}
.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;
}

.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,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input.wpcf7-submit.dt-btn-m[type="submit"]:hover,
.dt-btn:hover,
.woocommerce #main a.button:hover,
#page .woocommerce a.button:hover,
#main button.button:hover,
#main input.button:hover,
#main #respond input#submit:hover,
#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,
#main-slideshow .tp-button:hover,
#main .gform_wrapper .gform_footer input.button:hover,
#main .gform_wrapper .gform_footer input[type="submit"]:hover,
.nsu-submit:hover,
form.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.woocommerce .pp_woocommerce #respond input#submit:hover {
	text-decoration: none;
	background: #005999;
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 100%);  FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0)));  Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  W3C */

}
.icons-bg a.benefits-grid-ico:hover {
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 100%);  FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0)));  Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%);  W3C */
}

.dt-btn:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#main .gform_wrapper .gform_footer input.button:active,
#main .gform_wrapper .gform_footer input[type="submit"]:active,
.nsu-submit:active,
form.mc4wp-form input[type="submit"]:active,
div.mc4wp-form button[type="submit"]:active {
	top: 2px;
}
/* Buttons: end */


/* !Basic blocks layout */

#page {
	position: relative;
	overflow: hidden;
}
#page.boxed {
	overflow: hidden;
}
	#page.boxed {
		/*max-width: 1320px;*/
		max-width: 100%;
		margin: 0 auto;

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

.overlap #header {
	position: relative;
	z-index: 10;
}
#header.hidden-header {
	display: none;
}
.transparent #header {
	position: absolute;
	width: 100%;
	z-index: 2;
	border: none;
}
.overlap #main-slideshow,
.overlap #fancy-header {
	margin-top: -70px;
	margin-bottom: -70px;
}
.no-touch #fancy-header .fancy-title,
.no-touch #fancy-header .fancy-subtitle,
.no-touch #fancy-header .breadcrumbs {
	opacity: 0;
}
.ie-mobile #fancy-header .fancy-title,
.ie-mobile #fancy-header .fancy-subtitle,
.ie-mobile #fancy-header .breadcrumbs {
	opacity: 1;
}

#fancy-header .fancy-title.start-animation,
#fancy-header .fancy-subtitle.start-animation,
#fancy-header .breadcrumbs.start-animation {
	-webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}

	#fancy-header .td-for-height {
		width: 0;
	}
	#fancy-header.title-left.breadcrumbs-off .td-for-height,
	#fancy-header.title-right.breadcrumbs-off .td-for-height {
		display: none;
	}
#fancy-header.title-center .wf-wrap {
	display: table;
}
#fancy-header.title-center .wf-table {
	display: table-cell;
	vertical-align: middle;
}
	#fancy-header.title-center .td-for-height {
		display: none;
	}

.is-webkit.overlap #fancy-header {
	position: relative;
}
.fancy-header .breadcrumbs li {
	position: relative;
	background: none;
}
.fancy-header .breadcrumbs li:first-child:before,
.fancy-header .breadcrumbs li:first-child:after {
	background: none;
}
.fancy-header .breadcrumbs li:before,
.fancy-header .breadcrumbs li:after {	
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 13px;
	content: "";
	background-position: 2px center;
	background-repeat: no-repeat;
	z-index: 3;
}
.fancy-header .breadcrumbs li:after {
	top: 1px;
	left: 0;
	z-index: 2;
}
@media screen and (max-width: 1380px) {
	#page.boxed {
		margin: 0px auto;
		max-width: 1380px;
	}
			.emarketing-hd { float:left; width:100%; font-size:35px; line-height:40px; margin:10px 0 30px 0; color:#000;}
	.emarketing-link  a{ float:left; font-size:30px; text-decoration:none; width:90%; padding:10px 5%; background:#3F8AC0; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
	.product-ideas-use { float:left; width:100%; font-size:35px; margin:0 0 30px 0; color:#000;}
	.news-tl{ float:left; width:100%; font-size:30px; margin:0 0 30px 0; color:#000;}
	.wf-cell img { width:100%;}


}

@media screen and (width: 768px) {
#branding-bottom {
	width: 100%;
	padding: 0 0 0 0 !important;
	/*line-height: 0;
	font-size: 0;*/background:#0a63a3;
}
.htb-text { float:left; width:100%; padding:28px 0 0; color:#8d9095;}
.htb-text img { float:left; margin:0 20px 20px 0;}
.htb-text span { font-family: 'Open Sans';font-weight: 700; text-transform:uppercase;}
.copyright { float:left; width:100%; font-family: 'Open Sans';font-weight: 400;padding:0 0 28px 0; color:#8d9095;}

.signup-text { float:left; padding:28px 5% 5px 5%; width:90%;font-family: 'Open Sans';font-weight: 400; font-size:16px;color:#005591;}
.signup-text span { font-weight:600;}
.signup-bt { float:left; padding:0 5% 20px 5%; width:90%;font-family: 'Open Sans';font-weight: 400; font-size:16px; background:#f0f0f1;color:#fff;}
.google-htb-logo{ float:left; width:100%;margin:55px 0 0 0;}
.address {
    float: left;
    width: 42% !important;
}
}
/* Basic blocks layout: end */

/* !Helper styles */

.assistive-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px); display:none;
}
.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.title-center.breadcrumbs-off .hgroup {
	padding-bottom: 60px;
}
.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: 6px;
		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;
	}

.breadcrumbs li a,
.fancy-header .breadcrumbs li a {
	color: inherit;
}
.hr-breadcrumbs {
	overflow: hidden;
}
.page-title.title-left .hr-breadcrumbs,
.page-title.title-right h1 {
	text-align: right;
}
.page-title.title-center .wf-td {
	display: block;
	text-align: left;
}
.page-title .hr-breadcrumbs.divider-heder {
	margin-top: 0px;
	margin-bottom: 10px; float:left; text-align:left; width:100%; border-bottom:1px solid #dee2e4; padding:0 0 5px 0;
}


	.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: "";
		}
		.page-title .hr-breadcrumbs .breadcrumbs:after {
			display: none;
		}

/* Breadcrumbs: end */


/* !Top and bottom bars */
#top-bar {
	position: relative;
}
.transparent #top-bar {
	margin-bottom: -1px;
}
#top-bar:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: "";
	z-index: 9;
}
	#top-bar .wf-float-left p {
		margin-bottom: 0;
	}
#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;
}
.right-block {
	text-align: right;
}
	.right-block .soc-ico,
	.shopping-cart {
		display: inline-block;
		vertical-align: middle;
		/*float: right;*/
	}
	.shopping-cart {
		padding-left: 20px;
	}
	.right-block .soc-ico {
		margin-left: -65px;
	}
	#top-bar .right-block:before,
	#top-bar .right-block:after {
		content: "";
		display: table;
		clear: both;
	}


#bottom-bar {
	position: relative;
	z-index: 9;
	min-height: 30px;
}
#bottom-bar .wf-table {
	height: 60px;
}
#bottom-bar .wf-td p {
	margin-bottom: 0;
}
.bottom-text-block {
	text-align: right;
}

#branding-bottom {
	width: 100%;
	/*padding: 0 40px 0 40px;
	line-height: 0;
	font-size: 0;background:#0a63a3;*/
}

/* Top and bottom bars: end */


/* !- Mini widgets */

	/* !-- Contacts */

	.mini-contacts li {
		display: inline-block;
		position: relative;
		margin: 0 10px 0 0px;
		padding-left: 18px;
		background-repeat: no-repeat;
		background-position: 0 center;
		white-space: nowrap;
	}
	.old-ie .mini-contacts li {
		padding-left: 0;
	}
	.ancient-ie .mini-contacts li {
		display: inline;
		zoom: 1;
		position: static;
		margin: 0 10px 0 0;
	}
	.mini-contacts li:first-child:before {
		border-left: none;
	}
	.mini-contacts li:last-child {
		margin-right: 0;
	}

	/* !-- Navigation */

	.mini-nav li {
		position: relative;
		display: inline-block;
		margin: 0 16px 0 0;
	}
	.ancient-ie .mini-nav li {
		display: inline;
		zoom: 1;
		margin-right: 15px;
		white-space: nowrap;
	}
	
	.mini-nav > ul > li.has-children {
		background-position: right center;
		background-repeat: no-repeat;
		padding-right: 12px;
	}
	.mini-nav li:first-child:before {
		border-left: none;
	}
	.mini-nav select {
		min-width: 100px;
		height: 30px;
	}


	/* !-- 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 {
		height: 20px;
		padding-left: 10px;
	}

		.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-repeat: no-repeat;
		}
		.widget .searchform input,
		.content .searchform input,
		.woocommerce.widget_product_search #s,
		.woocommerce.widget_product_categories #dropdown_product_cat,
		.woocommerce .woocommerce-ordering select,
		.woocommerce-page .woocommerce-ordering select,
		#pp_full_res .comment-form-email input,
		#pp_full_res .comment-form-author input,
		.wpcf7 input[type="text"],
		.wpcf7 input[type="tel"],
		.wpcf7 input[type="url"],
		.wpcf7 input[type="email"],
		.wpcf7 input[type="number"],
		.wpcf7 input[type="date"],
		.wpcf7 input[type="range"],
		.wpcf7 input[type="password"],
		.wpcf7 select,
		.gform_body input[type="text"],
		.gform_body input[type="email"], 
		.gform_wrapper .gform_body input[type="url"],
		.gform_wrapper .gform_body input[type="tel"],
		.gform_wrapper .gform_body input[type="number"],
		.gform_wrapper .gform_body input[type="password"],
		.gform_body select,
		.nsu_widget input[type="text"],
		.nsu_widget input[type="email"],
		.mc4wp-form input[type="email"],
		.mc4wp-form input[type="text"],
		.mc4wp-form input[type="url"],
		.mc4wp-form input[type="date"],
		.mc4wp-form form select,
		.customSelect,
		#main .chzn-container-single .chzn-single,
		.widget select,
		.woocommerce .comment-form input[type="text"],
		.woocommerce .comment-form input[type="email"] {
			border: 1px solid #E0E0E0;
			background-color: #fff;
		}
		.woocommerce .comment-form input[type="text"],
		.woocommerce .comment-form input[type="email"] {
			margin-left: 5px;
		}
		.woocommerce .form-submit .dt-btn {
			display: none;
		}
		#main .chzn-container-single .chzn-single {
			background-image: none;
			box-shadow: none;
			text-shadow: none; 
		}
		#main .customSelect {
			padding: 6px 10px 5px;
		}
		.woocommerce-ordering-div {
			position: relative;
		}
		#calc_shipping_country {
			width: 100% !important;
			padding: 16px 10px 16px;
		}
		.customSelect.country_to_state {
			width: 100% !important;
		}
		.customSelect.country_to_state .customSelectInner {
			width: 100% !important;
		}
		.customSelect .customSelectInner {
			text-align: left;
			background-position: right center;
			background-repeat: no-repeat;
		}
		.nsu_widget label {
			margin-right: 10px;
		}
		.widget .searchform input,
		.content .searchform input,
		.woocommerce.widget_product_search #s,
		.woocommerce.widget_product_categories #dropdown_product_cat,
		.woocommerce .woocommerce-ordering select,
		.woocommerce-page .woocommerce-ordering select,
		#pp_full_res .comment-form-email input,
		#pp_full_res .comment-form-author input {
			padding-right: 30px;
		}
		.gform_wrapper .gform_body input[type="text"], 
		.gform_wrapper .gform_body input[type="url"],
		.gform_wrapper .gform_body input[type="email"],
		.gform_wrapper .gform_body input[type="tel"],
		.gform_wrapper .gform_body input[type="number"],
		.gform_wrapper .gform_body input[type="password"] {
			padding: 9px 10px 8px;
			font-size: 100%;
		}
		.gform_wrapper .gform_body select,
		.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex select,
		.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex .ginput_right select,
		.mc4wp-form form select {
			padding: 6px 10px 5px;
			font-size: 100%;
		}
		#pp_full_res .comment-form-email input,
		#pp_full_res .comment-form-author input {
			margin-left: 5px;
		}
		.content .searchform input {
			width: 100%;
		}
	
		.widget .searchform,
		.content .searchform {
			position: relative;
		}
		.widget .searchsubmit,
		.widget .searchform .submit,
		.content .searchform .submit {
			position: absolute;
			top: 5px;
			right: 0;
		}
		.content .widget .searchform .submit,
		.widget .searchform .submit {
			top: 12px;
		}
		.content .searchform .submit {
			top: 7px;
		}
		
		.mini-search .field {
			float: left;
			width: 98px;
			height: 20px;
			padding: 0 0 0 13px;
			border: none;
			line-height: 20px;
			background: transparent;
		}
		#header .mini-search .searchsubmit {
			display: none;
		}
		.searchform {
			position: relative;
			z-index: 3;
		}
		#header .mini-search {
			max-width: 20px;
			padding-left: 6px;
			display:none
		}
		#header.logo-left .mini-search {
			width: 35px;
			max-width: 35px;
		}
		#header .mini-search .field {
			position: absolute;
			right: 6px;
			top: 38px;
			width: 290px;
			height: 50px;
			background-color: #fff;
			font-style: italic;
			visibility: hidden;
			-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
			box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
		}
		.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;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s;
}
#phantom.boxed {
	z-index: 9008;
}
.dt-style-um #phantom {
	display: none;
}

	#phantom .ph-wrap {
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:	0 0 6px rgba(0, 0, 0, 0.25);
		-ms-box-shadow:		0 0 6px rgba(0, 0, 0, 0.25);
		-o-box-shadow:		0 0 6px rgba(0, 0, 0, 0.25);
		box-shadow:			0 0 6px rgba(0, 0, 0, 0.25);

		-webkit-transition: background-color 500ms ease;
		-moz-transition: background-color 500ms ease;
		-o-transition: background-color 500ms ease;
		-ms-transition: background-color 500ms ease;
		transition: background-color 500ms ease;
	}
	#phantom .ph-wrap.boxed {
		width: 100%;
		max-width: 100%;

		margin: 0 auto;
	}
	
	@media screen and (max-width: 1380px) {
		#phantom .ph-wrap.boxed {
			max-width: 1380px;
		}
	}
	#phantom .ph-wrap .ph-wrap-content {
			max-width: 1280px;
	}

		#phantom .ph-wrap .ph-wrap-content {
			margin: 0 auto;
			padding: 0 40px;

			-webkit-box-sizing:	border-box;
			-moz-box-sizing:	border-box;
			-ms-box-sizing:		border-box;
			-o-box-sizing:		border-box;
			box-sizing:			border-box;
		}
	#phantom .ph-wrap.with-logo .ph-wrap-inner {
		position: relative;
		display: table;
		width: 100%;
	}
		#phantom .ph-wrap.with-logo .ph-wrap-inner > div {
			display: table-cell;
			vertical-align: middle;
		}
			#phantom .ph-wrap.with-logo .ph-wrap-content .logo-box {
				padding: 5px 40px 5px 0;
				text-align: left;
				line-height: 0;
			}
			#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box {
				text-align: right;
				padding-top: 5px;
				padding-bottom: 5px;
			}
				#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box #main-nav > li > a {
					border: 1px solid rgba(0, 0, 0, 0);
				}



	#phantom #main-nav {
		padding: 0 0px;
		text-align: center;
	}
	#phantom .ph-wrap.with-logo #main-nav {
		padding: 0 0px 0 0;
		text-align: right;
	}

/* !- 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: 28px;
	width: 1px;
}

.logo-classic-centered .navigation-holder,
.logo-classic .navigation-holder {
	border-top: 1px solid;
}
.logo-classic-centered .navigation-holder > div {
	text-align: center;
	line-height: 0;
}
.logo-center .navigation-holder {
	text-align: center;
}

.logo-classic #main-nav > li a,
.logo-classic-centered #main-nav > li a,
.logo-classic #main-nav {
	position: relative;
}

.logo-classic #main-nav > li:hover > a,
.logo-classic-centered #main-nav > li:hover > a {
	border-color: transparent;
}
.logo-classic #main-nav {
	/*margin-left: 5px;*/
	margin-top: -1px;
}
.logo-classic-centered #main-nav {
	margin-top: -1px;
}
.logo-classic .navigation-holder {
	display: table;
	width: 100%;
}
.logo-classic .navigation-holder > div {
	margin: 0 auto;
	max-width: 1200px;
}
.logo-classic .navigation-holder > div,
/*.logo-center .navigation-holder > div,*/
.logo-classic-centered .navigation-holder > div {
	padding: 0 40px;
}
.logo-classic nav,
.logo-center nav,
.logo-classic-centered nav {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.logo-classic-centered nav,
.logo-center nav {
	width: 100%;
}
.logo-classic nav:before,
.logo-classic nav:after {
	content: "";
	display: table;
	clear: both;
}
.logo-classic-centered nav {
	display: inline-block;
	padding-right: 0;
}

.logo-classic .mini-search,
.dt-style-um .logo-center .mini-search,
.dt-style-um .logo-classic-centered .mini-search {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -14px 0px 0 0;
	padding: 0;
}

.logo-center .mini-search,
.logo-classic-centered .mini-search  {
	display: inline-block;
}

.logo-classic .searchform .submit {
	margin-right: 0;
}
.logo-left .searchform .submit {
	margin-top: 2px;
}
.logo-classic .mini-search {
	margin: -10px 0px 0 0;
}
.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 {
	padding: 0 38px 0 0;
}
.logo-center #main-nav,
.logo-classic-centered #main-nav {
	padding: 0 8px 0 0;
}
.logo-classic-centered #main-nav {
	display: inline-block;
	width: auto;
}
.logo-center #main-nav {
	padding-bottom: 10px;
}
.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 {
	display: inline-block;
}
.logo-center #navigation {
	display: inline-block;
}

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

	.logo-classic-centered #main-nav > li {
		padding-bottom: 0;
	}

		#main-nav > li > a {
			display: block;
			border: 1px solid transparent;
			text-decoration: none;
			text-align: left;
		}
			#main-nav > li > a > span > span.menu-subtitle {
				margin-bottom: 3px;
				white-space: nowrap;
			}
			
		#phantom #main-nav > li:hover > a {
			border: 1px solid transparent;
		}
		#main-nav > li.act.menu-frame-on,
		.paginator a.act,
		.filter .filter-categories a.act,
		.icons-bg .benefits-grid-ico,
		.format-status-content {
			/*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);  FF3.6+ */
			/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));  Chrome,Safari4+ */
			/*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);  Chrome10+,Safari5.1+ */
			/*background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%);  Opera 11.10+ */
			/*background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);  IE10+ */
			/*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);  W3C */
		}

		.logo-classic-centered #main-nav > li,
		.logo-classic-centered #main-nav > li > a,
		.logo-classic #main-nav > li,
		.logo-classic #main-nav > li > a,
		#phantom #main-nav > li,
		#phantom #main-nav > li > a {
			-webkit-border-radius:	0px;
			-moz-border-radius:		0px;
			-ms-border-radius:		0px;
			-o-border-radius:		0px;
			border-radius:			0px;
		}

		/* Indications of menu-items containing drop-down submenu */
			#main-nav > li.has-children > a:after {
				display: block;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				width: 9px;
				height: 6px;
				content: "";
			}

			/*.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: 240px;
	padding: 10px 0;
	opacity: 0;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
}
#bottom-bar .sub-nav {
	top: auto;
	bottom: 100%;
}
	#bottom-bar .sub-nav .sub-nav {
		bottom: 0;
	}
	.sub-nav.right-overflow {
		right: 0;
	}

	.sub-nav .sub-nav {
		left: 241px;
		top: -10px;
		margin-top: 0px;
	}
		.sub-nav .sub-nav.right-overflow {
			left: -241px;
		}

	.sub-nav li {
		display: block;
		position: relative;
		padding: 0px 10px 0px 10px;
	}
	.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: "";
		width: 6px;
		height: 9px;
		background-position: right center;
	}

		.sub-nav li a {
			display: block;
			width: 180px;
			border-right: solid 1px transparent;
			border-left: solid 1px transparent;
			margin: 0 0 2px -1px;
			padding: 7px 30px 7px 10px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			line-height: 20px;
		}
		#top-bar .sub-nav {
			z-index: 1003;
		}
			#top-bar .sub-nav li a,
			#bottom-bar .sub-nav li a {
				padding: 7px 30px 7px 10px;
			}
			#top-bar .sub-nav li:before,
			#bottom-bar .sub-nav li:before {
				width: 200px;
				margin: 0 15px;
			}
			#top-bar .sub-nav li.has-children:after,
			#bottom-bar .sub-nav li.has-children:after {
				right: 5px;
			}
			.mini-nav {
				position: relative;
			}
		
			.mini-nav .customSelect,
			.menu-select select {
				border: none;
			}
			.mini-nav .customSelect {
				position: absolute;
				visibility: hidden;
			}
			.mini-nav .customSelect .customSelectInner {
				opacity: 0;
			}
			.menu-select select,
			.mini-nav .customSelect1 {
				visibility: hidden;
			}
			.menu-select {
				position: absolute;
				visibility: hidden;
				/*display: none;*/
				margin: 0 auto;
				opacity: 0;
			}
			.mini-nav .customSelectInner {
				padding-left: 20px;
				background-position: 0 center;
				background-repeat: no-repeat;
			}
			.menu-select:hover,
			.menu-select select {
				cursor: pointer;
			}
			.menu-select select {
				z-index: 999;
			}
			.mini-nav .customSelect {
				padding: 0;
			}


/*Mega menu*/
#header .wf-table {
	position: relative;
}
	#main-nav > li.dt-mega-menu {
		position: static;
	}
		#main-nav > li.dt-mega-menu > a {
			position: relative;
		}
			#main-nav > li > a > span {
				display: table-cell;
			}
		.mega-full-width .sub-nav {
			width: 100%;
			left: 0;
		}
		.dt-mega-menu .sub-nav {
			font-size: 0;
			line-height: 0;
			word-spacing: -4px;
			text-align: left;
			padding-top: 0;
			padding-bottom: 0;
		}
		.hide-mega-title {
			margin-top: 5px;
		}
		.dl-menuwrapper .hide-mega-title {
			margin: 0;
		}
		.sub-nav li.hide-mega-title > a {
			display: none;
		}
		.dt-mega-menu > .sub-nav {
			padding-bottom: 5px;
		}
		.dt-mega-menu .sub-nav li {
			word-spacing: normal;
			padding-left: 0;
			padding-right: 0;
		}
			.dt-mega-menu .sub-nav li.has-children:after {
				display: none;
			}
				.dt-mega-menu .sub-nav li a {
					padding: 3px 8px;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent > a {
					padding-bottom: 12px;
					margin-bottom: 10px;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent.no-link > a:hover,
				.no-link > a:hover {
					opacity: 1;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent:hover > a {
					-webkit-border-radius:	0px;
					-moz-border-radius:		0px;
					-ms-border-radius:		0px;
					-o-border-radius:		0px;
					border-radius:			0px;
				}
					.sub-nav li a > span {
						display: table-cell;
					}
			.mega-auto-width .sub-nav {
				width: auto;
				left: 50%;
				max-width: 100%;
			}
			.mega-auto-width > .sub-nav {
				min-width: 240px;
			}
			.mega-auto-width > .sub-nav.right-overflow {
				left: auto !important;
				right: 0 !important;
			}
			.mega-auto-width > .sub-nav.left-overflow {
				left: 0 !important;
				right: auto !important;
				margin-left: 0 !important;
			}
				.mega-auto-width .sub-nav .wf-1,
				.mega-auto-width .sub-nav .wf-1-2:nth-child(3),
				.mega-auto-width .sub-nav .wf-1-3:nth-child(4),
				.mega-auto-width .sub-nav .wf-1-4:nth-child(5),
				.mega-auto-width .sub-nav .wf-1-5:nth-child(6) {
					clear: left;
				}
			.menu-subtitle {
				display: block;
				text-transform: none;
			}
		
				.dt-mega-menu .sub-nav .dt-mega-parent {
					position: static;
					display: inline-block;
					float: left;
					vertical-align: top;
					padding: 5px 10px 5px;

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

			.dt-mega-menu.mega-auto-width.mega-column-1 > .sub-nav {
				width: 20%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-2 > .sub-nav {
				width: 40%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-3 > .sub-nav {
				width: 60%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-4 > .sub-nav {
				width: 80%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-5 > .sub-nav {
				width: 100%;
			}

				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent {
					/*float: left;*/
					/*width: 240px;*/
					width: 20%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1 {
					width: 100%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-2 {
					width: 50%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-3 {
					width: 33.333%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-4 {
					width: 25%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-5 {
					width: 20%;
				}

				
					.dt-mega-parent .sub-nav > li {
						margin-bottom: 2px;
					}
				.dt-mega-menu .sub-nav .dt-mega-parent:first-child {
					border-left: none;
				}
				
				.dt-mega-parent.new-row {
					clear: both;
				}
				.dt-mega-parent.new-row:first-child {
					clear: right;
				}
				.new-column > a {
					margin-left: -21px !important;
					border-radius: none;
				}
				.dl-menu .new-column,
				.dl-menu .new-column > a {
					position: absolute;
					display: none !important;
				}
			.dt-mega-menu .dt-mega-parent .sub-nav {
				position: relative;
				left: auto;
				top: auto;
				background: none;

				-webkit-box-shadow: none;
				box-shadow: none;
			}
			.dt-mega-menu.dt-hovered .sub-nav .sub-nav {
				visibility: visible !important;
				opacity: 1 !important;
			}
				.dt-mega-menu .sub-nav .dt-mega-parent:before,
				.dt-mega-menu .sub-nav .dt-mega-parent:first-child:before,
				.dt-mega-menu .sub-nav li:before {
					display: none;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent > a {
					border-bottom: 1px solid;
				}
				.old-ie .dt-mega-menu .sub-nav .dt-mega-parent > a {
					border-bottom: none;
				}
					.dt-mega-menu .sub-nav .dt-mega-parent a {
						width: auto;
					}


					.dt-mega-menu .sub-nav .dt-mega-parent a:hover {
						opacity: 0.8;
					}
					.dt-mega-menu .sub-nav .dt-mega-parent.act a:hover {
						opacity: 1;
					}
				#main-nav > .menu-item > a > .fa,
				#main-nav > .menu-item > a > .mega-icon {
					vertical-align: top;
					padding-top: 2px;
					padding-right: 6px;
				}

				.dl-menuwrapper li > a .fa {
					line-height: 1;
					font-size: 12px;
				}
				.menu-item .fa {
					display: table-cell;
					padding-right: 8px;
					vertical-align: top;
				}
				
					.dt-mega-menu .sub-nav .menu-item .fa,
					.dt-mega-menu .sub-nav .dt-mega-parent > a .fa,
					.sub-nav .menu-item .fa {
						padding-top: 3px;
					}
					.dl-menu a .fa,
					.dl-menuwrapper li > a .fa {
						padding-top: 5px;
					}
				.mega-icon {
					display: inline-block;
					vertical-align: middle;
					padding-right: 8px;
					width: 20px;
					height: 20px;
				}
				.sub-nav .mega-icon {
					display: table-cell;
					vertical-align: top;
				}
				.sub-nav li.has-children:after {
					opacity: 0.7;
				}
				.sub-nav li.has-children:after:hover {
					opacity: 1;
				}


/*Mega menu:end*/
/* Menu - second level: end */

/* !- Mobile menu */

#mobile-menu {
	display: none;
	padding: 10px 10px 10px 31px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	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: 10px 0;
	margin: 0 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
}
	.dl-menuwrapper li a > span {
		display: table-cell;
	}
	.dl-menuwrapper li.dl-back a > span {
		display: inline-block;
	}

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

.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%;
		width: 6px;
		height: 9px;
		margin-top: -4.5px;
		content: "";
		background-position: 0 0;
		background-repeat: no-repeat;
}

.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 .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 {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	clear: both;
}

#main-slideshow.fixed {
	padding: 40px;
	margin-top: 0px;
}
#main-slideshow.layer-fixed {
	padding: 40px;
	margin-top: 0px;
}
#main-slideshow.fix.rv-slider {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
}

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

@media screen and (min-width: 760px) {
	.overlap .video-playing #header {
		display: none !important;
	}
	.emarketing-hd {font-family: 'Open Sans';font-weight: 300; float:left; width:100%; font-size:38px; line-height:40px; margin:10px 0 30px 0; color:#000 !important;}
	.emarketing-link  a{ background:url(../images/arrow.gif) no-repeat 300px 125px #3F8AC0;float:left; font-size:32px;font-family: 'Open Sans';font-weight: 300; text-decoration:none; width:90%; padding:10px 5%; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
	.product-ideas-use { float:left; width:100%; font-size:38px;font-family: 'Open Sans';font-weight: 300; margin:0 0 35px 0; color:#000;}
	.news-tl{ float:left; width:100%; font-size:38px;font-family: 'Open Sans';font-weight: 300; margin:0 0 35px 0; color:#000;}
	.wf-cell img { width:100%;}
	div.fs-entry-content h4 {font-size: 14px;text-transform: uppercase;}
	.new-pro-idea-panel { float:left; width:100%; margin:0 0 30px 0;}
	.google-service { float:left; width:47%;}
	.mobile-website { float:right; width:47%;}
	.google-service-hd { float:left; width:100%;font-family: 'Open Sans'; color:#a6ce39;font-weight:400;font-size:22px; margin:0 0 30px 0;}
	.google-service-hd  a{color: #A6CE39; text-decoration:none}
	.google-service-hd  a:hover{color: #A6CE39; text-decoration:none}
	.google-text { float:left; width:100%; font-family:Arial; font-size:14px; line-height:22px;}
	.wf-cell img.content-img1 { float:left; margin:0 20px 20px 0; width:auto; height:auto;}
	.google-text span { font-weight:bold;}
	.stripe-style-5 { background:#f7f7f7/*url(../images/success-story-bg.jpg) no-repeat 0 0*/;}
	h2.success-stories-hd {font-family: 'Open Sans';font-weight: 300; text-align:center;font-size:38px;color:#fff !important;}
	.blue-strip-hd { float:left; width:90%;font-family: 'Open Sans';font-weight: 300; margin:5px 0 15px 0;font-size:38px;color:#fff;}
	.blue-strip-text { float:left; width:90%;font-family: 'Open Sans';font-weight: 400; margin:0 0 10px 0;font-size:18px;color:#fff;}
	.footer-blue-strip .blue-strip-text a{ text-decoration:underline}
	.contact-bt img { width:auto;}
	.blue-strip-hd2 { float:left; background:url(../images/arrow.gif) no-repeat 499px 60px; width:42%; line-height:45px;font-family: 'Open Sans';font-weight: 300; margin:10px 0 0 45px;font-size:33px;color:#fff;}
	.blue-strip2 { background:#0a63a3; color:#fff;}
	.blue-strip2 img {width:auto !important;}
	
	.footer-blue-strip { background: url("../images/blue-strip1.gif") repeat-y center 0; width:100%; float:left; padding:30px 0;}
	.footer-blue-strip-in {margin: 0 auto;width: 1275px}
	
	.left-div { float:left; width:48%;margin:0 0 0 40px;}
	.footer-blue-strip a {color:#fff; text-decoration:none}
	.footer-blue-strip a:hover {color:#fff;}
	.wf-wrap-footer{margin: 0 auto; width: 1275px}
	.htb-text { float:left; width:100%; padding:30px 0 0; color:#8d9095;}
	.htb-text img { float:left; margin:0 20px 20px 0;}
	.htb-text img.phone-no { float:none; margin:0 ; vertical-align:middle}
	.htb-text span { font-family: 'Open Sans';font-weight: 700; text-transform:uppercase;}
	.copyright { float:left; width:100%; font-family: 'Open Sans';font-weight: 400;padding:0 0 10px 0; color:#8d9095;}
	
	.signup-text { float:left; padding:0 0 10px 0;font-family: 'Open Sans';font-weight: 400; font-size:18px;color:#005591;}
	.signup-text span { font-weight:600;}
	.signup-bt { float:right; padding:10px 2% 10px 6%; width:42%; margin:20px 0; border-left:1px solid #d0d0d1;font-family: 'Open Sans';font-weight: 400; font-size:16px; background:#f0f0f1;color:#656565;}
	.google-htb-logo{ float:left; width:30%;margin:40px 0 0 0; text-align:center;}
	.signup-bt input.input { font-size:14px; font-family:14px; width:50%;border-radius:0; padding:6px 10px;border:1px solid #fff; display:inline}
	.signup-bt input.submit { border-radius:0; background:url(../images/submit-bt-bg.gif) repeat-x 0 0; font-size:14px; font-family:Arial; padding:8px 12px 6px; margin:5px 0 0 -5px;text-align:center; border:1px solid #fff;}
	#branding img { width:185px!important; height:78px !important;}
	.content-row { float:left; width:100%; margin:0 0 30px;}
	.image-1 { float:left; width:31%; padding:0 1.66805671% 0 0;}
	.image-2 { float:left; width:31%;padding:0 1.66805671% 0 1.83486239%; background:url(../images/divider.gif) repeat-y 0 0;min-height:320px;}
	.image-1-last { float:left; width:31%;padding:0 0 0 1.66806%;background:url(../images/divider.gif) repeat-y 0 0; min-height:320px;}
	.image-2.photography,.image-1-last.photography { min-height:220px;} 
	.service-img { float:left; width:100%;}
	.service-img img { width:100%;}
	.service-tl{ float:left; width:100%; text-align:center; margin:10px 0 0 0; color:#005493; font-size:22px; text-transform:uppercase;font-family: 'Open Sans';font-weight: 400;}
	.service-tl a{color:#005493; text-decoration:none;}
	.service-tl a:hover{color:#90c306; text-decoration:none;}
	.service-desc{ float:left; width:100%; text-align:center; margin:0 0 0 0;}
	.top-links{ float:right;}
	.blue-text{ color:#005a9a; margin:41px 0 0 0; font-weight:600; font-size:14px;}
	.top-links a{ margin:0 10px;}
	.top-links span.follow{margin:0 0 0 10px;}
	.footer-container { float:left; width:100%; background:#f0f0f1;}
	.branding-bottom img.preload-me { display:none;}
	.address { float:left; width:45.8%; padding:0 0 0 3%; font-size:14px}
	.entry-meta { display:none;}
	.footer-links { float:left; width:94%; background:#f0f0f1; border-bottom:1px solid #d0d0d1; color:#8d9095; padding:30px 3%;}
	.top-links2 { margin:0 0 0 290px; }
	.search-form { float:left; width:165px;}
	input.search-field { padding:5px; border-radius:3px; border:1px solid #d9dce0; width:116px;}
	input.search-submit { width:28px; border-radius:5px; text-align:center; padding:5px 0; background:#005a9a !important;}
	span.screen-reader-text { display:none;}
	ul.footerwrap { float:left; width:87%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li  { text-transform:uppercase;font-size:14px; font-weight:600; }
	ul.footerwrap li a {color:#fff; border-bottom:1px solid #d0d0d1;width:86%; float:left; padding:0 0 5px 0;}
	ul.footerwrap li.menu-item-13302{ float:left; width:18%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13307{ float:left; width:18%; color:#fff; margin:35px 0 0 -18%; padding:0;}
	ul.footerwrap li.menu-item-13306 { float:left; width:18%; color:#fff; margin:-110px 0 0 645px; padding:0;}
	ul.footerwrap li.menu-item-13313 {width:44%; color:#fff; margin:0; padding:0; float: left}
	ul.footerwrap li.menu-item-13383 {width:18%; color:#fff; margin:-74px 0 0 645px; padding:0; float:left;}
	ul.footerwrap li.menu-item-13303 {width:18%; color:#fff; margin:-38px 0 0 645px; padding:0;float:left;}
	ul.footerwrap li.menu-item-13304 {width:18%; color:#fff; margin:70px 0 0 -18%; padding:0;float:left;}
	ul.footerwrap li.menu-item-14213 {width:18%; color:#fff; margin:-39px 0 0 645px; padding:0;float:left;}
	ul.footerwrap li.menu-item-14212 {width:18%; color:#fff; margin:-4px 0 0 645px; padding:0;float:left;}
	ul.footerwrap li.menu-item-14211 {width:18%; color:#fff; margin:-134px 0 0 845px; padding:0;float:left;}
	ul.footerwrap li.menu-item-14269 {width:18%; color:#fff; margin:-103px 0 0 845px; padding:0;float:left;}
	ul.footerwrap li.menu-item-13303 {width:18%; color:#fff; margin:-48px 0 0 845px; padding:0;float:left;}
	#bottom-bar a, #bottom-bar .mini-nav .customSelect {color:#8d9095;}
	ul.footerwrap li ul li { text-transform:none; font-weight:400;border-bottom:none; width:48%; float:left; }
	ul.footerwrap li ul li#menu-item-13641 { margin: -21px 0 0 0}
	ul.footerwrap li ul li a {border-bottom:none;padding:5px 0 0;}
	ul.footerwrap li.menu-item-13313 a{width:94%;}
	ul.footerwrap li ul li.menu-item-13644 { width:100%;}
	
	.follow-us {float:right; width:13%;}
	.footer-links .follow{float:right; width:100%; padding:0 0 5px 0;text-transform:uppercase;font-size:14px; font-weight:600;border-bottom:1px solid #D0D0D1;}
	.followus-icon{float:right; width:100%; margin:10px 0 0 0;}
	.followus-icon img {margin:0 6px 0 0;}
	.right-panel {float:left; width:22%;margin:0 0 0 0; padding:0 2% 0 0; text-align:justify;}
	.left-panel {float:left; width:73%;border-left:1px solid #dee2e5;margin:0 0 35px 0;padding:0 0 0 2%;min-height: 837px;}
	.left-panel.photo-left{float:left; width:73%;border-left:1px solid #dee2e5;margin:0 0 35px 0;padding:0 0 0 2%;min-height: 1078px;}
	.about-panel .image-1 { float:left; width:22%; padding:0 1.66805671% 0 0;}
	.about-panel .image-2 { float:left; width:22%;padding:0 1.66805671% 0 1.83486239%; background:url(../images/divider.gif) repeat-y 0 0;min-height:300px;}
	.about-panel .image-1-last { float:left; width:22%;padding:0 0 0 1.83486239%;background:url(../images/divider.gif) repeat-y 0 0; min-height:300px;}

	ul.page-list, ul.sitemap-bullet { float:left; font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif; width:100%; margin:0 0 0 0; padding:0; list-style:none;}
	ul.page-list li,ul.sitemap-bullet li { float:left;background:url(../images/bullet2.gif) no-repeat 0 10px; width:32%; margin:0; padding:5px 0 5px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	ul.page-list li.page_item_has_children { float:left;background:url(../images/bullet2.gif) no-repeat 0 10px; width:98%; margin:0; padding:5px 0 5px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	ul.page-list li a, ul.sitemap-bullet li a{color:#000; text-decoration:none;}
	ul.page-list li  ul, ul.sitemap-bullet li  ul{ float:left; width:98%; margin:0 0 5px 15px; padding:0; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	ul.page-list li ul li ,ul.sitemap-bullet li ul li { float:left;background:url(../images/bullet1.gif) no-repeat 0 10px; width:32%; margin:0; padding:2px 0 2px 10px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	
	.kocujsitemap ul { float:left; font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif; width:100%; margin:0 0 20px 0; padding:0; list-style:none;}
	.kocujsitemap ul li { font-size:15px; float:left;background:url(../images/bullet2.gif) no-repeat 0 10px; width:98%; margin:0; padding:5px 0 5px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li a{color:#000; text-decoration:none;}
	.kocujsitemap ul li ul{ float:left; width:98%; margin:0 0 5px 15px; padding:0; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li { font-size:14px;float:left;background:url(../images/bullet1.gif) no-repeat 0 10px; width:32%; margin:0; padding:2px 0 2px 10px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li.menu13558 ul li { width: 95%; padding:2px 0 2px 10px;}
	.kocujsitemap ul li ul li ul { margin:0 0 0 10px;}
	.kocujsitemap ul li ul li ul li { font-size:12px;float:left;background:url(../images/bullet3.gif) no-repeat 0 11px; width:95%; margin:0; padding:2px 0 2px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li ul li a { color:#444444;}
	
	.left-sublinks { float:left; width:100%; margin:0 0 50px 0;}
	.sublink-row1 { float:left; width:100%; margin:0 0 20px 0;}
	.img1 { float:left; margin:0 0 0 0; text-align:center;  width: 50%; color : #000; font-size:13px; line-height: 18px}
	.img2 { float:right; text-align:center;  width: 50%;  color : #000; font-size:13px; line-height: 18px}
	.img1,.img2{ height:auto;}
	.newsletter.newsletter-subscription table th,.newsletter.newsletter-subscription table td,.newsletter.newsletter-subscription table { border:none;}
	.newsletter-email { float:left; width:50%;}
	.newsletter-td-submit .newsletter-submit {background: none repeat scroll 0 0 #00599B;
    border: 1px solid #D8DDE0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 10%;
    padding: 6px 18px;}
	.thumb-titles a{color: #000; text-decoration:none}
	.newsletter-td-submit .newsletter-submit:hover {background: none repeat scroll 0 0 #00599B;}
	.newsletter.newsletter-subscription table th { width:100px;}
	
	.inside-imgs{max-width: 1200px;margin: 0 auto;/*margin: 290px auto 0;*/}
	input#captcha_code {
		border: 1px solid #CCCCCC;
		width: 69px; 
	}


	.inside-imgs .wf-cell img {
		height: auto;
		vertical-align: middle;
		width: 74% !important;
	}
	.stripe-style-5 .wf-cell ul li img {
		width: 95% !important;
	}
	.benefits-grid .wf-cell h4.newline-adj{
		font:16px/21px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
		text-decoration:none;
		padding:0 25px
	}
	.inside-imgs .icons-bg .benefits-grid-ico {
		font-size: 1px;
		height: 48px !important;
		line-height: 45px;
		position: relative;
		width: 50px!important;
	}
	.inside-imgs .benefits-grid .wf-cell {
		margin-bottom : 40px
	}
	.inside-imgs .benefits-grid .wf-cell h4{
		font:15px/18px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
		text-decoration:none
	}
	.inside-imgs .benefits-grid .wf-cell h4.newline-adj{
		font:15px/18px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
		text-decoration:none;
		padding:0 25px
	}
	.inside-imgs  h4 {font-size:15px;}	
	
	.portfolio-grid {float:left; width:100%; margin:0 0 30px 0!important;}
	.portfolio-grid .wf-cell{float:left; width:24.2%!important; height:auto!important; text-align:center; padding:0!important;}
	.portfolio-grid .bottom-title { margin:10px 0 45px 0; color:#005493; font-size:14px; font-weight:600; text-transform:uppercase;}
	.portfolio-grid .bottom-title a{ color:#005493; text-decoration:none;}
	.portfolio-grid .wf-cell img {height:auto!important; width:auto!important;}
	.project-slider { float:left; width:75%;}
	.project-content { float:left; width:23%; color:#000!important; font-size:13p!importantx;line-height:18px!important; text-align:justify; padding:20px 0 20px 3%;}
	.dt_portfolio .wf-container { float:left; width:99.8%;background:#eff4fb; border:1px solid #e1e1e1; margin:0 0 20px 0;} 
	.related-projects {margin:0 auto!important; background:none; width:1117px!important; clear:both;}
	.project-slider{padding:0!important;}
	h3.portfolio-tl {float:left; width:100%; border-bottom:1px solid #e1e1e1; color:#005493; text-transform:uppercase; font-size:16px; font-weight:600;}
	.slider-post-inner h4 {display:none!important;}
	.rsBullet span{background:#00599a!important; height:13px!important; width:13px!important;}
	.rsNavSelected span{background:#a6cf39!important; height:13px!important; width:13px!important;}
	.rsBullet:after{background:#00599a!important;}
	.rsNavSelected:after{background:#a6cf39!important;}
	.bullet .selected{background:#a6cf39}
	.related-projects .prev i {background:url(../images/arrow-left.gif) no-repeat 0 0 #fff;height: 35px !important;
    width: 35px !important;}
	.related-projects .next i {background:url(../images/arrow-right.gif) no-repeat 0 0 #fff;height: 35px !important;
    width: 35px !important;}
	.contact-form { float:left; width:100%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.contact-details { float:left; margin:0 0 20px 0; width:100%;color:#050505;font-size:14px; font-family:'Open Sans';}
	.contact-form span.wpcf7-form-control-wrap {width:72%;}
	.contact-form p { float:left; width:100%;}
	.contact-form span input { padding:5px !important; width:100% !important;max-width:100% !important; border:1px solid #dbdbdb!important; border-radius:0px!important;}
	.contact-form span textarea {height: 100px;margin: 10px 0;border:1px solid #dbdbdb!important; border-radius:0px!important; resize:vertical;}
	.contact-row1 { float:left; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #e1e1e1;}
	.contact-row2 { float:left; width:100%;}
	.contact-details .name { float:left; width:23%;}
	.contact-details .colon { float:left; width:7%;}
	.contact-details .details2 { float:left; width:60%; background:none;font-size:14px!important; font-family:'Open Sans'!important;}
	.contact-form input.wpcf7-submit{ padding:6px 18px; margin:0; font-weight:400; font-size:18px;background:#00599b; border-radius:0px; border:0}
	.contact-details .details2 img { margin:0 8px 0 0;}
	
	.contact-left-panel { float:left; width:40%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.content-right-panel { float:left; margin:0 0 20px 5%; width:55%;color:#050505;font-size:14px; font-family:'Open Sans';}
	.service-right-panel {float: left;margin:0;padding: 0 2% 0 0;text-align: justify;width: 23%;}
	.service-left-panel{border-left: 1px solid #DEE2E5;float: left;margin: 0 0 35px;min-height:925px;padding: 0 0 0 2%;width: 72%;}
	.img1.selected-service img{ border:2px solid #00599a; margin:0 0 0 0;}
	.img2.selected-service img{ border:2px solid #00599a; margin:0 0 0 0;}
	.img1 img{ border:1px solid #BABABA; margin:0 0 0 0;}
	.img2 img{ border:1px solid #BABABA; margin:0 0 0 0;}
	
	.hotel-power{background:url(../images/hotel4-icon.png) no-repeat 10px 15px; color: #fff; float: left; font-family: 'Open Sans'; font-size: 36px; line-height: 25px;font-weight: 300; width: 88%; padding: 30px 0 30px 12%}
	.hotel-power span{font-weight:700}
	.hotel-power h2{font-size: 36px; margin: 0; font-weight: 300; color: #fff !important}
	.stripe-style-5 .hotel-power a {color: #fff; text-decoration:none}
	.stripe-style-5 .hotel-power a span{color: #fff; text-decoration:none}
	.new-icon-benifits{top: -9px; right: 6px; position: absolute}
	.inside-imgs .new-icon-benifits{top: -9px; right: 15px; position: absolute}
	.new-icon-destination{top: -9px; right: 6px; position: absolute}
	.inside-imgs .new-icon-destination{top: -9px; right: 15px; position: absolute}
	.content ul li.fs-entry {width: 34% !important}
	.bx-wrapper .bx-prev {left: -50px;}
	.bx-wrapper .bx-next {right: -50px;}
	.hotel-color1 {clear: both; width: 94%; float: left; color: #666; background: #E2EDF5; padding: 15px 3%; margin: 0 0 20px 0}
	.hotel-color2 {clear: both; width: 94%; float: left; color: #666; background: #EFF5FA; padding: 15px 3%; margin: 0 0 20px 0}
	.hotel-color3 {clear: both; width: 94%; float: left; color: #666; background: #F4F8FB; padding: 15px 3%; margin: 0 0 20px 0}
	.float-text{float: left; width: 47%; clear: none}
	
	.content .service-hotel-4 ul.custom-nav li {background: none; padding: 0;}
	.content .service-hotel-4 ul.custom-nav li a{padding:10px 0px 10px; color: #000; font-size:14px; text-align:left; cursor: auto}
	.content .service-hotel-4 ul.custom-nav li.has-children a{cursor: pointer}
	.content .service-hotel-4 ul.custom-nav li ul{background: #fff; padding: 10px 20px}
	.content .service-hotel-4 ul.custom-nav li ul li{margin: 0;}
	.content .service-hotel-4 ul.custom-nav li ul li a{margin: 0; padding:8px 0px 8px 25px; background: url("../images/hotel-bullet.gif") no-repeat 0 13px;}
	
	.greenbox{float: left; background: #5AC05C; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.orangebox{float: right; background: #F16C59; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.yellowbox{float: left; background:  #F8B912; padding: 0 0%; width: 48%; margin: 0 0 35px 0; clear:both}
	.bluebox{float: right; background: #247DB5; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	
	.greenbox .wpb_toggle_content{height: 980px}
	.orangebox .wpb_toggle_content{height: 980px}
	.yellowbox .wpb_toggle_content{height: 1160px}
	.bluebox .wpb_toggle_content{height: 1160px}
	
	#main #content .greenbox h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/greenbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .orangebox h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/redbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .yellowbox h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/yellowbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .bluebox h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/bluebox-arrow-d.gif) no-repeat right bottom;}
	
	
	
	#main #content .greenbox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/greenbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .orangebox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/redbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .yellowbox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/yellowbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .bluebox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/bluebox-arrow-u.gif) no-repeat right bottom;}
	
	#main #content .greenbox h4.wpb_toggle span{font-size: 20px; line-height:42px}
	#main #content .orangebox h4.wpb_toggle span{font-size: 20px; line-height:42px}
	#main #content .yellowbox h4.wpb_toggle span{font-size: 20px; line-height:42px}
	#main #content .bluebox h4.wpb_toggle span{font-size: 20px; line-height:42px}
	
	.content .greenbox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #8BD48D; clear: both}
	.content .greenbox ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #8BD48D}
	.content .greenbox ul li.last{border-bottom:0}
	.content .greenbox ul li ul.facebook li{background: none; padding: 6px 0 6px 0; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #8BD48D; width: 39%; float: left; clear: none; margin: 0 30px 0 0}
	.content .greenbox ul li ul.facebook li.last{border-bottom:0}
	.content .greenbox ul li ul.facebook li img{margin: 0; vertical-align:middle}
	.content .orangebox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F19B8E}
	.content .orangebox ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F19B8E}
	.content .orangebox ul li ul.facebook li{background: none; padding: 6px 0 6px 0; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F19B8E; }
	.content .orangebox ul li ul.facebook li.last{border-bottom:0}
	.content .orangebox ul li ul.facebook li img{margin: 0; vertical-align:middle}
	.content .orangebox ul li.last{border-bottom:0}
	
	.content .yellowbox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F9CF59}
	.content .yellowbox ul li.last{border-bottom:0}
	
	.greenbox h5, .orangebox h5, .yellowbox h5, .bluebox h5{color: #fff; font-size: 24px; line-height: 24px}
	.greenbox p, .orangebox p, .yellowbox p, .bluebox p{color: #fff; font-size: 17px; line-height: 22px; text-align:justify}
	
	.content ul.hotel-cont-bullet li {background: url("../images/hotel-bullet3.gif") no-repeat 0 5px; line-height:22px; padding: 0 0 15px 20px; color: #333}
	
	.left-tl-green{background: #5AC05C; padding: 5px 10px; color: #fff}
	.left-tl-orange{background: #F16C59;  padding: 5px 10px; color: #fff}
	.left-tl-yellow{background:  #F8B912;  padding: 5px 10px; color: #fff}
    .left-tl-blue{background: #247DB5; padding: 5px 10px; color: #fff }
	
	.hotel4-right-panel {float: left; margin: 0; padding: 0 2% 0 0; text-align: justify; width: 22%}
	.hotel4-left-panel {border-left: 1px solid #dee2e5;float: left;margin: 0 0 35px;min-height: 1920px; padding: 0 0 0 2%; width: 73%;}
	
	.left-icon{float: right; vertical-align:middle}
	
	.calculator-form{width: 100%; float: left; clear: both}
	.calculator-table{width: 100%;border-spacing:5px; border-collapse: separate}
	.calculator-table th.col1{background: #247db5; color: #fff; padding: 15px 3%; font-size:18px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col2{background: #247db5; color: #fff; padding: 15px 3%; font-size:18px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col3{background: #5ac05c; color: #fff; padding: 15px 3%; font-size:18px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col4{background: #5ac05c; color: #fff; padding: 15px 3%; font-size:18px; border:0;}
	.calculator-table th.col4 span{font-size:26px}
	.calculator-table td.col1{color: #000; font-weight:bold; font-size: 16px; padding: 10px 3%; background: #f4f4f4; border:0}
	.calculator-table td.col2{color: #000; font-weight:bold; font-size: 16px; padding: 10px 3%; background: #d7eaf6; border:0}
	.calculator-table td.col3{color: #000; font-weight:bold; font-size: 16px; padding: 10px 3%; background: #c5f4c6; border:0}
	.calculator-table td.col2 input{width: 96%; border: 1px solid #b1d3e8; background: #fff; color: #000}
	.calculator-table td.col2 input[disabled]{background: #d7eaf6;}
	.calculator-table td.col3 input{width: 96%; border: 1px solid #9bdc9d; background: #fff; color: #000}
	.calculator-table td.col3 input[disabled]{background: #c5f4c6;}
	
	.calc-right-panel {float: left; margin: 0; padding: 0 2% 0 0; text-align: justify; width: 22%}
	.calc-left-panel {border-left: 1px solid #dee2e5;float: left;margin: 0 0 35px; padding: 0 0 0 2%; width: 73%;}
	
	.lightgreen{float: left; background: #18BC9A; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.pink{float: right; background: #F36D8E; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.lightblue{float: left; background:  #00BFE3; padding: 0 0%; width: 48%; margin: 0 0 35px 0; clear:both}
	.lightorange{float: right; background: #F77A26; padding: 0 0%; width: 48%; margin: 0 0 35px 0}

	
	#main #content .lightgreen h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/lightgreenbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .pink h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/pinkbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .lightblue h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/lightbluebox-arrow-d.gif) no-repeat right bottom;}
	#main #content .lightorange h4.wpb_toggle {font-size: 28px; line-height: 32px; padding: 10px 5% 0; color: #fff; font-weight: 700; background: url(../images/lightorangebox-arrow-d.gif) no-repeat right bottom;}
	
	#main #content .lightgreen h4.wpb_toggle span{font-size: 20px; line-height:42px}
	#main #content .pink h4.wpb_toggle span{font-size: 20px; line-height:42px}
	#main #content .lightblue h4.wpb_toggle span{font-size: 20px; line-height:42px}
	#main #content .lightorange h4.wpb_toggle span{font-size: 20px;  line-height:42px}
	
	
	#main #content .lightgreen h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightgreenbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .pink h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/pinkbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .lightblue h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightbluebox-arrow-u.gif) no-repeat right bottom;}
	#main #content .lightorange h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightorangebox-arrow-u.gif) no-repeat right bottom;}
	
	.content .lightgreen ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #5EEACD; clear: both}
	.content .lightgreen ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #5EEACD}
	.content .lightgreen ul li.last{border-bottom:0}
	.content .pink ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F8C2CF}
	.content .pink ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F8C2CF}
	.content .pink ul li.last{border-bottom:0}
	.content .lightblue ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #94E6F5}
	.content .lightblue ul li.last{border-bottom:0}
	.content .lightorange ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F7C7A6}
	.content .lightorange ul li.last{border-bottom:0}
	
	.lightgreen h5, .pink h5, .lightblue h5, .lightorange h5{color: #fff; font-size: 24px; line-height: 24px}
	.lightgreen p, .pink p, .lightblue p, .lightorange p{color: #fff; font-size: 17px; line-height: 22px; text-align:justify}

	.lightgreen .wpb_toggle_content{height: 2100px}
	.pink .wpb_toggle_content{height: 2100px}
	.lightblue .wpb_toggle_content{height: 1015px}
	.lightorange .wpb_toggle_content{height: 1015px}
	
	.google-s{display:inline}
	.google-s-m{display:none}
	
}
/* Main slideshow: end */


/* !Main */

#main {
	/*padding: 30px 0 0 0;*/padding:0;
}

/* !-Overlap header */
.not-webkit.overlap #main {
	position: relative;
	z-index: 1;
}
.main-gradient {
	display: none;
}
.is-webkit.overlap .main-gradient {
	display: block;
}
.is-webkit.overlap .main-gradient {
	position: relative;
	width: 100%;
	height: 66px;
	margin-top: -26px;
	z-index: 3;
}
.is-webkit.overlap #main {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.is-webkit.overlap #main .wf-wrap {
	margin-top: -36px;
}

/* Overlap header:end */


/* Main: end */


/* ! Sidebar & content area alignment */

	/* !- Sidebar on the left/right */
	.sidebar {
		position: relative;
		z-index: 9;
	}
	.sidebar-content {
		margin-top: 10px;
	}
	.sidebar-left .sidebar {
		float: left; width:26%;
	}
.wf-container-main .content { width:74%;}
	.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%; min-height:300px;
	}

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

/* Sidebar & content area alignment: end */


/* !Content area */

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


/* !Stripes */

.stripe,
.page-title {
	width: 100%;
	/*padding: 20px 1000px;
	margin-left: -1000px;*/
	padding: 20px 1600px;
	margin-left: -1600px;
	overflow: hidden;
}

.static-height {
	position: relative;
}
.page-title {
	position: relative;
}
.stripe-parallax-bg,
.fancy-parallax-bg {
	background-attachment: fixed !important;
	background-position-x: 50%;
}

	/*.stripe:before,
	.stripe:after,*/
	.page-title:before,
	.page-title:after,
	#main-slideshow.fixed:after,
	#main-slideshow.layer-fixed:after,
	#main-slideshow.fix:after,
	.sidebar-none .related-projects.slider-wrapper:before,
	.sidebar-none .related-projects.slider-wrapper:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
	}
	/*.stripe:after,*/
	.page-title:after,
	#main-slideshow.fixed:after,
	#main-slideshow.layer-fixed:after,
	#main-slideshow.fix:after,
	.sidebar-none .related-projects.slider-wrapper:after {
		top: auto;
		bottom: 0;
	}
.page-title {
	padding-top: 10px;
}
.page-title.title-right,
.page-title.title-left {
	padding-top: 18px;
	padding-bottom: 10px;
}
.woocommerce h1.page-title {
	overflow: visible;
	margin-left: 0;
	padding: 0;
	background: none;
}
.old-ie .woocommerce h1.page-title {
	filter: none;
}
.woocommerce h1.page-title:after,
.woocommerce h1.page-title:before {
	display: none;
}
/* 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;*/
}
.old-ie .blog-media.wf-td .alignleft {
	max-width: 270px;
}
.post {
	position: relative;
	/*padding-bottom: 20px;*/
}
	.post .alignleft,
	.post .alignnone {
		margin-bottom: 15px;
	}
	.blog.layout-list .post .alignleft,
	.blog.layout-list .post .alignnone {
		margin-bottom: 25px;
	}
	.ancient-ie .post {
		zoom: 1;
	}

	.layout-list .post {
		padding-bottom: 24px;
		margin-bottom: 35px;
	}
	.blog.layout-list .post {
		padding-bottom: 14px;
		margin-bottom: 35px;
	}
	.layout-list .post.format-link {
		padding-bottom: 20px;
	}
	
	.portfolio .post .link.btn-link,
	.portfolio .post .btn-zoom,
	.layout-masonry.description-under-image .link.btn-link,
	.layout-masonry.description-under-image .project-zoom {
		float: right;
	}
	.layout-masonry.description-under-image .link.btn-link {
		margin-left: 10px;
	}
	.layout-masonry.description-under-image .project-zoom {
		margin-right: 0;
	}
	.portfolio .post .buttons-on-img .link.btn-link,
	.portfolio .post .buttons-on-img .btn-zoom,
	.layout-masonry.description-under-image .buttons-on-img .link.btn-link,
	.layout-masonry.description-under-image .buttons-on-img .project-zoom  {
		float: none;
	}
	.layout-masonry.description-under-image .buttons-on-img .link.btn-link {
		margin-left: 4px;
	}
	
.post:before,
.post:after {
	content: "";
	display: table;
	clear: both;
}

.entry-tags {
	display: block;
	overflow: hidden;
}

.entry-meta,
.portfolio-categories {
	display: block;
	padding: 1px 0 11px 0;
	overflow: hidden;
}

.entry-meta {
 	padding: 0px 0 12px 0; display:none;	
}
p.edit-link{display:none;}
.entry-meta.post-format,
.shortcode-blog-posts .entry-meta.post-format,
.blog .entry-meta.post-format,
.blog.layout-masonry .entry-meta.post-format,
.blog.layout-grid .entry-meta.post-format {
	float: right;
	padding: 0;
	margin-bottom: 10px;
}
.blog .details.more-link {
	margin-bottom: 10px;
}
.blog .details.more-link.edit-link {
	margin-bottom: 0px;
}
.albums .description-under-image .details.more-link {
	float: left;
	margin-bottom: 10px;
}

.entry-meta.post-format a {
	padding-right: 4px;
}
.num-of-items {
	float: right;
}
.num-of-items span {
	padding-right: 23px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: right center;
}
.num-of-items .num-of-videos {
	padding-right: 20px;
}

.portfolio-categories {
	padding: 0px 0 10px 0;
}
.project-post .portfolio-categories {
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.project-post .wf-table .portfolio-categories {
	margin-top: 5px;
}
	.layout-masonry .entry-meta,
	.blog.layout-grid .entry-meta {
		padding: 1px 0 11px 0;
	}
	.single .post .entry-meta,
	.single .post .entry-tags {
		padding: 0px 0 0 0;
		margin-bottom: 5px;
	}

	.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.post-format:before {
		float: left;
		margin: -1px 1px 0 0;
		background-position: center center;
		background-repeat: no-repeat;
		content: "\0000a0";
}
.post-format-icons-disabled .entry-meta.post-format:before,
.post-format-icons-disabled.single .entry-meta:before {
	display: none;
}
.entry-meta.post-format:before {
	float: right;
}
.entry-meta.post-format a {
	border-left: none;
}
.entry-tags:before {
	float: left;
	margin: 1px 5px 0 0;
	width: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "\0000a0";
}
.old-ie .entry-meta.post-format:before,
.old-ie .entry-tags:before {
	display: none;
}
.post-meta {
	margin-bottom: 25px;
}
.single .entry-meta:before {
	float: left;
	margin: 1px 5px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}
	.entry-meta a,
	.portfolio-categories a {
		position: relative;
		/*border-left: 1px solid;*/
		float: left;
		margin: 0px 1px 0 10px;
		padding-left: 10px;
		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-meta a:after,
	.portfolio-categories a:after,
	.entry-tags a:before {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -8px;
		width: 1px;
		height: 15px;
		content: "";
	}

	.rollover-content .entry-meta a:hover,
	.rollover-content .portfolio-categories a:hover,
	.text-on-img .portfolio-categories a:hover {
		text-decoration: underline;
	}
	.entry-tags,
	.entry-tags a,
	.entry-tags span {
		word-wrap: break-word;
	}
	.entry-tags span.single-tags {
		position: relative;
		float: left;
	}
	.single .entry-tags a {
		position: relative;
		float: left;
		margin: 1px 4px 0 5px;
		padding-left: 10px;
		border: none;
		text-decoration: none;
	}
	.entry-meta.post-format a:hover {
		text-decoration: underline;
	}
	.entry-meta a:first-child,
	.entry-tags a:first-child,
	.portfolio-categories a:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	.entry-meta a:first-child:after,
	.entry-tags a:first-child:before,
	.portfolio-categories a:first-child:after {
		display: none;
	}
	.fullwidth-slider .portfolio-categories a {
		float: none;
		display: inline-block;
		/*margin-right: 4px;
		padding-right: 9px;*/
	}


.entry-author {
	margin-bottom: 30px;
	overflow: hidden;
}
.entry-author .text-primary {
	font-weight: bold;
}
	.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: 5px;
}
.wf-table .portfolio-categories {
	padding: 0;
}
.entry-share {
	margin-top: 20px;
	margin-bottom: 15px;
}
.mfp-title .entry-share {
	margin-top: 15px;
	margin-bottom: 0px;
}
.wf-table .entry-share {
	padding-top: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.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;
			margin: 0 5px 5px 0;
			width: 25px;
			height: 25px;
		}
		.post-meta .wf-td.entry-share .soc-ico a {
			float: right;
		}
			.entry-share .soc-ico a .share-content {
				position: absolute;
				left: 2px;
				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: "";
			}
		
	
.format-quote blockquote {
	margin-top: 5px;
	padding-top: 25px;
	padding-bottom: 15px;
}

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

.portfolio.layout-masonry-grid .post,
.portfolio.grid-text-hovers .portfolio-grid .post,
.layout-masonry-grid .post,
.grid-text-hovers .portfolio-grid .post {
	border: none;
}

.wf-container.grid-text-hovers.portfolio-grid .post,
.wf-container.layout-masonry.layout-masonry-grid .post {
	border: none;
}

.post.project-even,
.post.project-odd {
	margin-top: 5px;
	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: 15px;
}
.sidebar-none .project-post {
	padding-bottom: 15px;
}
	.sidebar-none .related-projects,
	.sidebar-none .content .slider-wrapper.related-projects {
		margin-bottom: 45px;
	}
	.related-projects,
	.content .slider-wrapper.related-projects {
		margin-bottom: 5px;
	}
	.no-comments .sidebar-none .related-projects,
	.no-comments .sidebar-none .content .slider-wrapper.related-projects {
		margin-bottom: -41px;
	}
	.sidebar-none .related-projects.slider-wrapper {
		padding-top: 30px;
		/*padding-bottom: 40px;*/
	}
	.sidebar-none .related-projects.slider-wrapper .fs-title {
		margin-top: 0;
	}
	.sidebar-none .related-projects.slider-wrapper .fs-entry-content {
		padding-bottom: 0;
	}
	.no-comments .related-projects,
	.no-comments .content .slider-wrapper.related-projects {
		margin-bottom: 20px;
	}
	#reply-title small,
	#cancel-comment-reply-link {
		float: right;
		margin-top: 10px;
	}
	#reply-title small a:hover {
		text-decoration: underline;
	}
	
	.images-container {
		/*margin-top: 4px;
		margin-bottom: 25px;*/
	}
	.project-post ul.royalSlider {
		margin: 0;
	}
	.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;
	}
	.blog.layout-list .post .blog-media img {
		width: 100%;
	}
	.old-ie .images-container img,
	.old-ie .albums .post img,
	.old-ie .media .post img,
	.old-ie .portfolio .post img,
	.old-ie .blog .post img,
	.old-ie .shortcode-blog-posts img,
	.old-ie .wf-container.portfolio-grid img,
	.old-ie .wf-container.layout-masonry img {
		width: inherit;
	}
	.old-ie .blog .post .dt-format-gallery img {
		width: 100%;
	}
	.images-container {
		line-height: 0;
	}
		.images-list {
			position: relative;
			margin-bottom: 3px;
			line-height: 0;
		}
		.images-list img {
			margin-bottom: 0;
		}
			.images-list-caption {
				position: absolute;
				top: auto;
				bottom: 27px;
				left: 0;
				width: 100%;
				text-align: center;
			}
				.images-list-inner {
					display: inline-block;
					margin: 0 35px;
					padding: 5px 10px 5px;
				}
				.images-list-inner,
				.images-list-inner * {
					color: #fff;
				}
				.images-list-inner h4,
				.images-list-inner a {
					display: inline-block;
					vertical-align: middle;
				}
				.images-list-inner h4 {
					margin-bottom: 5px;
				}
			
				.images-list-inner p {
					margin-bottom: 0;
				}
/* Portfolio: end */
/* !Masonry */
.iso-item,
.portfolio-grid .wf-cell,
.blog.layout-grid .wf-container.description-under-image .wf-cell,
.grid-masonry .wf-cell,
.shortcode-blog-posts.iso-grid .wf-cell {
	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;

	-moz-transition-delay:300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	/*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,
.blog.layout-grid .wf-container.isotope .isotope-item,
.shortcode-blog-posts.iso-grid .wf-cell {
  -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;
}

.portfolio .filter,
.albums .filter {
	padding: 5px 0px 5px 0px;
	margin: 0px 0 25px 0;
}
.portfolio.description-under-image .filter,
.albums.description-under-image .filter,
.portfolio.description-on-hover .filter,
.albums.description-on-hover .filter {
	margin: 0px 0 20px 0;
}
.filter .filter-extras a {
	display: inline-block;
	float: none;
}
.filter-switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 13px;
	margin: 0 7px 0 3px;

	-webkit-border-radius:	8px;
	-moz-border-radius:		8px;
	-ms-border-radius:		8px;
	-o-border-radius:		8px;
	border-radius:			8px;
}
.filter-sorting .filter-switch {
	margin-left: 7px;
}
.filter-switch:before {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	content: "";

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

	-webkit-transition:	left 300ms ease;
	-moz-transition:	left 300ms ease;
	-ms-transition:		left 300ms ease;
	-o-transition:		left 300ms ease;
	transition:			left 300ms ease;
}
.filter-switch.right-act:before {
	left: 9px;
}
.filter .filter-categories a,
.filter .filter-extras a {
	position: relative;
	text-decoration: none;
	background-position: 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:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	content: "";
	text-decoration: none;
	background-position: 11px center;
	background-repeat: no-repeat;
}
	.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;
	}

.page-links,
.page-nav,
.filter-categories,
.filter-extras {
	margin-bottom: 10px;
}
.filter-categories.new-style {
	border: none;
}
.filter-categories a {
	white-space: nowrap;
}
	.filter-extras .toggleSwitch {
		padding: 0;
		width: 21px;
		height: 13px;
	}
		.filter-extras .toggleSwitch span {
			float: left;
		}
		.filter-extras .toggleSwitch .act {
			width: 11px;
			height: 11px;
		}
.paginator,
.layout-list .paginator {
	margin: 39px 0 0 0;
	padding-bottom: 10px;
}
.description-under-image .paginator {
	margin: 29px 0 0 0;
}
.blog.layout-grid .paginator,
.portfolio.layout-grid .paginator,
.albums.layout-grid .paginator,
.media.layout-grid .paginator,
.layout-masonry .paginator,
.layout-masonry-grid .paginator,
.team.layout-grid .paginator {
	/*margin: 5px 0 0 0;*/
	padding-top: 40px;
	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: 5px;*/
	}
	.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: 29px;*/
	}

	.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: 29px;
	}
	.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 a,
.filter-sorting,
.paginator a {
	border-left-style: solid;
	border-left-width: 1px;
}
.filter-categories.new-style a {
	border: 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
}
.page-links,
.page-nav,
.filter-categories,
.filter-extras {
	border-style: solid;
	border-width: 1px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.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 -1px 0;
	text-align: center;
	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;
}
#page .paginator a:first-child,
#page .filter .filter-categories a:first-child,
#page .filter .filter-extras .filter-by a:first-child,
#main #content nav.woocommerce-pagination ul li:first-child span.current,
.woocommerce-page #main #content nav.woocommerce-pagination ul li:first-child span.current {
	-webkit-border-top-right-radius:	0px;
	-moz-border-top-right-radius:	0px;
	-ms-border-top-right-radius:		0px;
	-o-border-top-right-radius:		0px;
	border-top-right-radius:			0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius:	0px;
	-ms-border-bottom-right-radius:	   0px;
	-o-border-bottom-right-radius:	   0px;
	border-bottom-right-radius:		   0px;
	border-color: transparent; 
}
#page .paginator a:last-child,
#page .filter .filter-categories a:last-child,
#page .filter .filter-extras .filter-sorting a:last-child,
#main #content nav.woocommerce-pagination ul li:last-child span.current,
.woocommerce-page #main #content nav.woocommerce-pagination ul li:last-child span.current {
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius:	 0px;
	-ms-border-top-left-radius:	 0px;
	-o-border-top-left-radius:		 0px;
	border-top-left-radius:		 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius:	0px;
	-ms-border-bottom-left-radius:		0px;
	-o-border-bottom-left-radius:		0px;
	border-bottom-left-radius:			0px;
}

.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,
.sidebar-content .widget {
	padding: 25px 20px 15px 20px;
	margin-bottom: 2px;
}
.content .widget,
.content .sidebar-content .widget:first-child {
	padding-top: 15px;
	padding-bottom:15px;
}
.content .widget:first-child {
	padding-top: 0px;
}
.sidebar .widget.widget-custom-nav {
	padding-top: 20px;
}
.sidebar .widget:first-child,
.sidebar-content .widget:first-child,
.old-ie .sidebar .widget:first-child {
	border-top: none;
}
	.ancient-ie .sidebar .widget {
		zoom: 1;
	}

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

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

.widget-info {
	margin-bottom: 20px;
}
.content .widget ul {
	list-style: none;
}

/* !- 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 {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

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

		.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;
		}
		.content #wp-calendar th {
			border: none;
		}
		#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: 0 0 5px 0;
}
.content .contact-form {
	margin-bottom: 15px;
}
.content .widget .contact-form {
	margin-bottom: 0;
}
.form-fields {
	margin-bottom: 10px;
	max-width: 270px;
	border: 1px solid #E0E0E0;
}
.form-fields span input {
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
#page .form-fields span:first-child input {
	border: none;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius:	   0px;
	-ms-border-bottom-left-radius:	   0px;
	-o-border-bottom-left-radius:	   0px;
	border-bottom-left-radius:		   0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius:	0px;
	-ms-border-bottom-right-radius:		0px;
	-o-border-bottom-right-radius:		0px;
	border-bottom-right-radius:			0px;
}
#page .form-fields span:last-child input {
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius:	0px;
	-ms-border-top-left-radius:		0px;
	-o-border-top-left-radius:		0px;
	border-top-left-radius:			0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius:    0px;
	-ms-border-top-right-radius:	 0px;
	-o-border-top-right-radius:	     0px;
	border-top-right-radius:		 0px;
}
.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;
}
.comments-area .comment-form #submit {
	display: none !important;
}
#reviews .comment-form #submit,
.pp_content {
	display: inline-block !important;
}
.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 {
		float: left;
		margin: 0 4px 4px 0px;
		width: 25px;
		height: 25px;
	}
	
	.soc-ico a:hover {
		opacity: 0.7 !important;
	}
	#top-bar .soc-ico a {
		float: left;
		margin: 2px 0px 2px 4px;
	}
	#top-bar .soc-ico a:hover {
		opacity: 1 !important;
	}

	.old-ie  a.px-500 {
		background-position: -60px 0;
	}
	.old-ie  a.website {
		background-position: -720px 0;
	}
	.old-ie  a.tripedvisor {
		background-position: -600px 0;
	}
	.old-ie  a.behance {
		background-position: -90px 0;
	}
	.old-ie  a.delicious {
		background-position: -120px 0;
	}
	.old-ie  a.devian {
		background-position: -150px 0;
	}
	.old-ie  a.px-500 {
		background-position: -60px 0;
	}
	.old-ie  a.dribbble {
		background-position: -180px 0;
	}
	.old-ie  a.flickr {
		background-position: -240px 0;
	}
	.old-ie  a.forrst {
		background-position: -270px 0;
	}
	.old-ie  a.github {
		background-position: -300px 0;
	}
	.old-ie  a.google {
		background-position: -330px 0;
	}
	.old-ie  a.instagram {
		background-position: -360px 0;
	}
	.old-ie  a.lastfm {
		background-position: -390px 0;
	}
	.old-ie  a.linkedin {
		background-position: -420px 0;
	}
	.old-ie  a.mail {
		background-position: -450px 0;
	}
	.old-ie  a.rss {
		background-position: -510px 0;
	}
	.old-ie  a.skype {
		background-position: -540px 0;
	}
	.old-ie  a.stumbleupon {
		background-position: -570px 0;
	}
	.old-ie  a.tumbler {
		background-position: -630px 0;
	}
	.old-ie  a.vimeo {
		background-position: -690px 0;
	}
	.old-ie  a.vk {
		background-position: -30px 0;
	}
	.old-ie  a.you-tube {
		background-position: 0px 0;
	}
	.old-ie  a.pinterest {
		background-position: -480px 0;
	}
	.old-ie  a.twitter {
		background-position: -660px 0;
	}

	.old-ie  a.facebook {
		background-position: -210px 0;
	}


/* Contact info: end */


/* !- Custom navigation */
.custom-nav {
	margin: 0 -20px;
}
.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 0px 0 0px;
	padding: 20px 20px 20px 20px;
	border-top: 1px solid;
}

.custom-nav > li > ul a:hover {
	text-decoration: none;
}
.custom-nav > li:last-child > ul {
	margin-bottom: -17px;

	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius:	   8px;
	-ms-border-bottom-left-radius:	   8px;
	-o-border-bottom-left-radius:	   8px;
	border-bottom-left-radius:		   8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius:   8px;
	-ms-border-bottom-right-radius:	   8px;
	-o-border-bottom-right-radius:	   8px;
	border-bottom-right-radius:		   8px;
}

/* 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;
}
.old-ie .custom-menu a {
	padding-left: 0;
}
.custom-menu a {
	position: relative;
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 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;
	width: 9px;
	height: 6px;
	content: "";
}

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

	.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,
.content .menu li ul,
.content .custom-menu li ul,
.content .widget_pages li ul {
	margin-left: 20px;
}
.custom-menu li ul {
	padding-top: 10px;
}

/* 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 {
	margin: 0;
	padding: 0 0 5px 0;
}

	.recent-posts li {
		display: block;
		overflow: hidden;
		margin: 9px 0 0 0;
		padding: 15px 0 5px 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 */

.widget .tp_recent_tweets {
	margin-bottom: 10px;
}

	.widget .tp_recent_tweets li {
		position: relative;
		margin: 14px 0 0 0;
		padding: 15px 0 0 30px;
		background-image: none;
	}
	.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:before {
		display: block;
		width: 20px;
		height: 20px;
		content: "";
	}

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

	.widget .tp_recent_tweets .twitter_time {
		font-style: normal;
	}
/* 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-name span {
	float: right;
}
.skill {
	margin-bottom: 10px;
	height: 13px;

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

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

		-webkit-border-radius:	10px;
		-moz-border-radius:		10px;
		-ms-border-radius:		10px;
		-o-border-radius:		10px;
		border-radius:			10px;
	}
		html:not(.mobile-true) .skill-value {
			-moz-transition-delay:300ms;
			-ms-transition-delay: 300ms;
			-o-transition-delay: 300ms;
			-webkit-transition-delay: 300ms;
	
			-webkit-transition:	width 1200ms ease;
			-moz-transition:	width 1200ms ease;
			-ms-transition:		width 1200ms ease;
			-o-transition:		width 1200ms ease;
			transition:			width 1200ms ease;
		}

		.skill-value span {
			position: absolute;
			top: -26px;
			right: -16px;
			margin-right: 4px;
			padding: 2px 6px 3px;
			background-color: rgba(0,0,0,0.8);
			color: #fff;
			font-size: 10px;
			font-family: Tahoma, san-serif;
			line-height: 14px;
		}
		.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: 15px 0 0 0;
	overflow: hidden; display:none;
}
/*.testimonial-vcard .wf-td {
	vertical-align: top;
}*/
.testimonial-vcard .alignleft {
	margin: 5px 20px 5px 0;
	font-size: 0;
	line-height: 0;
}
.testimonial-vcard img,
.testimonial-vcard .alignleft {	
	-webkit-border-radius:	30px;
	-moz-border-radius:		30px;
	-ms-border-radius:		30px;
	-o-border-radius:		30px;
	border-radius:			30px;
}

	.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 .alignleft {
	width: 60px;
	height: 60px;
	margin: 5px 20px 5px 0;
	font-size: 0;
	line-height: 0;
}
.items-grid .alignleft,
.items-grid .alignleft img,
.items-grid .alignleft i,
.recent-posts .alignleft,
.recent-posts .alignleft img,
.recent-posts .alignleft i,
.comment-author .avatar,
.entry-author .alignright img,
.items-grid .blur-effect,
.recent-posts .blur-effect {
	-webkit-border-radius:	30px;
	-moz-border-radius:		30px;
	-ms-border-radius:		30px;
	-o-border-radius:		30px;
	border-radius:			30px;
	border: 1px solid #ddd;
}
.entry-author { display:none;}
.items-grid .no-avatar,
.recent-posts .no-avatar {
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
}
.no-avatar i,
.old-ie .no-avatar i {
	display: none;
}

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

/* !-- Benefits */
.benefits-grid,
.logos-grid {
	margin-bottom: -40px;
}
.benefits-grid:last-child,
.logos-grid:last-child,
#content .wpb_text_column .benefits-grid:last-child,
#content .wpb_text_column .logos-grid:last-child {
	margin-bottom: -37px;
}


	.insideheader-page {margin:0 0 25px 0; height:262px; /*position:fixed;*/ float:left; width:100%; z-index:9; background-size: auto}
	/*.tp-bgimg{ background-attachment: fixed !important; background-size: auto  !important; -webkit-background-size: 100% 800px !important; -moz-background-size: auto  !important;  background-position: center top !important; position:absolute  !important;}*/
	.tp-bgimg{background-size: auto !important; background-attachment: fixed !important; background-position: center top !important; position:absolute  !important; top: 0  !important; left:0  !important}
	.slotholder{position:absolute; top: 0; left:0}
	.benefits-grid br {
		display: none;
	}

	.benefits-grid .wf-cell {
		margin-bottom: 20px;
		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: 0px;
		}
		.benefits-style-one.benefits-grid.icons-bg .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 10px auto;
}
.icons-bg .benefits-grid-ico {
	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;
}

	.content .icons-bg .benefits-grid-ico > img {
		max-width: 56px;
		max-height: 56px;
		vertical-align: middle;
		line-height: 0;
	}
	.content .benefits-style-one.icons-bg .benefits-grid-ico > img {
		max-width: 26px;
		max-height: 26px;
		height: auto;
	}
	.content .benefits-style-two.icons-bg .benefits-grid-ico > img {
		max-width: 36px;
		max-height: 36px;
		height: auto;
	}
	.content .benefits-grid-ico > .fa {
		width: auto;
		height: auto;
		font-size: 60px;
		line-height: 60px;
	}
	.content .icons-bg .benefits-grid-ico > .fa {
		width: 60px;
		height: 60px;
		font-size: 32px;
		line-height: 60px;
	}
	.content .icons-bg .benefits-grid-ico > .fa {
		color: #fff;
	}
	.content .benefits-style-two.icons-bg .benefits-grid-ico > .fa {
		width: 40px;
		height: 40px;
		font-size: 23px;
		line-height: 40px;
	}
	.content .benefits-style-two .benefits-grid-ico > .fa {
		width: auto;
		height: auto;
		font-size: 34px;
		line-height: 34px;
	}
	.content .benefits-style-one .benefits-grid-ico > .fa {
		width: auto;
		height: auto;
		font-size: 24px;
		line-height: 30px;
	}
	.content .benefits-style-one.icons-bg .benefits-grid-ico > .fa {
		width: 30px;
		height: 30px;
		font-size: 17px;
		line-height: 30px;
	}
	.benefits-inner {
		margin-top: -5px;
	}
	.benefits-grid .more-link,
	.benefits-grid .details.more-link {
		overflow: hidden;
		margin-top: 10px;
		margin-right: 0;
	}

.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: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* 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 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 .sidebar img:hover,
.filter-grayscale .footer img:hover,
.filter-grayscale .shortcode-banner:hover,
.filter-grayscale .swiper-container img:hover,
.filter-grayscale .swiper-slide:hover > img,
.filter-grayscale .content .rev_slider_wrapper: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 */

/* !- Call to actions */
.shortcode-action-box,
.shortcode-action-bg.no-line {
	word-wrap: break-word;
}
.shortcode-action-box {
	margin-top: 5px;
}
.shortcode-action-bg.no-line:before {	
	background-color: transparent;
}

.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 {
	position: relative;
	padding: 25px 40px 15px 35px;
	border-left-width: 5px; 
	border-left-style: solid;
}
#page .shortcode-action-bg:before {
	position: absolute;
	left: 0;
	top:0;
	width: 5px;
	height: 100%;
	content: "";

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius:	0px;
	-ms-border-bottom-right-radius:		0px;
	-o-border-bottom-right-radius:		0px;
	border-bottom-right-radius:			0px;
	-webkit-border-top-right-radius:	0px;
	-moz-border-top-right-radius:		0px;
	-ms-border-top-right-radius:		0px;
	-o-border-top-right-radius:			0px;
	border-top-right-radius:			0px;
}

		.action-button {
			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 {
	border: none;
}
	.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;
	}
	.old-ie .standard-arrow li {
		padding-left: 0;
	}
	.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;
				}
	.font-arrow ul {
		list-style: none;
	}
		.font-arrow .fa {
			font-size: 14px;
			margin-right: 10px;
		}
/* 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,
		#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:first-child .wpb_accordion_header {
			border-top: none !important;
			padding-top: 0;
			margin-top: 0;
		}

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

			.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-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 {
		float: left;
		margin: 0 0 25px;
		border-width: 1px;
		border-style: solid;
	}
		.shortcode-tabs .tab {
			position: relative;
			display: inline-block;
			margin: 0 1px 0px 0;
			padding: 10px 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;
		}
		.tab-horizontal.tab-style-two .tab {
			border-left: 1px solid;				
		}
		.shortcode-tabs.tab-style-two .tab:first-child {
			border-left: none;
		}
	
		.shortcode-tabs.tab-style-one {
			border: 1px solid;
		}
		
		.tab-style-one.tab-horizontal .tab:before,
		.tab-style-three.tab-horizontal .tab:before {
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -9px;
			width: 1px;
			height: 17px;
			z-index: 98;
			border-left: 1px solid;
			content: "";
		}
		.tab-style-one .tab:first-child:before,
		.tab-style-three .tab:first-child:before {
			border-left: none;
		}
		.tab-style-three.vertical-tab .tab,
		.tab-style-three.tab-horizontal .tab:first-child {
			padding-left: 0;
		}
		.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-horizontal .tab-inner-content {
		padding: 25px 20px 15px;
		border-top: 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;
	}
	.tab-style-one.vertical-tab .tab-inner-content {
		padding: 25px 30px 15px 30px;
	}
	.tab-style-three.tab-horizontal .tab-inner-content {
		padding: 25px 0 15px;
		border-top: 1px solid;
	}
		.tab-inner-content {
			overflow: hidden;
		}
	
/*vertical-tab*/
.shortcode-tabs.vertical-tab {
	display: table;
}
	.shortcode-tabs.vertical-tab .nav {
		position: relative;
		display: table-cell;
		margin: 0;
		vertical-align: top;
	}
	.tab-style-one.vertical-tab .nav,
	.tab-style-three.vertical-tab .nav {
		border-right: 1px solid; 
	}
	
	.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;
		}
		.tab-style-two.vertical-tab .tab {
			margin: 0;
		}
		.tab-style-two.vertical-tab .tab,
		.tab-style-three.vertical-tab .tab {
			border-top: 1px solid;
		}
		.shortcode-tabs.tab-style-two.vertical-tab .tab:first-child {
			border-left: none;
			border-top: none;
		}
		
		.tab-style-one.vertical-tab .tab:after {
			position: absolute;
			top: 0;
			left: 20px;
			width: 170px;
			height: 1px;
			border-top: 1px solid;
			content: "";
		}
	
		.shortcode-tabs.vertical-tab .tab:first-child:after,
		.shortcode-tabs.vertical-tab .tab:first-child {
			border-top: none;
		}
	.shortcode-tabs.vertical-tab .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;
	}

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

/* Tabs:end */
/* !- Map */
.map-container {
	padding-top: 5px;
}
	.map-container iframe {
		width: 100%;
	}
/* Map:end */
/* !- Tables */
.shortcode-table-wrap {
	overflow-x: auto;
	margin-bottom: 20px;
}
.shortcode-table,
.content .shortcode-table {
	margin-bottom: 0;
	margin-left: 1px;
	width: 100%;
	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; 
				}

.stripe .gw-go * {
	color:inherit;
}




/* Pricing Tables:end */

/* !- Images */

.shortcode-single-image-wrap {
	margin-bottom: 20px;
	max-width: 100%;
}
	.shortcode-single-image {
		position: relative;
		overflow: hidden;
		line-height: 0;
	}

	.shortcode-single-video .fancy-media-wrap,
	.shortcode-single-video .shortcode-teaser-video,
	.post-video,
	.shortcode-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,
		.shortcode-video iframe {
			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;
	}
	.content .borderframe.caption-on .shortcode-single-image {
		border-bottom: none;
	}
	#main .borderframe.caption-on .shortcode-single-image {
		padding-bottom: 0 !important;
	}

		.shortcode-single-caption {
			width: 100%;
			height: auto;
			padding: 15px 20px;
		}
		.br-standard.borderframe .shortcode-single-caption {
			border: none;
		}
	
		.shortcode-single-caption {
			border: 1px solid;
			border-top: none;
		}
		
			.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 *,
.content .shortcode-banner-inside * {
	color: inherit;
}
/* !- Teasers */
.shortcode-teaser {
	margin-top: 5px;
	margin-bottom: 15px;
}

.shortcode-teaser.frame-on.img-full {
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}
.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,
		.link.btn-link,
		.btn-zoom,
		.project-zoom {
			display: inline-block;
			padding-right: 15px;
			background-repeat: no-repeat;
			background-position: right center; 
			text-decoration: none;
		}
		.project-zoom {
			padding-right: 19px;
		}
		.link.btn-link {
			padding-right: 20px;
		}
		.project-content .details,
		.details.more-link {
			margin-right: 20px;
		}
		.btn-zoom {
			margin-right: 10px;
		}
		.shortcode-teaser .details.more-link {
			margin-right: 0px;
		}

		.details:hover,
		.link.btn-link:hover,
		.btn-zoom:hover {
			text-decoration: underline;
		}
	
/* Teasers:end */
/* !- Banner */
.shortcode-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px;
	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 .slider-content .team-container {
	margin-bottom: 0px;
}
	.team-container img{
		width: 100%;
		height: auto;

	}
	.team-desc {
		padding: 15px 0px 0px;
		text-align: center;
	}
	#sidebar .team-desc,
	#footer .team-desc {
		padding: 15px 0px 15px;
	}

			.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 */

.blog-content.wf-td,
.blog-media.wf-td {
	vertical-align: top;
}

.blog-content.wf-td {
	min-height: 270px
}
.wf-cell .blog-media img{width: 94%}
.blog.layout-list .blog-content {
	margin-bottom: 10px;
}
.layout-masonry .blog-content.wf-td,
.layout-masonry .blog-media.wf-td,
.layout-grid .blog-content.wf-td,
.layout-grid .blog-media.wf-td,
.media-wide .blog-content.wf-td,
.media-wide .blog-media.wf-td,
.iso-container .blog-media.wf-td, 
.iso-container .blog-content.wf-td,
.shortcode-blog-posts .wf-td {
	display: block;
}

	.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-content {
				vertical-align: middle;
			}
			.post-img .alignleft {
				margin-right: 20px;
				margin-bottom: 0;
			}
		.shortcode-blog-posts .post {
			/*padding-bottom: 20px;*/
			border: none;
		}
			.shortcode-blog-posts .entry-meta {
				padding-bottom: 10px;
			}
.navigation-inner {
	overflow: hidden;
	margin-bottom: 15px;
}
.project-content .navigation-inner {
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
}
.project-content .btn-link.btn-project-link {
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
}
.project-post .btn-link.btn-project-link,
.project-post .navigation-inner {
	display: inline-block;
	vertical-align: top;
}
	.project-content .navigation-inner a {
		padding-left: 17px;
		margin-right: 20px;
	}

	.project-post .navigation-inner a {
		margin-right: 20px;
	}
	.project-content .navigation-inner .next-post {
		padding-left: 0;
		padding-right: 17px;
	}
	.navigation-inner a {
		text-decoration: none;
		background-repeat: no-repeat;
	}
	.navigation-inner a:hover {
		text-decoration: underline;
	}
	.navigation-inner .prev-post {
		float: left;
		padding-left: 20px;
		background-position: 0 center;
	}
	.navigation-inner .next-post {
		float: right;
		padding-right: 20px;
		background-position: right center;
	}
	.navigation-inner a.disabled {
		opacity: 0.4;
	}
	.navigation-inner a.disabled:hover {
		cursor: auto;
		text-decoration: none;
	}

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

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

	.testimonial-item,
	.footer .testimonials.slider-content {
		padding: 25px 20px 20px 20px;
	}
	.layout-list .testimonial-item,
	.testimonials-list .testimonial-item {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.footer .testimonials.slider-content {
		margin-bottom: 0;
	}
	.footer .widget_presscore-testimonials-slider .widget-title {
		margin-bottom: 25px;
	}
	.footer .testimonials.rsContW .rsBullets {
		bottom: -32px;
		left: 0;
	}
	.testimonial-item.testimonial-item-slider {
		margin:0 0 33px 0; padding:0;
	}
	.no-touch .testimonial-item.testimonial-item-slider,
	.wpb_animate_when_almost_visible,
	.no-touch .benefits-grid.animation-builder,
	.no-touch .wpb_tabs {
		-webkit-backface-visibility: hidden;
	}
	
	.rsCont .testimonial-item {
		margin-bottom: 20px;
	}
		.testimonial-item ul {
			margin: 0;
			padding: 0;
		}
		.content .testimonial-item ul li{
			padding: 0; background:none;
		}
		
		.content ul{}
		
		
			.rsContainer li {
				list-style: none;
				
			}
			.no-avatar {
				width: 50px;
				height: 50px;
				background-repeat: no-repeat;
				background-position: center;
			}
			.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;
}
.content .widget .instagram-photos {
	margin-bottom: 0;
}
.widget .instagram-photos {
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 7px;
}
	.instagram-photos a {
		position: relative;
		float: left;
		max-width: 115px;
		line-height: 0;
		border-right: 3px solid transparent;
		border-bottom: 3px solid transparent;

		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
	.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 */
.ts-wrap {
	position: relative;
	display: block; margin:0 0 0 25px;overflow: hidden; margin:0 auto; max-width:1122px;
}
	.ts-viewport {
		overflow: hidden;
		height: 0;

		-webkit-transition: height 150ms;
		transition: height 150ms;

		-webkit-transform: translatez(0);
		transform: translatez(0);
	}
	.success-story .ts-viewport {
		height: 260px !important;
	}
	.cs-style-1 .ts-viewport {
		overflow: visible;
	}
		.ts-cont,
		.content .ts-cont {
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			margin: 0 0 0 -20px;
			padding: 0;
			list-style: none;
		}
		.text-on-img .ts-cont,
		.text-on-img .content .ts-cont {
			margin: 0;
		}
		.full .frame ul {
			margin-left: 0;
		}
		.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;
		}

			.ts-cell {
				position: absolute;
				top: 0;
				display: block;margin:0; min-height:260px;
			}
			
				.ts-cell img.preload-me {
			    width:auto !important; height:auto;
				}
			.fs-entry-slide {
				padding:0;

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

			.fs-navigation {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
				.slider-wrapper .prev,
				.slider-wrapper .next {
					position: absolute;
					left: 7px;
					top: 0;
					width: 26px;
					height: 60px;

				}
				.slider-wrapper.full .prev,
				.slider-wrapper.full .next {
					left: -40px;
					opacity: 0;
				}
				.slider-wrapper.full .next {
					left: auto;
					right: -40px;
				}
				.slider-wrapper .prev i,
				.slider-wrapper .next i {
					position: absolute;
					left: 0px;
					top: 50%;
					margin-top: 29px;
					width: 26px;
					height: 60px;
					
				}
				
				.success-story .slider-wrapper.full .prev,
				.success-story .slider-wrapper.full .next {
					left: 11px;
					opacity: 0;
				}
				.success-story .slider-wrapper.full .next {
					left: auto;
					right: 0px;
				}
				.slider-wrapper .prev i,
				.slider-wrapper .next i {
					-webkit-border-radius:	7px;
					-moz-border-radius:		7px;
					-ms-border-radius:		7px;
					-o-border-radius:		7px;
					border-radius:			7px;
				}
				.slider-wrapper.full .prev i,
				.slider-wrapper.full .next i {
					-webkit-border-radius:	0px;
					-moz-border-radius:		0px;
					-ms-border-radius:		0px;
					-o-border-radius:		0px;
					border-radius:			0px;
				}
				.stripe-style-5 .slider-wrapper.full .next i {
					-webkit-border-top-left-radius:	7px;
					-moz-border-top-left-radius:	7px;
					-ms-border-top-left-radius:		7px;
					-o-border-top-left-radius:		7px;
					border-top-left-radius:			7px;
					-webkit-border-bottom-left-radius: 7px;
					-moz-border-bottom-left-radius:	   7px;
					-ms-border-bottom-left-radius:	   7px;
					-o-border-bottom-left-radius:	   7px;
					border-bottom-left-radius:		   7px;
				}
				.slider-wrapper.full .prev i {
					-webkit-border-top-right-radius:	7px;
					-moz-border-top-right-radius:	7px;
					-ms-border-top-left-radius:		7px;
					-o-border-top-right-radius:		7px;
					border-top-right-radius:			7px;
					-webkit-border-bottom-right-radius: 7px;
					-moz-border-bottom-right-radius:	   7px;
					-ms-border-bottom-right-radius:	   7px;
					-o-border-bottom-right-radius:	   7px;
					border-bottom-right-radius:		   7px;
				}
				.slider-wrapper .prev i:before,
				.slider-wrapper .next i:before {
					position: absolute;
					left: -7px;
					top: -7px;
					width: 26px;
					height: 60px;
					content: "";
					border: 7px solid transparent;
				}
				.slider-wrapper .prev i:hover,
				.slider-wrapper .next i:hover {
					cursor: pointer;
				}
				.slider-wrapper .prev.disabled i:hover,
				.slider-wrapper .next.disabled i:hover {
					cursor: auto;
				}
				.slider-wrapper .next {
					left: auto;
					right: 7px;
				}
			
				.slider-wrapper .prev i:after,
				.slider-wrapper .next i:after {
					position: absolute;
					left: 0;
					top: 0;
					height: 60px;
					width: 24px;
					background-position:center center;
					background-repeat: no-repeat;
					content: "";
				}
				.slider-wrapper .next i:after {
					width: 27px;
				}
				.slider-wrapper .prev.disabled i:after,
				.slider-wrapper .next.disabled i:after,
				.slider-wrapper .prev.disabled i:active:after,
				.slider-wrapper .next.disabled i:active:after {
					/*opacity: 0.55;*/
				}
				.slider-wrapper .prev i:active:after,
				.slider-wrapper .next i:active:after {
					opacity: 0.8;
				}
		
.text-on-img .fs-entry-slide {
	position: relative;
	padding: 0;
}
	.text-on-img .fs-entry-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		text-align: left;
	}
	.touch .text-on-img .fs-entry-content {
		display: none;
		opacity: 1 !important;
	}
	.no-touch .text-on-img:not(.hover-grid) .fs-entry-content {
		display: block;
		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;*/
	}
	.no-touch .text-on-img:not(.hover-grid) .fs-entry:hover .fs-entry-content {
		opacity: 1;
	}
	.text-on-img .link {
		cursor: pointer;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.old-ie .text-on-img .link {
		z-index: 10;
	}
.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,
.rollover-project > a.act i,
.no-touch .rollover-content,
.swiper-slide .link,
.no-touch .fs-entry-img i {
	/*filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	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;*/
}
.albums .rollover-content a:hover,
.albums .rollover-project:hover,
.albums .rollover-project i:hover,
.media .rollover-project:hover,
.media .rollover-project i:hover {
	cursor: pointer;
}
.media .rollover-content:hover {
	cursor: pointer;
}
.no-touch .rollover-project .link.act,
.no-touch .fs-entry-img:hover i {
	/*filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	opacity: 1;*/
}

.rollover-project .link i {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
/*.rollover-project .link i: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;
}
	
.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;
}
.close-link {
	width: 30px;
	height: 30px;
}
.no-touch .slider-wrapper .close-link {
	display: none;
}
.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;
}
.shortcode-instagram .link,
.shortcode-instagram .link a {
	height: 100%;
	width: 100%;
}
.rollover-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	padding: 55px 20px 20px 20px;
	width: 100%;
	height: 100%;
}

.fs-entry-img {
	position: relative;
	line-height: 0;
	font-size: 0;
}
	.fs-entry-img i {
		position: absolute;
		top: 0;
		left: 0;
		/*width: 100%;
		height: 100%;*/
		background-position: center center;
		background-repeat: no-repeat;
	}
	.old-ie .fs-entry-img i {
		display: none;
	}
	.old-ie .fs-entry-img i:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
		width: 33px;
		height: 33px;
		background-repeat: no-repeat;
		content: "";
	}
.fs-entry-content {
	display: block;
	width: 95%;background:#fff;
	height: 100%;
	z-index: 100;
	text-align: center;
	opacity: 0;padding: 10px 0px 10px 0px; 
}
.fs-entry {
	opacity: 0;
}
.content ul li.fs-entry {
	padding:0;
	background:none;
}
.text-on-img .fs-entry {
	opacity: 1;
}
.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 a:hover {
	cursor: pointer;
}
	.project-details,
	.project-link {
		margin-right: 17px;
	}
	.fs-entry-content .project-details,
	.fs-entry-content .project-link {
		margin: 0 10px 0 0;
	}
	.text-on-img .fs-entry-content .links-container > a {
		margin-bottom: 5px;
	}
	.project-details,
	.project-link,
	.btn-project-link {
		margin-bottom: 5px;
		padding-right: 18px;
		background-repeat: no-repeat;
		background-position: right center;
		text-decoration: none;
	}
	.project-details {
		padding-right: 14px;
	}
	.btn-link.btn-project-link {
		padding-right: 18px;
		background-position: right 2px;
	}

	.project-details:hover,
	.project-link:hover,
	.project-zoom:hover,
	.btn-link.btn-project-link:hover {
		text-decoration: underline;
	}
	.old-ie .project-details,
	.old-ie .project-link,
	.old-ie .swiper-link {
		padding-right: 0

	}

	.close-link {
		right: -3px;
		top: -3px;
		cursor: pointer;
		display: none;
	}

	.touch .close-link,
	.slider-wrapper .close-link,
	.swiper-slide .close-link {
		display: block;
	}

.fs-title {
			margin: 30px 0 35px;
			text-align: center;
		}
.slider-wrapper {
	position: relative;
	margin: 5px 0 0px;
}
.slider-wrapper.full {
	margin: 0 auto !important;max-width:100% !important; overflow:hidden;
}
.related-projects.slider-wrapper.full {
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible;
}

/* 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 {
	position: absolute;
	display: block;
	bottom: -20px;
	left: 0;
	width: 100%;
	content: "";
}
.logos-grid .borders:after {
	position: absolute;
	display: block;
	top: 0;
	left: -20px;
	height: 100%;
	content: "";
}
	.logos-grid .borders a {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		line-height: 0;
	}
	.logos-grid .borders a:hover {
		opacity: 0.7;
	}
	.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;
}
.dt-btn {
	margin-right: 10px;
}

.dt-btn.btn-red,
.content .dt-btn.btn-red,
#main-slideshow .tp-button.red,
#main-slideshow .purchase.red {
	background-color: #d73b37;
	color: #ffffff;
}
#main-slideshow .tp-button,
#main-slideshow .purchase {
	background-image: none;
	color: #ffffff !important;
}

.dt-btn.btn-berry,
.content .dt-btn.btn-berry {
	background-color: #e32a5a;
	color: #ffffff;
}

.dt-btn.btn-orange,
.content .dt-btn.btn-orange,
#main-slideshow .tp-button.orange,
#main-slideshow .purchase.orange {
	background-color: #f36c0a;
	color: #ffffff;
}

.dt-btn.btn-yellow,
.content .dt-btn.btn-yellow {
	background-color: #f2a809;
	color: #ffffff;
}

.dt-btn.btn-pink,
.content .dt-btn.btn-pink {
	background-color: #fd8fb6;
	color: #ffffff;
}

.dt-btn.btn-green,
.content .dt-btn.btn-green {
	background-color: #8cc63a;
	color: #ffffff;
}

.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;
}

.dt-btn.btn-blue,
.content .dt-btn.btn-blue {
	background-color: #27cff3;
	color: #ffffff;
}

.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;
}

.dt-btn.btn-violet,
.content .dt-btn.btn-violet {
	background-color: #6946b8;
	color: #ffffff;
}

.dt-btn.btn-black,
.content .dt-btn.btn-black,
#main-slideshow .tp-button.darkgrey,
#main-slideshow .purchase.darkgrey {
	background-color: #3e3f3f;
	color: #ffffff;
}

.dt-btn.btn-gray,
.content .dt-btn.btn-gray,
#main-slideshow .tp-button.lightgrey,
#main-slideshow .purchase.lightgrey {
	background-color: #a5a6a7;
	color: #ffffff;
}

/* 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;
}
.gallery-item .gallery-icon .rollover {
	display: inline-block;
}
.rollover img {
	max-width: 100%;
	height: auto;
}
.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,
	.rollover-video i {
		-webkit-transition:	all 450ms ease;
		-moz-transition:	all 450ms ease;
		-ms-transition:		all 450ms ease;
		-o-transition:		all 450ms ease;
		transition:			all 450ms ease;
	}
		.rollover i:after {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -25px 0 0 -25px;
			width: 50px;
			height: 50px;
			content: "";
		}
		
		.albums .rollover.rollover-thumbnails-on i:after {
			display: none;
		}
		.albums .rollover-zoom.rollover i:after,
		.albums .rollover-small.rollover i:after {
			display: block;
		} 
	
		.rollover i:after {			
			background-position: center center;
			background-repeat:  no-repeat; 
		}
		.rollover-small i:after {
			width: 30px;
			height: 30px;
			margin: -15px 0 0 -15px;
		}
	.no-touch .rollover:hover i,
	.no-touch .rollover-project.buttons-on-img:hover i,
	.touch .rollover.is-clicked i,
	.touch .rollover-content.is-clicked,
	.rollover-video:hover i  {
		display: block;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.no-touch .rollover-project.buttons-on-img i:after {
		display: none;
	}
	.touch .rollover-content.hide-content {
		display: none;
	}
	.touch .fs-entry i {
		display: none;
	}
	.rollover-video i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.old-ie .rollover-video .video-icon:after {
		position: absolute;
		top: 50%;
		left: 60%;
		width: 60px;
		height: 70px;
		margin: -35px 0 0 -60px;
		content: "";
	}
	.rollover-video .video-icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		background-position: center center;
		background-repeat: no-repeat;
	}
	.portfolio .rollover-video .video-icon,
	.albums .rollover-video .video-icon,
	.media .rollover-video .video-icon,
	.portfolio .rollover-video:hover .video-icon,
	.albums .rollover-video:hover .video-icon,
	.media .rollover-video:hover .video-icon {
		/*display: none;*/
		opacity: 0;
	}
	.portfolio .rollover-video i:after,
	.albums .rollover-video i:after,
	.media .rollover-video i:after {
		display: block;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
	}
	.portfolio .rollover-video:hover i,
	.albums .rollover-video:hover i,
	.media .rollover-video:hover i {
		opacity: 1;
	}
	.format-gallery-normal .rollover-video .video-icon {
		background-size: 50px 50px;
	}
	.rollover-video .video-icon:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	}
	.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-position: center center;
		background-repeat: no-repeat;
		opacity: 0;
	}
	.old-ie .post-rollover i:after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 16px;
		height: 16px;
		margin: -8px 0 0 -8px;
		content: "";
		background-repeat: no-repeat;
		background-position: -2px -470px;
	}

	.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;
	}
	.post .rollover-project.alignnone {
		margin-bottom: 0;
	}

		.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: -32px 0 0 -70px;
		width: 140px;
		height: 140px;
		z-index: 100;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.rollover-content .rollover-thumbnails {
		position: relative;
		display: block;
		height: 115px;
		top: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		opacity: 1;
	}
	/*.touch .rollover-thumbnails {
		display: none;
	}*/
	.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;
		-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.15);        
		box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	}
	.rollover-thumbnails span,
	.rollover-thumbnails span img {
		-webkit-border-radius:	50%;
		-moz-border-radius:		50%;
		-ms-border-radius:		50%;
		-o-border-radius:		50%;
		border-radius:			50%;
	}
	.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 i:after,
	.rollover-thumbnails span i {
		display: none !important;
	}
	.rollover-thumbnails .r-thumbn-1 {
		top: 0px;
		left: 49px;
		z-index: 102;
	}
	.rollover-thumbnails .r-thumbn-2 {
		top: -25px;
		left: 42px;
		width: 50px;
		height: 50px;
		z-index: 100;
	}
	.rollover-thumbnails .r-thumbn-3 {
		top: 4px;
		left: 0px;
		width: 70px;
		height: 70px;
		z-index: 101;
	}

	.rollover-content .rollover-thumbnails .r-thumbn-1 {
		top: 25px;
	}
	.rollover-content .rollover-thumbnails .r-thumbn-2 {
		top: 0px;
	}
	.rollover-content .rollover-thumbnails .r-thumbn-3 {
		top: 29px;
	}
	.old-ie .rollover i,
	.old-ie .post-rollover i,
	.old-ie .rollover-project .link i,
	.old-ie .swiper-slide .link {
		display: none;
	}

	
/* 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.shortcode-gallery a {
		line-height: 0;
	}
	.dt-format-gallery a.big-img,
	.dt-format-gallery .rollover-video.big-img {
		border-bottom: none;
	}
	.gallery-col-1 > a,
	.gallery-col-1 .rollover-video {
		width: 100%;
	}
	.gallery-col-2 > a,
	.gallery-col-2 .rollover-video {
		width: 50%;
	}
	.gallery-col-2 > a.big-img,
	.gallery-col-2 .rollover-video.big-img {
		width: 100%;
	}
	.gallery-col-3 a.big-img,
	.gallery-col-3 .rollover-video.big-img {
		width: 66.6667%;
	}
	.gallery-col-3 > a,
	.gallery-col-3 .rollover-video {
		width: 33.3333%;
	}

	.gallery-col-4 a.big-img,
	.gallery-col-4 .rollover-video.big-img {
		width: 50%;
	}

	.gallery-col-4 > a,
	.gallery-col-4 .rollover-video {
		width: 25%;
	}
	.gallery-col-5 a.big-img,
	.gallery-col-5 .rollover-video.big-img {
		width: 40%;
	}
	
	.gallery-col-5 > a,
	.gallery-col-5 .rollover-video {
		width: 20%;
	}

	.gallery-col-6  a.big-img,
	.gallery-col-6 .rollover-video.big-img {
		width: 33.3333%;
	}

	.gallery-col-6 > a,
	.gallery-col-6 .rollover-video {
		width: 16.6667%;
	}


		.gallery-coll-half {
			float: left;
			line-height: 0;
		}

		.gallery-coll-fourth {
			float: left;
		}
		.dt-format-gallery a,
		.dt-format-gallery .rollover-video {
			max-width: 100%;
			float: left;
			border-bottom: 3px solid transparent;
			border-right: 3px solid transparent;

			-webkit-box-sizing:	border-box;
			-moz-box-sizing:	border-box;
			-ms-box-sizing:		border-box;
			-o-box-sizing:		border-box;
			box-sizing:			border-box;
		}
		.dt-format-gallery.gallery-col-1 a.big-img,
		.dt-format-gallery.gallery-col-1 .rollover-video.big-img,
		.dt-format-gallery.gallery-col-2 a.big-img,
		.dt-format-gallery.gallery-col-2 .rollover-video.big-img {
			border-bottom: 3px solid transparent;
		}
			.dt-format-gallery img {
				width: 100%;
				height: auto;
			}
/*.grid-masonry.wf-container {
	margin: 0 -20px;
}
.grid-masonry .wf-cell {
	padding: 0 20px;
}*/

/* WP gallery:end */
/* !- Loading */
body #load {
	background-color: #FFFFFF;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9501;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.ls-loading-indicator {
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.ls-loading-indicator:before{content:"\f110"}

	body #load .fa-spinner,
	.loading-label .fa,
	#page .tp-loader .fa,
	#page .ls-defaultskin .ls-loading-container .fa,
	#page .ls-carousel .ls-loading-container .fa,
	#page .ls-loading-indicator {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -35px 0 0 -35px;
		width: 70px;
		height: 70px;
		text-align: center;
		font-size: 70px;
		-webkit-animation: spin 2s infinite linear;
		-moz-animation: spin 2s infinite linear;
		-o-animation: spin 2s infinite linear;
		animation: spin 2s infinite linear;
	}
	.loading-label .fa,
	#page .tp-loader .fa,
	#page .ls-defaultskin .ls-loading-container .fa,
	#page .ls-carousel .ls-loading-container .fa,
	#page .ls-loading-indicator {
		left: 0;
		top: 0;
		margin: 10px 0 0 10px;
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 50px;
	}
.loading-label,
#page .tp-loader,
#page .ls-defaultskin .ls-loading-container,
#page .ls-carousel .ls-loading-container {
	overflow: hidden;
	padding: 5px;
	width: 60px;
	height: 60px;
	background-image: none;
	font-size: 0;
	line-height: 0;

	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
}
#page .ls-carousel .ls-loading-container .ls-loading-indicator {
	background: none;
}
#page .ls-defaultskin {
	background-color: transparent;
}
.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: 9000;
}

/* Loading:end */

/* !- Metro slideshow */
.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 20px;
		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;
}


/*
 * 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;
	margin-top: -1px;
}
.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%;
}
/* 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 { 	/*initial images containers*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	visibility:hidden;
}
	.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;
}
	.container-1 {
		z-index: 3;
	}
	.container-2 {
		z-index: 6;
	}
	.container-3 {
		z-index: 9;
	}
	.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;
	}
		.useJS.scale-me .container {
			-moz-transition-property: opacity;
			-ms-transition-property: opacity;
			-o-transition-property: opacity;
			-webkit-transition-property: opacity;
			
			-moz-transition-duration: 1000ms;
			-ms-transition-duration: 1000ms;
			-o-transition-duration: 1000ms;
			-webkit-transition-duration: 000ms;
		}
		
		.useJS .container-1, .useJS .container-2, .useJS .container-3 {
			-moz-transform: none;
			-webkit-transform: none;
			-o-transform: none;
		}
	
@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;
		}
	.useJS .container .photo.show {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
	}	

	.three-d-slider .photo.show {
		max-height:100%;
		-moz-transform-property: scale;
		-webkit-transform-property: scale;
		-o-transform-property: scale;
	}

	.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, .scale-me .container span {
		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-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;
	}
	.useJS .container .l3 {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
	
		-moz-transition: opacity;
		-ms-transition: opacity;
		-o-transition: opacity;
		-webkit-transition: opacity;
	}
/***Dark overlay END***/	
/***Close button BEGIN***/
.close {
	position: relative;
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M462,256c0,113.771-92.229,206-206,206S50,369.771,50,256S142.229,50,256,50S462,142.229,462,256z%09%20M422,256c0-91.755-74.258-166-166-166c-91.755,0-166,74.259-166,166c0,91.755,74.258,166,166,166C347.755,422,422,347.741,422,256z%09%20M325.329,362.49l-67.327-67.324l-67.329,67.332l-36.164-36.186l67.314-67.322l-67.321-67.317l36.185-36.164l67.31,67.301%09l67.3-67.309l36.193,36.17l-67.312,67.315l67.32,67.31L325.329,362.49z%22/%3E%3C/svg%3E");
	background-size: 30px 30px;
	
	background:url(img/close.png) 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;

}
: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;
}
.lightbox.useJS .close {
	display: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
/***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;
}
div.lightbox.useJS .img-caption {
	display: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
	div.slide-me.lightbox .img-caption { /*warning message position (when there are no images in the slider)*/
		top: 45%;			
	}
/***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: url(img/circles.png) -3px 54px transparent \9;
			color:  #d03935;	
		}
		.scale-me .navig div.act:hover {
			background-color: #d03935;
			background: url(img/circles.png) 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: url(img/circles.png) -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: url(img/circles.png) -3px 0px transparent \9;
		color: #fff;
		cursor: pointer;
	}
	.navig .act {
		width: 30px;
		height:30px;
		margin:3px 0;;
		line-height: 30px;
		background: url(img/circles.png) 0px 30px transparent \9;
		color: #fff;
		font-size:14px;
	}
	.navig .act:hover {
		cursor: default;
		background: url(img/circles.png) 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: url('data:image/gif;base64,R0lGODlhgACAAMYAAAQCBISChERCRMTCxCQiJKSipGRiZOTi5BQSFJSSlFRSVNTS1DQyNLSytHRydPTy9AwKDIyKjExKTMzKzCwqLKyqrGxqbOzq7BwaHJyanFxaXNza3Dw6PLy6vHx6fPz6/AQGBISGhERGRMTGxCQmJKSmpGRmZOTm5BQWFJSWlFRWVNTW1DQ2NLS2tHR2dPT29AwODIyOjExOTMzOzCwuLKyurGxubOzu7BweHJyenFxeXNze3Dw+PLy+vHx+fPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIMAwGIRkjMxMzHz8YGCiZKAgwECAAiqGio6SlpoowEiEjJz+ur7A/OBizOLa3thidoKe9vr+nAAI+A7HGsZe1GATLOAS2zwSbIMDV1sAcCTfH3LDK387N0c44CNTX6OmFGD4b3e+vybS3zOTjBPgkzwi86v6+DGrAG+jq2zJaz+w5e6YvH7Nz/yKG4tCCoEV5tXLdY4iPgL6PJDBAkEiyEI8eFlOCOxguIT5nJHCAJEEz5siSETGUSMkTY72fCxd6dKiPAgmjFDBAxGkNgIsHPN8tmFQhQwYYCBCgwICAHjSFDWcWrUkCAVNrPBZEjTUjgw0J/hRIAYAAAQFCmPlkDj3qkYJfvjfPmgIQYq2rDQkUmG1alxxIjzWN0vzrF4XgUhiKRZ3hgQBJADDw0iRAoS/SoyRoUMCx9PIhCdtSPkhA4zIIBJBLS0bqt7fqwK4LFU55wwOM4IIA4M599LRqv6otIxcEokLKCw6OTx8EGvVp36lpiMfR7zKMDhY/eAC+nTsM739Vi6cgngaB8kwxTLDYAEd7RSBggNR88onHAH0ktEYSDu4MdIAM/40CQXP00afagTQwoJqC/6DQIDwVaBehKAAIGJ6FBmaoGn7+wLAfPB9YMOIpKKB4oIY4ZkgCi+iAgB48G9Q24ykT2khBjgww/rBjRDvBM8BiQwZDQIb0IZkkA/75E8FADXAY5SgA4KAijklmmGSW6EgwUA48fonZmGSywICcIlaDwwXwxODmNRiUeaWGLMjJgJelAKBZNwXsiQ4OZcoZqKMsxFXNcN000Kaip+Dg6JxzPsoCmr3wAM8EhGI6GAmbBsoAB6uyUGehM7xzAJSmWgNChp4GyioLNFyaiAs/VHLMByzUqg4EnLLAKge6coDBKRg8IOwxNhjrDwq6dsoBs4GWakgBlXww7SsNWPsPAboqq+y2HJBQiqjihjvtCa+a29SczOa7Lgf1IjLCBy8EK6ywEtj7DwLqbrsuCzwIGYoM8QIscLDl/hr8DwUJM8sDD9vS6i/AEkf8gmcW+wMCuxxsvC3HDiPCA8gBh/yBCyXnpPHKKW/c7yAVvACzuD7vwF7N1wDAAMdIp5yypIfg4PMLT8MsI9EdIr3x1QLw4KULHzwQ9dM7eEt1LwAwrDQPAqQsAKiELOA11FCD7MDYOWGt9sbFGsIA3D6//cIFO9MNDAA5o72xAFnXG4PXjPf9QQqCR0RC1pRnjba7hIBwQOOc5x35sYZXbnl5IjxgOucvTPB5RAwgHjraAtDqg+kvnM44zav7g4PoiCNOsiATPHCD6TfUbvrvuaMDgeuuiyCACJ6jMLzwxps+QvL/sPD88853f44C/sOHL3zxEWDvz+Tdby+CCNKFIPz7xQsvgvnqIND9+vgLIGkL4Ys/fOD0C8b61CcCCQggbwe4Qf/Gd70ApoMD+JNABAUABBz0b4EJcGA6KFDA9UnQgCJY3g0uMMISKtAEGlxUBw34QfaZgIQkVOADSMiDFF4DAS3MIQ58UEIYXuCHbLNhLyBQwA8akQQ5+KESYXgCXwlxFEWUgBElEJAljpCEM3iiNQQwRRlIkAUDuMAJRngCJXZAi9XggAS8KEURyEAGaRljGcUoxhKgERgs8OIb9yjBHZTxj3SE3B0BskY98nEHdATkCQQ5yFMwYI9vXKMU/0jJMoagkb2gwRsV/iABBcjAkzI4QSXFeILyYdIUNAAlJz/5yQ2I8pUHEGUGT1mKR3rylpF05QEuEEtenmCWtBwFA3B5S07OIJYHSGYyT5CoYI6CA58s5idF0ANlngCZB2iBM0chAAUU05sKEEAFlKlMPzZwm4ropAJUQEwepCCZfvRjMjfgxG3KgJ3rZCc7WeABefrzADt4FjoRAQEVGHSdCFUBDXQAUHg2dAccGCgiUGDQih5UBQQQwEMBugOAGkCihyCBRfVpUBTgoKM7SClHd2BKkBKCBRpQgQYUEFODamAkK1CpTnegTZcSQgQxDapM2SmIGnR0AztA6lGHNlAQCDWoNKUgENqR/tKkJnUDG6ihT4GAgaA+VQUMEIQEkIrVqyLVA1sFAgM0wFaZtlUDWUKBVbFK1g301KcSiKkO3hrTwLSArnRdAVaDuE0Y6OCwbN3rXgs2iHZgVbA5FSwKXUoDDSh2r4kN6yB4sAHBdvazK6gYSGVw2NIiVgcCpc4EQAvaFbRsmwjQgQEOa4DE6kAB+IkAZDu7AsgGAKQcoK1lTRtRk/SWt7xdwQSYikkQyPa5s41uarkzgN5adwErwO5H0UkB2UYXugpAhAOOi93yLqAHYhMiAFRggOi297maNQQOsmte82pgmyQwQXu/+97AZcC89J3BAjqQXg0CQAP6TfB+dTC//kQwYAHmFfACBDzZU7LABAp+r36lk4gKCFjCH5YEYZ8IAwNg+MQYbi+EQiGAAE84xMAcpARMYAEam9jEGB5xIUrw4Qm/eMJSvSMBaHxiC+DYAOF9po9nwGQmT6IFAKQfCExsgSpj2Mg5LkUMmPzjSUxgAnpCowSsXOMaE5mxpEBBJJrs5S9PQAVapEGVbUDmMhuAuYkwgIC/LAk3j2AETNMgCixgAzrXmM5Efi2YKtDmL0diAiOogcfMN+VCE/rSVtZAPQ/BADdDWhIjgPQEMlBgoq3XAYW2NKLpzOFe2ADUMwj1nyE9ggiU2mIAkAGqHUBoVVfZc74AQQb8LOo//o9gAD6gnwR2bYNdX9oGKti0IlDQgVkb+9jHHkC1kieAXTs71TYwAZ5NwQFZh3oA2Eb3ADxwa1MBYNkucACzne0A5FnDBuZO9wAG0IMBhKDde1qvC+Id73k3G9hFC8Cf1b1vfjs8BVGuFQR0MHCC22Dg8m52g/0BgATom98j6HcPelACzJUMAybwgAs84ICKZ1zeuJUIBDLQ8B4cW+T97kALkmwwBqx85S1nOcbjrQKAlwIGJVA3zgfQgR40vQMBGHeUQKACD1hd5SofurwNYHRToCDpIuf3yJ+u8xIU11QksMHVV451oA/cABFHBwIygPORO70DeNc51FsdJQRo/sAHgPeBBwT/c6G7QAdS9wcEYhB2vN+9BTpvQQsaoIGuR0QYgw8A4Ae/9rZrGjkg8MHd767zHkAe8g1oQAkUYPkeccAFmte8DwLAeZUT3gMSkPY/AGABp49e75KXfOpVr4G4/2N5HgiA8mc/+8Fv/vZBbg8LapD301u/AZOvQQNqUAIL2LskGJCBD0JA/gCEIPaBF7zgPWADk0cIBQk4PfCFn/rJb78GNUiACiadDgQIwAYREAEhEAHmt3whwHyyN3g6YHyCAQAGMH/CZ3/4t30NUAEWWAEpYAIswH+nAAM0UHUBKIACSH7nd37LJ3uAF31fQgMZIH/Dt33Zh3/4/meBJVABNRgDBkBFOrYONCAAVRcDCRABMRADIRADIkiCyod+sWcB0xVwCqB9kxeF93d/FVADF1iDBVACJZCFBVAA5+cDh6dYDmB1PpACKZAAaAiEQ2iERjiAboiEJih4LKB7/4ECHoB9qad9eqh9V2iDWriFW5gDBZADgpgBOWAVGZACiWiGaJgAahiEQxiCb0iAcRgA+1cyNBABeUiBVliFNGiFWLiFXTiIg3iIiKiIZsiIjTiEkCiER0iJJWgC32cwNOADnCiDnmiDfiiKg1gCgkiIh5gCwbiICXCGQOiIayiJRDiCIWAAO2gwBOACE5iLNaiFNsiFogiMhriNpKioiGhojI4IiWwYgOQXARrQhJGDACqQAJ1Ig7tYAaNIiF1IiKeYA95YjKuIjK0ogi4gAAxINPmVAzbIfdc4ivNYigWAiFaRiqlYjDFgjGsYAwGgAM+YPLeiAQFQjYDYi/K4jfZojwuZAfiYhuFoARJwH6cEAmsVACnAhfOojaa4iIxojCHgAjJAAa0XQBCwOwqgAwh4iuvnAhogAxyAA4mHHIEAACH5BAgIAAAALAAAAACAAIAAAAf+gECCg4SFhoeIiYgwDAYhGSMzEzMfPz8fkxMTKSEGDDCKoaKjpKWmijASISMnlq6vsLGWJyMhEhCnubq7uQACPgOywsPCAz4iALzKy7scCTfE0dKwNwkszNjZhhg+G9Pf4JYbPhja5rwMNeHr6zUg5/CjHC3s9eEYCO/x+4Q8PfYAp+HAgAMHCn38zmEoEbBhNAwEIeJAkCwhNgAuHji0tGBShQwgM1SYMWNBvYEoC2IAZVEZhxUBZ2SwIYECKRISbGSYIU0iwYJAMSBsWQpAiEvsNiRQgIAZAgUJvMlC+RMDAasFmxIlhaFHpXAzPBDYh8MDT1c+C14FSgAHART+FbcmEnGhkt1oDxLQ2EojgUaqAwm2dSsYBy65hwJ8WHx32A0PLBHDgJEWKGG3mAloRSwIRIkPL36EbgzrgoPInAUBgPDz6tq2sGGjSA2hBWjGi5G++uDhcOpDrNmqzUygOFy5KCa8uB16tO4fDXD8DgUAhfDYmEm0jZsQx4Ll4HHn/nBAwnRSrF1ndlu8OI6h8RB8fxEevOhLJVCfp46AOA7tbWlHAg7cnQNBD/R98EB9jD1gwX65wEBcgAISMGCB2YDQAH0LglffCntBmAsIxAFYIQnlwJPDAwu2yGAPm4l4SnUAWmgjCTiieE4ALLL4gosPgFYBfDKaQiOFFuL+SIGFs2UjwgM3vBCliwq+kAGGRZ6CQpJc5kgBCb4pg8MOLE7po48hZIkNAgIqScCXJCxJ5IwtQFlmjx1moGY2KOCYZJxxWiidMj7ccIOdUEr5YwVY7qkLBoEuCSgFXzapCweHGgrloT32MKejugAAqZKAxvllmEX1cMMFm9p56AKWgsoMABZ+aeutY+Vig6EXHNqrnSdcI6s2IEw6qa0xjoLBDqs+cMGvht7w4LDmsHnrlzRQQAMJnyKSwrOr8qppCdTCgwGlplKqboqj8NDrs+D6uoB+5c5aK7bakkADDagm0gK878J7g3n1Gohuttruu+QoElxwgsMC90puwfD+4KDwxfvSQK8hHTz87Ak3eHxCrhSbAwKl2WJMA8mIsPDwCS/De4IDJceDQsIJ08CAtv0SUgDMEL98wwLd1swLAPpmvPO+DAx6CAZAR+3wCSYYHV/KKTOgMw2f2gDzyzHPULTVuwCgrdZoU6A1u4UMcMAJB7x9wdsnTEv2OSgwrfbWOx/CwNt0ww3zBhvfvYzZaPOtc78BxA244CfEYHg8OCSOttZOdzYD3I4/zsDk8IBwuc4MlE4DdwIcsMMJq3feAejx7F261iyUjpoLce+Qu+A2wA4PCrPTwELtDLDAdge6qw538pn7jg0Ewhdfeu0s2CQICjtkr/r2O7zu/Dn+ahdPvfT6SKD7+ecf4MP35+Aw/vDwa+VD9tqnzwP71Yr/PguDVqD9BvTbAeHwpw0A6A9+LOAACQSxgA048H8HaAEBzSG8BDKAAxb83LIAKMAHbiBNE8wGATCYQAsmEAQ8cOADBZg9HYSQTyUsIQY5AAMdeFCFDuTAC7EBgxnOsIQYcMEGVjBEAa5AgGzb4S5A8EMO+BAHCSCiA6W4ghU0SommSKATtYhBEuRgiESsogN7gEVmXFCLWuQBBRoQxiG6sQZlXAYNOMADJ9bRiTQYQBXbWEU9xZEXFLCjHVnAAxZMIIx7JGIE/sgLEvCgjo+MJAcOuccNLKCKi2SkLhz+KclHOnEFCwglKKu4gPVpMhcEgGQkI3nJUV7ykqY8pSlSKQA68qCWt5xAKHe5y0zKshQUeKQAbsmBYXJgBLzkJQh/eZNhElOYHOjBAkpCkhWUJAXMLAUNhslNbrKgBtME5TSnObFsioIBAuDmLYfJgp1Mk5rTlKA5RVHMdXaTBhEgyTvHOYErzlMQ67TnLWlgg32S5KBJ/CchQCAAETT0oQ4lgAqoedCDCkuhhkDAQ9PJA4fyAAcckIRINaEJDWD0EDhoqAhWylIRIAADIz2oJmJ50kFQwKE4dWhD3zEAkvp0AuWsqSA40NKcCkAQOZDETycwgp79EwArlYAIJND+UKkKywFMncEImBqJCehQqEBAgVSpOlWWWk8AXd1qJEYwApqBFSdlHetUm5QctTL1rgUAKxB4INe+IqQEXOUqW0fQvH9CQAKIRexUpfpVQThArXYdwAhcWFMC9HWsEljgII4p2c6OQLJ5rSkPZCABGZBWsRKIFQhasFXPDuC11lMoDEh7WtrKABmFAEZnX/vZAbjgpAworWlLm9gQEYKzux1ADwbQAqeeEgTCNa10SRsr1dTgtcodQQ8+2wOT/pMAplWABMRLWxEgwgTZVa56ezCkeUJVATKA73RlENtCYOC1y81vfhUwTxzA97/xHe8tEhGB/K63B+wdmxIBUFr+BQA4vjJo7CHyiOAK96ADF6bsLykgAxUAGMDJMkQG9NuBAXQAwy1IaBwh4OAWOxjCRw1FNDFsYgyfuAMB+CUPVOBhD3f4xSo2RAoufOMbt6AD99MkDnqsACZ3OMaiYMGFp9yCHlS5BflhJAg6zGMme1gB1VVEAIrcgSOfuAU0xSIHNKACDTSZx2+WsCgQUAMrl7nMLThyC2QQRwq0mcdu7jJ8nYsIFZz5zkduQAsaoNkdIqDNbI50m5tcX1KAIAN6zrOmG9CAHBTOeSBQQKQl3WMJ+DMRNNAznjugaE7HQMF3YzCkJa2BSIe4FAbQ9KI5zesG+ODUZAMAD3SgAw3+FJvWKjCuLkAQgTy3etE1aEC0e4c/HhjA2Ng+NptxqwwUVKDVnK4BtKNtAPaxgNjoxjabdaAAQpeCAbvmdbTnXQMbwLpcwjaADvR97WITu9ZB1oUBwt0Cetfg4BXwwL1lBVV+79vY/y62smflAnHPW9oNqEANKlCBELh7WFs2gMj3/fB0J9lkAZD2wVeucY5XIAEsoxgCNCDykeub5NfmtoFCgHGEb5zjJQg6wShGARMY3QQ1t7mxJbDwCKWA5T+vQAmAXgIHfFxEIBDB0Q1gdH2bAOcyuHq3U9Byl0896FMvQAI+Nywc6MACJoA70rtec3aLfRkIiEDZS1CDs1f+oAAlKEABHBBmEc3WAoiPe9y5zngdmCDscoGAD4Ded6mjHfA5KEEGZND0hACABYiHu+iP3nWji6DzzACBA6Yu9dYLHvAFyIHgE3D6/YjOBDawgA1yn3jRcx3pAgB2PACgg7MHHfCBj33sc8D8pdydWBzQvQ0coPvej37xF50OAzKQ9uS/Xvbgz0AOEqCDwu4DBSKYvvp3X30bKF7u5ZcRAnxw/MBnHvzMz0FIUpABH0jg1jzEAQbgAAToAOpHfbnHe6PXblkCACoAe5infMwnfvuXASmQAgGgARrDDBBwUxbgAiDoAC5AgOuHgNWHexaQfVlCAhEgeOC3fAWwfzn+cIE0mAA26AEqIAA0EHCFcDMsIAEW4AEe4AJDCIIjWIDrx34JqAI8CCFQlQESqH8UOIMgwX8JkAI2mAAxoIUx0IUuwH4QpgAGAHc2EAA+cIZnKIREuIYh+IUjeIC6ZwKnUy8IYAP5F3tVqH8XaIFYiIUxkAJbGAMRIIgREAEhYIghkIgBsIg+YIYB4AE+oIZDOIQiWIlwmHsDVjIU4AP6N4EW+Il9mIWByIWFWIiJiIiL6IiNCIms6ANsGIIFaIDTpwDmVzAk4AAhUYV8eIFXqIVcmACDaIqGaIgBEAKMaIZoKISTuIYeUIlfSIAK0IQFgwMWkAJUyH+haIOBKIik3DiMp1iMxdiIjgiJkRiJbFiJBCgDhWc4sxUA2MiL2giIXEiI3hgB4JiKjYiGkbiMkyiCBsACnwY7EhUB2eiLWziI3HiIibiQZhgC+fiIabiPRGgDIiCNzmM2EuAAWiiPXViIhKiQqGiMx0iOyugCOvBRwjdBIEADMuAAARCIpeiNh3iP+ZiPDmAAAsAtNQUCGPCDKrB7u4eKifd4IsAAQrEngQAAIfkECAgAAAAsAAAAAIAAgAAAB/6AQIKDhIWGh4iJiDAMBiEZIzMTMx8/Px+TExMpIQYMMIqhoqOkpaaKMBIhIyeWrq+wsZYnIyESEKe5uru5AAI+A7LCw8IDPiIAvMrLuywJrZfE0tOWNwkszNnahhgeKx+VldTj0xs+GNvpvAwlHy/g0eTy0zUM6vejLA3v7+6X8PMCCmvBAZ/BQhw6vFjoDpxDgRCHDRBwEB+GHAv5NXzxgyM8cRFD/qiArmI2ADZOvHiw8t2Dhg9BClswqUKGmxkqzJixQKSrBy6SmeTFYsKDoxlZauToMd6PGRlsSKBAioQEGxlmhFxRcOgpAD4e3GB59OVLhv0ebkigAAEzBP4KEmyAGEKoV1EoOow9eqOl0qXuJrjAYZCAB63zBpS8m0jEDrGQy/rVeCEGjbs0EjyQd0MCY0RhL4wdLXbyyhMuQH0GAsPDDXkhVg8CkeGGaLGjV0p+ccAGLtmDYDi4QK4CiNUQaoi+wZx07gcXXPwGXgiEB5nEENgdiqLHBdG3b+8VW4Ew9UQ4GlDDgWL7QQwTvoO3PXr0As/nRck4QAwDBhwYuHcPAiNccIJt89mGWwGq5ScKBBUIAyCAGLR3EAQtGPjdgQnaZoCDp9iAnX8T4sCegNmAUMEJGsr3HX0TUAXiKTTMZcmE//1nIgr4pMDijwbewOENDbg1Yy4IBP5DYo4m6mjkNj4ccMKUGrIoXwHHHakLBAjgaCIOBGBAgIlPMiOAlCxKWaWBMaCoZSkweEnilwRkuQwGM5wgpZpUHhjAm8zEaWKYYxIKoJulAFDDnlPq+eMJCQCaTZc6TlgogMu4cMCmjDp6QQ6ISmpKl4aOCSaYZZ7CwgE7sKrnplMe0MJ0oi6DwqC4Xkproi20yumeUk6Qaq28AKBjqYUuZooFre7QrKusXkasNiCUeioB2DZICgoLOMsqtJt+OO02EFxb6Jgk4BCqITE0+2yzOYyrDgqXYmsvATySwoGzG7j77QTaysuMsfeeSgK2uyZSQ7/O+ruDCAKrU26hB/5XPOYoAvSr8Q79HrBBvBGrIya62OJAwsEJG1IDxxtzzLF5IW8DgskHE3ByxTAjwsIGPPfs8gYWxDygvRbfnPIgKWywQs8+j2Cn0NoAYLLNNp9ss7KFYLC00kqzvIEOUN8DQ8VWk0CBzU8TYoLSS6+wQ9tOh31P1TaffTIFwwrSQttcby2u3OmMbXbVFFh9CA1LL9B22zMcDXixVZt9t9lpA+GN4ivwvUJsj4s8+OCFU5DvbANknrjpG8jYucyShy45CYXwsIDis6+AeQOr34OD66FTQAGtNtheO+0rmJC7Ogjw7vroQNQw+/PD53w8MyD03vrZgyCwAE8z2N79Av41TK8OAb37XjgNQonA0+w8Ce+C+OmgYL7kNNBAgWoubM/99tvzAP82MPCd/epnvnzlgHv744nj/vcVEtjPfAMkgCAikUCeVICB2zBb/QZIAfsBAU802QkC/4TBbGAAghvsIAg4MImd0KSFGijhpDY4wA1CQAWS0EQLd4INGS4DAgSkIQ0YgAAbaEISSNQE1nyYCxDQkAEUgCINMBABHVpxBiNYFxNF0UEGDLF+XsRBCiYQiUjoEHdbVEYXwQhGApRAEyMgoxwLkEZlONCLePQiCVoQxz7KMQZ15AUB8PhFBkCxB3L04whIGMhc4MCQQyQkDXqgyD4yspGmeGQkDf4JyTgOYASgJOMI3ofJUzwSknlkwAg+CcpPfpKUpSzFKVnAAgbU0pAdGIAuV8lLH8TSFIP04i1pwAIadGCVukymMX5ZikHSspbPZEANXMnLT0aAmVWhpS236cUCDICS39RlD0CGzVBE8ZnopEEMxMnOAVywnKEgJgs4YEt6soACAehBD765T332QIvYnCct7UlPApiAnfrkJ/PgWZ2B1nOgOFBAQvvZT3sw9BAw4AAH5rnRjbIAAyzgpz/12QEFXPQQKOjoQAWKgO50IKEv7UEHHHBSQxCgoxrlKAuO0wKZduCnMc1ATQtBA43iVKCCSEBMXwrUDiyQmQDgAA9YwP4DnHJAWhZoKlBb0IEeDhUGVQ1rVedpHh5stQNcRWvQhgoEAoTVqDyoqpEQwNWeorWuQmUrDeIq1apKlQN2ykBPW1DXui6xnCAQQFwXG1aLCsICdUXrXVsQw5riYLEC0ChfJTgIFhSWsHdNwVAZoNjMxtW0ZVIRaAnbgBa0FnYXhUBpT7tYDrjHAa7NbWsb0AAbnJQEsw0ubAnh2d3y9rjGYSgIeCCA4DKXA8MCQAF461re1qABNTApPHHQ3OYyt7ReLYQOjotd1143B5XDZFS9y17mcpYb2C3vdeeLH2ZiQAQiEEB+u6tYx/nAutidbw3QC1Xm5ne/ihWBtBBBg/75xrcGEK5BZWNJAPweWL/7zRshYiDgCFfgwwuto2wtjF/96je8iOBAhBtQgRq0+MOwbCQLRCAB/da4xCII8SEiAOEXu/jDFUDxFu8rARof2MJCRoQ0XwzkCpSgAil4KvwSW+QqG5nGGj6ECz78YyfX4Mk0rSMDrFxlAdR4waNAQAGAXIIvO7kEJaivD3EgAwnYmcz5Ta8iZOBlJ/sZzgV4bwlTUWcRFNrONBY0KUAQgze/+ckFKEEMAjZlQ0tABnW+M41tqwsS/BnSJYh0AQKg59UBgAeYrnOmZWBoEWRZFBqAs5NFHeoC5MABABUaAFigAAn0WtWqlsBwdQGWCv7QugDIRnYO1io+BmD616m+tAQ4rQwEpCDUtba1tnMw4dzRQAEKkEG4wx1sEZTaFOxAdq1zYGt258AEuZ7Wrsc9bnH7+tKH3YUGlL3tdufg1vEWVVQVoIJwq0Dcz7606k5igRLkwOHtbvdNPCDlWiVWBQcvOLgRLm7HbgMALuj3v3OAkwyEQHoCQ4AEMI5xgsug4OJWAAsCXgoI+MDf/74JyVOQgRRQJGQkYHnLCw7zgvPg3MuAQQgiXvIU5CAFPDdBxR10ag2owOpWJzq4wW1ukyAgBCTPQNid3vOepyAAaJYUnTWAdYxrgOBwV4EIpp70AIj9Jk7nOdRTkAC+W/7g1dSBgQA0oIO2Z/3tRD86Y0DgALzvPAMJgDzfExCDGHR9RgCgAeHZXni2X13oKuABzalnArybne+oT4DqExAAxZ+neirQgexl7/naX10B1F4NAFSg97L3ffWVjwHlAyABpOMDAgzQgAF0sHwDcL7wV2+7x4Gjzr3/XvUx4HvwYxCBECgg3wPiAfPHv/zZc77tCtCxbBDgAOtPXvjw5z73u+8AAVBaG4xQgQkMwH/+k5/wtAd9c6clACAD10d5KRB/CRABDMiAIfCALiAD98MMEOBWGmABJpCBGbh8+zd+zHd+GpB2R2IYwEd5wteA3ZeCIRABARACARAANiADHP5AAuBXCPRCWhpgAxawgxloAQawfxtIfrNXeDKgfpgnABGQffCXhEwYAyv4gA/4gi/oAwHgA1bog8t3ZQBoADbgADbwhTpoAyaAgWT4g/3XfB9oACpAAaO3fjpgggs4fyuogizoglV4h1boAR7gAnvoAnzoAC7gAF7ohWC4g4Y4hhq4fxyIhhxAdzNCAg4QfE34hFFoh3hohXnoA3r4h4EoiF34iV9oAWKIgYhohorIfBJQg9NiUPPngCrogi7oAyFAhZoYAHq4h33oh534iV4oir5IhonIf/uXY6uDATrghK8YhVJIi7Z4i7jIiYA4iKCogzw4imNohgJghGEDA4wi4AJ02IJTOIu2mIku4AOc2InR+IUOIIrUyIM+aAIqwACOKDR05gGWGItViIl6qIm56AHpKI1d6IvWaAAcoI3iAwAVZgLhyIwewI98iIuAGIi7SIi/KHPqEksgQAIiYAIuMI6a6JC5iI68qIO4hwPG10gggAGkJQGyt398yIcAqAEiwAM0gAIn+RmBAAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIEAw6ASkjE5IvPz8fEzOSKSEGDDCKoKGio6SlihAiAT0HLy8fr6+UlbO0tCcjIRIQpry9vrwAPB4trcUfrsiVH7XMzQM+IgC/09S+LBE7Dw8v2w/HyLCvys3ktDcJLNXq64YYLhM32vLFrt7J4uX5tRs+GOz/v2gUuBGv4IMb3LqBc3XMkkN9EH/UYACwoigWFQgajMet1bYPH5M5XBaxZAsOFlMWYtHgwoUbLzce7LhtYbiHJUsOEKDSIooMLl++fDA0nryaNY8ppUQyp9MK/nqqA2Bhx4UTMIUSPMgVoUKQ4DKNqJAig9kKM2YscJrvgQtp/lJ/sehx1SVWrTELJuw2IIEFESRGUZBgI8MMtrVWoIxrCoCLqyfqXoWpkWjXBzNiSEBQDYGCBBsQVwoBl3EoFDVORFYtOajWgwMc4EiJw8NhtgOimk4kYMWBE7/rrqYc80AICqZpJHjg9IaE3YhcHPj9G7hwuzA3OPgEHQgMDzechug+CESK6dOBq2Y9fIWFXeQHwXBwIWcFEN0hlJi+A3j1AxcEB5wD+MVnCAQeyAJRD/AxhkIDOxwQoYTqWRdZDrMZmAgBDZQ0g249YbBKhCT6V+EEImgoigwHRLQBAVIh0MMONErIH3rAZdCgiqBAUIGLKKgEQQ07bEAiifyd/rCBDjyaYkNT5UzAHUAgFGBkkUfaeMIAyDVpCg2h6dNDgf/EsMGZNBopIYkVTOllKQgMAFEJpanjAppnGqlmhBmQ+aYpEHSoTwTs8LDBCofqmWaREdT5Z2M5QPRcNRiMkOihRaK5gwePVhODPjdk+AsABayAKKKYoklop9UUoM8Ajjp56qlnrlBkCrGyCoyg5azaCwOmznrpCjX4qesvEEygDw+9AFCBqQsIi2gPnB2rDgI75BMkLwZE662ph66wAA3WssMAlLPggAEGboqCwgjixvvtBhqU+48NzKyLg7q5JhLCAgADHO8GC6RgL0A1pIuBugxXexHAM6wQccAL/jB48D8wnPCDvgt3jIOxiRSglloBx8vTxf9A4LHH+24LCg8LjBzzzDMYjDJACDC88L4YEIDBjoiUIPPI4s4g6s3rALAzzz63DAoDaUVN8wIGIF0RDOo2vS8B+wJdSAxSYzJyByBbTSnDWuNAgMOGoJAJJpjEnFa9ZgMEgdoL+8y12v0aIEkmgE+wQAtl103N0nvvzTYhFUjyt9gTMGm43WpvXbnPh1AwwtuOYzKA15NTA8DWPV/+sSEOTBDJ5p37EHpFOXMtu9prFwJCB6vPkPsI5L7+DwizB380EByMsLrqkozle0V5y06A7DuagLzx01e9PMbO0/68mwUYv/r3/sNfL/rz2uNAAteDIOD9ANSzX4L4APVM/vnPEwAXDyMMwP7+xjsA/z85O58AzUcC+NiAf/wbwWL+pw4I0I9rJBBgtVKgvwrqL3+gY2CzzEeACAoQc0DogAUtWAANskNtEexgB88HBBQMoAc9eGEPRjBDF5hwHSgQoAdXCAAWvPCF+dNfD1Rww2utcIUehIACYshEGL6QIkWkBgg8SIEOVpEECDCBE5n4Q5dF0RcguCIJrlhFBKgChmiEYQf69UVSWNGKEaQABiLgxA7E0I7va+M04EiBMUYQAxnoQQfsaEcYZkCP08BBHxfpRwJUYJCCFOQgx4NIX2CAkYwkQQ0k/glJO3Kqkr1AwSJH2ccGDLIFgkRlB2wISl5ccpR+pEAHWnDKWtqglbwQJQVI2UdatsCXvrwlLkuBgTFSgAZ9RCYFagDMWc6SlcMcBQaUSQIaULMGzgRmC6AZzVBcEpnKRCYJCvDLcvoyAN0cBQ7AeUxwkiAFv+xAA345zwSkUxQEOKY+3RmCBvhzngDNwT1DUU1rGtSaBBgGQP/ZgBqwcaBAsCYD9nlMHBiAoRj1IkQJAQIaTNSgDLAmBiTQ0BaUtAYN7d1GC8GIY4b0owxAAAOYidKG2lQGKzUEAjzKU48eEwIPsilKh2qBnBYCBy/taUjxU4KhOrUG9jTqIEiQ/lQGvLRLEajBUxtagQzeEwAerapHYQQEA2j1rDWogFahaFQYWDWsL2VAVDhw1gZUQK1qtZ5RMWBVFsQ1pNVCwF3vmtbBxkCqQKBASP3qVxr4lUwxKCxeB6vRgYKABZi1KgP8yoDADMIAd21qBUow2grgNKcY4GxmGXs0BoiWtKUtga82SgHMrnaznuBoDmI7WtKWgKwQhYBth9tYR1nAt7EtQQlMsFICsIADz2UABzbLAuAOwrW9VS5pC5ADr4Kyh9Ed7nTbBQQApMC32y1ACQowqXuiALrwDS9bC6EC7RZAvfctQQIeqscexne68AURITCAX+Xel7slOFk33/vc/gbHt3BAcMGB8XvfHCQAwm30Lwc2/Fz4ehYRFKBwDrhL4tMOEwcb5gELePBf8hYiACQm8YhzkIHK6hECHGBxjjfMY5UmggE5KMGMh5wD/+GSAizWcY5XzILFISIAM+ZuDkacgRzMV48I4IGWt7xjHvhYEQKZ8pCrnIEIeJeBl+VyknfsYkTYYMw0JnNREUkDHgjAzltO8odFgYCyTJnMZimLgqOIAzxrWQA51jIHMHwICdA4zoHOQQpSYF0TwgDPAriznRMtYFEAAMpmyUAKaFyWFATgzK8DAQfunGlD35kB/EUECUJNalGLOgUuYPTkAMCAO4uA1XZmdZtFoYBS/ht70inwS6zNBlYR/DrT0D50pU0BAhfYutQZSECyEyA5+NHg1+AGdqZpsGxFICAGt560ttedAAXAjwTOdrYAwq1pVIuCApPOdrK3nYAYJEAD5S4XWCUgAgnMm96ZtrEviq1ufscgBTGIgQl0LXAGFNzZBpc3uMM3DQAYYN8JCPnD/e1vG9hbV6q+OMELfvBff3kqNgi5yCHe74jHwAOdPhgMBCCBnhd85RkXAawtAgEH9DvZJPd3BJYeggVejAA+lwHBp45xRAecFxDwQb9rnoClR3zpEdABxXl0WRmYXeoSkIHKnb3oGPkg4jWPQQTkHoEQ1N0DXToWBkRw9p5L/p3vPpcAB05OjfnUfO5gZ3rdQ6ADJzdJuDJQQOTTLnW0/5wFY1cHCCwAd68vPgYhsHsAfCCAq/cEABSIvOQl33e0Exzz3QGADhJvd9AvPgQBwL0L2q6hKap+9ZNXQNqHL3TTJ00GiLd96COQ+wA43/kuEEDm2RFGBVjf+jJQAeuFb/bh591AFPBB3ccfetzjfvTod4EEcm4RGLBAASqIf/zhD/zIn10ECu9OFskv+ueHwAej5wMC6AMmwAPDRg0QMBgaoAEqwIDap32rh32TxwOEFxcAIAK313z/h34A6AMe8IEfaAISUEDVcDfvpwML2IAqqAH0B4GqZ3bf9yc4/uAAodd8zteBo+cBHuiBLuABLvCDBiAC1ZV/hZAzNMABMqADBqADKIiCDOiA8nd92Rd5AuB4bwIAHACAN7iBA+iBH9iDYPiDDjCGDmADKKh9wKZ6KmACBtCGbciEBqABTagCZ/iE8PeAkmc/B4MAKnB+OCiAOgiCYegBZGgDY2gDiGgBNmABjGgCFsCGJsCGS6iETCiHlviEDdiC1scCFdgkBGACHDiAgugDP0iIDuAChViGDqCIjfiIkWgBBiCJb7iEcXiGdSh/2scDRFguOKADHbiDgRiGYugCNkCMZZiIi7iIjwiLkKgDJkCJTNiEKYiJGsABu3gxGKACACiIoT7Yjaf4jcd4jIy4jJFYjrHohpRYi5eoghxwgGYDATxgAYHYjT+IiqloiIiYjMu4jOdIi9C4jjogAxTQiUizdzbgg8J4iMaIjOPoiq54js/oj9GoAk3WXzggADqAihpZiPi4io9oA45YjpCIjpMoAQyAAsZ3PcAjABqgiAvJkMoYksz4hgHJAhiQkkUEAihwhAKwguQ4fzKgYhSAANPHGIEAACH5BAgIAAAALAAAAACAAIAAAAf+gECCg4SFhoeIiYgQNBoeMR09PQMnDzcXA5k9CQE6DBCKoaKjpKWmihACLi0LFycXsDeyN5a1Ny8PuLoHPQEioKfBwsOnABwONSevyrAnl8+ztQ/Tui8vH9fYPT4CAMTf4MMMPgsHJ+bMy5cX0Re2ufDWHw/YH/b2FzEc4fz9higOehw4sOOcwQsHXDVb90zarVzWItbL9uPHhx8bfGDwx5EYhQw7dhAcaLCkQnYoacmSNg3exHrYLFacWYNBx5ujGOQIKbInQZPLTj5jZ0sXRHr0KF68OHNmi304oxJiUGIDT58FSWpV6CwlLXfTHkaUdy3b0qZoBwiQihNFgg3+cHdY3XCA7kiSr8yddDZrJa2WLsve+/ECreGKFTay5QfAwIwVG1bIDVmX8k9z6LjKktSjQIQEMRLkGDBixNiXhWUeRvvAhbfFxBg0gBxZ7lyrBEUOxKysQwQDAgiQIiHCQoIR9+ypXo12BVTYpgDYWEGdNty5PEdm7RFCAoxwCGTEWLGcueEQr6GLQlGAeuTIkCVbpdyzhQXFN3F4mGB+9QD86iHCwwArLFDde/JdJ9cCPpCgHgUJPNAfWjdIECAiNiygYYGQGfgedjNYAMyFMHhww4RNhXAhISBEoOFjBhoYH4ITGDDiioJA4MAFKCIGwooQpLDADDHGWF18K5j+8COOh0DgQWoT9nDjYgiUQOSVGsrY4QopAMjkIQQ00OMMXkaFQQ1DYgnjhgv0sNaXo8hwAIobCMcWDDXMoOaQQ1K3QAxTwolKBXSiIBUEBcwwgZ5qFjikBoIGYwNT5k3w3U0gJDDBoosusCiWDTgYaTAMbBDlkhwFMMEIiira6ZU5XDpqMAgMMGEJ6fFjwwib9qrnp38GOmspIIjZXwT+cMDrsq62OoMHuQ4bDAA5TGhhOCh0sOymrG6qqAPS8hNDfzfgAA4AKZS26rbdBhBuPwX0N0C0p5jAK2mr5rtpBPS+KwwAxjKH7DA0jEBaaexOkAOq/oIDAn/m8fDvaAb+DzDBwbzWIGvD4O1g3gwMk6JBJqRlom4mFHDMEQOUHubBKQi0QHLJBpemgsodWWDeA2Uq4sMAk/RQcckD48xRDeaVUAoDQQMNdMU1CGv0NzCcYJ4IpKQgidOaZPLc1P7IUOkoHARtttMqgn1TC+bJIIrWkQDddA89qw0OCS2jNUEoNPQQid+cAQ2p3Td5ELEiAUTy9wB/VxAy4fxAYPVqDSSSbQeY+/13DwpAjpPOzNlpiAYtYG664hX067nDk7uMSA4dlN6C5pjfvPpNDjC3wSEkxG566Zg3IPXtVEu4GguGWNCC7LLH7gLxOFW7WgKFgFAB877PLir0KzN3A8P+DCy/fOyyZ8A9Tgswd60gOojfAPMtDH4+R4avlrYgKTTwfgf6j2/o/BwhAXMWMAgE6O+ALXhfA1IAwJukbzWK4UANEnhABZqggR2JAHNsZwL9TbABH2wA8jDoDwkcBgcYuFQIQMjCA0aNhP6AwUxQiEIMYOB/JWBhDUC4Q+rB0B8osKENaYhCIKBAhztMog1+6A8E4OCJGKBhFAHAgBpYkYcsXB8TwQGDIUbxizgAgQQqUAMy8tCKNNgiP0BAxCe6EQI6uGIFyLjDCvxPjd8AgBvBiAECwMABcySjIOeoOjyaIooEQOQXUeCDMgZyjjVgoCHBEUUcJPKJBMABCmL+MMcSOHKORZvkMFBwSUsiEgUZKEEnK+DJCjxPlMRAASZnicIcsLKTNVDlEmE5ykxa0pSZLIAqh9nJXfKSVsBEJApLwMxbNtMAxxSGEzNJzV8Ok5nYLAE0owmzX1YzkznIZgWEWQILcPMUpLQkNamZygK4U5jCNOc5S0HKdaoTBykgZwngWQJwzZMU6bRnJiPwzoIWwF3/HEUfSUCATDI0kS4w6DtjkNBR/PKhDkWBBXJQgByE06MlyEEhKyoIAjyUoQ9FgQo6ylKOchQBJE0EABrKUBycFAEiaKlLO5qymB4CBCRAqVD9SIOdevSoWPOpIRBg0qailAAQQMBRXcr+0QxsU6mEQEFQt/rUH6VgqhnIQQYygFCsDsKST92qnTwg1raOdayPiykAuKpWEpgLCBoI61vFmoEUpNGsQIAACSgwWAIQdrAwBQIDxsrXt2bAdmZFwWEna9JLweCtKehrX1PgA8ACwaSUHSwJ0uMDzWr2qym4o09BQFgKtFa0ogOCCk6b2dpqMaYIeK1uVUuDzW42BcB9GVZx4FrRvvZGAIhBbZebggTcNaYQKK5rW0sBAkRLB8AFbgKau135kRQDhKUBdQdbJgpkNgHbTW8CIjC8Y86VBuKlQHxdGygAhAC9+M3vmyqKgviKlwQ0EC0iZIBe7oIGNAEYqSjfK97+BsuXAqrNKn5Do1wKSyyhCICvg/0bV0GYADTNpXBofNDhBQNYwxt+Lu8OTGHQxCAGtz0mChhAAwbIV8PybS8QHODiF/s4BhFIbDRZW2P52ljDsUUEDVr84vVG4DfnJECN4XvkI28sEQ54cQSA/OQu/5WXMKCxmKdc4yQnggQ+3rKaQxABD+iYhACY8piLTIMrK8IAXe5yCGIQghDogJcEoDELGCBmGzPAzIqAAZuBvOcIsNnRX1PjjAddaDIr2BACyDOb+9znAKiYiRAgNKFpMGg5R3gUAHBAnx29aVY74M3QizMLZs2AUlN6tMLAAaNZHYEAhMDXSmIiAChA61r+E7rUnyCGBFbN6V//uhOX9txcZ01tY4v608UwAaufHYBuB8AHnSMhAVjAAVpTm9a4ppoHnO3rbvsgBD7wBQbHXW4OMMDexaZBiU1BAnZ3G97f/rYCom20adf73PhmgZDDIYF/BzzePoi4DzRAcI7NlQMYJze5E86Cug0DACpw98O/HXEPGGDfOAMBDTJ+8HJrHNHn0oHIIe4DD9TcAxY49dTCzAMO9LznGnc5BSpuChCYgOY1v3nNXeACm9gNAz6PermBXu+hH8oGNA+AB7buARds3QUKQPms4syDsv+85/UuNwOILk2sK53rXe+6CywA82GhwOcC4IEAov7zjDP+QOyRM0DJv+4DrzPdAw4Au51HxYi85/3sfWcBD/QdIBBoQOmGz7wLHOAAG3CA7VKZqd5H73i9850HVr8QABQQ97gznemc57wNLEB5OOmRByIQgO5Lv3ez+zzdOBKB6zOfeNl33gEm4ADgOwICAghABLnXPe5Lb/qy1109JLDB8ItvfBt43wYmEIDOcQIDCkD//NB/Pu/LvvfF4wgGGnj95mNvAxfYoPPet4D+VcAC94cDAgTAAxIgASIwgLkXfbsnfXn3d+HCA4jHffZ3fPk3e/pnAhagATwAVeEAAhhAAwIwgAQYgtAnAc93gKSXgQ2DAQYwf/fXgvdnARRoARb+aAI0aAIGoAIcQAM4sHCJhgEkwAACIANCKIQSIAMGGILqh4C51384wwD3J4GdB4NSOIMySIMGcIUGoANZqAAEKALnVoISoAAqoAAKIIRlyIVGSIBGWIAjWILShwOg934yIIHfF4MyeIdXaINZmIU60Ic6oAGAqAEqIIgqMIZkKANjKANlOIQgyIZdeIAiUHtqgwMa4IJSeIczaIUGYINa2Ika8IeBWIgaIIZjmIiLaISoeIRtCH0KdzsYIAMvqH8VWIUWsIlXqAMm0Il9+ImAOIiiKIZkeIZnSISpqIoMwIOrgwISoH/gB35VaItYyId8GIiCWI3AWIrDqIhFaICMMsCGydZAEMACGjCLM2iLnSiNvPiJvliIhXiIw4iGxCgBPEACy5eMPLCJNZiHWZiLWciLOjCI1TiIpAiM2YiKIkAB/gdnGMACCgCNnMiHuxiKAYmN76iIHEABCBCH88NGLCADn7iHWpiO/0iI7EiGiYh6KKCRWwQCCPCDLNCIgviPBKh7NOZH9agegQAAIfkECAgAAAAsAAAAAIAAgAAAB/6AQIKDhIWGh4iJiBAUCg4+FTUNNSs7OysNmQ0hLhoUEIqhoqOkpaaKEBw2JT0rrisbsBuzG5Y7B5YHugcnMw0ePKCnw8TFpwAsFjkzC82vsdCVtTsbuLq3Oye8JycXJzUuPADG5OXFNC49M8zNzgsrC9Cz1NO11rzb2xf7FysRDOYCCjSEwkCNCcwSJoT3CparWLawWcu2rRs3i/wmuMAwsKMxEhEmiJyBMGE7hvEe0ppn75Yubfi6eeN348aFmgVoeNw5ikKMCSNGllwwYcHCdw9TQrRVTWLMbrz2ybxZ88aDCix4ai1EIwVQkUERijXZ7t07efRutbx2kdvMbv424z6oObcFj608UQQYwRdoWJLrjJqc8eysQ2qI72XTBnUmTaoX5j6Y/KAACrwCAWhoMWBE56CggQIeDM8srBqoEwQIECJAikwtnkbF6K0q3duTTzgYh9kYjRwDOneeMFw0YIRG25XwoYEHAVI4BBiI0II25NtWJT94MXkCh97DAJgITt5z37AiS5JsEA6GOQQi9s6Ma1Ny9hvcX+gPwBu8KAQxDNCDgJ4Jdx5oJBVgAEc8YWBDD1TNZdV9+emnXw8M+pcICw0M6GF5QQ0XVA8uPAceBSEcENl927XI3Qf6nSCBhogY0MONH/ZQYHB9tWCAMDTC4MAO2k1WoX4wwv4YAI2EgOBBDx0MGKWAweloXgsaAMmkIBBYQCR+2yH5QJIvfPBBCSAwCUEIHUQZZY7kCaiDllsSAoALkeW33QdjllnmBx3QiRcCCbTZJpSI5hhChnUigkMFYVqYpJkw/jDBZb2hkEMLHbQA5Zs5VnBXo6NIsIKfZFb6wwc/rGDiVjDk0GmbnhqK6AA+CEpqIhAUgOqfq7LK6gYIbAVBDJy2wGmniLopw67DWHDDpC+sau0Plrq3EwghKNtAp8vW2kMBr0JrCg0LUGotq9d2kKZHDsDWwbfKGtpBDLqaOwoCPVQrLLYAY1tCfwEZ0EALsNWrsA/v6ksMBDX8e23AEf4MxIAkB2escAe7OUwOACkELDLAM5qDQgmZ1IDwygd3YIDHAUUwssg34FAOACFIgjFsB7fgAMwCFTBzwAMQPIwGOk8yCcs+GA10MQA0MDTAFRdDAWpK75xJDA0/XQ4EE0yN7ajHRIDa2Vm3kIG2XgeEwA5iz9A1KTLUEIkkkShdAQltd8QAu0N7cAoCBdhtd95nl9z3QDaI/QCjothQweSGG/7L4jvVIHYJpVBQQQmHR3J3BvlibgwMJ4gtAikhlPD554fbnZXpHikg9gSjMOD65KBPPrngtO8k9dTPhhLC564njzzkwQdEAuAj464IBSVUr/zuxTfvkQdik32IA/4lFID8+CnMrX1AEKQ+dAOJIBD++9Ujr/j5HVkgdrmEyFDA+/sXsH8KTqOfOUCgvpkBzxAR8J//4FeC+QlwIC6Y2gYOQYAcFCAH4VtgAUj3wJ3A4AFTmx0hdHDB8GFQgSboIE9yMLUEFAJkFrTgBRWIPxUGhAFTu0HXfjPDHMSwACGwIU8WMLX5KcCHPuxhDrInxIFwb2hBHEQAYojEGWKqiQMhwdQWMAgYZCAHX9wgEpeERY8QcWgMYgAYwfhFC2ZAA2X0iMyGpgJBqCADePxiHnOgkzgORAItFIQL8khIPJrPj6eb2gAEkYAUZCAFOYDkI8mISIGccWQPAAICHP75SDA6Mgc6qORAWDg0AlDgkah0pCMFIEqBNG5oEuCBKlWJSr610hwCmJoNFJCCWc7yirc0Bg6mFgED9LKXj3RkAgIYTFMAAHoBq4ANGpmCRlqTks00Btxm1gMPVPOb1HRBNssxg6EtIAQJSKc602mBcZKjBUO7QATWuc5QurMYJRjaAyIQgwT0858JsOc9hyG0mT0AoAit40CHEbKh+fOhAFXoQk2RgamhMwb//KdAJ0qKgmIyBBn1J0bhyNFS5NOgAeAnRlcagxSWlBTwnJluYsDPCNQ0Bj976SjCNrMVmICmNLWpTQ+oU0Vsc2Q90IFQg2rTEDCzqIIAQLVmVv4BCQi1qTEIQQTYBlVDDHNoEeCAVkMA0giM1ZZdNUQuh2YDkJR1rGb9TloN8cqZSQABYyWrWbWqgLkagpQzew5r8rpXG/i1EOU0qCBMsNfWODYAh4QqADCAAwyMbASCkIBjI7Aax6LVrxDAAGVH+1UXAgFFq2FNagPgwLTCAAeVraxoKysMGKi2s6lt52GBgILYUta3/bFBan2wGh8Qt1h+BQFsfRtbYEogAD5oTXShGwDvdRUGv13uaJErCBJQl7jg9YFu54oCAozWvMvVEghc8F3jQtcHzHupcnFgXvRiwLyGUIB7w2tcJhYVAehdrnkxwN1BeNe4CCauB1wQ2f6FTpa+9M0uDnT1CAX7wAMY9oBci/paAkTYwwNGhAAu7AESl9gDNnjqPSEMWw9DuMCEQECJSUxiF3gAIDrtMH1BTFkCPFUFGL6wjV3gAxek+KUAgDCIlQzjQuAAwzaGMpQ3PFEYEODKSoZw6QRhgCgP2QVgdkCTxwkCLJsZxMBEBAkWvGAvL7ivEy0vlkmwZAJseRBd/nKYXeCAz44TAnQmAQ7obOb4UvDLHnAAn/lsgjv7McmEpvOgr0yABucXzHt2gKId4N9gYiDQVyb0oNMcCgjYINOadoANHNDHZiKABIGONAEEbelDcGDTqV61qm1g6DiCANawDnWkxxwKAP7oINWq5vOqbWCAWtsQALOONahJ0OtQYIDPyV62DbatAhWrENIUIEG4gT3rShuDB9lWtbotYAMZePuBOAh3uE0ZbVgTmxQAUIG6t20Ddvt7dX789LgHXm6blQMG7NZ2v/ttAQtQWYgooIC85T1rClzZ2aPAwa4t4ICGe9wEFhDAu0032YnDWt7AdnQpVMHwhVvABDYwgQkkMPK+JTncNBA3ysVNbY9IwN8fZ7jMFYBxryWZBkiXuM51jl+PAEAGQu+3zEEucw3cu28goAANJM51kwtaKyBQgL+p/nITGMDsBqCA9hCA9LZrnQRbZ3rNH6aCl9t96mg3gAEEUPRdHf496VsPPNfpPPdiwEADVJf52RevAxPoQAUGbxsMtM4AGjBA64J/Own6Tg4IqIDsiw+9DgygAwFw1WFlZkDlK992wGvd3P4BgQQUb3a0j/72OtAADQqPl8la/vert7zWh48D3psDAAJQvN5Jz3wdOD/3CqCA8TsCABRYXvWq/z3gk178RnFA73nHvQE04HwNqEAFNOB8ZnBAAxawgAHvB/71hU+DaoMHBxpofvPJr4H+918FCsACV9cREEAA8Od+8Kd6LCB/wkcBp9coECABpOd4z/d8/2d+5qcCIvAJYIcB7ed+HICA71d5I6h9sOcwLCB+/Od/KoCB5weACiACDP6AAep3CCAAYAwQghywgyCYgAi4eqtnf42CAjJAeuXHgo+XgQpwfgrQhDKgAAJAA+b1gIgAAwgwaAzAA1rIATyggywQggeYgApoeSSgcqRCAf13hEn4ghqwhE2oAE8oA3IohxIQSzyodBRwgFwoADzAh1vIg134hYLIAT6YfQyAAtOnJjyQhi74f0wIg08IhwogAXRYhyIgASKQiZkoAJzIh57IhVsYiDwgiO8ngvB3grSDASJwgS/4iE6oAnIIhzJAiZYoA5d4iQKwiX3oiVooAFy4g8A4iF+YgCRAhbSDAovYghjohm8Yh3NIi7OIiZooApxIjbzoi6HIg9pYiq4swIE2hAA88IJuCIAyAIuSSIezeIuWKAG52Iki0IfwiI2/OIpeyAF2FkeMIAFMyIzOKAGTWIeYaIuamIvUyAMF6Ydd2IXAqIP1V4PNgwAMEInOKIvQuI6YyI7UaI3x2IegyIXuRwDGiEjVRwE84ISyGI0XeYsE2Y58WJAcuYU0gAMIkIhCNJI8AJCzGI23iIvWeJB8yAFSOJPJ9VpwF4JdOJAh+H6whgEQQJNaEQgAIfkECAgAAAAsAAAAAIAAgAAAB/6AQIKDhIWGh4iJiBAkMhYuOQWRIxMzEwUlJQU+NgoUIIqhoqOkpaaKECwmKQ0DI66UlBOzlTMzC7e4Cws9JQ4cEKfCw8TCAAw6CT0DzMwjzxMDE7G21be5Kwsr2ysbBTYcAMXj5MQUFjU96gPLy66wsZWzlrrX2dob2t0rEz4M5QADGkKgIUeHHgfbuevxCposSpaq1du1Td+GbhsybuhhA4XAj8VI+GjRoWTCg+zYNWw4bVrEiLp2abO47+KOHRtuZqAAsucoEgFICkWYcJ27d8/i0bK1YEK9bNwuasSZ8+aOAzn++dxKiEKEFmA7kBRLdFmHlM1eRWs5olqtmP4W8e3DefPAhgNXD1TgwNUnAhcNArdoIHZsSYTq2qmE13LpNZkzoC6QijFnRqt4M6fA0DcgABkVBDcAK1QsWYRoGcKTVCCECw+wI2AqgQtq1MpV617Ne8KuCXGdi1FIUKNBjcHIS7dQVzRlBhcKWOAgRYCHBh8Vas6tejcv3t4nTvRgEdyYhhrFixsnPXqs4R4FLHCAUQ6GAA8dLt/snvkq+PAXnOABcOWJgkAA6KW3nmAkjWZSChp45BMKJtRg1W6ZHXAAeBuG14CEBSbCQA4JGmdiYKM52EIFFkxXHlAL6KahhuEBeEKAGwgQIiIalFBDBRUkqN5xolWgQjA7Av4BgQUxarhDeB3eeMAFAV7gQZKDAGADkEF2aZyCgZWgAChYDgKBATNs2OGGF0x5I5UXZEBmiCBgV0IFPgaJnonpqTBnmYSAYMMG/7VZ5Y03XHBDDUiWh0AId97JJZA/pucBiIAegkMOALL55gmJ3nBDD5hyhUAMkeKJZ6V7pkBepqJIMAGbVIIaqqI3TOAiVzBEkEmkkuYJpAONwhoKCBkcmqiiuN7wwAQIcAVCAJgUUAEmqq5aggTGnmLADssyK6qzivZAX08AuFBAtb/iKWkCu3ZbCg0TiDvuBQ84e0MDfwZkwbrratJuJgEUK28pMDRwq776PvBADgQCpEIkOf5owu61FbjQ78GlgFDAuA/g62y++YYgEA2sURzwbL9xXAwAMeQrKskjv/CACAAhkEAOKgNcrQYulxNAwyQ77PAB8Q6TLs8pp1yCBUEDlALNDtv8gs0dRCyMAjxnwLPKFdugddRKl2C00VZfbTIxJGTgNdNes+bDxmQPA0IP+Vr9wNV882WMBzm47fXbksRwbt3lILDC3ntfvfcHL0xAdygiZJDC4IF/nQEBiJ98g958Q/6CC6ecKngKmQ+uY+cCmcD3C5B/8MAHH1zAWSkGXH654G7nYAPrIFVwteyxw/5CAaWQoLvlugcegcHAkwPBBsMbH/sHq4viQgYJpLC85f450BA9SBIUfz3kI4xCQwrdW8685b+PD1IN50P+ww8fyKB99957z3wKpZJfOQgwO+Phj3YfSJ8iCNC9BrJPd9wSIEhcgMAD3g9/PFCECRLAwQZyLwUhmJwEiwGBHVTwA/i7Xw0SobMYsK+D/MveCAViARTa8H4o/AHnDiECDsaggy8MwNhmSA4Q7CCFF7zglQ7hgRj88IkJcKEMiRgQF1wwhxfcgKag+ET2RUCEVCQGDB6QxDK+ihAKcGIUuQi0MIIkA2VMYgIKAYAAOPGJUEyaG8vBgDhe8AZ/IsEdI6BGJ5JujyBZgB/vF0FBSCAGhIwkJGOAM0R+xAOL/MHaBP7hgAh4cpKETEC0LCkQEmRyAYPolSdXGUkHkDKRmbwdDUIQgRBAkpX6e6VAIpBJFQhCBrWMAS1DYMsIkECXApFAJucIBBPU8pm2JCb0kCnGTA5AEAEY5jA9GT9qAkSRfnwAEGBATG3WMgQK8GZAcpBJApCAmNmkZTYj4Dd1ksMGmZQAB+KZzXiGYIf2HIcAMmkDEYQgAP086EFHGdBi4CCTEdAAQidK0SE2tBQAwGIZK6ADilLUlRcdxxH92AML+CAAJ/VBCFRqgpCOYwaLXIALUIrSg55UBy4tRgsWeYGZppSmPkhnTodRgkU+wAM+SOlPhTrUUxTAqElFaVKn2v7IppYiBZlMKlJPutWqWnUUWF0kbLQ6Vg8w9aujeGo4X+MDpLrVB7lE6yiKGk4bwOaud22jXEWxUz+ewAR4vasLDLDXUUxgkSvQwGsW6wEX+ABqhQ3FSOPYAwUw9rKRVURGF1kBAVx2sS44XGYL8dBFRoABLvjsa/Q4WiAMdJE2IEBqZ7tYB2iltYTA5yIlAAPQptYBqa0kbgfBzkVyzgYuAK5yk4vT4Q4CnHEUJxAUq1wHWDe5YJQrDDSaRAUKwLrVBS9rI6vMRTKTBOB1gA3Uq94pjjYGvRQEBJC7Xvaut7nDhW4cbwcEHah3vQBer2gzS4BTEkIAAbavDc44Wv5MmpcQOFCwDSZsA72OVr9lrCoATDDh/1rAARawQADl2sdF3sBgIpiwBVQcYhu4V65wXCTyCkGAFdvYBiG2gAmy69Ix5vMQBsBxjkNsAguIL7JW5OkQWWBjIuPYBDqwaE5BcIBMbrIQCMgxh3VMZJ7sVbeLPCYiJFBkLpvgzBbQgJQvCoITZLIDisBAkedsZhPc1qoByOQPMqgIFcz5zGc2gAkMMGCXkuAFmZyBKAgAaB0DWtDCHWoD9HzWRCjg0RYwgKY1DVCXKkDPih4FDtC86UFr2k85BQAK9OxVRYhg05vWAZQN8GJ1IgAHGChtGRtgCgjoQNAGkLWmf60DL/43FAa5xkCuy/gA/pKCBqUmdrANoAGGqhMEuMYBrpOtRGMoQNrE1oG4x2RPAOR629rm9gp4fAgUTBvc1NaBBNbsRhSk+97JxgG7EcGCd4tbBxoAuAZ4QG8i2lvbCM92rq1tjFeLO94Bj3g9SWlvAuCAAPnONsOHAQMV/BvgAteACjRw5z3CwOLptjjG013wUWAA4iH3+MhZ0HLgoUDlF783rgmw71EwIOIR97jIR07wMKoa5yrHAMYxXmhyWEcDUIf6yKeuAgH0PGjmznnSL37ujZcDAAIQ+dCHroKyK4C3I8Q2Adau9baPGCAgEIHYxT5yBajA7groNPBOzva+5/6c5dKSwdjLbnYFGD46VweUqklAgrWT4OJIx3jNSSgBqt/98gqQQeZF4OyoQQAHjXfn2i3e+JxjYPLjgIAICK+Bw2f+7pmPzjSNBQIMMJ7xo3986deOgsSPA+x4D37mNS+D4kuABKjvCwAQcPvG397xpMd18r/OAtgbXgZ3L/7wZSABERBg+h8BAAxuTwESUED06A/928tDA7xjn/iZlwD3ud99Evj+6ygwv/6bf37cgx4H61cgGCAB1xd7xTd/EpCAIiABAkABTecTEIACFFB+FGh+BHB+ovd8s5ckIMADBqh98peAIigCCygCHMBzWwECN0cDE2h+FVh+zRd6GP5wf1xBAfBHf/RXgt1HgiQoABxAAr1XDiAAAzhAATTAgiw4gS+of/3HeF7XLQjAAwdIfwkoAzq4gAIgAlkoAFzIAo+HABtYCBAAA/ZGAQxAAwxghEhohCTAgkxogeaHAWHYLQQQgjmogDvYg1woADzAh3zIA4B4hkfYd0qIhgxwiGcoiGhohIzohm4Ig+f3hEEDAQyAg923g92XhVrIhyLQh4DogxzAAxwwiizAASxwiqfIACygiomIhot4hIyohG9IASgAfpmCABywgJdYgnq4iX4IiIAYiqNIiqZoiql4iIboikeYhknIhknYeHOIOCjAAruIhb7oib8ojMNYirbciIqsuIqtmIhqCIuyiAPRuHcMwItauI6c6Il9KIyiyAI8wI3GuIqrSAP3KI7kiISPd47yAwLVoYlbyIXu6IOiSIrxaIwcwIqsmIyCyIxuGITehAAU0IcE2Yl/GIrBmJD0qIrHqIquqI8UIIchtXw4wAK/6IejeJDEWIoe+Y0OiYYEgAIwYIt7tHwEwAAaKYo8KY/FeIoLaY8NSQIYUJO4BQAQkGsEcIRH+JPNiGsoAAE2uRWBAAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIEAQiBjYJKZIdPT0dGZgpLiYyJBCKoKGio6SlihAMOjEFLS0drh2xlj0DlQO3AyO5Iy0ZFiyfpsLDxKYANBohDQ0tzK7PlJS2tLS3IyMTAxPYExMpJiwAxePkxCQmBTUN6sut7rEtltK1tbq5u9j5MzMTPS405QIKNIRARYIaCNctq9Gs1StYsipRu9VD17Vt2/hpXDBjQQ0LKAaKLEbAQYUKCVEqbNiqwatX8mhRomfxIrduE/bl5MgxAYmRQEWRcFGhRI2TR9UpXdbu5ctZHejVu5dPX86O+3guWJACYNCvhEj4KHrSKMqEShsyY+ZU2jRc/tds4sxJV2vHFSsWFGABNigCGyVKFBV88ixCduwcQos3byJVbfm67ZusdStevAlC9g0IQEKGAiVAkzWLtIHKdWodSkrhw4FrBz4y5MixK9vcEZQ78szLG+8MA+I2FyMRAjRowQXIFkWoMiGzGDZksMAwCgcHBS5yZNS5YELlBZc3rNggvgUD4cIAqChQIEdo44HJHkWp8hsLGOVgCHBQYzJWjniBB94GC5BHngPBoRcKDB7Mxh57oQkm4XIoRaAAAl9hYEAJWuUFHl4EjjfeBjuUoJmCidCQQA7ttfdeYMeRlYMBOChIgAcDWPYhgeKRt8IOJM4gAIqIKDAbi0i6/hijYBkoEAyREJgwwGUi+rgDkFeS6AKRhABgQg6yFSAbki+yl4EIIHBZCAQ6TMnjiORhucMBOySQJpEgOIAJmA4m+WAOMtyppiEQGDCgiFleeSWdJTwpHIMZpMDnmC0i6cCJgyKCQQoGyrnoBnQe0AKmYCEQQAqYpDopkjGcl6koPPSAJYlAhhrqADX2BUFsqPbKZ58WOPoqKBAkICedc855wLID4PcVCC5IEmmkYKqawZDDmqLDj3OCquwOJxxwQgPOjgSADRlE0msmfAaQa7amUNDDAd4uC6644lYg6EA6JKBuuutG6oKw8JICQwXfhovvCQynkGBACvibQiSR/kyLqg37FmwKCBkouzDDDF/gwUAUxOCvxKtJq8PDGqcXwcILXyDuBdiSg0AICZh8MsWRKtByQD58HPIJF5ywAXXjnGvy0hOrm4AOPwuUgLhDE211AyybIkEMS58cQ9MmZB31MADkEPIBRV+Q9gU+kMR11zr764LYYw8DQgsyp0202jdcwFd6NnCdQASCC+4DwXUXA8MEVqu99wU39JCxKALEQDjhOS8dw7uJB0QD2kX3LfoNN9hgCgwBXM414Uvz0PlIBjwO+ew3HEAqKBpEoLvqSxvwOlAF0A456aRnQAoBIUQQguWX63747yNBMMPoxD9wwwOui2JD8srv/jYF/tADJQHpwz8AufUdiEJB8iEsz77uvocPVAnEk279/RKEYkH73S+vewgYkt9ICHCC+13vgA/oASiQ17738S97AhyJAxB4vfs9gAOKSEbyAtBA5fmAbhEcBwRWYMEKWq8CiYBBCALAQv7x728hHIkJHmBB672AhpwjBA9auMIehsADIIxhMUBAQhre4IYPeMELtnQIG7DwiSvkIAaFCBQb0PCKSqThAg6BARb6IIocDMDzqDgSGBQwiTdUohJdRQgJ+MCLYoyiDMgYlBSkMYtpjEEhAOACMb7xi3FEGh1FwgA0ovEFH3jBAfYllj+K8ZEWGGRQJqDGRCISkSIghAB8/sBJPz4SgpIciAsQmcQPlPIFASCECd7ogT/+MYChHAgBlJjID9TyBTMYxK5a6QNeBsADJoglUGZwy1raUjMUaKUHlNlLH2RSmCKJwCVteUufAUEEy1xmM1tJAGiKRAKINCY19QgEHWTznMucnDcVR81b/uADCgSCA1zgARf0MpvBXOdAiPmCH7zznR+4ARAYZE96GtQD+dOnQFLgT1v+8504IMBBJwpDhZLDBv/8QEZ/IAEGTLSe9eymRcshAI3686T+tIAAXMBSltaTnuUaaTFwsFGURkAGLfXAPOvpAJmWAwD9ROlJK6ACB+h0ni6YZz59Oo4DCPWkPTCAa5JK/lUHQI2p45jAU/25ABO85qsOsCZWidGCrf7gAjZwjQ2S+pqEjnUYJTDrAyywVrW6YK1ufaspCiBXtTqgrmmtmV5LwVCzpvWwf/2rYAc7isJula6HjWxeGSuKuG71AV61QWT/+kzKjsKyT33AIzRLV8jO0bOj6IBZT6ABzbrWBhawgApQOwqtbnUFMoBtbEtrg6vSFhRO3WoPJBBb3e42kr9VBFDNWgEOHPe5MU1uIWhq1gjQwAQ2wK4JLGCC7QpSuoUQgFl/YAMc7Ha72rWAV8BbCIyaVQIw6C5359vdxbIXCBkYbzfRS1/uzva+hJiBXAWhgO4a+MDqTC4MxjsC/kFwQL4GtoABTJBD8EpgvAkQBAFMMOEOG+DDUwRwDMb73yh1mMMcNoBY77uA8QqywB+OsQF0YILoJpcA493iIFjg4Q9zWAfrBa8HMEwIHHyYxjqY8YdPy94Wv7dLGqCxknVAZQPAMrkMGO8NhMWDKU9ZByFObg7GWwBDYCDJVU6zBhI8WBg8YLyTFYQK0EznKIMvuQ4Y7wXElgoq6yDKf9aBAoKIVRCcYLwhQAQMkgzoKGvg0T+hrXvNGulDCMDRf3a0BmRAaJlCILhbTV8iUJBpTavg0UEerA/G+wNQHkICpn60CmZtY6wSwKRbzSUocKCBU8/Z14929VgbwOoV/idCBI/utbJnrYIK+1QBrNZ1KDAAbGafWgGBeisCDg1nUvCg2r2etQLC7NMasLoBpYCAAqytgnW7W6Q+nfRlv6s+X19bAfhWgQyurFAW4HqrIzOGCNrdbnfjWwFoGikKdsDqFbBZESgg+MGxTXEedJqKEBgBq1tdDBrkO98y0De2w7FOEBCb1RFIGg8OLgOKt7zlbBQmX1k9gYeLAgIvdzm2ZcDzO8dyxKy+gbOFgQJ8v5znO5eADGhw8d+BYObFHggNcs5zGShdAlgnOR3LuvGUi4QFVU+61a0uAQ7YvHMAQMHGf1CBppMCABxo+dXJLgER1J0HtXY6CjBAXbNK/i4oIODB3LGOdbsXfuiJgwDfcYABDJh1BvwWCQgEQHari8DyIrC7CJgOPQAgAAeMD73jhbqByEePB3TXfN3rnnkO3O5nigc96PlOe5RuAN664sDqV5/53otAAAKgAeKyBQIUyJ7xBKB96P05A3r3BQBg17zqBfD73wuABwRw+2YAAIOIgj75ohc9BnowfLAcg/d1p776gX99DuBA+0Dhvvcjynfwzz70plcQCXjfe+BbnwfXJwAsQABnF3/dRwDeh4D2d3x8l3coggLUl3kRyH4AWIE8wAMcQADlNxIggAAE8IEJKHsKiAHghwEbiCIgwAJ2x37AV4HXB4AccIEc/sAAOFCAdvN5JACCOQiCIMiAjAd/m0EA6vd7PECELyiDGMgBHMACDEAACGCDygUDKPCBOViFPDh/I4iA+ZctCMACLSgCLgiDSbiEGMgCZsgCNEAAKIAAJzgIIAADCDCFJEABJFCHVqiDCqiA3ocBUDgoOFCEAXiBghiDhMgCS3iITMiEDMAAdEgBCNh4JEiFFDCJc1iJc0gAVniHeviIDgh7FBCGAkCIY4iIS2iGDMCENICKDEADrNiKNECJsGiJdoiJOhiCTgiEw4IADCCGGDiGLMADhniGppiIq1iMNLCKr5iMlEgDleiIjpiJH0iLjNeHPwMDNDCIvUiKwcgAujO4iMVojMdIAa+4jI0oi3VIi5iIAyQwjZIEAxRAiEr4i4hoiKdYj6d4jKzIiK4ojstoic5Ii1aIAtTodDjAjTEYjAhpj2i4iPiIjMpIh6/YjHY4i+uIALgoPzBAAME4j8TIkAuZjxSgj/zYiOX4j2rYhrEkfxRwhqdIjB9ZjOLIiiMpjhJJARjAhp7leRgQkvWYisaIjCKZjHNIhziAAhBwkRYFABCwd+pIhySAj2m4gyiwhiCAlF8RCAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIIAQ8GiYhEZIVNTUVMZgxFjoiBBCKoKGio6SliiA0KgEpFSWtFbCVNQ2zDbYNLS0duSUJBgwgpsLDxMIAFDI+BQUlzCWusCWWsrS0LbbXursd3DE6DADF4uPEBBoJOcvLz67MrdOV1bXZurncLT35PQ02FOT/AA3BkBEih8EC6dYxK/AKVixL1bDhqretBzd9A3qUMIAgoMdiOCxkMJiuJMJmz165khaPkq0a9Chy64CxR8abIUh83CmKgI0MQIGSLNlsYUpoD2fVwsV0mzaLFm8OmDpgRAx/PLMSIuAgRQavKQyORKhuXTuVlVxWiJjLnjZ8/jTz3bRZteqIFAy08oRhIAXYoCMDIyRqFCklWbVgTmzgFKrNx1TtjpgwOURHvf8ACIjhFyzYHCPTjc2B0l3KSBEcWLBgwoILTAl04dpGszZduiPqTp7cQ0c4zMUIuPCbwGtxwEJHlw1gQAQDDKMwsJBhI8FFuXIz5h6xm/KE7xVoADcmI4H54sU9fwU9tEAEDSw+jYPBwUKB7Da3c+8++fsMC7+NFwoMNsSQAGfmdfZXUKAFIMFlO6GgQQZ06TbBAN59N8IMHOaAgoCgUBCAgQYemEJ66vmlAXTj+dSCXVV5NxmHE8xQ4wAcgIiIBJkcaOJ5J4IVgwTB6AgEBDq0/sDfd0xyOMMCT9pg5CAA6BBBjyQCmV4EAsg3pSAQqNBBd5Q5+WSNT0ZQJIggmHDlm7CRGGQCIgT4JSEgGIDhhjb2+eSTUObgJXAESgLngVmaZwKEdx6CQgRN/gnlpAssUMGHhLogSQgxvHmljzH4IF6jofDQgJMTTApopSu0wKJWEDgQAWqGYnKlgToMSuopEUi66gIrALtAC4x+BIIFISQ7K6e1dprjrqWoUKOqrAK7wgoV6AoQAAYoq+ysnnrwKrSkkNAApcFee+0GK+SwZkCqhBBAJN9Gosm75JICQw6VCqsuuxtsEIGd5Igwb7LzLguuDvjmSwoICfi77gIA/q/gQkAkBKCxxvLSG4kKBDtcCgA+/LvuCuzusAEP/8DggQ8bd5xwCBKITI4LEwMccMATjDsMtzD7EILQ8xatgs3/RHByxSrvUELIpQgQ9MYxB+Ab0uQAkIDOATe9wQ4egORD0GMHQHQAJjSM9TAgVMB10zvEzQIxJpCt8dQOaLs2MTD08PXfcX99QANqg8KBDy+PXXbQPu8tDgUowx33AXFbYAoMLrz8stlTz+14QDp8HffkO1C+QuOKyODB6ognPrYGn3+UwuiUl176AQmQgsPqvI+tuQOFx04MBBNscIDxt9/Osig6eOAC4s+z7gNWwgckAOmUH5B9A6KQ4Pz3/ryvfnT1HxWQvPYHnKC9CKE0n/n30btQLPnk4CA4+jucoD/3iuDgQub/g58HnkU/j9hAeyfIn/rSdwLPIUIBDgggAJ1nA6gVUBwgmAEC1ac//RUgETCIoAciKEEP5OWCH9GB/hh4ggswEAeIYIELHBBBEv4PQCg01gQ6yMELtFBKhzAADWeYORGeMIceMYH+XOjDJg7gEBiwAQ2nOEUbBA+JfNtAC7fYxBMccRA8qCIRI1gzLH4kAi7kYgsvEIJCAMACUrTBDB0gRwdgyowBoUET99jCDbwLB3QMpBRpqAM87qQHe0wk+wbBgTgKUooONCRAHHCBSrbwBhe4wQl8/kAIDdjgk3R0JAwk6RECrBGTmczkE8EEylZKEXak9MgAUHkDTNbyBpjyCRw/CUc6Li+WAAlAJm9pywvIQBA8sAEcd6lMG8AQmAARQS1TWcsH3KCNQFDAapbJzStCsxQwGOYNrDnOG7RAEAbYJjdtAMtv/mME5RxnJh9wACDAgDU2MIEytykAdwIkAdUcpzWtiYOQsGY1rdHnqPw5DhM8YKDlfKgIaJDQgyb0mQwVBw8GytFxmoAFrDFBRVszyoyKAwMPFShHAyCCkSbUBCYdBwAukNKH2jQHEhCpSENqgnbGlBgreMALhCrUG7ygBQrYqQEMoFMF/FQcAyDqUF9A/tUJaGCpTM2qCcr41GHUYKpSfcAOdKDVrBqgn10dRg6oyla2noCsWF2qCQzwy7SWYq1tfcEHHnABrOpgrliNpF1HkQC9PmCvbTXAXxWrWLIScLCEpepeP6BXypL1sozVQV0hG4oC6PWzlP3ABTSAWcxulrOKyEFoQfuCC6jgsqVdJGpD0YAPhPa2O5BBY3XAW95ydbaKGMFtbUvZBYiAtwYgLVk14FTggmIHxAXtB1rgCB0oVwOk9alzDQEAvf7gAz8IL3hLwIDsWpe32NXbdoGAA/C6l7gfiAAJsEtf7Fr3juslhAC+y9/wftcCGLBufTWgAg3oJL+FsIF/xetf/hFAALuvLfBr4YPgQmRgwQz+AQGAoIIJE1gHBZZthYEwAwz79wGCEAGBJbxiFXiTszAwsX9HIAgGsLjDBF7RiIEgARmHN3fslbCQO/zF/MbAxz8YX5iGzFwViDi/C0DyqySgAAWowMpVvrJ6UUsCJC+AEKm4spivrIAD59cDSAayIDCAZTJXWQFohTKSfwsAGbz5znaeH2ppgOQb6IoFeFaBDARd5NnmAMkfLAQKqjxoBdjZ0TJ48U9h8IA5H0ICg7azph1t5tk6AMkXgBoFHE1qGWi6TsAFwQmQjE1DQEDTpoa0qTc8Wwsg+QedLgQHYB1rCUgA1ZxVNZI7oAgE/pjazphOtgxyndYA3Pq0heCBDJSdbF9vOaMEeAGSZxAKDJi62r7+tWCf2oBbNxcUPKj2tMMtAtRlVAG35rYoUBBuX4vg178WgKRJiYBVW3oUDLC3vWVwb+d0tQa35t8oQCCCaRf81wXHaEYVjOQHuDsRBHi4CAq+cQGUlKEcAC+Sw2YKAPBA4xvvOAf2nUME7ODWK2A5IRDAcXwLoOMssCAeQTCBW/8A2qMgAcdvLoCiF50GOkciCFrg8wiIAwAsEMHNpU71ovOAeqQsgc8nIPNDQODkRDc6D6zObCwmwOc3kHgxUEB0qVtdBGO/etKrB4IC+PwH5yYHCYwuALDH/p0HPEA6Fpd+d6d7hAZFh3vfFz92DoCj5SO4ewXmbgzEn/zvgOcADzgQnwsy4OU+70HXF84Axi9e85vnAAfwGzsbaNvnM9AzQEDAAsZvPvOp5wAJKA8tGJT77huQfUBoLwDNF//2qk8+DYRPLgWA3ucboDVmQMAA3Kd+8yzgAQs4T4Jr34kATL/7D2Zw8Z0AgAa4Tz7n17/95/B+PCDwwevv3gPvm58Cmk9+9tnPeRawgAEo8H5ZEUIXIH7hVQGjBxAEoHqpt30O6H/+xwAsQAMYIIABQTI3YIDhFQMWuBMI4IDYx38SyAAkyAA0gAP2N3swgAEa+AM38FuNggrs/veAI/h//0eCNEABKJCAogAAK4gBOACEBjgBarcrODCD7ReBOGiCTJiDGAADPEgIAAABCACEQXiFLFh4HTgeMEAD6yeBNliCE/h/NFCGZkgBJIABCACFCwcBMFCFBRWHBQWEdAhzj4U0GACGIyiBNDCBTWiCOZiDFDCIg0gCBEAABYUCiogCdIgDh3iIjhiJjmiFjehjD+ACKbgrjBCBYViCNACIDEABgSiKJICGNFCKqEgBBGCIjwiJiIiIkziHWCiEGFYBReg4MEABJfiHZRiKvSiKhFiIaEgCrGiIxoiIhhiJsPiKjRiEWRheExBnBQQDJECCfviJ2BiKgyiIsCRwimj4jcRIjI/IisooiVZIABhQiT/QAUBHPxCAAzeIjWUIjIKYg6lYiquoiuEIicn4isrYjHSIAIU2eCggitlIj4Voj+AojsW4iq/oj7AYi84IA1tIPu9Ij6OokOD4jat4jI+IA/0YiZSIAFFYQFOIAgQwioTYjagYjgz5kSG5jE+Yid/kgyhZit54j/rYkQ4JkrCohhBQkQwFACCAAIoYkfmIiHSIAmsIAkKpFYEAACH5BAgIAAAALAAAAACAAIAAAAf+gECCg4SFhoeIiYggOBwyGi4ekikZGSk+mD46KjwEIIqgoaKjpKWKIBQSNiEJrQkpsLCWORk5OQW3uAUFCT4aNJ+mwsPEpgAkIhYxMQnMzSmvspSVlbQFtbsFJdolFT4qNADF4+TEODIBEcvLza7RlPDVtba6Odsl+N3dOQYk5f8ADcEQ4CCCQYPsIrSLAa3htBS06N3KpY1bBX0VKtRIoAJBwI/FMGgIESJCyRAx1KljxswhpVeVIFabmA2ftosZc9bY6YEAyJ+icOggedLkwYQs3UGzRG0eTVz3uhXAWaKGxp01GvjwB7QrIRwGAoglatRkyrPtXr1jKtPW04r++KhqvNoga9YGIWh4BQpDhdixJQMUVbluoStpMSNim5gPo865dSM3aODB416AHDz4CLA5xN+iJRGyc8YwhYdIBjTo0KHBBOcAubZVlHvVruQWDVpUUCDucjEcFjC95uyZaGiUohM44EQDxSgUNEQYCBG3W0arWCVPbsG9RQYKvocJ0Cx8sw/PgtORLOtCAQUI5SAw0JHAevYKk+vi3s+9g4He4YUCgw7klfcXYIKZZIMAMHSFggIhYGfXXbl110EH3MVgWYCJEOCAJJL4UKB56IXggwQYBIiBAVXll1uFLWAY44U1sMAhIjycdhommg13nlge8ADfjUBAoEABd9X+YGEDF87YQQ8GEDkIADLoCKJmIZoXgAscBCOlICAc2d1+GF745JM9+ABggCCoEMmbO5IXAJY8rPnlIG0qWWaMM/ZwZg8xDBkeBDq8CaeIWGqmwYZ3HoKCD0w62UMLPVTawwA9ZMCoVzAY4IIDDsD5pog+2ABeo6GwUACfF1p6aQeYlpDiXhAYEKoLuOZqpQcKeIkqKBB4YKaflQ4A66UDlNBgV22CCuqnOhrKwK+myEApmpZiOsC2GQj6EQAKOGDDp6HeiqsHJjhHrSkEFJCttvD2kICvAIkg7r3PhuqBAxp4uy4pEMTw6rbIjmDwCGp+xIENNojrwrj5OsDbv8T+gBDApchiOsIAB1sQEA4Nhwxqw8+KQPE4ALigbQ8HGzwBxxz8A4MJDIsc8qc8nFyOBRz3vLHLI3Sg7jgKWGCD0RbcG7IEOv/jgc8jvDxB1CNkYKcpHFiAtANGMyyuDE3/A0AILVM99QQT2BCSCVojfTTXNmhwddjDgJCB2WZPPYNew6hgAc1aH12zAfTSXQwMNUQ9wNlozzBBCYWHwgDbWgOOtAVDG14OBRyj7fkIjs8QZSm1sk255TbwrTlACpwN+gQzxP5y5qHwYLoJgFPO9OofhdA47LDHPkMIpGBwe+WV6xA574e3ALzsMywQvY2iyID79bfb4BPzH/EQeuz+0odfQFAmGMC2AX+bvjv3HyUAPuzhR58zKAqYb4D92C/L/seNxx9+CaBAwf3uVz7cWcAA09ofSAwQvQYu4IEPTCAiBDDAAZYvNXNT4DhA0IHoPdCBC0hAImqlAwPo4IL2O5UGP6KC8EFwBQtYwQpmZQgamPB+JTyhAVSQwRUWAwQ9+CAMh7gAEyBCATnUoQlNoDofBkQHMZRhFGXYgkMgYDU5NGEOl+fEYkBgAlOc4gqaKAgWJFGLJoxZF0ESACnKcAML2MAKPFAIAKiANWcs4abWWA4SvHEFcATkCibgKwzg8ZCrARsfQdKAN8ZRkBuYnyBogEfVWFIHZFxkOUz+IMdOAlKODiCEBDRAyktqwAD+0iQ5cODJDXRyA1UUBARKyRpark+VAGnAK13JS3XhQAUaAGYpSUk9XALEBbzcwA5WsIMdbMBkQGBAMDcxzTvS0Jjl4IErl9lMZ+7AB4IQADDHWUsVcBGbpoCAMpXpzWZWQBAKGGcwg6mCW6KTHC3opj53sIAiqeCf9BxnMe9JjhB08wDKROgOMICCgNIzmFwhKDkMsAOFHqCZFxUACf6pgngCM560k+gwOIDRipr0AJhUgEfj6dFUitQUGLioTCt6UQ9wgKUs7agCXkoOACR0pgc4QAp4oNKiqrSePCXHCIJKU5mWQABGxakAkjr+jhZc9ARBPQBWeyABGajAqwqQgUrVSNVh5ACrQUXrAWYgVpW2VawDLWspEnCCumpVqydYgQz2Glax7jWuch0FXfFaV6xuwK9+dasEA0uKEBT2roVNLGIVkEnGgiIEFzhBZjXL2a7u9bN7XaxlQ5ECzR5gsxdAqAj42lUFdFW0o1VECjJLW84+07Vd9awMABtbRJSgtrVdAA9yK4PcSkCSvVVEB2jL3AsMgAMSiK50izvV5IJiBhfIrmZpWwMGRLe40pUANK2LCABs9wI3yG52M0AC8YpXBiKIrghcSl4gYAC9mU1vfn2AA/kWN76r3WN9gcCD9N7gwOg9sAFQ8F7+ALsXBwM2hAkObGAE30AAEHCwhlUYYUEkgMIPSPCBISwCDZdYAryt7wBuEGIQp1YQHACwjEvcw97CgMU4fgCFOyAIZJT4xxIQgAhCSl4R6PjIOSaefYUsgCALgMkRjXAEckzlnQIBBPF9comZnOLkTuABYKbyA4bGAS0/2cz0jS0BjgzmMD9gBIQgwZmZfGYIR9gFD3hBnlnc5ggQAgEiEAAPAj1oHgigy6OdgJ4XnWcdjxcIADA0oZ9saB7oz7oMaDSj83wAelGg0oIOtUYHnIIXmNrUedZzDgyBgEKHmgewrhN5YXCBF3wg1ad+wKMHwQFQ+9rOyXWArU99a1P+72BuBPB1rHnAghonFQA7+MCwi21rcB4CAss2dK8FwIFrWtYE0g63qaX9gu0dggah7jUPONDrZscWBAcQt7xroAgYrLvX6mY3B4DNWB984N+2Bri0yYoIBqz74OxeNwvSLFICBPwFPwi3tCcQCgTgO+EcYAG7o1zWBnwg4hEX+AcUCQoGYJwFCl+3gEWqgB+AHOARfwHFRWFvfWec3SxgAQOcbUwEnMDlIA95xHetCBJknNkKxznHRVoDl39c6P+mNylAoHGcZzznGScyOh0A9K6D/AbeDgUGrn5zjeecAQzXJAue3nW2u0AYAKBB2TXOgJyzABgSRcEOvO71BZz+MxEwMPvV6V53CvDchyCYAN+9TnBT4MDuOo88AyZPgsMrEAQNWHzX/VwMAFCA7oTX+eT5rckSaB7ohCQHCCYvetEzgAY6D3sXY3B6l9+A9MQIfN0nv/vXvx4HltccCApQe5db+R842P3dX69zGryeAMEPGwhaUPwfcD4gBOD97p3PfRpU3ocIUHzxKxB9URyD+dx/ffcp8PewMWDvxe9B+4dxDNGnnwbOpwANKLByutmA7ac3A/1XDp53f+uHfxQAfLwDA5lXfRswgP+ACgaIf/u3fxRAApfWNAoAf8W3Aea2FyBAAvk3gvpXghSQgPNHJCTQgNU3A7LXFQBAABT+qH8VeIIXeIIkgADl5xUWA3HV9wM9kHY/AQDJR4MmeIHed4MEoIOoAgMOcAE/6HIVkII/AR0MYIMWaIEkcIEkQAJLuIPlgAA+cANR6HIxAIYBAQNbaIE3uIVuyIVeiAJCCBAMkAIPUIY/cAP2dCcgQAAlKIJt6IaCSAAkgANMCBQ44AELgIcuNwG4hyoocIJJGIgXSIhe6IUEQACGCAFoSAgooAIZwIGMGAGd6BUQgAM42IZwSIismImaqImGCAMQkIIMIAMukAErwIhetwKNpzMI8IZd2IUUwIqYWIheiAOviAPKiAMMxVAIAAMIkAID4DgboIua9wAuMIe/AgLUGACMl0iMroiMyZiMzMiMGHCO1jh+j2g4pyiMwdiKmniM5KiMBIABymiP9piOmjcB1aVBENCNftiKmDiOyIiM9liO+IgB+uh1HYBcPgQBKHCJA4kD8liQsLiM+MiMC+lyDQBbXQQACCCOmCiOFkmPGFCPCKmQ6bgBAfCCiwQCKCCO8ViQBomQNqmLN5ABvUhQEAAD9FiSy3iP5qiSPzgBASACVGhMANCTB/mK9liPGVl7NzABESABGZhcALCU0IgAKNCV5vgDCwA8GRACFsAAV/krgQAAIfkECAgAAAAsAAAAAIAAgAAAB/6AQIKDhIWGh4iJiCAYNAIyBiYWFj4hIQE2FpkKEiwYIIqhoqOkpaaKIAQ8BjY+rgE+AbCyAZYhEbchMRExMZgSFKCnw8TFwzgcGi4ezD4errGxtbW5ubsRvL0xCTE2EiQAxuLjxRgCNsvpzs8esNG0l7nY2L28Cdz3CSkRKgTk/wANQeCgw4UDF+mYLXsGbRaseJZw3dqlbdu2eyn0pQggAUbAj8ZQyHBA8iDCkwqduWonbVrEW7goWrwXI6PGFCkypLCAA6TPURhG2nCAjqRBDwnZvWL5kBqup9l24cOoUWeGqxls+PvJlRAGBTaGDiVqEGVSla+aWgoAlV4Ebv4za+LEqTNnhhwZXFDo+hOCiLCAiZY8aHKhC5UsW8p6+VRXL3xyqybAmgJvjssWEPANyMCAJk0OQIstu+xgSoYBTKhWIUOGAhkaNNmoJ/UiVbp0r17OUQCviHCbjWFQYcFEpkyiyRo1nc5AJwKaRyGgwEGBA4sZ51rFavku7wIhSAQnxkKS8UmyxQ4ubEAECQjkINBQ4CN7zvu6L/feX6CACuDjiQKBDMVNIslnxwWGjg4cwPcTAiJ4gN9dFOrHG28lFOBDdAEmgoMOqhVY3HHJhcYDCgEOp09+F/aHYQEllJABDR0iwkIkkah24IFhaWICA8LUCIEEMVimXwb99f6XYYwlaFAjIQAIgKMknpk3yXEGAPlkISCIkICF+y0ZYwUlVGADgAF2acCaJrBppXkmsIDmllBKcFeYMMI4Zpk+ODjegAaA6CaV5nnjEZ2KIGBDknruSWYFFYTAIV+A6rCmoGtGUpwGPSE6CgMx5DlmAY+SWUMCKPIFggKWttrmoCYIEKSnooCwKJNllglpBTVUkMKhP4EggQ7EBnrplAbsRespIsBYqq691lBDBH5+FGWxGrR6rAEqTLpsKTjEUCqk0UpbQwBz/kNQttkG6qpzs35rCgQ+PFqCudI2UEMDZ35Egw7sEttqq7/JawwILvAaLa8NVKBvAzoEhIEGFP4H3K6lHBg8DgAmkJuvw/s20AAD/0CggAo6oJwtsSuTrDE5Ony878z6lpCqOAKoUDG7KxuQ8cv/2EBzyA20YHQE6ZpCg85Mq1wxD0ADBIAHIItcQwsiF21ASExroDLTOkiQdNTEABBByFcXbXTRyg6Tswpwe61ztjLES7Y4MGRQtNpYG91BAnaLQoLOCsjttdze3j0OAfv27bffKpxi8sknN62zeIp/JAPfHRTdQQsd1JC4IiwoQLkKlXsNdeYgebA26LB30IELpaBguumo587a2KwbA0EBsYMuO+gui8KD6TKgfroCGPTuEwexfy57Bz0kANRrlCdP+erOgxSA8P7Ty95DBz8rcrxrrt1uerXdA4RB9C30MH4PKYSCAPrYo68C5u2DpIH48gug/GiUiNK1Jn+oK1j/QAKCEoyPevMbQA8CkIgBoQ9/rtnKAkEiAwH2QIIf7EHzDkECGUjANSd8jQwUuMGPgKAC8gOhBCUYsUMI4IQnRGEGW/gTFXywAzP84AAKcAgY4NCESDRh4Hg4Dgg0YIZQ/GDbBkEBCVgRiTkkIBNB4oIgDuCLX7RBIQAgAhxeEYej2+LiwAjGHoxgAC2YFQokUEYRmNCKEuCeGj+Sgy+6cQAjeOMIygcEEljRjoc0If/2GBAdAFKQgQykCQjBgTLSkY53ZB8jyf6BAUgKcgJDHISwRFDHQ0qAkJsESAEiOQJQtnIE0ZljHUspgimm8h8WCOQEdPlKAQiCBKSc5SVvdst/sGCXrdylMh0gCBZIQACkpGMdeVfMYUDglcp8ZQYEIQBoPjOaAkBlNcdRgglk05wT6AEQutTNYEKzluMMiAeSiU50YgBCIoBmO6HZqXiSQwXoHMEMzDlQDuCgm/vUZxr9eYpjzuChA41oPxKKUFkxlJMTiChEH2oDR/BAADzIZzf1eNFiAECgGoVoBBwBUhF8NKTiLOkwWjCDBTx0AROwaQZYAFKEhpQHLJApOXGK05rmtAIceOlLu6lFoRIjATaNak1nQP4+HigVpDywpVNNEYKaLkCqCxjBVa0KUq1ulRQhAOtXw2rVqyZ1kWcthQfW+tUZrOCrVk2qXq2qwbiWwgdfXYFd77qAFSS1rYg1q18VEYK7ruCxhV3BIDlA2cpSFq6LDUUEHutYzk6ABW3dKwcUm9lDZICzkL3rABhg2cryoKmlVUQFVrCBBWyAtoVtAHVaS9nixVYRPXhsbWlL2xyQgAMsQC5QkRvT30LJtsS97W0TgAzlWpcFS3QuEDBAW+lKdwUOwEBymZvc5AJLu4XggHe7S1sdwAC55SUvMdE7CB1sYAcbyK93eQAC8pY3uX2lryBCoN/b4he/zWOBguELX/7SOrcBO4hwhPU7A0FQ4L8KVjADqFlaGNz3wxLeQQUEgYMMc4ABLGAtA85LXwGE+MD39YEgEJDiGp8Yxf0UsA8OsIMDbIDHEpaAIECQXAYY2cgpdnBpO9BjCfPYxzejAJJTfGQtCRgHT+4xkA/QAkLgoMo1poEnBAwECzw5yzym4CBggGIG0MDNVMbsbztwgDpr+cm+HAQA3txmN/tZk6WlwQFOsIMT2LnOM2Dfl9/MZ0bn+LcxGLShB/3kGBiCzXBmtJFpwGGnQmADhg51oQed50JomtE0SPV8M2uBE7ja1ZQ+wAyS1gg/n5oCnS4pCGbwaknDmnaHAIGbUz3sVP7TYKFONcAFTrDsC/j6BAEmBAFQTW1clxYEC2A2sw/Q7AMQsYLGZgAFKEADclNg1Vt1QbO1ve0TNHcQJBA3uVNt7mAslgDcvsC6m93lUMBg3uUO+Lgf7dQSXOAGzG52s0UwChKUu971ZrFMZXADfVf8BBe/QAdIIZ96P3zc4NgqDFZwg4of3OTLLrUocDDuj5OAAi8nOEML8ICToxzj3yYFCMYN8nI7/OXIvqUJSl7yg9t8ByMsxXQcDnOQw/w9JWXAwR9wA6oX/eBiHMbLm/7yrlOAALlmIgwWUPWS17zmJR9AdhUBga1zveskwEHYNwiCHjyA6lZHe8nfLQoUPP797SQIfNJvCYIa3L3qhy/7A9RsDJbDHfCD32QG7v6Cw1v+Bh1Y+yhAEHi4B54AXydB0BcYgRdU/gEvuEHq8b6ByBcDAk/3OgFmTwICoJvuOTC96VF/d8szHCAo6PrsCfD52hMAA3MnGwgaYPoP8L7yq188SDBQ+84Tn/YEwAHyeQiDAXzgBc7X/fMfkIPkk4L61b/+8OOOA82TjQEbAH/zdQ/9BzTA/WXDwfWNH3fjZ1/imWMB4Pd93wd+DxB+DzACACg1OMB/w6d/EGh75kcnMFADH3CBA0iA9LcAozcOqfCAtReBEIgBgKYxMnAAH/ADF/gD8leAzrcAMucTAP5AfbOnf9kXd9mXfTiAAvj3JATQAj+ggip4gRpYgCPgel0BAChAfA0ogjp4fDiwgHRCLy8QhEGYgilYhQT4AS1QgnyxhDYogjgwhtqnfTAwgR8BAQ5wAVbYhlg4hOBXAD3oEwiQgxAYgRhAhhiwhzDQgSCBAD5wA204iFj4fSoYAmgYEBAwhnY4hnl4fHmofRjwACngW3zBACnwAIO4iUKYgicgZN/CCIyofxgAiY6ofW24Aj4Qg+SAAx6wApwYi0I4AKxIJwhAhqdYhnuIA5y4AxnAPOSAAiqQATsgi8b4AYgYNRDwiJFYhpJojD+wASngAgoAW4nAADLgAqcFjavQuAB89y3LqH2muIfcuIkbkFEDgB8DMFAbUI7l+AAu4IUaAwC3mIf2yIvumI/6KIsVUItRAwIoYI8YsI8EWZAToHL9A5B5WJAMWY4dQFItVHgNOZGcODK3hAEB0I4UyZAbEABIuEkckAKCuJHleAMZ8I2pBAECEAITQJKcOAEBIAJzWExGFAETMJIMeQMTEAEdIWAIwAAmEAEZQFAL0IZFNQEZEAIWsGJAEwgAIfkECAgAAAAsAAAAAIAAgAAAB/6AQIKDhIWGh4iJiCAoFBwCKjoaOg4ulgY6mBI8DCggiqChoqOkpYogOBwKBjatDjYOsZaWHi61Hj64Pj4OBgIkn6bCw8TCGCwyFsqtsLCvLrGVtLYeuLoBPgHavgQAxd/gxCgcOhYmyss2Fs3O0rYOt9W5u9m72CEhHjI44f3+hhAYqDBB0Jw5deuYxYIFrVKlWy7m1dOmLUQAfCEiOBAA45/HYggEGDBQkKTBg+scpHwGbVo1a/MC4Lp3EWPGCDowfNwpCoUITCZGBj1HVJ1RC6/auYMoj142ijUzSo1A1QQ/nlgJoZCQKZNQkgXPoWPW7JlDW2jlecDG1ge+i/4BItwMESNCjBgWSGTlCYGHjq5AhZ4zWTShymiyXFaLaG/tU5ty5dadfNdAx73+KEQyMAnTSB1DCaNbl85BJA0yBIgQIUEG0Hkzn8LNGPem3bsJYiQIIcAb5mJbJQn37HUoQaIHVQigQeByKAQkWEgwUTHqVKqT7ebO7YHA72E0NIgX/vcvceMWOHMgEOwbBBISbFiMTJXu7e26E+iX4ft7KAgCaHDaJJ1p4NlIJBmgAA0QYIUADxZcR5lu+cWQQgoJOOCcf4hgIIMK4g1IHmB/cbDhXhhIENdtukWwnX4JXJhCBBRwiAgNIKoAooDCFZiJBjS0xyEIAvhwF24VXv4Y44UZyGAjIQCwoGOOAoo33iSSAPNkIUQGQOF2GMqYQQpjmtCffwDwAKICOlYZyWmSUHDmllAKoB2MYZJJZgYZ2NCgf0QqIGibhFqpAQ9/0pkIAibkJiOZMY45Zg4enIgVBCKwqSmbbgq4j6KjUBCAfmFKyiefOYSAAGYgZCrooCpoWiUPQoIKCggGMKmnqTlkkKql/6SpgAzDxgqrBmx6Z6spPES6J6q+5lCAB4l6BAAHxBJbrKaxSgDssqHgEMCeKfSaw7noujBnPwzIkO2wgn7IpgC1gksKBA6QaW60BfSbgwXrfkOBu+9maywHAds7CggW+MovugVIq8I/KP4QTDC88DKgMDgA6ICutNJG3G8BNPSDqQStSaBAaxiXvHE4KoAM8sgFlJDCquBwgLIMrbk7rLssvOyPATP7W0LNJfiQ8CjwicDz0z0rELTQ/QBgg78jH621BiCh7HXKxEqAMNX+AODDyDloXUIJFZSg1zAcrCaB0zujTC/Z/0AQQb9rr11BzRWEsHQiBLBG99w8o/wt3sQQkLbabEeugCmtGj63105fxfg/IvhdQNugV5ADzqPQYPjpiGu8+UcOAB556DaQgsBqqLO2Sb2rgwNBCq9X4PvvLofCggiqWS43CrnvxADokddQQQ01hNCTahIIULzhqif/kQu/P+899P5TK8KC9dcLUL0I1WrvDwps++489M9HAEpIqpFP/GrKqv+RAt9DD30DNahRImhAvvrdb2z6+wgIUuC///3PA4kgEg8EwAPi2U8nCdyJBPzXgAoA8IPIOwQOrFdBCoqgggjMoLVy8MEafBCAEzvE+CY4wQJqToUekYELXdiAF6bgEDCgIQUpWEEeDA6HxIBACXrIwx62oAFvIwQJiDhEGgoQiR+xAA+b+EQTFCJKNBTiBBeHxWIQoIcNaIEa09iCCpzpQTx4BA/mSMHwldEjCXiiHvdoRxxMkAMcCCMPbnhHf6hAjWtEZAsMQAgGAHKOj5wg7gr5DQzssQMtwGQHfv4oCBAE8pOQ5AQld5KCTKqxAw3QJM4QAMhWxjGO+Rvl0FCpSVN2gAeC8OMnWxlI0smSXbbMpCYtIAgacIAFx3wlII/4y1JAQJjC7IA0YyAIZPISmSwIXjP7kQFM9qAD32xBDxoABE8eE5txXM82/+GAb0qzB/AEJwoQwAJsHvOeIVxnOBQAz2/685scGIc97UlGfZKCBv+MJzwVgIOBnpMF6TPoMFDQz34OAJ4WIEA963nPeko0HAAA50VH2oEB+IACyGTARpGpzY8SowLwHGkPLhoDCqiUoze9okuJkYGZznSkA8gBDeqp0qKyIIo7HUYEBsDUn860BgwwqlFjmf5UU3gAqD8dQAuGKlUWMICqVSWFDwYwAqaWlawdiKpa10rIsI7CAWUdQVzPuta6ttWtoXCBXPc6VxowYKiAzSZY8QoKH/CVrx3w61+9qti7EjYRARjBBAYw2QnINbGLVaxfB/tYRMRAsnK1rGWh+NfS+pUGSO2sInIgWtBatgIEOO1faeBXnao2ETWYQGt1O4IE4GC2pqXtbUEBAMnqlre6DQEGTktb5k5yuEBAwXFFy1sbIIC2paVAbSMK3WrOQLff/e4EZqACGNCWAtqlQXp92d1BaGC84YXvBDgAAvUyIL3qpQEG20sIH8zgvwAOr060S2ACM4e/hahAgMM7g/4BCCK26S2wnBAsCAj8dwELmMACZpDhAggCBepFL3pDXNDHcoDDKObweF0gCBiIOMToJcF++esCDKN4wxsWQSclTIIQO/a2NbCxkDmcTwJQgAQiRjKSn/tYHGD4yRzGcAW0EuMjoxa1+eyuCVawgBXMYAVc5jCLB+HiHlcZyZztbA24DGYMsxmXgwCAkpV85CW3lwJgzjObFzCCWmGAzoDO8m1DsIEFFFrPC5BeId5z5DrXmQTM3CkEJrCCDYD50GCGcyFIAGhOU4AA7H2sASpN6kobegABgw6nPU0AApAgzVUFwQAsTetLryB2hwBBo13tak4357Y62ACta23pH/7/ude+9nWk9SnrDexA2JWmdQYUAYFet/rVrQZ1Z23wbGdDG9p2FOGrk81r9hAWByvYwbN3kO5nr4CcoHhPubNNABzMuKo5OICz1d3tZ+s4XNcuN7a5K1ERHIDf6+52DUZRbXrjgAQ4qDcOlk1JGExgBwfXt775relQoADb2H54vQUt0XxjXN0bf/a0SQGAekPc5RGvd4kpaYCMn/zmCyA5KGAQ8ldH/OdMpiQDMH6AohP95MQ0Rsx/LnECYIDiKkTACA5wgoNX/eQH6EDQF1HvrjMdB/ZmdguqTvai2zx7wkDA15sOdp3fEQQFOIHcqW70q/sAHBj4OdglHnEMhP76jik4wQWoTva5H6AGWyfu3vXudLDj4O9IDMAF5D75wZd9AfdOot7tzfm8+72QCxR85eVOeqr/ux9q73vjO//4MoKgAhcYfeUPYHkIekTteXe85+2NgQlAPncw6EDsYy/44pM+A1AfBQrAjgGnez7vP/jBDtCuPRrM4AY3uMANTpD9yk/ejTwBAAqc33kMRD/6H8C19kyg/ey73/uC7wDBq4aC3WPA/Oc/fwNmviwYlOABNwCA70d8kzcCv1c298d7+beAB+AkjCMDCwCAD9B+79d9I/Bj1lJ/9raAHNgCsKYoBFADDyCBAYh92neCF9ADbhd+CIB/HLiAL+AD8/73JCDgARcwgiRYghPofjUwg1hRAi8YhBegIbYCATZwAC/wAg/wAjeghBJIgTeQAYm3EwAQA0EYhDcQAAfoIB5wAkm4hGBIgjkYAMn3ERJwA1f4gg+QAdSXFTSQAk34AS/wAWHIhEpYgjewAadnKzgwAGkYhCvgAxj4DTjgATPwAx8gh3KYhF/ohDrYAYNoIwAQAn94hTuQAQqQecKAAiqQAgeQiIg4h6JIh42IgyOoNFTDAytQiWm4ASngAgsyCu3iAhmwiuiHiImYiKI4h2CohEw4AeH2MgDgAg/Aiqy4AeM1ALsyAN+1AWn4AYj4A3OoiIzYiCdgA1PIhxVgjJXc2I35l4ujOIpLWACR+DIiMAHemI5/CI3sSI2k2AMCgEM80AHqWI8L2I4vEIpy2AAccEcMUAP2GJDsqI8V0FJlhAEB4IwB6Y3tGIgreEccAIcLaYwfcAEpEIzrBCAhgI4T+YITEAB3g1cwIAERMAFoaI83MAERIAE+6FYIwAAmEAEZAF4LkH8Z9l0ZEAIWwAD8xyGBAAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIIAgkLBwyCpImFpQqlyoCHBQoIIqfoKGio6SKIBgMEioGrAYmr7AWlbI2tbUODiYaHDiepb/Awb8oNCI6xwY6ya0mrrMmNhbRNg7U1NUu2bs4wt3ewggMKhrHGsnKOs3qr7OytNLV8S642S4eNiIY3/v8hhAUqnRoGHgMHStlrmKxgybNVjx6DrJ5sGfPAg8I/TKC43Bp4DiC5sgtS6bOwLN31CzEszGvHkUPMD34UKFPo01QCHgowPRRhcCfBtOto0TJ3TSV1yDaczBxog+YPnxo4HazKqGcKnZ2HOcTZMGRrNSdbOjQWst5TWNGjRrAhwEC/lZvQmAhaadWDVzxAjUgUtnQsdMeRoxI8eXTw20Tq4ARtx8JCZHs8sw7kBw5gyTrauLBWQRXa9daMrUH08Vatj4CqPbBAUDjbggERJaRVbIGBXg9AtUhgQMJHIxDIcDBQIQGly9lykztIbGPEAFC2ID7+hcFGZGwS6IteStBGQxwYPQGgoAAE2mVo06sOgT0EBJcVw8FAhL27Aq4a8XNVQSF8TbBwIEOUJ3G3nvuuWdBcPMlgoIEkOEXWX5ZYaIAAww2hoII9ji3GoIRhBCiDxQ0iMhjkEEoA2T5RVKbCjJQIJ+J9Zm2WnTRJRhBABH0KIKJhABAA4Qqasdifi2S/jAjkILU54Bq7UW3Y4hURqDDktUBwAKEIqy4YoQt5icjk4gAwIMHCLpXZQQxsGmBL9XVJ4IEXRKJHZgysAAgmYjAoEOOVIoYQpuEOpChVRBwMOeidHoZoQA18QkKCS4IumYMmGLqAQKNycloo3aCh6WkpmhgKZuoxpCApntqpKUIi35apwjUkUoKBzz2SCimqyaQgANwZgRAcSIIECudXPJwqK2iYOBCqqryGq0No35DgQDGFnvsnHoyGwwIFmSqagS9+prAlRmZV2y2xtI5Jw3BelsKADqMG62vMaSQQAoK9BMbD8ZiC2u7/snrDQAq3GuuvgyX+A0IAIsQscDa/pJg8D4KKLzvvimkEAGn3jAAMMAC8KCtsQ5f/I0GC3PccQYpuFDtKASMXPK6AjOgMj8AmOArwy8nAHO/wcDAWclIm4wtAzPv/AsALricQgZCT52BxcCIXLLNSLMQr9PdQOBDx1OXDXMGPjSdCA6c2Xw0wMuC3Q0O+55tdQZ4S1BKfRzw0PfbJVMldz8CmI13CjlkkEMKIItCgt9H/10yDYPbZIHViCueeA4mjCJg3xyEDjDoalcODAgR4I335jm0nvInNPgtuuycNW56PzSs3vruBeTgg3Chiy48D6/f3o8NmyteQAbLF6Az7I+wILvwXxv/DQqa57C89tr/rsjn/o9wIL30HERqfUYStN77+utjfWL04k/PQunnnx7D+twXoL8NidQH//8oqN9NRMA+/emvBAUI4CEwEL3/8WB+ArQJAO7HvhLkAIEyQAQNWPA/8XFAgRHUiAR6h8ASlqAEETjEXDjAAA42EIIh1AgItGdCE9ZqEDhgQQtZ6EIO3DCG/TCACQtQggoUUQeFGFYLW8hBHrYKiPvAwQlPaMQi9m5JMFiiDrfIguJBkR8RKCIVxViB5wkCFVrUovm+yA8ZVKAARoyjETVACArokAF4XCIDnshGb6BAjmSsQAwGAQIG0ACPd2yhF/v4jQjIsQKQhGRwsqjDQ24Qj4JjJD80/gDJEtSgkzWoAQcEQZxD6nGDcdOkMBhQgU+G8pUVMIAgCGBJQxqSBTSgnypHAYJW+jKUrQyBIGppSR26b5f7iMErX9mAGhQACCAgpiEPmUlkesMCzKxAM2vQABRkkQbgtOUhQWhNb0iAm6FspjoZgIBwuhOcqSxnKWigzm2qUwIYAKcl3Vk9eZYCAQ2opzproAMc0IACBz0kQhfpz3m1MqDcDGgDXEBLfSIUnAxtKCkyINEWdDQEBKCASBOK0B9q9Bcx8GgNWsDSBrQgASTAKElpYNKTksIHLPWoS11aAJH69KfVtCkpHJDToragAjFdKEnXKNRRuKAFHXBpVFla/oOfWpWcTR2FDaLaAZZ2tasUiCkJwkqDmGI1q6GwAFTX+tUWjFWkSR0rU9H6CRd04KttbcBY38rXudI1ER6AKl6hWoO9GjasQf1rIkJw1xb0AK8lIMBe4RrWmir2EAnowGM1y9kc4MCwk7XsZQtRgsf2wLSajQAGSDBZ1rJ2tJ8AgGNPS9vT+gAFYT0sa/sJWyCgoLan5awJGjFWybKWAgTgY2+BwIAeDGAAzu0AdAcgAwi4lgQhJYBkbbfcQSjAudGFrnO9JtnsGpcEZ+2uC6YL3ukG0LjwxW5il5uD57YXug0gZXmxy18C6BKtEHiugO07gBQIAgX71a6ClTta/haMYMDOfS7/gAABBSeYBNxdrg0ezOEHP5cHTSqvgj+Lg/mOtgAjSHGHU9w4HGj3sxYmAG//igEVq3gAD37mIBBAABiTuMcZHq0OJjCBEUwAxyp2ACEgAOMXv9jEfy2Bkadc5COPchAAcLGWf9NjGXeXAkSmspEH0IF4IfjHWiZAkP/qASNXmcreW3Ka54yD/zYUAj2YAZH3POUrF2LOPdZyPJuqgxnoucp7bkG1YNDlEjfar00FQQcmoGdDU9rIFlgEoDFQYuCMVgWGtvSh9WxiFHS60wTgNKRPKukFzGABlA71BBKgCCanOtU44HSJB91QCxga1qEOtRkRgQFd/rtY1am2sypxMIEFuPrZr56AjmtdYlUfm9NrbmgCoP3sWAsgFAjWdbGtzeByisDZzn61uhdQAlFAQNzWLjYKso1MGPQA3TNYQbpd7Wec5Prf4/7BD/Jr0wSs4OAL0PerXU3rUQCg2LlWtcAFPuGGagDhGE/3BNL7PYhjYOIT/wALGkqDhG/g4PpO+QpkOYxigxzkO+B4HxHQgZOvYAMJx3gNZty/l/t8AjyPYS9PbnOco3wBwy5FBHz+8hYEXYAgyMAGiF70my9AycIAwQCYDvJ2qzIBU1/BDqiO8BI8XRE4uAHXJ97wPnpg7DsYO9FvvoERrHoUElj7xAtw9sGB/iAGcZf7ycd+8xV8G4x6F3gLym06EBRgBwfYQOAlH/YNuEBYFUj8DyZA78HBoAGQD3zcp075GCibPj3Q/A6SfjsajOAABwh95Ce/gRz0nRQwmIDmP1Dx2xkA8rEPftxnv4Ma8LobKNiA5gd+fGbBIAewj77sRd+Dzn8DB8rX/AEyKDcJTOAEJ5B++GW/gQHcnR8YmMHyf9AC0UqKAAUAv/zDP37hN8D6/bD3+l/gA8Y3CAQOsAMXcAIDeAD0J32xVwL+J0OZt34XYCikAgEWsAIXMIADSIAGKH4HkAC31w8TtH4CdwMBgH8aAQMesAEVaIEECH4XYIAH6AGnJ0Jq/geCD5ABrFcVNBADB3ADN3ABPdiDKih/BrgAIMYsOLB1IChwK+ADUDY3DjACD8CDPFiBK6iCLQh+DXB+DQIAIZCEMJcBCqCFn4ACGbMCD3CGNxCFD+CDUkiFF9iCMLgzPLACXvhyGxAzCkA5oUADMuAACTADL/AAgaiGaSiFQDiAPbiCAzByYAM1D1CHXLcBlFZgZ9MDRLYCH/ABL/ACmriJZ4iGhPiDPuiGO2ABMcgkONCAkLh7mciJrsiJghiIgViItAiEQJgBYigvIqB7q5h4H/ADmaiJneiJn0iIa7iGQNgCRShAPNABvch0v9iKwuiKHxCLUTiLUTiFNyBKgV/EADXwjC8XjcA4jbIoiOZYiGpYAHrYRxgQANn3jNE4jeQ4iMV4AzPgArkoQByQAjMIifEoj7DoiS9wAzsQA4x4ZwIQAryYhNH4AsBIjdbYAz4gAB3ISDAgAREwAf2od+KoiT/AiQcwAPCxgEIVDiaQOkT2aiC3ZwUWAgawRyoTCAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIADAEFAwCIpEqGioqEiKYHDQkCCCKoKGio6SligAoFDwSCjIKrZaWlRq0tDq3OgY6lwwYn6bAwcLACCQcMsjIrzKxzZWUKjoa0gYaugbYBhK9w93ewwgUmTISrqytr+kqChrslNPTuLnzJgYm9zocKN/8/YYgBHhkEkGuoDJXzBSskwWt1rRq17DVu2fCQkUNLCD42zgMBoOBEkKGTNYK4TqFChnaihbvWi579u5ZnClhH8eboTyKADmw4Eh0QBfOgiZPFz1dFC0YmGmhqQ0ZGHBKLaRzp1VM5UQmY+UKFkqVDqm91HEv5tKKFW1YUGtDAY6p/jhBiBNAN5MArD2zlgT6KtZQeEVfSkRbsalFG4gdIJagEW4/HDzoRpI0GavIcgXRuVIhmQODzywEhrzlEubEmWnZJlZsgYVjbzBYSBZY1+7AvMkE0CCAAsYoGBgoHBssE63hxGsdKHagI+prYAQERI4sWZJ1ywQl8KCAAcA3EDg4qFBqfO1atYptKHfgwgGP56RAMOAxXbp065NBciDw66ZHBYWZl5h6y7HHnga+wacIAqHRZ19klFVGFwkJvoYAB6kNuFx7LnTogg0EKIgIZDxwIAAH9dVHGQ8EeCciEPIZgFyBBnbogQMevPeiIAAYU+KPJ9Y3Gw797QgjAzLS/sheh+x54IIHMrioIADCcYAiig6myAORRh4CAAsWrMdhk08+6YEGRToGAg0chGbljyg+yECaXVIlg2Ie2mimCz54YEBjajLAwpVX/ggnAnWKQoIJHDrpqJke+GBBhVLJN+ilJRYqHQVSJgoKADLo6Wikkfrggw2A3kTlpVa2mWmmznlKCgNkemBrqab6YACd/PTIwqW/WummZ6nKOgoKJtzqpKmRBuBDADp02g8BwArbprA08GpsKCBosGyupgbggbMKSOsNDiwIOqig14bG6bbCAKBCn32K6+y9AYjgj0e/CsouqyHC240MuN77bAAIk8CPfP4G++ulbwnsjQjP/laMsLMhiEupMCR81jC7ggYssTcKWHxwACGkbIK5pWAA2svp/krByL2qgC/GKKMswTAQMECDz+l+/C7N3wBgAsI+pKx0BCiLbErHQHsMGg0sEx0MBDZkrPXSIdhQtSIo+PzZzzQEzUCxVneDQdIpMx1BCBHErWN8FJA9drpl25R2PxzkDPffcAewMSg4+Gy32Aw4vTc/Gvz9dtxvx6ABKRDQQPbhln+9eDAgeOA43JBHoLCidltuOAODb+4NBaBDHkIMsNsgCgw01G367Yqrzo8Bf8cQAey/xzAzKARYXrvptmurOziv/x487DE4AErldTNQd/U0xLq8PwI4D30C/hEkEEPuhOBwPQXVX6/59sEA4AP0sIMfQwIGJCIX+sfjTwGi7HPEQfzzC9/8YsA/Q6QCfQg8HgnW1z9guA984otgAhKgr0M4ggIksFwCC9hA7g1wghGMgQ8OAQES6M+EtVtgBzkCgt9JMAEpSEECIkaIVJgQhRjM3gpvogEQik+GMFSBIUyYwxvWTnk7FAYOJijDGMIwBRHoFAQwSEQMoo+GSfSHB5oYwy6mYHiCQMENqWhFDmaRHyLo4hMzkIAMyIAQBCDBGMeIxDMCAwVdzEAK2BjDEfLohnIkIxbtyA8f6HGPe8yAHhMEg0DKcYx6IyQ/FIBIPVoyAwwIIwni/kiBOD4SbZIcBgUsWUk9Tg4IGDAhATipSgaGchQgSKQiZ5kDFwgijp7c5CYH+cpuBECPOVBkDlKQgwTACJe6fGQke9kNHWQgmDmAZjBRUEJkrnKTZmSmMAQgzWh6kwaNQKYuCQBKbT4tms/0ZgEyIIBirPKd76yjOUOBgGiuswA5uKcKUGDNcc7TGwBI5z0zgE8LYIAAONjlO3n5T1PEAJ8QzWcOPICDhe6SBNprKDACINGIFiAEOKhoQhG6yWVqtBQuKIBKV6rSBCB0lRV9qUlPOgoLsLQAJchBCTIgUpjCdKY0DYVNS0BUnJYAny8NaVKzGdRQ6KCoRI1qCXqa/lQCMLWpijCAVHHKVaV6NaRAxSoiLEDUChi1AjkVaU8relWxHoKsaI1rCSqQAQyoVa1hdWshPDDXvqJ1p3b9KkIzqldEBECuca1ABFBQ0cA6trChSEEFJkvZufqAsY3NLGEhSwgAzLWyNZisDRCAAccGFgeuFCsKKlCD1rKWsjqAQEhnm9lycpYCrg2tbmvAGByU1relLW3qOAsECbT2uMetAAMA4NiQBratkLVADRrAWuTWYB+/tat2MZDXwsagAdOdLnUbUIAwAje4pf3BcAsLgfCCl7rTDYEggGPXH9j3vjsjLiEY8N73hrd+QFDBfQdsX2PqdxAmaICCxfte/g4IAgMEHvACDjyIBCi4BQtWcAMKuIAI33d0+sVACzBMYhIbWBAJ8LB9PUBhFYyYxA3AcANMQAgJqPgHEz5wCl7M4xFnchAQuMGNXUNcEnSgBR2I8YhjXIE0FeDGOdCvA5BM5SMnWXqFsLGKH7BemkKgAVaucoyJ3NkT3NiWkFWAlcN85BKwLAQ3PoE85wmACnTgzkheM4CHeOMfyE6vau5BBwR9ZytvVhAdiLNt/+nZHgha0C0gtHwTwYM+B8CtOhiAozdN6A7QABQzuPEHyPdPDAx6AIMe9KNTEAoF9LkFWA2Bpnug6VkL2sGhCPWNhUhTAdS61o5GdQZGoWUV/p8AuqFs7wCAbesekDkUNehzA04q62UzW9OXJgUGHtDnP89TBSMI9wBGYG1atwDZhvBAnz/w7F5SYNnkJremyd2DU5YCBCvo8w66u0MEVCDcExj3uOVdgDkbotJ9noDB2QeCDExgBA8Pd7w1/WlhRKDPP2jBwnUHggRAHOADj7cFugGCAWC8BKEMwAQevvKPB3wEGUhtInAg5D6fOIsOWHnLWQ7wFvBbFMW+ccGTCIIAzODoOnd5uHHNj4tjvAWLXlzHkT6DCcxgBFVn+cj9UWeM/2AC6CYaDAowgwUcvepIh/gEAiBzWPbA6zv48fJI0AKz293qeK96AjZOChhM/sDrH/D25jRQdrufneoTGLpUULABr/+gAV3eFgQSsIIFWN7wC7B61WsQ+W/goPFeP8AbrSaAHlTe8oUve9mt3oBDcwQDuvZ6C0idKBxkYAW4x/0CKq96s8+gBGHvBwze7vgX+CDqCgKBBXa/gRVsYPeXv3zZM4B8FlbA8fa9gAM6DxcIGGAEG2h+83efe7OvoOwhaDvXY4B9+94gAMHfCAxsMIMN7ED8znc+9HW/AAeonyMSUHPY9wCYBB80EAILsAP3Z3/hl3+5d3ojMDe1Z3LtZ18L4AMMxQ8YYAMdsAMH4IEM2ID493y4VwI/Bx8AAGcV+AMf8AMbkAIKcIJg/iMBETACB/CBOGh/ChiC+Id7/jcyPJBv7fcBREiEL7AACeAAMlBxoUADEmABNXgCJ3AAU4iDCniFDLgCO5B/G9AAcjcyAOAC3AZ4LPgDL2CEL5CGaTgDy9YCIRRpPTABF3ABUkiHUliFN3iDHgiCPHh+BvB/O4ID1wd4RXiGhvgBD/ACifgAD3ADjdiINzCHkngCdHgBVDiFJ7CHH3h/O7iFG5AArkczIvB3osaCLXiIariIj+iINxCJkViJlXiJNziFmgiCC1gBTLc9PJBoEdaCRviLaqiIjNiIL9CKj3gBrkiJdXiHeZiJm3iFBdBu/cMA0TZgvniKH5CG2XiGpYuoiKz4AJL4iicQiXUoiztAi3qYAWCURRgQAI13jb+4jYioio64iq34inOojHZIhfzogT1gAzLIPhyQABdwiiyojcHYjazIishIjuRoh5ZYhTMQAl+oTSAgAAEwAKjIjapIjJAIjq6Yj5V4hw3gAjzAd3YEAyIQAQNwAglZjN54jPc4iRewAi3gAQJQfSflEQYQAAlAa8u2kLXWARHgAzoAThITCAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIADAYOCQMLJICIpUcLJc0JDgwAIqfoKGio6SKAAg4NBw8PAKur5QisRIiEra2MgI8FCiepb/Awb8wqausrLrIPLKzlbTPEjLRMjIKHCQowtrbwjAEDBzh4jwcAquuy66VlM+10dPUCtXyMjQI3Pj5hiAYqpiYxoy1GghLljMB7aS9oxZPgUMFEiiA0EdRGAQSki5pvESOlTFdINOtq+UO1zR5DuepUKCiJYd7FWOCusgCnKR/HMe1OteKkk+SJGlJYygBpYyVLFm21MADpsyng2hGqokTIEdyPEOq89lu4clq844q1aCCrAYB2aDGBPGNQaSp/jU1/sPqkWDBWQihDa1WVF5LpSvNlmUKQa0+FDQY0Kj5FlMkueMCmuNxUxOFy/542BJBFOxDpQrIlh2sgSwFw9sgUEjstjXVx49zrmJAAAOCwqEgoCBAg4dRvw5bji5NVocODTpkpEVdql/i54pf37wEkAYBGBO3AcBAQcRD4WVDjz5uXIcBHQyYj2JLA3pixo2nU8CQPeZFASuXDi9NHvl5CbiplwgMq7Wn2IGLLdYYbfUZBgMDYw12HHLmGXeeBjgIiAhiBq6GYGtusUADBr5oCAAFLJWmAnnlnWfAiwawoCEhAOCw2o2JeegeDb3MWAgAJITGonkauGjeiwKU/qhejTh26J5iJPq4CAkU+lchjCaYYIAEDRrGJGZgtgcdAV1KaQgEPFR45XlaZmmCAgGqxd6NTeZIAwUwmCkKBgqsqUOWBrRpggZxygQAASRQkOhlOHqIg5J6fgIADy+aJ2iWFmSpQZn6fEnCnZ+GSYFTkY5CwpGBBmqCBYFaYIECnOLzyKKJ3nnnaiQUWqooCCigKqCZBmuCDJDig0GiyCqq7J2P7hoMCDKomumqq7pqgwgVoUBCsrSC2qyzwQAgAqYGuBqstRzocxGy2yqrLAbgcsMDq8LaYIG9NtiQITdsbYuosu3yEi8+LJxr7b32mpDnNse2+2+yyw28jQCu/pqQL8I2OGCDCtsgQAKiiCYa8nwS6yPCxfmmrLED6QYDAcj+bovstyVzA4AK9yLswL0rwwsMDjD/SwDIxdYsDAg65LvzyivrUPQnCAw99MdTf6yr0dqgoHPGGTugsYyk1IjoIyGHTCrW+NCwctcau+CCDVcnshvZUoMcMdr5SMB0xi547YIEo0BAN9lU04x3PiCY4LUNfTfu9r6gYEAA0CAD/Ujch2tDgN8OOO6CBxrkZvnkk3+MTeYyKcC426x37gEBkY9eOumxoq4NDJ037sHnn+vwCVujy76w7RVx4PbuvO/uAeSHoBA86TgYTnw+AFhwfPK7c7yI5c9fN71M/gxgr7wHHgxfCDHQRz858993av345HvgQ8uGOBJ98Jy0L5Px8bvgg/wesMAhQKA++6lPevrDBwgcEL//OdAHPiMEKhxRm/Xh4GwJzJv8HuiDDgKuEPZzBAUlV7sMCgMFHOxgB12gJAIaEAcivJsJ82EBFfogAB4IQAB8QAJCEEOEtbmf+WaYDw50cIc3TKIACIEBETYRhkB7GhGFgYAk6tCKAhTEdgzoRBlOkRs13OEVdRiAhbmwiSKMHga/uA0RkPGGZAzAaYCQgB/YEY1oLCEbf0ECMb4xBAH44ADsSEg7wlCKe/wFCOIYgkYGIAQGEMQDClnIBSSSIjZwJCAb/hkCHwABB5QsZA4uqQ8FPJKTjYxAABAggVAS0gakLCInVanKRpLABq604xJjyQ0ChCACqQwAMCPAgQjk8gew4+U2YPDLYf7ylyKoQC4/gEhlhgIAj4yAM7WpgR7k8gDW5IYLhqlNbYbABAvI5QzCuQ0blDMEMdBmDBxwgly2gJ3aMIA85RlPH0zSlSXApzA0EIN4FjQC8QzBP0MZUIECg6AFjWhBQ3DMFDgUGAqQaEQTYMxcWvSipVBBAmKQAI5ylKQLpWRDQToKDYzUpCRNgEJzuVKWhsKlL41pPOvpynvaVBQW0GlJSRqAFajzp6JwwFBLOlQPeNOV4EQqKHyQ/oIEVDUFMUhBCmwgTVdSU6qmyKpVrVrVBOjzmOwDqwS1yta2qu6Yu1SrIUiQggyQ1a5V1cwxYSlXQwhAqxmoq1UDSwECHHOUfS2EDjIQ2MYC9h4prWRiC+EBxzY2AzEQxAiOOUS5QqCujLWsCwRRx1x+cLI0yEAOLsvYFGhPBcdMwGQFoYLVrja0jE0PEDBwTEvONgA5sG1wVZsCp6Qzlz1MLAqCy1zVqtaTgyitKz0wWQkUIAcFUC1zcxC6QbQyl77tawiwS97sBpcGhIDADY4JNrUSoLzYzcB1E9ClAhy2rwYowHX3S14TGOK7rnxAZ1kKAfnmoAT6LS96f8RT/leOFqzWRXCCJRyDolE0lyfQYzgBkAAEl8DDCdbeXI/5A77+VAQf/nABJIxgLwqiA8c8AeY2nIIKpDjFK3aAInhA4gD8VAE2DvKKUzzHRMzgmB9I5kVRUIIgN7nJK/bxJxRAYp9e1AMVcLKNn6zbTxz5mCLGJweyXIIakJnMIRAFgF15gjXGssAVMHOQndxlUNSAxA0QqAtqwGczm7nJFdDxKDAQWUqaWJkS6DOf48zoHLg5ER4g8QfaG0sSVKABNWhAnP2cZRko0qjH3IGLpwiDDGAa05nedAVioOFD8JjEE2h1+0AQgQacOtN81nQNivyLjh6zBbIm3iJtfetT/sfZd0cbJIlrOkUHtKABz372rWsQgWqCAgfrJbFsv2iCFnib2DV4dqYLMGpSrDmXBQg21gDggg40wN3fFretKb0NX4fyA/hugLpLtsgOePvf0SY2sqnX1Wn+YACPxhsMEuDvDjQc2gFnYUVA8NRC4vviH1hBnVFHggI4vOEt8Pe/GxCCfYsCBhMg5Ad+sHJ8v4DlD8gi6hTQgh704OMhD/m7G0BfqCBgA3ZsOb5Z/oKif6ACA5YYBEJg85vfvOYgb0EGkq4PHGxA6C7/wAu0XvQNeBprHCjBAJpu8w48veEZKPdhJnDxl2/97Vp/wAtqoOR4YSACAxi73s1+c5wn/iDhFYFAB16e9bcX/QVyv4AHTP4UEBigB3qHPNnNbvYWRIDx2gBBCbTO+cMjHvEPCP0O4BYpCKigBSMYwAhSL/m9990HmNdOBOAOd7nb/gYPuMEOfAB4mcDAAB0YwQRUn/exjwDylLe5CaytFgmcwPChB33uQY/7A8RgwaihgAt6MAHhrz714I/82BtAbzPhoAdFl/vno4/7G7j/Bhe4wQBcEMGKYMAAFZiA/rvf/dUTH/KRlwBqZyIBcHihF3q4l3sKGH8X0IAXMAERoBzcgAAi4AMNMAMYqH/ex3/El3qRZwDMNyMcMAG2h3g38ALt934MeAEncAMncAIXMAAR/mACESEKJCACBmCBC7AAM8CDGDgDEwCE/Pd94TcABYB9JQMANnAB06eA7Rd/8Bd/MMiCL/iCB3CFPWBrFQBIOlQCmNYCK7ABC7ACO8iDZgiEQriBwteBLaACsScgGFAATph77vcADRiFVEiFJ3CFfLgDfviHGxCIgbgChEiIO9iDGLgAQYiGQ7iGIxAA9Xc4PNADc8iAUQiDmHgBB7CHJ7ADnXiFO3AAG7ADGxCGhFiKYjiGquiDGaiBM+B9I5AB5Yc6HFAD7+d+DsiC8FeFm9iLoPiHpEiKg1iKhniIZ6iIGZiGCbBx7cMABYCL8HeJLEiFvhiK1iiKwrgCO3CKpWNIhmSIiMmogRMQArw2QxjgABOwi9MIg5uoiX34iX44ivJoimG4ijy4AoiIjDVgAgOYQAwQARvQgphohZwIigfgh9goiKhYiIb4jWbYAR5QjrEEAjzgAS0wkHtokNYIiMNoimJIhve4AAVgASwQgokEAQLgAQ2wAAV5kC45isG4kB+5AiNQAg7AA294SQSiAS4QAsTWAPG4AbhWAwGwMRQwY1ISCAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIABAIGDgUJBQULCwcLDSZNAQ4GBAAiqGio6SlpooAMBgkNAw0LAwMlbOXtRy3HDy5HJsIoKfAwcLAECgEmq6xr7KylrK2LLo809QCPAw4CMPb3MMQq5nJra2xsMywtZa4u9PW7gLWJDDd9PWGIAiSmhTI466wAC1VSseuXS53PEQIUMiBAAh7EL1hmESRXysK4mJpBPhM4DppB3nASwhPhEmTDOZFXCnqmyRW/FjRsOhvHMeBz9JJaydSJLySCyWYlJCSpdFCEHBIijRTpkWM/MTBelWpo7pbIKv1XLhQoQihYFloO7oSwKqXk5ZOmtnPX7ly/s4IYg2JUCHJk2C/SiD6kGw9BARIoH3ZlC2/qDVhLeXEWCaNrAI4vOs6tPJeETJkSCDgl1tSwaAjLYW5NmpUTihg9G2pigADn9YUcv2q96vmvTIEjO18CnDowIPTGt6EAcavbQCMsfA6NKhe3JmjU+BdyiyJwNiDE56EA8XqiElZdAVLHrOE6Apk8IBAPdTn7KCva/dOHQaFoAIuR9esQEL6/ii0hwhgBHAiH3aRUBBYJL4IKAgABDh3237/yaCAAtM5OIgxSmUHnGALEmCchoQAgINemfmn4n/pqcDCcdQlZ+CM2BGgoIIjkmgIACRgppmFmV14oQoKqMDDd36Z/oVDgUsW6OSB9OmYCAQMWHhehUISqYIA7HVm4pJNdthhYDioJGUoKAgApJBFFqnCmxJ0eZSSjIX5JAEowHgmKixgKcObbmqgggRIQpQcDmDWaeCSZu5JCgEWuvkmoCoIKkKh9aAAZqJNMompo6HAIAKRbVZqqgYaCKAnPQhsygmnnawK6igg8KBlpQoIqqsKHEQEA6KIEoCBorHOKgwAHEx6aqWoasCAPUl1IiywrxKwm7HCsLBss6jqoAEG9Jj1yLhLPsLJtdgKQ4Ou7GrgrQ4qyDkMCuSWCywG6Kabbbvv6uCvCNz8Si4G4woboL708NCsCv66668BzwrDA8ED/iP6yMEIdwOACA77+7C7BmBsCgAz/NBJxcVmTA8IMvTrrQE6wCyDrKF48MPNPxDcycmfqhwMAg7DLHTMBtBwCgYP4HwzxZ3I63M3JBgAcsxE++t0KCUorTTBIj9NjwAPE23A2CbwUIoAWmuNAc1eH6vC2EOTbQC4o0yQttIytB0RDkLLbYIBJuQtigx349yC3iuJADfggJvgOGehlFz4ByQgDp4OjjfuuAUGKBAKD4Xf7IHlKzFAtuOoW2AC3Yg0EPoJV5PODQAqpG6A6qpLkAgOof9gg+wrUWCC6sMXb4EFjRJic+En9Az8sZjjPjzuERuyQeguPF+68birrsMh/iyE/kDy2mt8e/fH22BB10AkEHoO5a8kwPTHW6C+DWYTAsINobMQf0QIqJ/97qc6GEkgdAv430o0YIP7NfCBkBNECEI3OgVChAEDHKANHGCBXg1iAaGrnAXtAYMHNpCDG9TAIDCAwBFGhIEO2KAFYhjDLikgdAlwIUR4sMEeOoCGInRf4XSnw3oQwIc0/GH+BhA68hVRGCBI4gZj6AIVCCJpd0vgE+uhgx86wAVf/OHvCPC+LdZDBF4MowvAKKrQ/c6M3WAAGNf4xTW64IihEwAcu4EDO9JxjgyIQOgiuEdhwMCPdvSACwRQgcmxrZCkcIAiPTDJL8qgB4U7ACS5/mECF3hAkp70pAZAeLcZbHIbBgjlJBVpgBMU7nCnFIYKKOnJVdoAi2krQSyFIQNK0pKWLsCl1nS5S2AoYJU+8EAyXRC6FBQTGBJQZjKnqcxmPvMUEpimD7bJTWEqjZjXJIUCuEnOAASzcOAMpyjGGQAfBMAD70ymK+8GS3WKQgPbbOc72+mAFRTOlPYUhQECoE93utMCmLybJgMaCge4s6Dt1EEj7/aBRwYUAAYlqEYDoAJBFg4HDE0EDAgago26UwQ2yGNIEUGAkro0ACEoKQsOWLg3rrQQHIhpTGEK0xBcp4w3LYQCdEpUmGrDmzjTYlAHYYMIhCACPd2pIEbQ/sSlCgICMIWqUyMAVQsIQoh3I+JSSbDVpz4VpoJTAQ6tCgQZcPWpZY1AhlhYOKUG1QFOjcFb32omUt5NhDdFgF71ulWuOoAQYE1bBW8qgMFGwLEh8NwgaJrFpbogBph1LGYBCwQI8K9w/lspDjJLWr0GAEkFAGpINZCAGCQgAY/NrAoLQdm0jS+kEAhBa2G728dmqETzvNthGSqA17r2uK0NgKwmmEnnbRIAAXDtbpEr1kKQIG0f+MAPPuBVe/IgBSl4rXiPy75BtABn2b1Zdg/g3D2CQLfgTUAKYhDeBJhAEaBL73azm10fqFMC8Q1vfV9LyEPYjb8IfsELCnxK/hQkIAPgDXB4sxcKGWj3wh94wXZf0IBrWgC8GXiwfAVsNFFMgL8azrCKJRtLGmQAwhBOQYjBS2FRiEDFKn5Bhl+wg3zBEQIRgLGMQSzj34qiBjnesYorEEsL5ODFL5ZxjO9bCgzcQMdY3rGCu1tIATw5Byl4spAT4ERFuCDHClbwA15wg+qZkQBhzoGcowxlgJ0CBDNQso7XvOYV+HiEMIiAnL+cgTmnwAftPQQHFPyBB/D5BY5+QA9ip0CM5qAAl56zmHPA2VOEANJqhnSkH1CBRJMOAA7ANKYHTWgrDgMEHQC1oyF9gwfUOgNFNEEBVK3qDBSg0B6wqChwcAA+/jv6yra2dQRcqIMS7FrVmZYzmekhglnbms22rvUNUmBqnwHAAgUogbOfDe0ClJgeITg2rZN9g3aXunwg8IC4nU3vS6uaxeHKwbq13e4HXOAGHSiz10ZaggrMe9wlsLcJhH3nBmg72/7+9wUuMINzI44ACTC4xsON8AK4gOHAgEEPst3uf99g4hM/gQEsJ4GCV0Dj4q5AuHftA0qzagbJlvjJb3CClBdA4MaCgAtq8HKXF/zgJYgB0OmBgQns/OQo5/kFTnCCCVRXXyzIQA22XgGiH33jMfhzRFDQg51LvOdTnzrVC8BgR6HAB1uP+8uLvvEQiH0lEGiAxFHe875f/uAAJ9iBA7rtFxBooAINaEANGtB1rhNd4x4g/MoywHepU/3yB8j8DExgc96AQAElSPziR8/4x5eA6DYAeUQwevK++z3zJ8i85l2wdJbAQKItSHzuSd94ohNdA6pniQhWwPfLxx7wB9hB8g+wgBAYmSwksEEDWpB76ide8Yp3fAVyYHEp4aABVFd77I+/g8Anfwfob4ENWDd2DeSgAx1oQfw7MH3Rt4D0Ww9BeXUEABeo/e/Hl3nKN4AbsAMbcIA9EAAisH+mgAA84AAl0APwN3/yN33Vd32jVwPAh3UDIHvIN4Dnh34FeIArsAEl2AI+YAAC0GmJQAIK4wIFMAA9/iCDEjiB8Ud91rd7u5cAz4ctAGACGxCA5QeCI0iCO1CCC7ACK7AATLgAXpcDvuQCvpYDFTACIzAAWCiDNNgDXDh/8FeBF0h0MiB5JIIBKRB4sTeA6GeABkiCJqiESrgAMyCHcjgDMzABdzgCE6CHVniFVziDM9gBEliD8oeDF+gCDIgwPNAAIKh8RXiEJhiJTLiES2iHdTgBmLiHe6iHWaiFXDgAgjiBhTh/DRAD3Yc4LFAAasiGB2iASviGTUiHc2iHeZiHezgAVoiLgEiDodgDo9gAAXCKskMBKcCGbRiJJQiHlCiLdoiHzsiHfZiFPTACgciFNfiFPsCC5YMBlghVhMkIh0nIhDOwArO4AM64hzPAhxOAi+y4haBYgzmgA3cXPwzgAxOAjJIYi3SIh3eYiZrIjleohZ7YAzVgAz24RSDAATZQAcmYhEvIjHPojOm4iZuIhX8ogykAMcHnQhDwgCUwAJQ4jvvYj5gIjet4hS2QAhbAAp33TBBAAipgAz7AcSXQjDOwa3LmASagACTQkhoSCAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIACAIKBgEkSQUNJUkkyQ4GAgQAIqfoKGio6SKABAoOJMUrBQklZUMNLK0DLYsshQYMJ6lvr/AvhAIqquurjSUycsUtbM0uNEsLByZMMHY2cEgKASXmJfHyKywDJS00LYM09TrHBzTBBDa9PWGAMQk3t7hmK3JlAI+qyVr2rp11Ka9a4cDhL2H2yBJ4kfB2zF/rwSWG5gOYTtq8N6948GBwjWIKEGBgIRjn76XkywaA7hs1rlZ6qIhDJmQJAeSPHjQOJmy6KCVBFom1ecyJsZjNF5Vuokup0eeC4EG5SFAKAKjKQF0U6pKUjGYFS+S05is6sFo/hzc9fxJd2tXARQcgq0Ho6XfpUuZXiJQsR8ypkkxKMagylXBtwlFitzKlcPdoDj2ZkOK469fxDAp6kOBAIZeUBBgpKIQuScLoD8vC5gtgMVXzb6IdU7KWylglxU59cKGD4e7n0GRC4jNlasIASII4B4lljEB6yx7g940HOJKGpPtNp/9vDyL09MRQWCsaTd73pGS4kCBHiwEHMqZz+ZRXoR/AbelZwgMjL33nl8IItDddADgZxlXtJUHnQgS+EeCgIUQU2B7LbGEIC8YFgIABvrxNyF0AkhQIQMLagZDB4q1xx57CbYYoiANQiihfxVSSCELNhaFwQQ//BDjjNd1/ohCkDcOAgEN5E0oQYo+qshBfUXhsEGRP8jopSbzNBkKAhz4Z2aFaFYogwBYQoTCllwauSF7CopJHZRVUqimimu2yReRcRZ5JJh2+oIDdGjqKYEMi0rAA5PYgNBBoHEe6Wehn8DAQZoqiiDDp59yACkwJVAaKHeYAgMAC50y+umiMiggAwMQRWBqoA2kShwDnjYKqgSyKkCBPRLcGmcOo+oKCg2+fiprrLGiQA8OFxhbZAzK0kMBrIwGC60MYQYDwADW/lBAtvUw4Oy6CrSrAA/ZhFBuA8miKwoL0Labb7s0BMNDuRNcam8pAPDgrbsKqJBwgKQAMIO1BzA88GYC/iCsrwoYC1BvIR5Y+wELEz8Ew74YK4zxsKRg8IC1NoQMEQEJx1yyBu0KbEipxubqMkQsmFwyxhqowMEoAlh7AlE71wOABD/THHTQGIgC6K0KJI0SBkAr8LQKQYsQigzWtmB1ShwAzfXZOmgQ9ScP3/qBdGNDBIPWZ2tgt91eK/KvsR7EnRIFdT99t7SJNGDsCeH6bQ8AMtytQto6RA4vIjiwrHhKJNwNud2RJ05Ix7eeYPPlvwCQcOQaRK56v4fAaaoLpP8NueqRGyDDISwY+wDSsdcDQuqqG6CDAakTTkgCxubQO9m1py68AQaATAgINxgr/fIPITC8Bs8Pn3Z3/sXeugD2KcnQPfTDG5DZIPLe2jf5ENHw/PzCXw/EAsZeCP9DEEBPvwEmqJogMGCs8e0PIgrQgQlMAEAFAjBMCjBWAg7IM+gxcIELNADckHcrCVDwITi4YAYxODQgkOtWvPtgpAB4QQsA0AIeBMLKTGVAFdZDBQu0QA4zCAQCJM+G9hCACVyoQwsUEQYiMFbLgKitIg7xiRbAgQ2MJQAm0gMDUMwiDWx1K7hZERsQMKIYx8iBCrhtY19UBBTHaAER9OBWB0ijNnRgARvU0QQ2yKMM8GeqGcgxGyqwYx7zWEcNnOBWYvtjMBRQR0ES0gAzpFQJFBkMEQzSAYO0gQki/hmoSVLyFxKwASZFKUoHWMBYKfjkLwQgSguYcpRTvFUqVVkKAWDylqW0ASfj5ElajiKUDrjlLS2wSy710pehkIAwhWmBQ5oqkcgMhQKCSU0XBNMEK7iVH6MZCg244JvWDKcO3miqOHITFCYIZzgd4AIVmNFUH0CjL9kJTnA6QAZcNNX6zokIGLjAA/+k5zdZSUV+JoIAAf3nPwHKgPCZaokGNQQDAEpRhbogKZT6wA8+kIGIHkICCw2pBzxwjQdo9KQb/UENPToIA4xUpNYUxAhO+oGa2jSFBgUBQH0w0p56QAeCiEFNU2rTD+SNpUAggQd4ylQX8DRvESxqTV/w/gFsIRUIIvCBVpnKUw/oDwNTDesLfrBNpFrABwFY6la1Gq4ZiPUHVH2B/jyKgLWmlakmIIRQ4/oBvsKOpTwIQADQ6oHBovWoQJAAXxc7AbOi9bGQnSsQQHCCvsb1BZh9gf3OiQHBPtazAXDBgnJwWcx+4AEvmKVBFYBWwQ7WswIkhGJNi1rMPuACOKUlCHwQggD0lrevlSyOdvCC2hYXtQ+AKDd50Nvmuja0NgqAbZH7gOpuYHRpBIAHQsBd3zbXB4glBAGqO93jPiCv3OQAdyPg3eaGQGKEqEF1qXuDF9zgutHUaQjYu9/2AjURHDBvfR9wAwK/z5ciiMB+F7zg/gB4EREDIHBxC0zhCzyYkghYsII3zF0LgEIG1aUwgQl8gwr4UgcxiICKOaxglH2iByOmsIxv90kapFjFIbixgpWrCBHEWMY3uMEC4GtFCPggBki+sYaFq4gSBJnEQb7ADS5wLkUaIAYJiECKk6zi/4oCAwcIcoGlTOYLoDeNPEgAkrOMZBXHIAS5TYQDojzlKZP5BLT6Ig6wzOckb7mKpQDBAMZ8gTJf4AQzIPIBjZwANTsay1oW7S84UGhDn6DQJ2iB5w4IAAc0ms+O1nIMLkwKH1T60Ji+9AkKgF3FAcAEKUhBoz/9aBoDAwQtwPQNVH3oS0/wgzrIgKyHjWVH/ttAnofAwArsrOpmnyAAFFRBrKfdaFlj+b30EAGqT+DsAxzgBAlotcsAYIAUCFvYsa52o12sDVM7m9sn8PYBcrBpvwHABhk497SpnQBb0wMAKej1Bb7t7XgfYAcNiPPOIOABfZ87ARlIgKx1gGyVVADe8Tb4wU+wgxGwe2w4iEAORp5vc+87BTYQNylg0IKMF3zjOzj4BrxsNRFkgOQlP/e5PVDveiBgAC6Xd8yHvoMMKFxXELBBAUZOcpybPAAq/wUGBiDvgx986BvYwQYGEF50MSAGS1860/Ot7wAo2k0t8PYOOH71Hbh9A3DPwD6VhQIXFCDsOQj7zXNw8wyQ/jQ9ECiB2q9+gKwbfgMrWIAFom4UECjg7pDH+977nnIMgSAFQ2873OG+gh2sYAMjMEDPpwMCCWSgBKgvQAnyjvcC9N0EjP+3B9z+9rcb/vMryP0IbHD0lMBABTmoQAkqoPrit57pKqj4QwQwg8Jr/faIR3zuF7CCCfjg40YhgAkKUAHhCx/1JTB+3vOeANYVCgMlsD3no/956i/g/QuogQnWhhIEqCABFahB970//NSHP/x55wFnFyKd9nydx36Jl3jvNwMLwIAz0AAeACDaQCYWkAE1cIEY2H39N3zGt3QloADKtxcM0AJah3u5twHut4ANOAMsOAMTMAEV4AI6/sADTIYIBMABCmADKdACDVADPNiDDZB/QriBxAd+IVCDukJuM8B+KJiAKuiALuiCLzgCEzACI7B6wkZNDhADsZYDHdABLRCGYdgAPHiBPXiB+8d/4JcBEhB7GIIBMWCCCtiAKwCFCzABLkiFemiFA9CHA9ADf9gDgviFYFiIZNgAiHiGGKh/NVAC+td/DjCA9sIBJZCATtiAK4iHmjgCM7CHIzAAnxiIA9ABPUCIhSiGZfiDNRCEQsh/AYB9Y8MAGZCCdsiCL7iJVfiJoQiIvFiKpXiKLdABiFiGQJh/jNh910c+FBADKriCdyiFezgBAyCNftiLguiLwRiMZMiDnMS4iN3nAnNHPihgAi3Agg2oidCYi7r4h5/Yi6T4hdkohocIhKtYAwmgApK4PDTgAT3wjLfIiZ4Iin8oiu8IjwY5jz3YAgVgArBoQyDAAhaQA7ioh9PohwN5jaNYii3QA/E4hjGgAzTghuQDARxgA15ohdTYju0YiAUZjxUQAwbAACIJRBBAAjJgAS7QdznQi+iWAJokASQwek0SCAAh+QQICAAAACwAAAAAgACAAAAH/oBAgoOEhYaHiImIACAwCCgYOJEEJJU4BDiSKDAQAIqfoKGio6SKjI+XBJiqlJSVFJQUJLK0JASbnqW6u7y6IKirl6mttsWvs7MUyss0sJu90NG9v5GZwcEkOLbEs7HItM3hNOMUGBDS6OmGADAomdaTwqys2ZXFst8kzfoU5Azj/yigAKGuYC8GCCQprEaAoTBt2lq5slVrWb+L42j806iRAYFzBkOC4tDiB4ZIDKvJGzZvIgF8FZNhDPev5j8WH0XqLMSjx4+fJhdOwoDpITaJ9mB9U8YvY00KNTsyYMGABIydIjGUAAr0pEJJDldu03bPW8VwGPtFZcCWLYu3/gQIYkUHwMUDrlxRvrsUbxUmEtVQCH4UjxazfgATs6XxdupUqhjmRuOxAC9erycbvmuIAQEnuaAawYiUUS3HtlQdv+XwlsZVyaUAhLBsGexCSQhA5ILGDgMJBqZtUn3bmDUHDjhgj8IwgDZtoTB2GwSA4vfN68NZszDOgQJo5Ygk3HBO+yQC6VhBYNDYmDhV49vjIwCPaDZ5yzc8oIdNnf1j7dwdd1xy9A0CQgX34XWBA68VOAh1bk3FXXw8cMADDyTsNxcMHSQI1AcegOTgOihsJ+F2Ah5XIQ80aKgTBhN4+FMDBI6YCAgkTMjaihZeyMB3O+GwgYwHyGCjKAjQ/sAdjxfyIAAPLIioEwpDelhBg0eCAkCOAq54oYVPsgBkQTDEmOAHFmSpS4leXvikABwIIAADLkYDQocJbkCDmrvAwICKPcL5pJMthrRVggPMx+cuINDQJJxOOimnABQYFIGHDYy56CgAUPBopE+KICcJ6kjgYQ51bioKCW9KOqmoIigaDQ4XJBiDqugQIGmksAogAg9S7gJAc/cVgGs6nr7qq68iiMBCNPaR10Cqx5JCQ6jLNqstqbzwkOAEmlYrLAvZaiuBABLEKuwM9x0gq7jSgMBBs8yi26wEHFB7iAf3ffAsvOrAwKwI6RKcrgQElILBXeTZALBBGBBMsL0H/osQLiKHOtfAwyHRcG7FEhy8pygC3HcClhzTxQPI6coQMgqimOmcAimHhMDBIefsMgehyHBfCzWLxEDIIrgsgcsyyADzJ+w690HCQRsEAcFIH520DDwr4i15HkQtEgkhV420DO8a0gB5JwTrNV1UXy2DAm//ewgO9zm8dkg4JG3120croLYg/Dp3wsV39wJA0XAr0Dfc3BpSJW0uFC4SAYq/nfjbIhzCAnkPoCw5XRJcnrgCCnieAHk5fC7025aTLoMKIxs4nnNyq64OAq2/rYLr0pnq3AK2iyQC3CrsrkDxCiwtSLSWdR28QSQcTzryxccORGXONf58OhDsXvz3/sdnLggG5AG/vUEiUH+8ChqoAJIC5CVwvkE0FK/B8e0XT+Dpzkkwf0EY+F77BqiBkRGLNp773zQGyL4GakAAgmCYZcynwHRIwIHsyx8QCIC6CqqDBQQM4dQa5kFkaeCEGRwgBixAHgiWUBooCKEGdDBDEkTgAz/AIV6g9kJoQOCENNRBEAu4FRx+4IhI1FcPQaGCIQpRiDzoABJz+JMP7GCJ0lDAE50oAnYh8YsTwGI0JLDFJxpAAgc44gtyqEagibEXAtCBAeRIRx2o4AIvQOIaj2isN3aLjnM0gCA1cIMP5HGNh+yjH3XBg0DWkYaGjOQhPyC/ReqCBYHMpCAn/snJSlqSFBwQpCbliEdDHjKPqfskKXhgAkG20pU6wOMLTjnLVKqSZAYwQStfOccd0DKSNbjlKESwy1zq0gAamMEDXrDMBzRzBMIUhQKMuUtdKqAFzWSmNlcQzVBoQJfgBKcECqDNZjrzBkoUZi4tYAILsNMCBhBBCJxJz3LWqJuHgEA799nOXHLABOak5wNuwAN8JgIH79znOykggnO+4AYDdaYJDIoIGrjTne3EaCboCdGBPjQFFD2EADBqA4y68yongKhKIwrNkBZCBRYoqTtLqktBdCCiKlVpAvEJgpjGlKY2sAHNgBCCnBpVfC7d4E+DylQLFBQICriBUQd6/oEQJFUQPGBqSbUKNRQMVKUXuEFYB3BVIGjAATZAqwN8agMRDUCsYRWrVC/AQ4rCQK1ptYBaNUCICMxVrhcIrAOSygIH4BWvTxWEAMIa2MDClawu1YFaD2uDuoJgA4yF6wVOcAEGhBQFhjVsWtVqAvSkoLGb3ewNTnAriorABQ6ALWxD679CiEC1nA0sZ3ewU0tCwAayFa0L0lpXQQBgAbk9AWeXmyZ8MsAF0I0udB0w0X2ldrnLnQHhxAgAC7jAA7GNrWwTWwhaKXez2D2BAbr5XA9A173SLRshSoBe9B7gBAfQrjABYAP3whe84B0qIliA3fviF7+DvSUP/Otf/une8xAdMPCBD0DhHRT3jTDwgIYZ/F0P6AAUIlAuhfFLYQrbcpEa0LALfKBi/2ovEREmcYl3QOHa+pEEPsgxizes4Q+HggclnvEJdrCDCfS2ghBwgI49kGMmr/jCichBhYdc4QPsIAN+VIEPAqBjFntZBaRAwQqqTGMiE3m9WGRBALjMZiaz2AVHPoQFymxlOm9gBdbzIAa2zOcu5zhrpABBD+hM5A3swNADiLPtkrxmPjc6AB6wQDoLwQIi17nQh95ABbb7ORCYIARrZvOWPcDlyPDCA2bewAE2wOpWp4DTdwOADkJA6wCA+tE+QCqjKmBoVh/60Cs4dAQUqIII/oD61mzmsgEmjQgMzCDTrF5BtKUdufPJwNghiICtj81lDyg6FALwdaulTe4VRADWHAOABoyNbVpzOwQvhoYLon3nHZR7BQt4teoAYAB2Zzvb27a1rqUBgBgA+853lvYCVrCCEnxbXL+NQQQm7m+Ah0AFzA4FCApA7oQzfOELWEALKrW2PUtc4tmueAiWLRIIVKDcGwB5yEM+A75GjQcRiIHOc45yf1vgb+lAQAsY/nF843sGC0B6DICOKwgYIAYJgHrOJy7xiYfABUxPBwY6QPSZ0zzpM5hBC1wILxr4IAFRj7rOd85uF8hXJCh4ucxnsAKk230GE0iAqXGFAhOk/gDtUJd6AqgucRs8HB0QyMHM6550sId9AhMYgAnQLRkQSCABf0c74NW+8xhMvkAgiEDjGx92vJt+AiPogAYo33IBRCAFsId91P8eeLVrIOPpqAvpw76ACeAd8iNAfepNcHh1QEAGMchACpSfAcw7v/Y5lwHuC8KDAdi996cHvvBT74J464QAOlh+Bsa//NhrPu0xCAHJ1YQCxWcf+DMIfvAHQP8BFEAHyjMI7gKQgwz0Pwflt3yYJ3sx8Hc28HY20l2l93t4J38jMAAj8IAD0AMTWAIOwAMISAowgEkxUAA54IE50H/jR36w13wDmAASMH1zwQAVAHkNKHzCR38S/kiBPVCDPZADDqAAHABlc8MCEvB0JVAAQuiBROh/5Nd/Aih7HvBguCJrEIh6wBeBEUh/NDiBPdABV9gBLdACWth8EmdSKZcAJVADFVACZVgCQUiEH2iEIch8sZcCMSAArGcjKBABIxB/8ieD9UeDFNgBfuiHWxiILdAANUCINXCIFUCGZXiGQZiGIBiCIkh+5GcCGSguLJAB2xd5VDiBVoiFnsiFWjiIDSCKhEiIiVgBi2iGBdCIRFiEbZgC/ecC67c2NJAAEiiBnFiDA+CJWtgDW9gBoyiKhXiIZKiIZoiGaDiEH7iGbdh/NuB9a2NDezgCfFiDfwiKgdgA2liKqsRYjKlYAavIissIiRlgAUyoOiigAyXwgFXoh1foi1oYioM4iMPYAKeIiseoimmYAyWwjBEgAZVoOxRgAy1gg1kIiPI4its4jN2YiGbIiKs4hCmgAzyoQCDAAAaQANbYi1zIhQpJiC1Qj6iIjzWQj0HoAypAASoYPBDAAiaQADUgj1u4jfRoj8R4imaYAQGgAT/iUhAANgZgAYEXA9xYdSFgAhogAnFxLIEAADs=');	
	background-image: url("img/sl-loading.gif")\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 .checkout input[type="text"],
.shipping-calculator-form input[type="text"],
.shipping-calculator-form select,
.woocommerce .form-row input {
	border: 1px solid #E0E0E0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	border-top: none;
}
.shopping-cart-inner .amount {
	display: inline-block;
}
.woocommerce #content div.product,
.woocommerce-page #content div.product,
.woocommerce #content div.product {
	margin-top: 5px;
}
.fancy-header-on.single.woocommerce #content div.product,
.fancy-header-on.single.woocommerce-page #content div.product,
.fancy-header-on.single .woocommerce #content div.product
.slideshow-on.single.woocommerce #content div.product,
.slideshow-on.single.woocommerce-page #content div.product,
.slideshow-on.single .woocommerce #content div.product {
	margin-top: 15px;
}
.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%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 35px;
	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 .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 {
	width: 25% !important; 
}
#page .related ul.products.shop-columns-5 li.product,
.woocommerce-page #page .related ul.products.shop-columns-5 li.product,
#page .upsells.products ul.products.shop-columns-5 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-5 li.product,
.woocommerce ul.products.shop-columns-5 li.product,
.woocommerce-page ul.products.shop-columns-5 li.product {
	width: 20%;
}
#page .related ul.products.shop-columns-4 li.product,
.woocommerce-page #page .related ul.products.shop-columns-4 li.product,
#page .upsells.products ul.products.shop-columns-4 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-4 li.product,
.woocommerce ul.products.shop-columns-4 li.product,
.woocommerce-page ul.products.shop-columns-4 li.product {
	width: 25%;
}
.woocommerce .related ul.products.shop-columns-3 li.product,
.woocommerce-page .related ul.products.shop-columns-3 li.product,
.woocommerce .upsells.products ul.products.shop-columns-3 li.product,
.woocommerce-page .upsells.products ul.products.shop-columns-3 li.product,
.woocommerce ul.products.shop-columns-3 li.product,
.woocommerce-page ul.products.shop-columns-3 li.product {
	width: 33.333%;
}
#page .related ul.products.shop-columns-2 li.product,
.woocommerce-page #page .related ul.products.shop-columns-2 li.product,
#page .upsells.products ul.products.shop-columns-2 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-2 li.product,
.woocommerce ul.products.shop-columns-2 li.product,
.woocommerce-page ul.products.shop-columns-2 li.product {
	width: 50%;
}
#page .related ul.products.shop-columns-1 li.product,
.woocommerce-page #page .related ul.products.shop-columns-1 li.product,
#page .upsells.products ul.products.shop-columns-1 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-1 li.product,
.woocommerce ul.products.shop-columns-1 li.product,
.woocommerce-page ul.products.shop-columns-1 li.product {
	width: 100%;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
	width: 50px;
}
div.pp_woocommerce .pp_description {
	display: none !important;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	line-height: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
#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,
#main button.button,
#main input.button,
#main #respond input#submit,
#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 #payment ul.payment_methods,
.woocommerce-page #main #payment ul.payment_methods {
	border: none;
	box-shadow: none;
	text-shadow: none;
}
#main #payment div.form-row,
.woocommerce-page #main #payment div.form-row {
	border-top: none; 
}
.woocommerce a.button,
#page .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#main #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button {
	padding: 0 8px 2px;
}
.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%;
}
.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,
.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;
}
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main #payment,
.woocommerce-page #main #payment,
#main #payment div.payment_box,
.woocommerce-page #main #payment div.payment_box,
#main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text,
#main form.login,
#main form.checkout_coupon,
#main form.register,
.woocommerce-page #main form.login,
.woocommerce-page #main form.checkout_coupon,
.woocommerce-page #main form.register {
	box-shadow: none !important;
	text-shadow: none !important;
}
#main div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li:before,
#main #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li:before,
#main div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li:after,
#main #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
#main div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li,
#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;
}
#main div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs,
#main #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}
#main #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #main #reviews #comments ol.commentlist li img.avatar {
	top: 20px;
	left: 20px;
	border: none;
	padding: 0;
	background: none;
}
#main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 0px;
	padding:15px 20px 0 72px;
}
#main .woocommerce-result-count,
.woocommerce-page  #main .woocommerce-result-count {
	margin-top: 12px;
	margin-bottom: 15px;
}
#main .content > .woocommerce-message,
.content .woocommerce .shop_table.cart {
	margin-top: 5px;
}
#main .woocommerce-ordering,
.woocommerce-page #main .woocommerce-ordering {
	margin-top: 5px;
	margin-bottom: 30px;
}
#main #reviews h3,
.woocommerce-page #main #reviews h3 {
	margin-bottom: 10px;
}
#main table.shop_attributes td,
.woocommerce-page #main table.shop_attributes td,
#main table.shop_attributes th,
.woocommerce-page #main table.shop_attributes th,
#main table.shop_attributes,
.woocommerce-page #main table.shop_attributes {
	border: none;
}
#main table.cart td.actions .coupon .input-text,
#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 {
	padding: 9px 4px 8px;
	border: 1px solid #E0E0E0;
	border-radius: 8px 8px 8px 8px;
	background-color: #FFFFFF;
	box-shadow: none;
	color: #7A7A7A;
}
#main #respond input#submit,
/*#page input.button,
#page #content input.button,*/
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button {
	padding: 9px 10px 9px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	min-height: 28px;
	min-width: 28px;
	line-height: 28px;
	margin: 5px 25px 0 0 !important;
	z-index: 1 !important;
}
#main .onsale,
.woocommerce-page #main .onsale,
#main .woocommerce ul.products li.product .onsale,
#main .woocommerce-page ul.products li.product .onsale {
	font-weight: normal;
	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;
	filter: none !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 .added_to_cart {
	text-decoration: underline;
}
#main ul.products li.product .button.add_to_cart_button {
	padding: 0 22px 0 0;
}
#main ul.products li.product .button:hover,
#main ul.products li.product .added_to_cart:hover {
	top: 0;
	text-decoration: none;
}

#main #content nav.woocommerce-pagination ul,
.woocommerce-page #main #content nav.woocommerce-pagination ul {
	border: 1px solid;
}

	#main #content nav.woocommerce-pagination ul li,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li {
		border-right: none;
		border-left: 1px solid;
	}
	#main #content nav.woocommerce-pagination ul li a,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li a,
	#main #content nav.woocommerce-pagination ul li span,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li span {
		padding-top: 0;
		padding-bottom: 0;
		margin: -1px -1px -1px 0;

		-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 #content nav.woocommerce-pagination ul li:hover a,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li:hover a,
	#main #content nav.woocommerce-pagination ul li a:focus,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li a:focus {
		background-color: transparent;
	}
	#main #content nav.woocommerce-pagination ul li:first-child,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li:first-child {
		border-left: none;
	}
#main .quantity .plus,
#main .quantity .minus,
#main #content .quantity .plus,
#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 {
	position: relative;

	display: inline;
	height: 21px;
	width: 21px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;

	box-shadow: none;
	font-weight: normal;
	cursor: pointer;

	-webkit-border-radius:	11px !important;
	-moz-border-radius:		11px !important;
	-ms-border-radius:		11px !important;
	-o-border-radius:		11px !important;
	border-radius:			11px !important;
}
.woocommerce .sku_wrapper,
.woocommerce .posted_in,
.woocommerce .tagged_as {
	display: block;
}
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions input.button,
.woocommerce table.cart td.actions input.button {
	margin-top: 3px;
}
#main .quantity .plus:active,
#main .quantity .minus:active,
#main #content .quantity .plus:active,
#main #content .quantity .minus:active {
	top: 0 !important;
}
#main table.cart a.remove {
	font-size: 0;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
#main table.cart a.remove,
#main #content table.cart a.remove {
	width: 20px;

	-webkit-border-radius:	0px !important;
	-moz-border-radius:		0px !important;
	-ms-border-radius:		0px !important;
	-o-border-radius:		0px !important;
	border-radius:			0px !important;
}
#main #content table.cart .product-remove {
	width: 20px;
}
#main table.cart a.remove:hover,
#main #content table.cart a.remove:hover {
	background-color: transparent;
	opacity: 0.7;
}
.woocommerce-page #page .single_add_to_cart_button,
#page .single_add_to_cart_button {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	line-height: 18px !important; 
}
#main #content div.product .summary.entry-summary .price,
.summary.entry-summary div[itemprop="description"],
#main #content div.product .summary.entry-summary .cart {
	margin-bottom: 30px;
}
#page div.product .woocommerce-tabs .panel,
#page #content div.product .woocommerce-tabs .panel {
	padding: 25px 0px 15px;
	margin-bottom: 0;
}
#main #content div.product .woocommerce-tabs ul.tabs:before {
	display: none;
}
#page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #page div.product .woocommerce-tabs ul.tabs,
#page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}
#page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-left: 1px solid;
}
#page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight: normal;
}

#page #content div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li:first-child {
	border-left: none;
}
#main .quantity input.qty,
#main #content .quantity input.qty,
.woocommerce-page #main .quantity input.qty,
.woocommerce-page #main #content .quantity input.qty {
	float: none;
	box-shadow: none;
	font-weight: normal;
	border: none;

	-webkit-border-radius:	0px !important;
	-moz-border-radius:		0px !important;
	-ms-border-radius:		0px !important;
	-o-border-radius:		0px !important;
	border-radius:			0px !important;
}

#content .product-quantity .quantity,
.woocommerce-page #content .product-quantity .quantity,
#content .cart .quantity,
.woocommerce-page #content .cart .quantity {
	padding: 5px;
	background-color: #fff;
	color: #7A7A7A;
	border: 1px solid #E0E0E0;
}
.related.products {
	clear: both;
}
#main table.shop_table td.actions,
.woocommerce-page #main table.shop_table td.actions {
	padding: 12px 12px;
}
#main table.shop_table {
	border: 1px solid;
}
.related.products h2,
.upsells.products h2 {
	margin-bottom: 30px;
}
.woocommerce-tabs h2 {
	margin-bottom: 20px;
}
.upsells.products,
.related.products {
	padding-top: 30px;
}

.woocommerce .pp_woocommerce #respond input#submit {
	padding: 9px 12px 9px;
	color: #fff !important;
	border: none;
	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;
}
#page #main ul.cart_list li img,
#page .woocommerce ul.cart_list li img,
#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;
}
#page ul.cart_list li a,
#page .woocommerce ul.cart_list li a,
#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;
}
#page ul.cart_list li:first-child,
#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,
.old-ie .woocommerce #page ul.cart_list li:first-child,
.old-ie .woocommerce #page ul.product_list_widget li:first-child,
.old-ie #page .woocommerce ul.cart_list li:first-child,
.old-ie #page .woocommerce ul.product_list_widget li:first-child,
.old-ie .woocommerce-page #page ul.cart_list li:first-child,
.old-ie .woocommerce-page #page ul.product_list_widget li:first-child,
.old-ie #page .woocommerce.widget_product_categories li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
#page ul.cart_list li,
#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;
	overflow: hidden;
	margin: 9px 0 0;
	padding: 15px 0 5px;
}
.woocommerce.widget_product_categories li {
	padding: 10px 0 0px;
}
.woocommerce.widget_product_search #searchform > div {
	position: relative;
	overflow: hidden;
}
.widget_product_search #searchform label {
	display: none;
}
.woocommerce.widget_product_search #s {
	float: left;
}
.woocommerce.widget_product_search #s,
.woocommerce.widget_product_categories #dropdown_product_cat {
	width: 100%;
}
.woocommerce.widget_product_categories #dropdown_product_cat,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	padding-right: 10px;
}
.woocommerce.widget_product_search #searchsubmit {
	position: absolute;
	top: auto;
	bottom: 7px;
	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 .sidebar .widget_shopping_cart .total,
#page .sidebar .woocommerce.widget_shopping_cart .total,
.woocommerce-page #page .sidebar .widget_shopping_cart .total {
	margin-bottom: 0;
}
.woocommerce #page .sidebar .widget_shopping_cart .buttons .button,
#page .sidebar .woocommerce.widget_shopping_cart .buttons .button,
.woocommerce-page #page .sidebar .widget_shopping_cart .buttons .button {
	margin-top: 10px;
}
#page div.product form.cart div.quantity,
#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;
}
#page .quantity input.qty,
#page #content .quantity input.qty,
.woocommerce-page #page .quantity input.qty,
.woocommerce-page #page #content .quantity input.qty {

	border-left: medium none;
	border-right: medium none;
	display: inline;
	height: 25px;
	line-height: 21px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	width: 42px;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
	width: 86px !important;
}
#reply-title {
	color: #686868;
}
#page #page div.product form.cart,
#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; 
}
.pp_woocommerce .pp_content { 
	width: 100%!important;
	height: auto!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_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 {
	margin-top: -2px!important;
	padding-left: 3%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}
.pp_woocommerce a.pp_close {
	right: 10px!important;
	top: 10px!important;
}
.wpb-js-composer div.pp_default .pp_details {
	position: static;
	padding-left: 0;
}
div.pp_woocommerce.pp_pic_holder .pp_content_container,
.wpb-js-composer .pp_pic_holder .pp_content_container {
	background: none;
	box-shadow: none;
}
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 {
	top: 0 !important;
	right: -40px !important;
	left: auto !important;
	border: none;
	box-shadow: none;
	font-size: 0 !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 {
	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 #content #shaon-pricing-table a.signup {
	margin-bottom: 20px;
}
#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 {
	margin: 0 -10px;
	width: 100%;
}
	#main .minimal .plan {
		margin: 0 0 0px;
		padding: 0 10px;
		width: 25%;	
		
		-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 {
		margin-bottom: 0px;
		width: 25%;
		-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 */
.shortcode-code {
	padding: 25px 20px 25px 20px;
}
/* Shortcode code:end */

/* !-Revolution slider */
.rev_slider_wrapper {
	z-index: 1;
}
	#page .tp-bullets.tp-thumbs {
		background: none;
	}
#page .tp-rightarrow.default,
#page .tp-leftarrow.default {
	background: none;
}
#page .tparrows.default {
	position: relative;
	width: 30px;
	height: 55px;
}
#page .tparrows.default:before,
#page .tparrows.default:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 55px;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 9;
}
#page .tparrows.default:after {
	top: 1px;
	left: 0;
	z-index: 8;
}
	#main-slideshow .tp-bullets.simplebullets.navbar,
	#main .tp-bullets.simplebullets.navbar,
	#main-slideshow .tp-bullets.simplebullets.navbar-old,
	#main .tp-bullets.simplebullets.navbar-old {
		height: auto;
		padding: 3px 7px 7px;
		border: none;
		background: rgba(0,0,0,0.4);
	}
	.old-ie #main-slideshow .tp-bullets.simplebullets.navbar,
	.old-ie #main-slideshow .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;
	}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet,
	#main-slideshow .tp-bullets.simplebullets.round .bullet,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet,
	#main-slideshow .tp-bullets.simplebullets.square-old .bullet,
	#main-slideshow .tp-bullets.simplebullets.square-old .bullet.last,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet,
	#main .tp-bullets.simplebullets.navbar .bullet,
	#main .tp-bullets.simplebullets.round .bullet,
	#main .tp-bullets.simplebullets.navbar-old .bullet,
	#main .tp-bullets.simplebullets.square-old .bullet,
	#main .tp-bullets.simplebullets.square-old .bullet.last,
	#main .tp-bullets.simplebullets.round-old .bullet,
	.content .rsShor .rsBullet span,
	#main .flex-control-paging li a,
	#page .ls-defaultskin .ls-bottom-slidebuttons a {
		position: relative;
		width: 10px;
		height: 10px;
		margin: 5px 3px 2px 4px;
		background: #fff;
	}
	.content .rsShor .rsBullet span {
		width: 8px;
		height: 8px;
	}
	#main .flex-control-paging li a {
		width: 8px;
		height: 8px;
		background: none;
	}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet,
	#main-slideshow .tp-bullets.simplebullets.round .bullet,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet,
	#main .tp-bullets.simplebullets.navbar .bullet,
	#main .tp-bullets.simplebullets.round .bullet,
	#main .tp-bullets.simplebullets.navbar-old .bullet,
	#main .tp-bullets.simplebullets.round-old .bullet,
	.content .rsShor .rsBullet span,
	#main .flex-control-paging li a,
	#page .ls-defaultskin .ls-bottom-slidebuttons a {
		-webkit-border-radius:	7px;
		-moz-border-radius:		7px;
		-ms-border-radius:		7px;
		-o-border-radius:		7px;
		border-radius:			7px;
	}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.square-old .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet:after,
	#main .tp-bullets.simplebullets.navbar .bullet:after,
	#main .tp-bullets.simplebullets.round .bullet:after,
	#main .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main .tp-bullets.simplebullets.square-old .bullet:after,
	#main .tp-bullets.simplebullets.round-old .bullet:after,
	.content .rsShor .rsBullet span:after,
	#main .flex-control-paging li a:after,
	#page .ls-defaultskin .ls-bottom-slidebuttons a:after {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -3px 0 0 -3px;
		width: 6px;
		height: 6px;
		content: "";
		/*background: #dcdcdc;*/
	}
	#main .flex-control-paging li a:after {
		background: none;
	}
	.content .rsShor .rsBullet span:after,
	#main .flex-control-paging li a:after {
		margin: -2px 0 0 -2px;
		width: 4px;
		height: 4px;
	}
	.content .project-post .rsShor .rsBullet span:after {margin: 0;
		width: 0;
		height: 0;}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet:after,
	#main .tp-bullets.simplebullets.navbar .bullet:after,
	#main .tp-bullets.simplebullets.round .bullet:after,
	#main .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main .tp-bullets.simplebullets.round-old .bullet:after,
	.content .rsShor .rsBullet span:after,
	#main .flex-control-paging li a:after,
	#page .ls-defaultskin .ls-bottom-slidebuttons a: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;
	}
/* Revolution slider:end */

#main .gallery img {
	border: none;
}
/* !-Blur hover effect */
.blur-this {
	position: relative;
}
.fs-entry-img a {
	display: block;
}
	.no-touch .fs-entry-img .blur-effect,
	.no-touch .blur-this .blur-effect,
	.no-touch .blur-this canvas,
	.blur-this .blur-effect {
		position: absolute;
		left: 0;
		top: 0;
		/*max-width: 100%;
		width: 100%;*/
		height: 100%;
		opacity: 0;
	/*	-webkit-transition:	opacity 300ms ease;
		-moz-transition:	opacity 300ms ease;
		-ms-transition:		opacity 300ms ease;
		-o-transition:		opacity 300ms ease;
		transition:			opacity 300ms ease;*/
	}
	.images-list .blur-this .blur-effect {
		z-index: 9;
	}
	.images-list:hover .blur-this .blur-effect,
	.images-list:hover .blur-this i {
		opacity: 1;
	}
	.images-list .blur-this i,
	.images-list-caption {
		z-index: 10;
	}

	.no-touch .fs-entry-img:hover .blur-effect,
	.no-touch .blur-this:hover .blur-effect,
	.blur-this:hover .blur-effect,
	.rollover-project.buttons-on-img:hover .blur-effect,
	.hover-style-one .rollover-project:hover .blur-effect,
	.hover-style-three .rollover-project:hover .blur-effect,
	.hover-style-one .fs-entry:hover .blur-effect,
	.hover-style-three .fs-entry:hover .blur-effect {
	}
	.old-ie .blur-effect {
		display: none;
	}

/* Blur hover effect:end */

/*!-Edit link*/
.details.edit-link,
.rollover-content .details.edit-link,
.stripe .details.edit-link,
.stripe .rollover-content .details.edit-link {
	padding-right: 20px;
	color: #005a99; display:none;
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgb(22,220,101)%22%20d=%22M6.025,12.715l-0.35,0.211l-3.769,1.168l1.219-3.766l0.219-0.297L6.025,12.715z%20M11.328,2.016L9.954,3.358l2.681,2.695l1.396-1.366L11.328,2.016z%20M3.924,9.377l2.693,2.693l5.378-5.378l-2.66-2.673L3.924,9.377z%22/%3E%3C/svg%3E");
}
.details.edit-link:hover,
.rollover-content .details.edit-link:hover,
.stripe .details.edit-link:hover,
.stripe .rollover-content .details.edit-link:hover {
	color: #005a99;
}
/*Edit link:end*/
/*!-VC last-child*/
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button { margin-bottom: 0 !important; }

/*VC last-child:end*/
.offer-tag {
	display: none;
}

/*!-Slideshow description*/
.slider-post-inner h4 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
.slider-post-inner,
#main .slider-post-inner h4,
.images-list-inner,
#main .images-list-inner h4 {
	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.slider-link {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin: 0 0 5px 6px;
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2223px%22%20height=%2223px%22%20viewBox=%220%200%2023%2023%22%20enable-background=%22new%200%200%2023%2023%22%20xml:space=%22preserve%22%3E%3Cpath%20opacity=%220.15%22%20d=%22M11,1C4.925,1,0,5.925,0,12c0,6.074,4.925,11,11,11c6.074,0,11-4.926,11-11%09C22,5.925,17.074,1,11,1z%20M11,21.557c-5.282,0-9.557-4.273-9.557-9.557c0-5.281,4.273-9.557,9.557-9.557c5.279,0,9.557,4.273,9.557,9.557C20.557,17.279,16.282,21.557,11,21.557z%22/%3E%3Cpath%20opacity=%220.15%22%20fill=%22black%22%20d=%22M8.336,10.497c0.202-0.201,0.424-0.368,0.663-0.499c1.321-0.729,3.021-0.341,3.869,0.949l-1.028,1.027c-0.295-0.673-1.027-1.055-1.758-0.893c-0.273,0.063-0.535,0.199-0.748,0.413l-1.973,1.973c-0.6,0.599-0.6,1.572,0,2.173c0.599,0.6,1.572,0.6,2.172,0l0.607-0.609c0.553,0.221,1.147,0.309,1.732,0.264%09l-1.344,1.344c-1.149,1.15-3.016,1.15-4.166,0c-1.151-1.15-1.151-3.017,0-4.168L8.336,10.497z%20M11.469,7.364l-1.342,1.342%09c0.584-0.043,1.178,0.044,1.73,0.263l0.609-0.607c0.6-0.6,1.573-0.6,2.174,0c0.598,0.599,0.598,1.574,0,2.173l-1.976,1.974%09c-0.601,0.602-1.577,0.596-2.171,0c-0.141-0.14-0.26-0.313-0.334-0.482l-1.029,1.029c0.107,0.163,0.221,0.307,0.365,0.45c0.372,0.372,0.846,0.649,1.391,0.78c0.707,0.171,1.465,0.076,2.114-0.282c0.235-0.132,0.462-0.298,0.662-0.498l1.974-1.973%09c1.15-1.151,1.15-3.017,0-4.167C14.486,6.212,12.621,6.212,11.469,7.364z%22/%3E%3Cpath%20fill=%22white%22%20d=%22M11,0C4.925,0,0,4.925,0,11c0,6.074,4.925,11,11,11c6.074,0,11-4.926,11-11%09C22,4.925,17.074,0,11,0z%20M11,20.557c-5.282,0-9.557-4.273-9.557-9.557c0-5.281,4.273-9.557,9.557-9.557c5.279,0,9.557,4.273,9.557,9.557C20.557,16.279,16.282,20.557,11,20.557z%22/%3E%3Cpath%20fill=%22white%22%20d=%22M8.336,9.497C8.538,9.296,8.76,9.129,8.999,8.998c1.321-0.729,3.021-0.341,3.869,0.949l-1.028,1.027c-0.295-0.673-1.027-1.055-1.758-0.893c-0.273,0.063-0.535,0.199-0.748,0.413l-1.973,1.973c-0.6,0.599-0.6,1.572,0,2.173c0.599,0.6,1.572,0.6,2.172,0l0.607-0.609c0.553,0.221,1.147,0.309,1.732,0.264l-1.344,1.344%09c-1.149,1.15-3.016,1.15-4.166,0c-1.151-1.15-1.151-3.017,0-4.168L8.336,9.497z%20M11.469,6.364l-1.342,1.342%09c0.584-0.043,1.178,0.044,1.73,0.263l0.609-0.607c0.6-0.6,1.573-0.6,2.174,0c0.598,0.599,0.598,1.574,0,2.173l-1.976,1.974%09c-0.601,0.602-1.577,0.596-2.171,0c-0.141-0.14-0.26-0.313-0.334-0.482l-1.029,1.029c0.107,0.163,0.221,0.307,0.365,0.45c0.372,0.372,0.846,0.649,1.391,0.78c0.707,0.171,1.465,0.076,2.114-0.282c0.235-0.132,0.462-0.298,0.662-0.498l1.974-1.973%09c1.15-1.151,1.15-3.017,0-4.167C14.486,5.212,12.621,5.212,11.469,6.364z%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px 22px;
}
.slider-link:hover {
	opacity: 0.8;
}
.slider-simple.royalSlider {
	margin-top: 5px;
}

/*Slideshow description:end*/

/*!- Composer*/
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background: none;
}
#main .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
#main .wpb_content_element .wpb_accordion_header a {
	padding-top: 9px;
	padding-bottom: 9px;
}
#main .wpb_content_element .wpb_accordion_header a {
	padding: 0 25px 0 0;
	background-position: right center;
	background-repeat: no-repeat;
}
.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;
}
#main .wpb_content_element .wpb_accordion_header a:hover {
	opacity: 1;
	text-decoration: underline;
}
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a:hover {
	text-decoration: none;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
#main .wpb_toggle_content {
	padding: 10px 5% 10px;
	margin: 0;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	display: none;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	margin: 10px 0 0;
	padding: 9px 0 0;
}
#main .wpb_toggle,
#main #content h4.wpb_toggle {
	margin-bottom: 0;
}
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	display: none;
}
#main .vc_text_separator div {
	top: -10px;
}
#main #content .wpb_content_element .wpb_tabs_nav,
#main .wpb_wrapper.ui-widget-content {
	background: none;
}
#main .tab-style-two .wpb_wrapper.ui-widget-content,
#main .tab-style-one .wpb_wrapper.ui-widget-content,
#main .wpb_wrapper.ui-widget-content {
	border: none;
}

#main .vc_progress_bar .vc_single_bar .vc_label {
	padding-top: 0;
	padding-bottom: 0;
	text-shadow: none;
}
#main .wpb_posts_slider .flex-caption,
#main .wpb_posts_slider .nivo-caption {
	background-color: transparent;
}
#main .flexslider {
	padding: 20px 20px 20px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main .wpb_posts_slider .flex-caption{
	padding: 20px 0 0;
	margin-bottom: -10px;
}
#main .flex-direction-nav .flex-next,
#main .flex-direction-nav .flex-prev {
	background-position: 0 0;
	width: 27px;
	height: 27px;
}
#main .flex-control-nav {
	margin: 0 0 0 -20px;
}
#main .flex-control-nav li {
	margin: 0;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
#main .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
#main .wpb_content_element .wpb_tabs_nav li {
	background: none;
}
.wpb_tabs.tab-style-one,
.wpb_tour.tab-style-one {
	border: 1px solid;
}
.tab-style-one .wpb_tabs_nav {
	border-bottom: 1px solid;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li,
.tab-style-three.wpb_tabs .wpb_tabs_nav li {
	position: relative;
	border: none;
}
#main .wpb_wrapper.ui-widget-content,
#main .ui-widget-content,
#main .ui-widget {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
#main .ui-widget-content {
	background: none;
}

.tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.tab-style-three.wpb_tabs .wpb_tabs_nav li:before {
	display: block !important;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 17px;
	z-index: 98;
	border-left: 1px solid;
	content: "";
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li:first-child:before,
.tab-style-three .tab:first-child:before,
.tab-style-two .wpb_tabs_nav > li:first-child,
.tab-style-three.wpb_tabs .wpb_tabs_nav li:first-child:before {
	border-left: none;
}
.tab-style-two .wpb_tabs_nav {
	border: 1px solid;
}
.tab-style-two .wpb_tabs_nav > li {
	border: none;
	border-left: 1px solid;
}

.tab-style-three .wpb_tabs_nav {
	border-bottom: 1px solid;
}
.tab-style-three.wpb_tabs .wpb_tabs_nav li:first-child a {
	padding-left: 0;
}
.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.tab-style-three.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.tab-style-two.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 25px 0 0 0;
}
.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.tab-style-one.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 25px 20px 15px;
}
.wpb_tour.tab-style-one .wpb_tabs_nav {
	border-right: 1px solid;
	border-bottom: none;
}
.wpb_tour.tab-style-two .wpb_tabs_nav,
.wpb_tour.tab-style-one .wpb_tabs_nav,
.wpb_tour.tab-style-three .wpb_tabs_nav {
	-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 .flex-control-paging li a {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wpb_tour.tab-style-one .wpb_tabs_nav li,
.wpb_tour.tab-style-two .wpb_tabs_nav li,
.wpb_tour.tab-style-three .wpb_tabs_nav li {
	border: none;
	border-top: 1px solid;
}
.wpb_tour.tab-style-one .wpb_tabs_nav li:first-child,
.wpb_tour.tab-style-two .wpb_tabs_nav li:first-child,
.wpb_tour.tab-style-three .wpb_tabs_nav li:first-child {
	border-top: none;
}
.wpb_tour.tab-style-two .wpb_tabs_nav li {
	border-left: none;
}
.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 0;
	padding-left: 20px;
}
#main .wpb_tour_next_prev_nav {
	display: none;
}
.wpb_tour.tab-style-three .wpb_tabs_nav {
	border-right: 1px solid;
	border-bottom: none;
}
#main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
#main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
#main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper {
	display: table;
}
#main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav,
#main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav,
#main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav,
#main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
#main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
#main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
	display: table-cell;
	float: none;
	vertical-align: top;
}
#main .wpb_tour .ui-tabs .ui-tabs-nav li {
	float: none;
	overflow: hidden;
}

.wpb_tour.wpb_content_element.tab-style-three .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding-left: 0;
}

#main .wpb_gmaps_widget .wpb_map_wraper {
	background: none;
	padding: 0;
}
.interval {
	padding-bottom: 10px;
}
#shaon-pricing-table .amount {
	line-height: 45px;
}
#main #pricing-table .signup,
#main .pricing-table .signup:hover {
	text-shadow: none;
}
.blog .post .wp-smiley {
	width: auto;
}
@media (width: 480px) {


	.blue-strip-hd2 { background:url(../images/arrow.gif) no-repeat 260px 53px;float:left; width:90%; line-height:40px;font-family: 'Open Sans';font-weight: 500; margin:10px 0 15px 20px;font-size:29px!important;color:#fff;}
	.emarketing-link  a{ float:left; font-size:25px!important; text-decoration:none; width:90%; padding:10px 5%; background:url("../images/arrow.gif") no-repeat 110px 57px #3F8AC0!important; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
.fs-entry-content {
	display: block;
	width:72%;background:#fff;
	height: 100%;
	z-index: 100;
	text-align: center; margin:0 0 0 20px;
	opacity: 0;padding: 10px 0px 10px 0px; 
}
.fs-entry-img{margin:0 0 0 12px;width:76%;}
	.insideheader-page {
    float: left;
    height: 100px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
	ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 40% !important;
}
}

@media (max-width: 480px) {
	#main .tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
	#main .tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
	#main #content .tab-style-one.wpb_content_element .wpb_tabs_nav,
	#main #content .tab-style-three.wpb_content_element .wpb_tabs_nav,
	#main .wpb_tour.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
	#main .wpb_tour.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
	#main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav,
	#main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav,
	#main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav,
	#main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
	#main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
	#main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
		display: block;
	}
	.ts-viewport{width:auto !important; margin:0!important;}
	.signup-bt input.input { font-size:14px; font-family:14px;width:66%;border-radius:0; padding:5px 10px;border:1px solid #fff; display:inline}
	.signup-bt input.submit { border-radius:0; background:url(../images/submit-bt-bg.gif) repeat-x 0 0; font-size:14px; font-family:Arial; padding:8px 12px 6px; margin:5px 0 0 0;text-align:center; border:1px solid #fff;}

	#main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
	#main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
	#main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper {
		display: block !important;
	}
	.wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
		padding-top: 0;
	}
	.wpb_tour.tab-style-one .wpb_tabs_nav,
	.wpb_tour.tab-style-three .wpb_tabs_nav {
		border-right: none;
		border-bottom: 1px solid;
	}
	.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
	.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
		padding-left: 0;
	}
	.wf-cell.wf-1-5 { width:50% !important; }
	.emarketing-hd {font-family: 'Open Sans';font-weight: 300; float:left; width:100%; font-size:38px; line-height:40px; margin:10px 0 30px 0; color:#000 !important;}
	.emarketing-link  a{ float:left; font-size:32px;font-family: 'Open Sans';font-weight: 300; text-decoration:none; width:90%; padding:10px 5%; background:#3F8AC0; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
	.product-ideas-use { float:left; width:100%; line-height:35px; font-size:31px;font-family: 'Open Sans';font-weight: 300; margin:0 0 35px 0; color:#000;}
	.news-tl{ float:left; width:100%; font-size:38px;font-family: 'Open Sans';font-weight: 300; margin:0 0 19px 0; color:#000;}
	.wf-cell img { width:100%;}
	div.fs-entry-content h4 {font-size: 14px;text-transform: uppercase;}
	.new-pro-idea-panel { float:left; width:100%; margin:0 0 30px 0;}
	.google-service { float:left; width:100%;}
	.mobile-website { float:right; width:100%;}
	.google-service-hd { float:left; width:100%;font-family: 'Open Sans'; color:#a6ce39;font-weight:400;font-size:22px; margin:0 0 30px 0;}
	.google-text { float:left; width:100%; font-family:Arial; font-size:14px; line-height:22px;}
	.wf-cell img.content-img1 { float:left; margin:0 20px 20px 0; width:100%; height:auto;}
	.google-text span { font-weight:bold;}
	.stripe-style-5 { background:#f7f7f7;}
	h2.success-stories-hd {font-family: 'Open Sans';font-weight: 300; text-align:center;font-size:38px;color:#fff !important;}
	.content-row { float:left; width:100%; margin:0;}
	.image-1 { float:left; width:100%!important; padding:0!important;}
	.image-2 { float:left; width:100%!important;padding:0!important; background:none!important;min-height:auto;}
	.image-1-last { float:left; width:100%!important;padding:0!important;background:none!important; min-height:auto;}
	.service-img { float:left; width:100%; text-align:center;}
	.service-img img { width:auto;}
	.service-tl{ float:left; width:100%; text-align:center; margin:15px 0; color:#005493; font-size:12px; text-transform:uppercase;font-family: 'Open Sans';font-weight: 400;}
	.service-tl a{color:#005493; text-decoration:none;}
	.service-tl a:hover{color:#90c306; text-decoration:none;}
	.service-desc{ float:left; width:100%; text-align:center; margin:0 0 15px 0;}
	.footer-container { float:left; width:100%; background:#f0f0f1;}
.right-panel img {width: auto!important;}
.slider-wrapper.full .prev {
    left: 0;
    opacity: 0;z-index:9999999;
}
.ts-wrap {
    display: block;
    width:100%; text-align:center;
    position: relative;}
	.related-projects .prev i {
    background: url("../images/arrow-left.gif") no-repeat scroll 0 0 #FFFFFF;
    height: 35px !important;
    width: 35px !important;
}
.related-projects .next i {
    background: url("../images/arrow-right.gif") no-repeat scroll 0 0 #FFFFFF;
    height: 35px !important;
    width: 35px !important;
}
.slider-wrapper.full .next {
    left: auto;
    right: -5px;z-index:9999999;
}
.fs-entry-content {
	display: block;
	width:82.5%;background:#fff;
	height: 100%;
	z-index: 100;
	text-align: center; margin:0 0 0 19px;
	opacity: 0;padding: 10px 0px 10px 0px; 
}
.fs-entry-img{margin:0 0 0 12px;width:87%;}
.blue-text {
    color: #005A9A;
    float: left!important;
    font-size: 12px!important;
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0 8px!important;
    width: 73%;
}
	.emarketing-link  a{ float:left; font-size:25px!important; text-decoration:none; width:90%; padding:10px 5%; background:url("../images/arrow.gif") no-repeat 246px 122px #3F8AC0!important; line-height:35px; margin:20px 0 0 0; color:#fff !important;}

}

@media (width: 360px) {

.fs-entry-content {
	display: block;
	width:82.5%;background:#fff;
	height: 100%;
	z-index: 100;
	text-align: center; margin:0 0 0 20px;
	opacity: 0;padding: 10px 0px 10px 0px; 
}
.fs-entry-img{margin:0 0 0 12px;width:87%;}
.insideheader-page {
    float: left;
    height: 75px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 40% !important;
}
}

@media (width: 320px) {

.fs-entry-content {
	display: block;
	width:72%;background:#fff;
	height: 100%;
	z-index: 100;
	text-align: center; margin:0 0 0 19px;
	opacity: 0;padding: 10px 0px 10px 0px; 
}
.fs-entry-img{margin:0 0 0 12px;width:76%;}
	.contact-details .name { float:left; width:23%!important;}
	.contact-details .colon { float:left; width:4% !important;}
.insideheader-page {
    float: left;
    height: 150px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
	background-size: auto 100%;
}
.tp-bgimg{background-size: auto 420px !important; background-attachment: fixed !important; background-position: center top !important; position:absolute  !important; top: 0  !important; left:0  !important}
}

@media (max-width: 640px) {

	.contact-left-panel { float:left; width:100%!important; color:#050505; font-size:14px; font-family:'Open Sans';}
	.content-right-panel { float:left; margin:20px 0 0 0!important; width:100%!important;color:#050505;font-size:14px; font-family:'Open Sans';}
	.inside-imgs { display:none;}
}
@media (width: 800px) {
.footer-container .address {
    float: left;
    font-size: 14px;
    padding: 0 0 0 3%;
    width: 42.8%;
}

.follow-us {
    float: right;
    width: 20%;
}
ul.footerwrap {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 79%!important;
}
ul.footerwrap li.menu-item-13306 {
    color: #FFFFFF;
    float: left;
    margin: 68px 0 0 -191px !important;
    padding: 0;
    width: 32%;
}
ul.footerwrap li.menu-item-13307 {
    color: #FFFFFF;
    float: left;
    margin:33px 0 0 -191px !important;
    padding: 0;
    width: 32%;
}
ul.footerwrap li.menu-item-13306 {
    color: #FFFFFF;
    float: left;
    margin: 68px 0 0 -191px !important;
    padding: 0;
    width: 32%;
}
}
@media (width: 900px) {
.footer-container .address {
    float: left;
    font-size: 14px;
    padding: 0 0 0 3%;
    width: 42.8%;
}
.follow-us {
    float: right;
    width: 18%!important;
}

ul.footerwrap li.menu-item-13313 {
    color: #FFFFFF;
    float: right;
    margin: 0;
    padding: 0;
    width: 58%!important;
}
ul.footerwrap li.menu-item-13307 {
    color: #FFFFFF;
    float: left;
    margin: 33px 0 0 -216px!important;
    padding: 0;
    width: 32%;
}

ul.footerwrap li.menu-item-13306 {
    color: #FFFFFF;
    float: left;
    margin: 66px 0 0 -216px!important;
    padding: 0;
    width: 32%;
}
ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin: 3px 0 0!important;
    padding: 0;
    width: 32%;
}

}
@media (width: 640px) {
	.content-row { float:left; width:100%; margin:0;}
	.image-1 { float:left; width:50%; padding:0;}
	.image-2 { float:left; width:50%;padding:0; background:none;min-height:auto;}
	.image-1-last { float:left; width:50%;padding:0;background:none; min-height:auto;}
	.service-img { float:left; width:50%; text-align:center;}
	.service-img img { width:auto;}
	.service-tl{ float:left; width:100%; text-align:center; margin:15px 0; color:#005493; font-size:18px; text-transform:uppercase;font-family: 'Open Sans';font-weight: 400;}
	.service-tl a{color:#005493; text-decoration:none;}
	.service-tl a:hover{color:#90c306; text-decoration:none;}
	.service-desc{ float:left; width:100%; text-align:center; margin:0 0 15px 0;}
	.top-links{ float:right; line-height:18px;}
	.top-links span.blue-text{ color:#005a9a; margin:0 10px 0 0;}
	.top-links a{ margin:0 10px;}
	.top-links span.follow{margin:0 0 0 10px;}
	.footer-container { float:left; width:100%; background:#f0f0f1;}
	.branding-bottom img.preload-me { display:none;}
	.address { float:left; width:50%;}
.right-panel img {
    width: auto!important;
}
ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 40% !important;
}
.insideheader-page {
    float: left;
    height: 135px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
.ts-viewport{width:auto !important; margin:0!important;}
.signup-bt {
    background:#f0f0f1;
    color: #656565;
    float: left;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    padding: 0 5% 20px;
    width: 40%;
}
	.blue-strip-hd2 { background:url(../images/arrow.gif) no-repeat 553px 14px!important;float:left; width:90%; line-height:40px;font-family: 'Open Sans';font-weight: 500; margin:10px 0 15px 20px;font-size:29px!important;color:#fff;}
	.emarketing-link  a{ float:left; font-size:25px!important; text-decoration:none; width:90%; padding:10px 5%; background:url("../images/arrow.gif") no-repeat 505px 22px #3F8AC0!important; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
.related-projects .prev i {
    background: url("../images/arrow-left.gif") no-repeat scroll 0 0 #FFFFFF;
    height: 35px !important;
    width: 35px !important;
}
.related-projects .next i {
    background: url("../images/arrow-right.gif") no-repeat scroll 0 0 #FFFFFF;
    height: 35px !important;
    width: 35px !important;
}

.slider-wrapper .prev i:before {
    border: 7px solid rgba(0, 0, 0, 0);
    content: "";
    height: 60px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 26px;
}

.slider-wrapper .next i:before {
    border: 7px solid rgba(0, 0, 0, 0);
    content: "";
    height: 60px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 26px;
}
.slider-wrapper.full .prev, .slider-wrapper.full .next {
    left: 2px;
    opacity: 0;z-index:9999999;
}
.slider-wrapper.full .next {
    left: auto;
    right: 2px;z-index:9999999;
}
.related-projects .ts-wrap {
    margin: 0 0 0 30px!important;
    width: auto;
}
.signup-bt input.input {
    border: 1px solid #FFFFFF;font-size:14px; font-family:14px;
    border-radius: 0;
    padding: 5px 10px;
    width: 40% !important;
	display:inline
}
	.contact-form { float:left; width:100%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.contact-details { float:left; margin:0; width:100%;color:#050505;font-size:14px; font-family:'Open Sans';}
	.contact-form span.wpcf7-form-control-wrap {width:72% !important;}
	.contact-form p { float:left; width:100%;}
	.contact-form span input { padding:5px !important; width:100% !important;max-width:100% !important; border:1px solid #dbdbdb!important; border-radius:0px!important;}
	.contact-form span textarea {height: 100px;margin: 10px 0;border:1px solid #dbdbdb!important; border-radius:0px!important; resize:vertical;}
	.contact-row1 { float:left; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #e1e1e1;}
	.contact-row2 { float:left; width:100%;}
	.contact-details .name { float:left; width:13%!important;}
	.contact-details .colon { float:left; width:4%!important;}
	.contact-details .details2 { float:left; width:60%; background:none;font-size:14px!important; font-family:'Open Sans'!important;}
	.contact-form input.wpcf7-submit{ padding:6px 18px; margin:0 0 0 28%; font-weight:600; font-size:18px;background:#00599b; border-radius:0px; border:1px solid #d8dde0;}
	.contact-details .details2 img { margin:0 8px 0 0;}
	


}
@media (min-width: 1360px) {
.full-width-wrap {margin-left:-31px !important;}
.cont-id-0 > .wf-cell {
    padding: 10px 20px;
    width: 408px !important;
}
ul.footerwrap li.menu-item-13313 {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 44%;
}
ul.footerwrap li.menu-item-13307 {
    color: #FFFFFF;
    float: left;
    margin: 35px 0 0 -18%;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin:-74px 0 0 645px;
    padding: 0;
    width: 18%;
}

ul.footerwrap li.menu-item-13303 {
    color: #FFFFFF;
    float: left;
    margin:-38px 0 0 850px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: left;
    margin:70px 0 0 -18%;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-14213 {width:18%; color:#fff; margin:-39px 0 0 645px; padding:0;float:left;}
ul.footerwrap li.menu-item-14212 {width:18%; color:#fff; margin:-4px 0 0 645px; padding:0;float:left;}
ul.footerwrap li.menu-item-14211 {width:18%; color:#fff; margin:-134px 0 0 845px; padding:0;float:left;}
ul.footerwrap li.menu-item-14269 {width:18%; color:#fff; margin:-103px 0 0 845px; padding:0;float:left;}
ul.footerwrap li.menu-item-13303 {width:18%; color:#fff; margin:-48px 0 0 845px; padding:0;float:left;}

ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 42%;
}
}

@media (min-width: 1400px){
ul.footerwrap li.menu-item-13383 {
margin: -74px 0 0 645px;
}

}

@media (min-width: 1920px) {
ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin: 35px 0 0 -64%;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: right;
    margin: 7px 0 0;
    padding: 0;
    width: 18%;
}
.full-width-wrap {margin-left:-31px !important; width: 1320px !important}
.cont-id-0 > .wf-cell {
    padding: 10px 20px;
    width: 408px !important;
}

ul.footerwrap li.menu-item-13306 {
    color: #FFFFFF;
    float: left;
    margin: -110px 0 0 645px;
    padding: 0;
    width: 18%;
}

ul.footerwrap li.menu-item-13313 {
    color: #FFFFFF;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 44%;
}

ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin:-74px 0 0 645px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13303 {
    color: #FFFFFF;
    float: left;
    margin: -40px 0 0 645px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: left;
    margin: 70px 0 0 -18%;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-14213 {width:18%; color:#fff; margin:-39px 0 0 645px; padding:0;float:left;}
ul.footerwrap li.menu-item-14212 {width:18%; color:#fff; margin:-4px 0 0 645px; padding:0;float:left;}
ul.footerwrap li.menu-item-14211 {width:18%; color:#fff; margin:-134px 0 0 845px; padding:0;float:left;}
ul.footerwrap li.menu-item-14269 {width:18%; color:#fff; margin:-103px 0 0 845px; padding:0;float:left;}
ul.footerwrap li.menu-item-13303 {width:18%; color:#fff; margin:-48px 0 0 845px; padding:0;float:left;}

}

@media (width: 600px) {
	.content-row { float:left; width:100%; margin:0;}
	.image-1 { float:left; width:50%; padding:0;}
	.image-2 { float:left; width:50%;padding:0; background:none;min-height:auto;}
	.image-1-last { float:left; width:50%;padding:0;background:none; min-height:auto;}
	.service-img { float:left; width:50%; text-align:center;}
	.service-img img { width:auto;}
	.service-tl{ float:left; width:100%; text-align:center; margin:15px 0; color:#005493; font-size:22px; text-transform:uppercase;font-family: 'Open Sans';font-weight: 400;}
	.service-tl a{color:#005493; text-decoration:none;}
	.service-tl a:hover{color:#90c306; text-decoration:none;}
	.service-desc{ float:left; width:100%; text-align:center; margin:0 0 15px 0;}
	.top-links{ float:right; line-height:18px;}
	.top-links span.blue-text{ color:#005a9a; margin:0 10px 0 0;}
	.top-links a{ margin:0 10px;}
	.top-links span.follow{margin:0 0 0 10px;}
	.footer-container { float:left; width:100%; background:#f0f0f1;}
	.branding-bottom img.preload-me { display:none;}
	.address { float:left; width:50%;}
.contact-form { float:left; width:100%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.contact-details { float:left; margin:0; width:100%;color:#050505;font-size:14px; font-family:'Open Sans';}
	.contact-form span.wpcf7-form-control-wrap {width:72% !important;}
	.contact-form p { float:left; width:100%;}
	.contact-form span input { padding:5px !important; width:100% !important;max-width:100% !important; border:1px solid #dbdbdb!important; border-radius:0px!important;}
	.contact-form span textarea {height: 100px;margin: 10px 0;border:1px solid #dbdbdb!important; border-radius:0px!important; resize:vertical;}
	.contact-row1 { float:left; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #e1e1e1;}
	.contact-row2 { float:left; width:100%;}
	.contact-details .name { float:left; width:13%!important;}
	.contact-details .colon { float:left; width:4%!important;}
	.contact-details .details2 { float:left; width:60%; background:none;font-size:14px!important; font-family:'Open Sans'!important;}
	.contact-form input.wpcf7-submit{ padding:6px 18px; margin:0 0 0 28%; font-weight:600; font-size:18px;background:#00599b; border-radius:0px; border:1px solid #d8dde0;}
	.contact-details .details2 img { margin:0 8px 0 0;}
.signup-bt {
    background:#f0f0f1;
    color: #FFFFFF;
    float: left;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    padding: 0 5% 20px;
    width: 40%;
}
.insideheader-page {
    float: left;
    height: 125px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 40% !important;
}
}

/*Composer:end*/

/*!- 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-border-radius:	17px;
	-moz-border-radius:		17px;
	-ms-border-radius:		17px;
	-o-border-radius:		17px;
	border-radius:			17px;

	-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: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%228px%22%20viewBox=%220%200%2012%208%22%20enable-background=%22new%200%200%2012%208%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%225.999,3.376%201.6,8%200,6.303%205.999,0%2012,6.303%2010.4,8%20%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;

}
.old-ie .scroll-top:before {
	background-image: url(../images/old-ie.png);
	background-repeat: no-repeat;
	background-position: 0 -860px;
}

/*Scroll top:end*/

.project-post .project-navigation {
	overflow: hidden;
}
.boxed-layout #tiptip_holder {
	top: -20px !important;
}

/*!-Stripe background for device*/
.touch .stripe,
.touch .fancy-parallax-bg {
	background-attachment: scroll !important;
	background-size: auto !important;
}
.touch .stripe-parallax-bg {
	background-size: auto !important;
}
.old-ie .single .entry-meta:before,
.old-ie .entry-tags:before {
	display: none;
}

/*Stripe background for device:end*/

/*!-Top shopping cart*/
.shopping-cart {
	position: relative;
	z-index: 1001;
}
	.shopping-cart-inner {
		position: absolute;
		width: 190px;
		visibility: hidden;
		padding: 15px 20px 15px;
		opacity: 0;
		z-index: 200;
		text-align: left;
	
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
		-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
		-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
		-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
		box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
	}
	.right-overflow.shopping-cart-inner {
		right: 0;
	}
		#top-bar .shopping-cart-inner .cart_list {
			overflow: hidden;
			margin-bottom: 15px;
		}
			#page #top-bar .shopping-cart-inner .cart_list li {
				overflow: hidden;
				padding: 15px 0px 15px 0px;
				margin: 0;
			}
			#page #top-bar .shopping-cart-inner .cart_list.empty li {
				border: none;
				padding: 0;
			}
			#page #top-bar .shopping-cart-inner .cart_list.empty {
				margin-bottom: 0;
			}
			#page #top-bar .shopping-cart-inner .cart_list li:first-child {
				padding-top: 0;
				border-top: none;
			}
				#page #top-bar .shopping-cart-inner .cart_list li img {
					box-shadow: none;
					float: left;
					margin: 5px 20px 5px 0;
					width: 50px;
				}
			#top-bar .shopping-cart-inner .cart_list li .quantity {
				display: block;
				margin: 0;
			}
			#page #top-bar .shopping-cart-inner a.button {
				float: left;
				font-weight: normal;
				margin-right: 10px;
				padding: 0;
				background: none;
				border: none;
				box-shadow: none;
				text-shadow: none;
			}
			#page #top-bar .shopping-cart-inner a.button.view-cart {
				padding-right: 23px;
				background-position: right 2px;
				background-repeat: no-repeat;
			}
			#page #top-bar .shopping-cart-inner a.button.checkout {
				padding-right: 17px;
				background-position: right 4px;
				background-repeat: no-repeat;
			}
			.shopping-cart-inner .total .amount {
				font-weight: bold;
			}
	.wc-ico-cart {
		padding-left: 20px;
		background-position: 0 0;
		background-repeat: no-repeat;
		white-space: nowrap;
	}
#top-bar .wc-ico-cart:hover {
	text-decoration: none;
}

/*Top shopping cart:end*/

form.mc4wp-form label {
	font-weight: normal;
}
#main #content .rotatingtweet {
	padding: 25px 20px 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;
}

#content .rotatingtweets {
	max-width: 100%;
}

/*!-Video background*/
embed,
iframe,
object,
video {
	max-width: 100%;
}

.stripe.stripe-video-bg {
	position: relative;
	/*min-height: 600px;*/
}
.stripe.stripe-video-bg .wf-container {
	position: relative;
}
.stripe.stripe-video-bg > video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.no-mobile .stripe.stripe-video-bg > video {
	display: block;
}
.stripe.stripe-video-bg > video {
	display: none;
}

/*Video background:end*/

/* !-LayerSlider DT Skin */
#page .ls-defaultskin {
	border: none;
	padding: 0;

	box-shadow: none;
	text-shadow: none; 
}


#page .ls-defaultskin .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

#page .ls-defaultskin .ls-playvideo,
#page .ls-defaultskin .ls-nav-sides,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-fullscreen {
	background-image: none;
}
.old-ie #page .ls-defaultskin .ls-nav-start,
.old-ie #page .ls-defaultskin .ls-nav-stop {
	display: none;
}

#page .ls-defaultskin .ls-nav-prev,
#page .ls-defaultskin .ls-nav-prev:hover,
#page .ls-defaultskin .ls-nav-next,
#page .ls-defaultskin .ls-nav-next:hover {
	background-position: 0px 0px;
}

#page .ls-defaultskin .ls-bottom-slidebuttons a {
	background-image: none; 
}
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-bottom-slidebuttons a {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0 0 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:		0 0 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow:		0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow:			0 0 3px rgba(0, 0, 0, 0.15);
}
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop {
	width: 18px;
	height: 18px;
	margin: 0 6px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	-ms-border-radius:		10px;
	-o-border-radius:		10px;
	border-radius:			10px;
}
#page .ls-defaultskin .ls-nav-start:hover,
#page .ls-defaultskin .ls-nav-stop:hover,
#page .ls-defaultskin .ls-nav-stop.ls-nav-stop-active,
#page .ls-defaultskin .ls-nav-start.ls-nav-start-active {
	opacity: 0.65;
}
#page .ls-defaultskin .ls-nav-stop.ls-nav-stop-active,
#page .ls-defaultskin .ls-nav-start.ls-nav-start-active {
	cursor: default;
}
#page .ls-defaultskin .ls-nav-stop {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2210px%22%20height=%2210px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgba(0,0,0, 0.8)%22%20d=%22M217.679,462h-120V50h120V462z%20M414.321,50h-120v412h120V50z%22/%3E%3C/svg%3E");
		background-position: 4px center;
}
#page .ls-defaultskin .ls-nav-start {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2210px%22%20height=%2210px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%09%3Cpolygon%20fill=%22rgba(0,0,0, 0.8)%22%20points=%22418.999,256.001%20121.001,462%20121.001,50%20%22/%3E%3C/svg%3E");
		background-position: 5px center;
}
#page .ls-defaultskin .ls-nav-prev,
#page .ls-defaultskin .ls-nav-next {
	width: 30px;
	height: 55px;
	z-index: 10000;
	top: 50%;
	margin-top: -27px;	
	position: absolute;
	background: none;
}
#page .ls-defaultskin .ls-nav-prev:before,
#page .ls-defaultskin .ls-nav-next:before,
#page .ls-defaultskin .ls-nav-prev:after,
#page .ls-defaultskin .ls-nav-next:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 55px;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 9;
}
#page .ls-defaultskin .ls-nav-prev:after,
#page .ls-defaultskin .ls-nav-next:after {
	top: 1px;
	left: 0;
	z-index: 8;
}

#page .ls-defaultskin .ls-nav-prev {
	left: 10px;
}

#page .ls-defaultskin .ls-nav-next {
	right: 10px;
}

#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-nav-sides {
	height: 20px;
}
#page .ls-defaultskin .ls-bottom-nav-wrapper {
	margin-top: 0;
}

#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-bottom-slidebuttons a,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-nav-sides {
	display: inline-block;
}

#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-nav-sides {
	top: -30px;
}
#page .ls-defaultskin .ls-bottom-slidebuttons {
	top: -32px;
}

.overlap #page .ls-defaultskin .ls-bottom-slidebuttons,
.overlap #page .ls-defaultskin .ls-nav-start,
.overlap #page .ls-defaultskin .ls-nav-stop,
.overlap #page .ls-defaultskin .ls-nav-sides {
	top: -97px;
}
.overlap #page .ls-defaultskin .ls-bottom-slidebuttons {
	top: -99px;
}
#page .ls-defaultskin .ls-thumbnail-hover {
	bottom: 29px;
	margin-left: 4px;
}

#page .ls-defaultskin .ls-thumbnail-hover-bg {
	background: #eee;
}

#page .ls-defaultskin .ls-thumbnail-hover span {
	border: 5px solid #eee;
	margin-left: -5px;
}

#page .ls-defaultskin .ls-thumbnail {
	top: 10px;
}

#page .ls-defaultskin .ls-thumbnail-inner {
	padding: 2px;
	margin-left: -2px;
	background: #fff;
}

#page .ls-defaultskin .ls-thumbnail-slide a {
	margin-right: 2px;
}

#page .ls-defaultskin .ls-nothumb {
	background: #eee;
}
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next {
	width: 26px;
	height: 60px;

	-webkit-border-radius:	7px;
	-moz-border-radius:		7px;
	-ms-border-radius:		7px;
	-o-border-radius:		7px;
	border-radius:			7px;
}
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next,
.ls-container.ls-carousel .ls-nav-prev:hover,
.ls-container.ls-carousel .ls-nav-next:hover {
	background-repeat: no-repeat;
	background-position: center center;
}

#page .ls-defaultskin .ls-loading-indicator {
	background-image: none;
}

#page .ls-defaultskin .ls-fullscreen {
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
}
.tp-scrollbelowslider:hover {
	cursor: pointer;
}
#page .ls-carousel .ls-nav-prev,
#page .ls-carousel .ls-nav-next {
	z-index: 9000;
}

/* LayerSlider DT Skin:end */

/*!-NextGEN gallery*/
#page .ngg-gallery-thumbnail img,
#page .ngg-thumbnail img,
#page .ngg-imagebrowser .ngg-imagebrowser .pic,
#page .ngg-imagebrowser-nav .ngg-imagebrowser-nav .back,
#page .ngg-imagebrowser-nav .ngg-imagebrowser-nav .next,
#page .ngg-navigation a.page-numbers,
#page .ngg-navigation a.next,
#page .ngg-navigation a.prev,
#page .ngg-navigation span.page-numbers,
#page .ngg-navigation span.next,
#page .ngg-navigation span.prev {
	border: none;
	background: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover {
	background: none;
}
#page .ngg-gallery-thumbnail img,
#page .ngg-thumbnail img,
#page .ngg-imagebrowser .pic,
#page .ngg-imagebrowser-nav .next,
#page .ngg-imagebrowser-nav .back,
#page .ngg-navigation a.page-numbers,
#page .ngg-navigation a.next,
#page .ngg-navigation a.prev,
#page .ngg-navigation span.page-numbers,
#page .ngg-navigation span.next,
#page .ngg-navigation span.prev {
	border: none;
	background: none;
}
#page .ngg-navigation a {
	font-weight: normal;
}
#page .ngg-navigation a.page-numbers:hover,
#page .ngg-navigation a.next:hover,
#page .ngg-navigation a.prev:hover {
	background-color: transparent;
}
.ngg-imagebrowser a:hover,
.ngg-thumbnail a:hover,
#page .ngg-galleryoverview .ngg-gallery-thumbnail a:hover img,
.ngg-album-link a:hover img {
	opacity: 0.7 !important;
}

/*NextGEN gallery:end*/


/* !-Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9442;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9443;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.mfp-close:active {
	background: none;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
	.mfp-close:hover, .mfp-close:focus {
		opacity: 1;
	}
	.mfp-close:active {
		top: 1px;
	}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50% !important;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	.mfp-arrow:active {
		margin-top: -54px;
		background: none;
	}
	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
	}
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}
	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}
	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
	}

.mfp-arrow-left {
	left: 0;
}
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid white;
		margin-left: 31px;
	}
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f;
	}

.mfp-arrow-right {
	right: 0;
}
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid white;
		margin-left: 39px;
	}
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3f3f3f;
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}
	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 90px;
	margin: 0 auto;
4
}
.no-share-buttons img.mfp-img {
	padding: 40px 0 40px;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 90px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444444;
	}
	.no-share-buttons .mfp-figure:after {
		bottom: 40px;
	}
	.mfp-figure small,
	.mfp-iframe-scaler small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}

.mfp-bottom-bar {
	margin-top: -77px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.no-share-buttons .mfp-bottom-bar {
	margin-top: -36px;
}

.mfp-iframe-scaler .mfp-bottom-bar {
	margin-top: 0;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media all and (width: 1024px) {
.wf-wrap-footer{width:100%}
.footer-blue-strip-in {
    margin: 0 auto;
    width: 100%;
}
.portfolio-grid .wf-cell img {height:auto!important; width:96%!important;}
.right-panel img {width:100%;}
	.blue-text{ color:#005a9a; float:right; margin:25px 13px 0 0px; font-weight:600; font-size:14px;}
.logo-left #navigation{float:right;}
	.emarketing-link  a{ background:url(../images/arrow.gif) no-repeat 95% 58px #3F8AC0;float:left; font-size:29px;font-family: 'Open Sans';font-weight: 300; text-decoration:none; width:90%; padding:10px 5%; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
	ul.footerwrap li ul li.menu-item-13308, ul.footerwrap li ul li.menu-item-13311{ text-transform:none; font-weight:400;border-bottom:none;float:left; }
	ul.footerwrap li ul li.menu-item-13309, ul.footerwrap li ul li.menu-item-13310{ text-transform:none; font-weight:400;border-bottom:none; float:left; }
ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin: 35px 0 0 -491px;
    padding: 0;
    width: 18%;
}
.left-panel.photo-left {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 35px;
    min-height: 1852px;
    padding: 0 0 0 2%;
    width: 73%;
}
ul.footerwrap li.menu-item-13307 {
    color: #FFFFFF;
    float: left;
    margin: 35px 0 0 -139px;
    padding: 0;
    width: 18%;
}
#top-bar .wf-float-left:last-of-type, #bottom-bar .wf-float-left:last-of-type{margin-right:20px;}
ul.footerwrap li{font-size:12px;}
.service-left-panel {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 10px;
    min-height: 600px;
    padding: 0 0 0 2%;
    width: 67%;
}
ul.footerwrap li ul li { text-transform:none; font-weight:400;border-bottom:none; width:41%; float:left; }
.service-right-panel {
    float: left;
    margin: 0;
    padding: 0 2% 0 0;
    text-align: justify;
    width: 28%;
}
.insideheader-page {
    float: left;
    height: 215px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}

.follow-us {
    float: right;
    width: 15%;
}
ul.footerwrap {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 85%;
}
ul.footerwrap li.menu-item-13313 {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 48%;
}
ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 44%;
}

ul.footerwrap li.menu-item-13307 {
    color: #FFFFFF;
    float: left;
    margin: 35px 0 0 -148px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13303 {
    color: #FFFFFF;
    float: left;
    margin: 4px 0 0 679px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: left;
    margin: 70px 0 0 -148px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin: -76px 0 0 535px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-13306 {
    color: #FFFFFF;
    float: left;
    margin: -110px 0 0 535px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-14213 {
    color: #FFFFFF;
    float: left;
    margin: -39px 0 0 535px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-14212 {
    color: #fff;
    float: left;
    margin: -110px 0 0 679px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-14211 {
    color: #fff;
    float: left;
    margin: -76px 0 0 679px;
    padding: 0;
    width: 18%;
}
ul.footerwrap li.menu-item-14269 {
    color: #fff;
    float: left;
    margin: -46px 0 0 679px;
    padding: 0;
    width: 18%;
}

}
@media all and (width: 980px) {
.portfolio-grid .wf-cell img {height:auto!important; width:96%!important;}
.right-panel img {width:100%;}
.logo-left #navigation {
	text-align: right; float:right;
}
.left-panel.photo-left {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 35px;
    min-height: 1980px;
    padding: 0 0 0 2%;
    width: 73%;
}
.blue-text { float:right; margin:9px 13px 0;}
.emarketing-link  a{ background:url(../images/arrow.gif) no-repeat 250px 58px #3F8AC0;float:left; font-size:26px;font-family: 'Open Sans';font-weight: 300; text-decoration:none; width:90%; padding:10px 5%; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
#top-bar .wf-float-left:last-of-type, #bottom-bar .wf-float-left:last-of-type{margin-right:20px;}
ul.footerwrap li.menu-item-13307 {margin:35px 0 0 -130px;}
ul.footerwrap li.menu-item-13383{margin:35px 0 0 -469px;}
ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: right;
    margin: -104px 0 0;
    padding: 0;
    width: 18%;
}
		.contact-form { float:left; width:100%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.contact-details { float:left; margin:0 0 20px 0; width:100%;color:#050505;font-size:14px; font-family:'Open Sans';}
	.contact-form span.wpcf7-form-control-wrap { width:60%;}
	.contact-form p { float:left; width:100%;}
	.contact-form span input { padding:5px !important; width:100% !important;max-width:100% !important; border:1px solid #dbdbdb!important; border-radius:0px!important;}
	.contact-form span textarea {height: 100px;margin: 10px 0;border:1px solid #dbdbdb!important; border-radius:0px!important; resize:vertical;}
	.contact-row1 { float:left; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #e1e1e1;}
	.contact-row2 { float:left; width:100%;}
	.contact-details .name { float:left; width:30%;}
	.contact-details .colon { float:left; width:7%;}
	.contact-details .details2 { float:left; width:60%; background:none;font-size:14px!important; font-family:'Open Sans'!important;}
	.contact-form input.wpcf7-submit{ padding:6px 18px; margin:0; font-weight:600; font-size:18px;background:#00599b; border-radius:0px; border:1px solid #d8dde0;}
	.contact-details .details2 img { margin:0 8px 0 0;}
.service-left-panel {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 10px;
    min-height: 600px;
    padding: 0 0 0 2%;
    width: 66%;
}

.service-right-panel {
    float: left;
    margin: 0;
    padding: 0 2% 0 0;
    text-align: justify;
    width: 29%;
}
.insideheader-page {
    float: left;
    height: 200px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
.follow-us {
    float: right;
    width: 16%;
}

ul.footerwrap {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 84%;
}

ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: left;
    margin: -67px 0 0 -140px;
    padding: 0;
    width: 20%;
}
ul.footerwrap li.menu-item-13303 {
    color: #FFFFFF;
    float: left;
    margin:112px 0 0 -155px;
    padding: 0;
    width: 20%;
}
ul.footerwrap li.menu-item-13306 {
    color: #FFFFFF;
    float: left;
    margin: 105px 0 0 -155px;
    padding: 0;
    width: 20%;
}
ul.footerwrap li.menu-item-13383 {
    color: #FFFFFF;
    float: left;
    margin:42px 0 0;
    padding: 0;
    width: 20%;
}

ul.footerwrap li.menu-item-13304 {
    color: #FFFFFF;
    float: left;
    margin:147px 0 0 -155px;
    padding: 0;
    width: 20%;
}
ul.footerwrap li.menu-item-13313 {
    color: #FFFFFF;
    float: right;
    margin: 0;
    padding: 0;
    width: 75%;
}
ul.footerwrap li ul li {
    border-bottom: medium none;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 45%;
}
ul.footerwrap li.menu-item-13307 {
    color: #FFFFFF;
    float: left;
    margin:35px 0 0 -155px;
    padding: 0;
    width: 20%;
}
ul.footerwrap li.menu-item-13302 {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
}






}

@media all and (width: 1280px) {
ul.footerwrap li.menu-item-13313 {
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
    width: 44%;
}

}
@media all and (max-width: 767px) {
	.kocujsitemap ul { float:left; font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif; width:100%; margin:0 0 20px 0; padding:0; list-style:none;}
	.kocujsitemap ul li { font-size:15px; float:left;background:url(../images/bullet2.gif) no-repeat 0 10px; width:98%; margin:0; padding:5px 0 5px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li a{color:#000; text-decoration:none;}
	.kocujsitemap ul li ul{ float:left; width:98%; margin:0 0 5px 0; padding:0; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li { font-size:14px;float:left;background:url(../images/bullet1.gif) no-repeat 0 10px; width:98%; margin:0; padding:2px 0 2px 10px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li ul { margin:0 0 0 10px;}
	.kocujsitemap ul li ul li ul li { font-size:12px;float:left;background:url(../images/bullet3.gif) no-repeat 0 9px; width:95%; margin:0; padding:2px 0 2px 10px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li ul li a { color:#444444;}


}

/*@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {*/
@media all and (width: 900px) {

.insideheader-page {
    float: left;
    height: 185px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
.left-panel.photo-left {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 35px;
    min-height: 2080px;
    padding: 0 0 0 2%;
    width: 73%;
}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.emarketing-hd {font-family: 'Open Sans';font-weight: 300; float:left; width:100%; font-size:38px; line-height:40px; margin:10px 0 30px 0; color:#000 !important;}
	.emarketing-link  a{ float:left; font-size:21px;font-family: 'Open Sans';font-weight: 500; text-decoration:none; width:90%; padding:10px 5%; background:url(../images/arrow.gif) no-repeat 203px 102px #3F8AC0; line-height:29px; margin:20px 0 0 0; color:#fff !important;}
	.product-ideas-use { float:left; width:100%; line-height:35px; font-size:31px;font-family: 'Open Sans';font-weight: 300; margin:0 0 35px 0; color:#000;}
	.news-tl{ float:left; width:100%; font-size:38px;font-family: 'Open Sans';font-weight: 300; margin:0 0 19px 0; color:#000;}
	.wf-cell img { width:100%;}
	div.fs-entry-content h4 {font-size: 14px;text-transform: uppercase;}
	.new-pro-idea-panel { float:left; width:100%; margin:0 0 30px 0;}
	.google-service { float:left; width:100%;}
	.mobile-website { float:right; width:100%;}
	.google-service-hd { float:left; width:100%;font-family: 'Open Sans'; color:#a6ce39;font-weight:400;font-size:22px; margin:20px 0 30px 0;}
	.google-service-hd a{ color:#a6ce39;text-decoration:none}
	.google-text { float:left; width:100%; font-family:Arial; font-size:14px; line-height:22px;}
	.wf-cell img.content-img1 { float:left; margin:0 20px 20px 0; width:auto; height:auto;}
	.google-text span { font-weight:bold;}
	.stripe-style-5 { background:#f7f7f7;}
	h2.success-stories-hd {font-family: 'Open Sans';font-weight: 300; text-align:center;font-size:38px;color:#fff !important;}
	.blue-strip-hd { float:left; line-height:35px; width:90%;font-family: 'Open Sans';font-weight: 500; margin:5px 0 15px 0;font-size:30px;color:#fff;}
	.blue-strip-text { float:left; width:90%;font-family: 'Open Sans';font-weight: 400; margin:0 0 10px 0;font-size:18px;color:#fff;}
	.contact-bt img { width:auto;}
	.blue-strip-hd2 {background:url(../images/arrow.gif) no-repeat 262px 117px; float:left; width:40%; line-height:36px;font-family: 'Open Sans';font-weight: 300; margin:10px 0 15px 45px;font-size:30px;color:#fff;}
	.blue-strip2 { background:#0a63a3; color:#fff;}
	.blue-strip2 img {width:auto !important;}
	.htb-text { float:left; width:100%; padding:38px 0 0; color:#8d9095;}
	.htb-text img { float:left; margin:0 20px 20px 0;}
	.htb-text span { font-family: 'Open Sans';font-weight: 700; text-transform:uppercase;}
	.copyright { float:left; width:100%; font-family: 'Open Sans';font-weight: 400;padding:0 0 10px 0; color:#8d9095;}
	
	.signup-text { float:left; padding:10px 5% 5px 0; width:90%;font-family: 'Open Sans';font-weight: 400; font-size:16px;color:#005591;}
	.signup-text span { font-weight:600;}
	.signup-bt { float:right; padding:0 3% 20px 3%; width:48%; text-align:left;font-family: 'Open Sans';font-weight: 400; font-size:16px; background:#f0f0f1;color:#656565;}
	.google-htb-logo{ float:left; width:100%;margin:15px 0 15px 0; text-align:left;}

	ul.footerwrap { float:left; width:80%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li  { text-transform:uppercase;font-size:12px; font-weight:600; }
	ul.footerwrap li a {color:#fff; border-bottom:1px solid #d0d0d1;width:86%; float:left; padding:5px 0 5px 0;}
	ul.footerwrap li.menu-item-13302{ float:left; width:32%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13307{ float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	ul.footerwrap li.menu-item-13306 { float:left; width:32%; color:#fff; margin:0 0 0 0 ; padding:0;}
	ul.footerwrap li.menu-item-13313 { float:left; width:97%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13383 { float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	ul.footerwrap li.menu-item-13303 { float:left; width:32%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13304 { float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	ul.footerwrap li.menu-item-14213 { float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	ul.footerwrap li.menu-item-14212 { float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	ul.footerwrap li.menu-item-14211 { float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	ul.footerwrap li.menu-item-14269 { float:left; width:32%; color:#fff; margin:0 0 0 0; padding:0;}
	#bottom-bar a, #bottom-bar .mini-nav .customSelect {color:#8d9095;}
	ul.footerwrap li ul li { text-transform:none; font-weight:400;border-bottom:none; width:100%; float:left; }
	ul.footerwrap li ul li#menu-item-13641 { margin: 0 0 0 0}
	ul.footerwrap li ul li a {border-bottom:none;padding:5px 0 0;}
	ul.footerwrap li.menu-item-13313 a{width:94%;}
	.image-1 { float:left; width:30.8%; padding:0 1.66805671% 0 0;}
	.image-2 { float:left; width:31%;padding:0 1.66805671% 0 1.83486239%; background:url(../images/divider.gif) repeat-y 0 0;min-height:315px;}
	.image-1-last { float:left; width:31%;padding:0 0 0 1.83486239%;background:url(../images/divider.gif) repeat-y 0 0; min-height:315px;}
	.service-tl {
    color: #005493;
    float: left;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	}
	ul.footerwrap li ul li.menu-item-13308, ul.footerwrap li ul li.menu-item-13311{ text-transform:none; font-weight:400;border-bottom:none; width:100%; float:left; }
	ul.footerwrap li ul li.menu-item-13309, ul.footerwrap li ul li.menu-item-13310{ text-transform:none; font-weight:400;border-bottom:none; width:100%; float:left; }
	.ts-wrap {
    display: block;
    margin: 0 0 0 0;
    position: relative;
}
	.ts-viewport{width:700px !important; margin:0 0 0 18px;}
	
		.contact-form { float:left; width:100%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.contact-details { float:left; margin:0 0 20px 0; width:100%;color:#050505;font-size:14px; font-family:'Open Sans';}
	.contact-form span.wpcf7-form-control-wrap {width:60%;}
	.contact-form p { float:left; width:100%;}
	.contact-form span input { padding:5px !important; width:100% !important;max-width:100% !important; border:1px solid #dbdbdb!important; border-radius:0px!important;}
	.contact-form span textarea {height: 100px;margin: 10px 0;border:1px solid #dbdbdb!important; border-radius:0px!important; resize:vertical;}
	.contact-row1 { float:left; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #e1e1e1;}
	.contact-row2 { float:left; width:100%;}
	.contact-details .name { float:left; width:30%;}
	.contact-details .colon { float:left; width:7%;}
	.contact-details .details2 { float:left; width:60%; background:none;font-size:14px!important; font-family:'Open Sans'!important;}
	.contact-form input.wpcf7-submit{ padding:6px 18px; margin:0; font-weight:600; font-size:18px;background:#00599b; border-radius:0px; border:1px solid #d8dde0;}
	.contact-details .details2 img { margin:0 8px 0 0;}
	.contact-left-panel { float:left; width:45%; color:#050505; font-size:14px; font-family:'Open Sans';}
	.content-right-panel { float:left; margin:0 0 0 5%; width:50%;color:#050505;font-size:14px; font-family:'Open Sans';}

	.service-right-panel {
    float: left;
    margin: 25px 0 0;
    padding: 0 2% 0 0;
    text-align: justify;
    width: 22%;
}
.service-left-panel {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 35px 0 ;
    min-height: 1205px;
    padding: 0 0 0 2%;
    width: 73%;
}
.alignleft {
    float: left;
    margin: 10px 30px 10px 0;
	width: 46%
}
.alignright {
    float: right;
    margin: 5px 0 10px 0px;
	width: 46%
}
	.service-right-panel .banner-img img { width:100%;}
	.img1 { float:left; width:100%; margin: 0 0 15px 0; text-align:center; color : #000; font-size:13px; line-height: 18px}
	.img2 { float:left; width:100%; margin: 0 0 15px 0;  text-align:center;  color : #000; font-size:13px; line-height: 18px}
	.img1 img,.img2 img { width:96%;}
	.sublink-row1 {
		float: left;
		margin: 0 0 0 0;
		width: 100%;
	}
	.img1,.img2 { height:auto;}
		.portfolio-grid {float:left; width:100%; margin:0 0 30px 0!important;}
	.portfolio-grid .wf-cell{float:left; width:24%!important; height:auto!important; text-align:center; padding:0!important;}
	.portfolio-grid .bottom-title { margin:10px 0 45px 0; color:#005493; font-size:14px; font-weight:600; text-transform:uppercase;}
	.portfolio-grid .bottom-title a{ color:#005493; text-decoration:none;}
	.portfolio-grid .wf-cell img {height:auto!important; width:96%!important;}
.right-panel img {width: 100%;}

	.project-content {
    margin-bottom: 5px;
    margin-top: 15px;
}
	
	.banner-image img{width: 100%}
	.footer-blue-strip-in {
		margin: 0 auto;
		width: 100%;
	}
	.wf-wrap-footer {
		margin: 0 auto;
		width: 100%;
	}
	.blue-text {
    color: #005A9A;
    float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: -81px 0 8px;
    /*width: 475px;*/
}
.logo-left #branding, .logo-classic #branding, .logo-classic-centered #branding {
    float: left;
    padding-right: 28px;
    width: 90%;
}
.logo-left #navigation {
    float: right;
    margin: -48px 0 0;
    text-align: right;
    width: 100%;
}
.top-links2 {
    margin: 0 0 0 210px;
}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	.top-links{ float:right; font-size:12px;}
	.top-links span.blue-text{ color:#005a9a; margin:0 3px 0 0;}
	.top-links a{ margin:0 3px;}
	.top-links span.follow{margin:0 0 0 5px;}
#top-bar{font-size:11px;}

.right-block .soc-ico {
    margin-left: -22px;
}
.author, .category, .Comment,.entry-meta { display:none;}
h3.portfolio-tl {
    border-bottom: 1px solid #E1E1E1;
    color: #005493;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.newsletter.newsletter-subscription table th,.newsletter.newsletter-subscription table td,.newsletter.newsletter-subscription table { border:none;}
	.newsletter-email { float:left; width:50%;}
	.newsletter-td-submit .newsletter-submit {background: none repeat scroll 0 0 #00599B;
    border: 1px solid #D8DDE0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 17%;
    padding: 6px 18px;}
	.newsletter-td-submit .newsletter-submit:hover {background: none repeat scroll 0 0 #00599B;}
	.blog-content.wf-td {
		min-height: 330px
	}
	.wf-cell .blog-media img {
		width: 91%;
	}
	
	.kocujsitemap ul { float:left; font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif; width:100%; margin:0 0 20px 0; padding:0; list-style:none;}
	.kocujsitemap ul li { font-size:15px; float:left;background:url(../images/bullet2.gif) no-repeat 0 10px; width:98%; margin:0; padding:5px 0 5px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li a{color:#000; text-decoration:none;}
	.kocujsitemap ul li ul{ float:left; width:98%; margin:0 0 5px 15px; padding:0; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li { font-size:14px;float:left;background:url(../images/bullet1.gif) no-repeat 0 10px; width:48%; margin:0; padding:2px 0 2px 10px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li ul { margin:0 0 0 10px;}
	.kocujsitemap ul li ul li ul li { font-size:12px;float:left;background:url(../images/bullet3.gif) no-repeat 0 11px; width:95%; margin:0; padding:2px 0 2px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	.kocujsitemap ul li ul li ul li a { color:#444444;}
	.content ul li.fs-entry {width: 50% !important}
		.bx-wrapper .bx-prev {left: -23px;}
	.bx-wrapper .bx-next {right: -23px;}
			.bx-wrapper .bx-prev {left: -23px;}
	.bx-wrapper .bx-next {right: -23px;}
	.float-text{float: left; width: 100%; clear: both}
	
	.content .service-hotel-4 ul.custom-nav li {background: none; padding: 0;}
	.content .service-hotel-4 ul.custom-nav li a{padding:10px 0px 10px; color: #000; font-size:14px; text-align:left; cursor: auto; line-height:18px}
	.content .service-hotel-4 ul.custom-nav li.has-children a{cursor: pointer}
	.content .service-hotel-4 ul.custom-nav li ul{background: #fff; padding: 10px 20px}
	.content .service-hotel-4 ul.custom-nav li ul li{margin: 0;}
	.content .service-hotel-4 ul.custom-nav li ul li a{margin: 0; padding:8px 0px 8px 25px; background: url("../images/hotel-bullet.gif") no-repeat 0 13px;}
	
	.greenbox{float: left; background: #5AC05C; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.orangebox{float: right; background: #F16C59; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.yellowbox{float: left; background:  #F8B912; padding: 0 0%; width: 48%; margin: 0 0 35px 0; clear:both}
	.bluebox{float: right; background: #247DB5; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	
	.greenbox .wpb_toggle_content{height: 1480px}
	.orangebox .wpb_toggle_content{height: 1480px}
	.yellowbox .wpb_toggle_content{height: 1430px}
	.bluebox .wpb_toggle_content{height: 1430px}
	
	#main #content .greenbox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/greenbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .orangebox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/redbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .yellowbox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/yellowbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .bluebox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/bluebox-arrow-d.gif) no-repeat right bottom;}
	
	#main #content .greenbox h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .orangebox h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .yellowbox h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .bluebox h4.wpb_toggle span{font-size: 15px;  line-height:42px}
	
	#main #content .greenbox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/greenbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .orangebox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/redbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .yellowbox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/yellowbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .bluebox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/bluebox-arrow-u.gif) no-repeat right bottom;}
	
	
	
	.content .greenbox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #8BD48D; clear: both}
	.content .greenbox ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #8BD48D}
	.content .greenbox ul li.last{border-bottom:0}
	.content .greenbox ul li ul.facebook li{background: none; padding: 6px 0 6px 0; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #8BD48D; width: 88%; float: left; clear: none; margin: 0 30px 0 0}
	.content .greenbox ul li ul.facebook li.last{border-bottom:0}
	.content .greenbox ul li ul.facebook li img{margin: 0; vertical-align:middle}
	.content .orangebox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F19B8E}
	.content .orangebox ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F19B8E}
	.content .orangebox ul li ul.facebook li{background: none; padding: 6px 0 6px 0; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F19B8E; }
	.content .orangebox ul li ul.facebook li.last{border-bottom:0}
	.content .orangebox ul li ul.facebook li img{margin: 0; vertical-align:middle}
	.content .orangebox ul li.last{border-bottom:0}
	
	.content .yellowbox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F9CF59}
	.content .yellowbox ul li.last{border-bottom:0}
	
	.greenbox h5, .orangebox h5, .yellowbox h5, .bluebox h5{color: #fff; font-size: 24px; line-height: 24px}
	.greenbox p, .orangebox p, .yellowbox p, .bluebox p{color: #fff; font-size: 17px; line-height: 22px; text-align:justify}
	
	.content ul.hotel-cont-bullet li {background: url("../images/hotel-bullet3.gif") no-repeat 0 5px; line-height:22px; padding: 0 0 15px 20px; color: #333}
	
	.left-tl-green{background: #5AC05C; padding: 5px 10px; color: #fff}
	.left-tl-orange{background: #F16C59;  padding: 5px 10px; color: #fff}
	.left-tl-yellow{background:  #F8B912;  padding: 5px 10px; color: #fff}
    .left-tl-blue{background: #247DB5; padding: 5px 10px; color: #fff }
	
	.hotel4-right-panel {float: left; margin: 0; padding: 0 2% 0 0; text-align: justify; width: 22%}
	.hotel4-left-panel {border-left: 1px solid #dee2e5;float: left;margin: 0 0 35px;min-height: 1920px; padding: 0 0 0 2%; width: 73%;}
	.calculator-form{width: 100%; float: left; clear: both}
	.calculator-table{width: 100%;border-spacing:5px; border-collapse: separate}
	.calculator-table th.col1{background: #247db5; color: #fff; padding: 15px 3%; font-size:18x; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col2{background: #247db5; color: #fff; padding: 15px 3%; font-size:18px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col3{background: #5ac05c; color: #fff; padding: 15px 3%; font-size:18px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col4{background: #5ac05c; color: #fff; padding: 15px 3%; font-size:18px; border:0;}
	.calculator-table td.col1{color: #000; font-weight:bold; font-size: 16px; padding: 10px 3%; background: #f4f4f4; border:0}
	.calculator-table td.col2{color: #000; font-weight:bold; font-size: 16px; padding: 10px 3%; background: #d7eaf6; border:0}
	.calculator-table td.col3{color: #000; font-weight:bold; font-size: 16px; padding: 10px 3%; background: #c5f4c6; border:0}
	.calculator-table td.col2 input{width: 96%; border: 1px solid #b1d3e8; background: #fff;}
	.calculator-table td.col2 input[disabled]{background: #d7eaf6;}
	.calculator-table td.col3 input{width: 96%; border: 1px solid #9bdc9d; background: #fff;}
	.calculator-table td.col3 input[disabled]{background: #c5f4c6;}
	
	.calc-right-panel {float: left; margin: 0; padding: 0 2% 0 0; text-align: justify; width: 22%}
	.calc-left-panel {border-left: 1px solid #dee2e5;float: left;margin: 0 0 35px; padding: 0 0 0 2%; width: 73%;}
	
	.lightgreen{float: left; background: #18BC9A; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.pink{float: right; background: #F36D8E; padding: 0 0%; width: 48%; margin: 0 0 35px 0}
	.lightblue{float: left; background:  #00BFE3; padding: 0 0%; width: 48%; margin: 0 0 35px 0; clear:both}
	.lightorange{float: right; background: #F77A26; padding: 0 0%; width: 48%; margin: 0 0 35px 0}

	
	#main #content .lightgreen h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/lightgreenbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .pink h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/pinkbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .lightblue h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/lightbluebox-arrow-d.gif) no-repeat right bottom;}
	#main #content .lightorange h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/lightorangebox-arrow-d.gif) no-repeat right bottom;}
	
	#main #content .lightgreen h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .pink h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .lightblue h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .lightorange h4.wpb_toggle span{font-size: 15px;  line-height:42px}
	
	
	#main #content .lightgreen h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightgreenbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .pink h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/pinkbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .lightblue h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightbluebox-arrow-u.gif) no-repeat right bottom;}
	#main #content .lightorange h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightorangebox-arrow-u.gif) no-repeat right bottom;}
	
	.content .lightgreen ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #5EEACD; clear: both}
	.content .lightgreen ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #5EEACD}
	.content .lightgreen ul li.last{border-bottom:0}
	.content .pink ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F8C2CF}
	.content .pink ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F8C2CF}
	.content .pink ul li.last{border-bottom:0}
	.content .lightblue ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #94E6F5}
	.content .lightblue ul li.last{border-bottom:0}
	.content .lightorange ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F7C7A6}
	.content .lightorange ul li.last{border-bottom:0}
	
	.lightgreen h5, .pink h5, .lightblue h5, .lightorange h5{color: #fff; font-size: 24px; line-height: 24px}
	.lightgreen p, .pink p, .lightblue p, .lightorange p{color: #fff; font-size: 17px; line-height: 22px; text-align:justify}

	.lightgreen .wpb_toggle_content{height: 3000px}
	.pink .wpb_toggle_content{height: 3000px}
	.lightblue .wpb_toggle_content{height: 1290px}
	.lightorange .wpb_toggle_content{height: 1290px}
	
	.google-s{display:inline}
	.google-s-m{display:none}

	
}
@media screen and (width: 768px) {
	.hotel-power{background:url(../images/hotel4-icon.png) no-repeat 0px 20px; color: #fff; float: left; font-family: 'Open Sans'; font-size: 30px; line-height: 30px;font-weight: 300; width: 85%; padding: 30px 0 30px 15%}
	.hotel-power span{font-weight:700}
	.hotel-power h2{font-size: 30px; margin: 0; font-weight: 300; color: #fff !important}
	.stripe-style-5 .hotel-power a {color: #fff; text-decoration:none}
	.stripe-style-5 .hotel-power a span{color: #fff; text-decoration:none}
	
	.new-icon-benifits{top: 1px; right: 26px; position: absolute}
	.inside-imgs .new-icon-benifits{top: 1px; right: 42px; position: absolute}
	.new-icon-destination{top: 1px; right: 26px; position: absolute}
	.inside-imgs .new-icon-destination{top: 1px; right: 42px; position: absolute}
.left-panel.photo-left {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 35px;
    min-height: 2330px;
    padding: 0 0 0 2%;
    width: 73%;
}
.left-panel {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 25px 0 0;
    min-height: 1205px;
    padding: 0 0 0 2%;
    width: 73%;
}	
.slider-wrapper.full .prev{
    left: -3px;
    opacity: 0;
}
.slider-wrapper.full .next {
    left: auto;
    left: 705px;
}
.insideheader-page {
    float: left;
    height: 262px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
	background-size: 160% auto;
}
.tp-bgimg{background-size: auto 675px !important; background-attachment: fixed !important; background-position: center top !important; position:absolute  !important; top: 0  !important; left:0  !important}
ul.page-list li, ul.sitemap-bullet li {
    background: url("../images/bullet2.gif") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    float: left;
    font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 5px 15px;
    width: 47%;
}

ul.page-list li ul li, ul.sitemap-bullet li ul li {
    background: url("../images/bullet1.gif") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    float: left;
    font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 2px 0 2px 10px;
    width: 43%;
}
.follow-us {
    float: right;
    width: 20%;
}
}

@media screen and (width: 800px) {

.left-panel {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 25px 0 0;
    min-height: 1205px;
    padding: 0 0 0 2%;
    width: 73%;
}
.left-panel.photo-left {
    border-left: 1px solid #DEE2E5;
    float: left;
    margin: 0 0 35px;
    min-height: 2280px;
    padding: 0 0 0 2%;
    width: 73%;
}	
.slider-wrapper.full .prev{
    left: -3px;
    opacity: 0;
}
.slider-wrapper.full .next {
    left: auto;
    left: 705px;
}
.insideheader-page {
    float: left;
    height: 165px;
    margin: 0 0 25px;
    width: 100%;
    z-index: 9;
}
}
@media screen and (max-width: 760px) {
	/**
		* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
	padding: 0;
	}
	.mfp-img-mobile .mfp-title {
		padding: 10px 10px 10px;
	}
	.mfp-img-mobile .mfp-figure {
	/* The shadow behind the image */ }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: block;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 10px;
		top: 10px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	} 
		.emarketing-hd { float:left; width:100%; font-size:35px; line-height:40px; margin:10px 0 30px 0; color:#000;}
	.emarketing-link  a{ float:left; font-size:25px!important; text-decoration:none; width:90%; padding:10px 5%; background:url("../images/arrow.gif") no-repeat 94% 57px #3F8AC0; line-height:35px; margin:20px 0 0 0; color:#fff !important;}
	.product-ideas-use { float:left; width:100%; font-size:35px; margin:0 0 30px 0; color:#000;}
	.news-tl{ float:left; width:100%; font-size:30px; margin:0 0 30px 0; color:#000;}
	.wf-cell img { width:100%;}
	.wf-cell.wf-1-5 { width:50% !important; }
	.blue-strip-hd { float:left; line-height:35px; width:100%;font-family: 'Open Sans';font-weight: 500; margin:5px 0 15px 0;font-size:30px;color:#fff;}
	.blue-strip-text { float:left; width:100%;font-family: 'Open Sans';font-weight: 400; margin:0 0 10px 0;font-size:18px;color:#fff;}
	.contact-bt img { width:auto;}
	.blue-strip-hd2 { background:url(../images/arrow.gif) no-repeat 260px 119px;float:left; width:90%; line-height:36px;font-family: 'Open Sans';font-weight: 500; margin:10px 0 15px 20px;font-size:28px;color:#fff;}
	.blue-strip2 { background:#0a63a3; color:#fff;}
	.blue-strip2 img {width:auto !important;}
	.htb-text { float:left; width:100%; padding:28px 0 0; color:#8d9095; text-align:left;}
	.htb-text img { float:left; margin:0 20px 20px 0;}
	.htb-text img.phone-no { float:none; margin:0; vertical-align:middle} 
	.htb-text span { font-family: 'Open Sans';font-weight: 700; text-transform:uppercase;}
	.copyright { float:left; width:100%; text-align:left; font-family: 'Open Sans';font-weight: 400;padding:0 0 10px 0; color:#8d9095;}
		#branding img { width:185px!important; height:78px !important;}
.footer-blue-strip {
    background:#579bcc; width:100%; float:left; padding:30px 0;}
	.left-div { float:left; width:90%;margin:0 0 0 20px;}
	.footer-blue-strip a {color:#fff; text-decoration:none}
	.footer-blue-strip a:hover {color:#fff;}
	.signup-text { float:left; padding:15px 0 15px; line-height:20px; width:90%;font-family: 'Open Sans';font-weight: 400; font-size:16px;color:#005591;}
	.signup-text span { font-weight:600;}
	.signup-bt { float:left; padding:0 5% 20px 5%; width:90%;font-family: 'Open Sans';font-weight: 400; font-size:16px; background:#f0f0f1;color:#656565;}
	.google-htb-logo{ float:left; width:90%;margin:20px 5% 20px 5%;}
	.stripe-style-4 {
		background:#569bcc !important;
	}
	.address {
    float: left;
    width: 90%; padding:0 5%;
}
	.signup-bt input.input {font-size:14px; font-family:14px; width:66%;border-radius:0; padding:5px 10px;border:1px solid #fff;display:inline}
	.signup-bt input.submit { border-radius:0; background:url(../images/submit-bt-bg.gif) repeat-x 0 0; font-size:14px; font-family:Arial; padding:8px 12px 6px; margin:5px 0 0 0;text-align:center; border:1px solid #fff;}
.ts-cell {
    display: block;
    position: absolute;
    top: 0; width:393px;
}
	.top-links{ float:right; line-height:18px;}
	.top-links span.blue-text{ color:#005a9a; margin:0 10px 0 0;}
	.top-links a{ margin:0 10px;}
	.top-links span.follow{margin:0 0 0 10px;}
	.footer-container { float:left; width:100%; background:#f0f0f1;}
	.branding-bottom img.preload-me { display:none;}
	.address { float:left; width:100%; font-size:14px}
	.footer-links { float:left; width:94%; background:#f0f0f1; border-bottom:1px solid #d0d0d1; color:#8d9095; padding:30px 3%;}
	.top-links2 { margin:5px 0; }
	.search-form { float:left; width:100%; margin:0 0 5px 0;}
	input.search-field { padding:6px 5px; border-radius:3px; border:1px solid #d9dce0; width:116px;}
	input.search-submit { width:28px; border-radius:5px; text-align:center; padding:5px 0; background:#005a9a !important;}
	span.screen-reader-text { display:none;}

	ul.footerwrap { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li  { text-transform:uppercase;font-size:14px; font-weight:600; text-align:left;}
	ul.footerwrap li a {color:#fff; border-bottom:1px solid #d0d0d1;width:100%; float:left; padding:5px 0 5px 0;}
	ul.footerwrap li.menu-item-13302{ float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13307{ float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13306 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13313 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13383 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13303 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-13304 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-14213 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-14212 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-14211 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	ul.footerwrap li.menu-item-14269 { float:left; width:100%; color:#fff; margin:0; padding:0;}
	#bottom-bar a, #bottom-bar .mini-nav .customSelect {color:#8d9095;}
	ul.footerwrap li ul li { text-transform:none; font-weight:400;border-bottom:none; width:100%; float:left; }
	ul.footerwrap li ul li#menu-item-13641 { margin: 0 0 0 0}
	ul.footerwrap li ul li a {border-bottom:none;padding:5px 0 0;}
	ul.footerwrap li.menu-item-13313 a{width:100%;}
	.follow-us {float:left; width:100%; text-align:left;}
	.footer-links .follow{float:left; width:40%; padding:15px 0 0 0;text-transform:uppercase;font-size:14px; font-weight:600;border-bottom:none}
	.followus-icon{float:left; width:50%; margin:10px 0 0 0;}
	.followus-icon img {margin:0 6px 0 0;}
	.image-1 {
    float: left;
    padding: 0 1.66806% 0 0;
    width: 31%;
}
	.rsBullet span{background:#00599a!important; height:13px!important; width:13px!important;}
	.rsNavSelected span{background:#a6cf39!important; height:13px!important; width:13px!important;}
	.rsBullet:after{background:#00599a!important;}
	.rsNavSelected:after{background:#a6cf39!important;}
	.bullet .selected{background:#a6cf39}

.image-2 {
    background: url("../images/divider.gif") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    min-height: 200px;
    padding: 0 1.66806% 0 1.83486%;
    width: 31%;
}
	.contact-form { float:left; width:100%; color:#050505; font-size:13px; font-family:'Open Sans';}
	.contact-details { float:left; margin:0; width:100%;color:#050505;font-size:13px; font-family:'Open Sans';}
	.contact-form span.wpcf7-form-control-wrap {width:50%;}
	.contact-form p { float:left; width:100%;}
	.contact-form span input { padding:5px !important; width:100% !important;max-width:100% !important; border:1px solid #dbdbdb!important; border-radius:0px!important;}
	.contact-form span textarea {height: 100px;margin: 10px 0;border:1px solid #dbdbdb!important; border-radius:0px!important; resize:vertical;}
	.contact-row1 { float:left; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #e1e1e1;}
	.contact-row2 { float:left; width:100%;}
	.contact-details .name { float:left; width:30%;}
	.contact-details .colon { float:left; width:7%;}
	.contact-details .details2 { float:left; width:60%; background:none;font-size:14px!important; font-family:'Open Sans'!important;}
	.contact-form input.wpcf7-submit{ padding:6px 18px; margin:0; font-weight:600; font-size:18px;background:#00599b; border-radius:0px; border:1px solid #d8dde0;}
	.contact-details .details2 img { margin:0 8px 0 0;}

.image-1-last {
    background: url("../images/divider.gif") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    min-height: 200px;
    padding: 0 0 0 1.83486%;
    width: 31%;
}
	.service-tl {
    color: #005493;
    float: left;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	}

	.about-panel .image-1 { float:left; width:100%; padding:0 1.66805671% 0 0;}
	.about-panel .image-2 { float:left; width:100%;padding:0 1.66805671% 0 0%; background:none;min-height:300px;}
	.about-panel .image-1-last { float:left; width:100%;padding:0 0 0 0%;background:none; min-height:300px;}
	ul.page-list,ul.sitemap-bullet { float:left; font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif; width:100%; margin:0; padding:0; list-style:none;}
	ul.page-list li, ul.sitemap-bullet li{ float:left;background:url(../images/bullet2.gif) no-repeat 0 10px; width:98%; margin:0; padding:5px 0 5px 15px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	ul.page-list li a,ul.sitemap-bullet li a {color:#000; text-decoration:none;}
	ul.page-list li ul,ul.sitemap-bullet li ul { float:left; width:100%; margin:0 0 5px 0; padding:0; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
	ul.page-list li ul li, ul.sitemap-bullet li ul li{ float:left;background:url(../images/bullet1.gif) no-repeat 0 10px; width:98%; margin:0; padding:2px 0 2px 10px; list-style:none;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
		.portfolio-grid {float:left; width:100%; margin:0 0 30px 0!important;}
	.portfolio-grid .wf-cell{float:left; width:88%!important; height:auto!important; text-align:center; padding:0!important;}
	.portfolio-grid .bottom-title { margin:10px 0 45px 0; color:#005493; font-size:14px; font-weight:600; text-transform:uppercase;}
	.portfolio-grid .bottom-title a{ color:#005493; text-decoration:none;}
	.portfolio-grid .wf-cell img {height:auto!important; width:96%!important;}

.service-img img {
    width: 98%;
}
.dt_portfolio .wf-container {
    background: none repeat scroll 0 0 #EFF4FB;
    border: 1px solid #E1E1E1;
    float: left;
    margin: 0 0 20px;
    width: 99.8%;
}
.slider-post-inner h4 {display:none;}
.project-content { float:left; width:90%; color:#000!important; font-size:13p!importantx;line-height:18px!important; text-align:justify; padding:20px 5% 20px 5%!important;}
.related-projects {float:left; width:100%!important; clear:both;}
.success-story .wf-cell img {width:95%!important;}
.service-img {
    float: left;
    text-align: center;
    width: 100%;
}
.related-projects .ts-wrap{width:auto;margin: 0 0 0 24px;}
	.service-right-panel {
    float: left;
    margin:0;
    padding: 0;
    text-align: justify;
    width: 100%; display:none;
}
.service-left-panel {
    border-left:none;
    float: left;
    margin:0 0 25px 0;
    min-height:300px;
    padding: 0;
    width: 100%;
}
.alignleft {
    float: left;
    margin: 10px 0 10px 0;
    width: 100%;
}
.alignright {
    float: right;
    margin: 10px 0 10px 0;
    width: 100%;
}
.img1 { float:left; width:49%;}
.img2 { float:right; width:49%;}
.newsletter.newsletter-subscription table th,.newsletter.newsletter-subscription table td,.newsletter.newsletter-subscription table { border:none;}
	.newsletter-email { float:left; width:100%;}
	.newsletter-td-submit .newsletter-submit {background: none repeat scroll 0 0 #00599B;
    border: 1px solid #D8DDE0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 19%;
    padding: 6px 18px;}
	.newsletter-td-submit .newsletter-submit:hover {background: none repeat scroll 0 0 #00599B;}


		.hotel-power{background:url(../images/hotel4-icon.png) no-repeat 0px 20px; color: #fff; float: left; font-family: 'Open Sans'; font-size: 16px; line-height: 24px;font-weight: 300; width: 60%; padding: 30px 0 30px 40%}
	.hotel-power span{font-weight:700}
	.hotel-power h2{font-size: 16px; margin: 0; font-weight: 300; color: #fff !important}
	.stripe-style-5 .hotel-power a {color: #fff; text-decoration:none}
	.stripe-style-5 .hotel-power a span{color: #fff; text-decoration:none}
	.new-icon-benifits{top: 1px; right: 82px; position: absolute}
	.new-icon-destination{top: 1px; right: 82px; position: absolute}
	
	.content .service-hotel-4 ul.custom-nav li {background: none; padding: 0;}
	.content .service-hotel-4 ul.custom-nav li a{padding:10px 0px 10px; color: #000; font-size:14px; text-align:left; cursor: auto; line-height:18px}
	.content .service-hotel-4 ul.custom-nav li.has-children a{cursor: pointer}
	.content .service-hotel-4 ul.custom-nav li ul{background: #fff; padding: 10px 20px}
	.content .service-hotel-4 ul.custom-nav li ul li{margin: 0;}
	.content .service-hotel-4 ul.custom-nav li ul li a{margin: 0; padding:8px 0px 8px 25px; background: url("../images/hotel-bullet.gif") no-repeat 0 13px;}
	
	.greenbox{float: left; background: #5AC05C; padding: 0 0%; width: 100%; margin: 0 0 35px 0}
	.orangebox{float: right; background: #F16C59; padding: 0 0%; width: 100%; margin: 0 0 35px 0}
	.yellowbox{float: left; background:  #F8B912; padding: 0 0%; width: 100%; margin: 0 0 35px 0; clear:both}
	.bluebox{float: right; background: #247DB5; padding: 0 0%; width: 100%; margin: 0 0 35px 0}
	
	.greenbox .wpb_toggle_content{height: auto}
	.orangebox .wpb_toggle_content{height: auto}
	.yellowbox .wpb_toggle_content{height: auto}
	.bluebox .wpb_toggle_content{height: auto}
	
	#main #content .greenbox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/greenbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .orangebox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/redbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .yellowbox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/yellowbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .bluebox h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/bluebox-arrow-d.gif) no-repeat right bottom;}
	
	#main #content .greenbox h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .orangebox h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .yellowbox h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .bluebox h4.wpb_toggle span{font-size: 15px;  line-height:42px}
	
	
	#main #content .greenbox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/greenbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .orangebox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/redbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .yellowbox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/yellowbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .bluebox h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/bluebox-arrow-u.gif) no-repeat right bottom;}
	
	
	.content .greenbox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #8BD48D; clear: both}
	.content .greenbox ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #8BD48D}
	.content .greenbox ul li.last{border-bottom:0}
	.content .greenbox ul li ul.facebook li{background: none; padding: 6px 0 6px 0; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #8BD48D; width: 88%; float: left; clear: none; margin: 0 30px 0 0}
	.content .greenbox ul li ul.facebook li.last{border-bottom:0}
	.content .greenbox ul li ul.facebook li img{margin: 0; vertical-align:middle}
	.content .orangebox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F19B8E}
	.content .orangebox ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F19B8E}
	.content .orangebox ul li ul.facebook li{background: none; padding: 6px 0 6px 0; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F19B8E; }
	.content .orangebox ul li ul.facebook li.last{border-bottom:0}
	.content .orangebox ul li ul.facebook li img{margin: 0; vertical-align:middle}
	.content .orangebox ul li.last{border-bottom:0}
	
	.content .yellowbox ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F9CF59}
	.content .yellowbox ul li.last{border-bottom:0}
	
	.greenbox h5, .orangebox h5, .yellowbox h5, .bluebox h5{color: #fff; font-size: 24px; line-height: 24px}
	.greenbox p, .orangebox p, .yellowbox p, .bluebox p{color: #fff; font-size: 17px; line-height: 22px; text-align:justify}
	
	
	.content ul.hotel-cont-bullet li {background: url("../images/hotel-bullet3.gif") no-repeat 0 5px; line-height:22px; padding: 0 0 15px 20px; color: #333}
	
	.left-tl-green{background: #5AC05C; padding: 5px 10px; color: #fff}
	.left-tl-orange{background: #F16C59;  padding: 5px 10px; color: #fff}
	.left-tl-yellow{background:  #F8B912;  padding: 5px 10px; color: #fff}
    .left-tl-blue{background: #247DB5; padding: 5px 10px; color: #fff }
	
	.hotel4-right-panel {float: left; margin: 0; padding: 0 0 0 0; text-align: justify; width: 100%}
	.hotel4-left-panel {border-left: 0;float: left;margin: 0 0 35px;min-height: 100%; padding: 0 0 0 0; width: 100%;}

	.calculator-form{width: 100%; float: left; clear: both}
	.calculator-table{width: 100%;border-spacing:1px; border-collapse: separate}
	.calculator-table th.col1{background: #247db5; color: #fff; padding: 15px 3%; font-size:13px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col2{background: #247db5; color: #fff; padding: 15px 3%; font-size:13px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col3{background: #5ac05c; color: #fff; padding: 15px 3%; font-size:13px; border:0;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
	.calculator-table th.col4{background: #5ac05c; color: #fff; padding: 15px 3%; font-size:13px; border:0;}
	.calculator-table td.col1{color: #000; font-weight:bold; font-size: 12px; padding: 10px 3%; background: #f4f4f4; border:0}
	.calculator-table td.col2{color: #000; font-weight:bold; font-size: 12px; padding: 10px 3%; background: #d7eaf6; border:0}
	.calculator-table td.col3{color: #000; font-weight:bold; font-size: 12px; padding: 10px 3%; background: #c5f4c6; border:0}
	.calculator-table td.col2 input{width: 96%; border: 1px solid #b1d3e8; background: #fff;}
	.calculator-table td.col2 input[disabled]{background: #d7eaf6;}
	.calculator-table td.col3 input{width: 96%; border: 1px solid #9bdc9d; background: #fff;}
	.calculator-table td.col3 input[disabled]{background: #c5f4c6;}
	
	.calc-right-panel {float: left; margin: 0; padding: 0 0 0 0; text-align: justify; width: 100%}
	.calc-left-panel {border-left: 0;float: left;margin: 0 0 35px; padding: 0 0 0 0; width: 100%;}
	
	
	.lightgreen{float: left; background: #18BC9A; padding: 0 0%; width: 100%; margin: 0 0 35px 0}
	.pink{float: right; background: #F36D8E; padding: 0 0%; width: 100%; margin: 0 0 35px 0}
	.lightblue{float: left; background:  #00BFE3; padding: 0 0%; width: 100%; margin: 0 0 35px 0; clear:both}
	.lightorange{float: right; background: #F77A26; padding: 0 0%; width: 100%; margin: 0 0 35px 0}

	
	#main #content .lightgreen h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/lightgreenbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .pink h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/pinkbox-arrow-d.gif) no-repeat right bottom;}
	#main #content .lightblue h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/lightbluebox-arrow-d.gif) no-repeat right bottom;}
	#main #content .lightorange h4.wpb_toggle {font-size: 17px; line-height: 25px; padding: 20px 5% 0 5%; color: #fff; font-weight: 700; background: url(../images/lightorangebox-arrow-d.gif) no-repeat right bottom;}
	
	#main #content .lightgreen h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .pink h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .lightblue h4.wpb_toggle span{font-size: 15px; line-height:42px}
	#main #content .lightorange h4.wpb_toggle span{font-size: 15px;  line-height:42px}
	
	
	#main #content .lightgreen h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightgreenbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .pink h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/pinkbox-arrow-u.gif) no-repeat right bottom;}
	#main #content .lightblue h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightbluebox-arrow-u.gif) no-repeat right bottom;}
	#main #content .lightorange h4.wpb_toggle.wpb_toggle_title_active {background: url(../images/lightorangebox-arrow-u.gif) no-repeat right bottom;}
	
	.content .lightgreen ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #5EEACD; clear: both}
	.content .lightgreen ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #5EEACD}
	.content .lightgreen ul li.last{border-bottom:0}
	.content .pink ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F8C2CF}
	.content .pink ul li li{background: url("../images/hotel-bullet2.gif") no-repeat 0 11px; padding: 6px 0 6px 15px; font-family:"Open Sans",Arial,sans-serif; font-size:15px; color: #fff; line-height: 18px; border-bottom:1px solid #F8C2CF}
	.content .pink ul li.last{border-bottom:0}
	.content .lightblue ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #94E6F5}
	.content .lightblue ul li.last{border-bottom:0}
	.content .lightorange ul li {background: url("../images/hotel-bullet1.png") no-repeat 0 10px; padding: 6px 0 6px 20px; font-family:"Open Sans",Arial,sans-serif; font-size:17px; color: #fff; line-height: 20px; border-bottom:1px solid #F7C7A6}
	.content .lightorange ul li.last{border-bottom:0}
	
	.lightgreen h5, .pink h5, .lightblue h5, .lightorange h5{color: #fff; font-size: 24px; line-height: 24px}
	.lightgreen p, .pink p, .lightblue p, .lightorange p{color: #fff; font-size: 17px; line-height: 22px; text-align:justify}

	.lightgreen .wpb_toggle_content{height: auto}
	.pink .wpb_toggle_content{height: auto}
	.lightblue .wpb_toggle_content{height: auto}
	.lightorange .wpb_toggle_content{height: auto}
	
	.google-s{display:none}
	.google-s-m{display:inline}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* Magnific Popup CSS:end */

/* !- Pie charts*/

.transparent-pie .vc_pie_wrapper .vc_pie_chart_back,
.stripe .transparent-pie .vc_pie_wrapper .vc_pie_chart_back {
	border-color: transparent !important;
}
.transparent-pie .vc_pie_wrapper span {
	width: 100% !important;
	height: auto !important;
}
.transparent-pie .vc_pie_wrapper canvas {
	height: 75px !important;
}
.transparent-pie .vc_pie_wrapper canvas {
	visibility: hidden;
}
.transparent-pie .vc_pie_chart_value {
	font-size: 75px !important;
	line-height: 75px !important;
}
.transparent-pie.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_value {
	color: #8e9397;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_value {
	color: #2a82ec;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_value {
	color: #18c7e1;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_value {
	color: #6ace19;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_value {
	color: #ff6d1e;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_value {
	color: #ee283f;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_value {
	color: #32363a;
}

.vc_pie_chart .vc_pie_wrapper {
	visibility: hidden;
}
#page .vc_pie_chart_back {
	opacity: 1;
}
#page .vc_progress_bar .vc_single_bar .vc_bar {
	background-color: #8e9397;
}
#main .vc_progress_bar .vc_single_bar.bar_grey .vc_label {
	color: #fff;
}
#page .vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
	background-color: #2a82ec;
}
#page .vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
	background-color: #18c7e1;
}
#page .vc_progress_bar .vc_single_bar.bar_green .vc_bar {
	background-color: #6ace19;
}
#page .vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
	background-color: #ff6d1e;
}
#page .vc_progress_bar .vc_single_bar.bar_red .vc_bar {
	background-color: #ee283f;
}
#page .vc_progress_bar .vc_single_bar.bar_black .vc_bar {
	background-color: #32363a;
}

/* Pie charts:end */

/* !-fallback images for ie8 */
.old-ie .rsCont .rsBullet,
.old-ie .widget .rsContW .rsBullet,
.old-ie .sidebar .rsContW .rsBullet,
.old-ie #footer .rsContW .rsBullet {
	background-position: 0 -736px;
	background-image: url(../images/old-ie.png) !important;
}
.old-ie .searchform .submit,
.old-ie .st-accordion li > a,
.old-ie .st-toggle > a,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab.active-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab.active-tab,
.old-ie .no-avatar,
.old-ie .slider-wrapper .prev i:after,
.old-ie .slider-wrapper .next i:after,
.old-ie .rsShor .rsArrowRight .rsArrowIcn:before,
.old-ie .rsShor .rsArrowLeft .rsArrowIcn:before,
.old-ie .post-rollover i:after,
.old-ie .rollover-video .video-icon:after,
.old-ie .format-video .rollover i:after,
.old-ie .format-photo .rollover i:after,
.old-ie .rollover-zoom i:after,
.old-ie .rollover-small i:after,
.old-ie .rollover i:after,
.old-ie .fs-entry .link i:after,
.old-ie .fs-entry .link a:after,
.old-ie .swiper-slide .link i:after,
.old-ie .rollover-project .link i:after,
.old-ie .close-link,
.old-ie .arrow-left,
.old-ie .arrow-right,
.old-ie .arrow-top,
.old-ie .arrow-bottom,
.old-ie #main-slideshow .tp-leftarrow.navbar,
.old-ie #main-slideshow .tp-rightarrow.navbar,
.old-ie #main-slideshow .tp-rightarrow.round,
.old-ie #main-slideshow .tp-rightarrow.navbar-old,
.old-ie #main-slideshow .tp-rightarrow.square-old,
.old-ie #main-slideshow .tp-rightarrow.round-old,
.old-ie #main-slideshow .tp-leftarrow.round,
.old-ie #main-slideshow .tp-leftarrow.navbar-old,
.old-ie #main-slideshow .tp-leftarrow.square-old,
.old-ie #main-slideshow .tp-leftarrow.round-old,
.old-ie .fs-entry-img i:after,
.old-ie #main-nav > li.has-children > a:after,
.old-ie .sub-nav li.has-children:after,
.old-ie .mini-search .submit,
.old-ie .mini-search .submit.act:hover,
.old-ie .custom-nav .has-children > a:after,
.old-ie #main .flex-direction-nav .flex-next,
.old-ie #main .flex-direction-nav .flex-prev,
.old-ie #page .tp-rightarrow.default:before,
.old-ie #page .tp-leftarrow.default:before,
.old-ie #page .tp-rightarrow.default:hover:before,
.old-ie #page .tp-leftarrow.default:hover:before,
.old-ie .num-of-images,
.old-ie .num-of-videos,
.old-ie .wpb_content_element.dt-style .wpb_accordion_header > a,
.old-ie #main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a,
.old-ie .navigation-inner .prev-post,
.old-ie .navigation-inner .next-post,
.old-ie #page .ls-defaultskin .ls-nav-next:before,
.old-ie #page .ls-defaultskin .ls-nav-next:hover:before,
.old-ie #page .ls-defaultskin .ls-nav-prev:before,
.old-ie #page .ls-defaultskin .ls-nav-prev:hover:before,
.old-ie .rsHomePorthole .rsCLink {
	background-image: url("../images/old-ie.png") !important;
	background-repeat: no-repeat;
}
.old-ie .rsHomePorthole .rsCLink {
	background-position: 0 -1255px;
}
.old-ie .recent-posts .no-avatar,
.old-ie .items-grid .no-avatar {
	background-position: 17px -615px;
}

/* fallback images for ie8:end */

.ls-container a {
	text-decoration: none;
}
.products mark {
	background: none;
}

/*.map-container {
	width: 100%;
	height: 400px;
}*/
.responsive-off #megaMenu #megaMenuToggle {
	display: none;
}
.responsive-off #megaMenu.megaResponsiveToggle ul.megaMenu {
	display: block;
}
.responsive-off #megaMenu.megaResponsive ul.megaMenu > li.menu-item {
	display: inline-block;
	width: auto;
	border: none;
}
.responsive-off #page #megaMenu.megaResponsive ul.megaMenu > li.menu-item > a {
	border: none;
}
.full-width-wrap > .wf-cell {
	padding-left: 0;
	padding-right: 0;
}
#content span:last-child[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
	margin-bottom: -6px;
}
#content span:last-child[class*="gw-go-btn-icon"] {
	margin-bottom: -5px;
}
.content .gw-go-col {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #e2e2e2;
}
.content .gw-go-col:before {
	margin-top: 1px;
}
#main .jg-container .wf-cell .post {
	margin: 0;
	padding: 0;
}
.content #jg-container-1.wf-container {
	padding-top: 5px;
}
	.jg-container .post .alignleft,
	.jg-container .post .alignnone {
		margin-top: 0;
		margin-bottom: 0;
	}
#main .jg-container .wf-cell {
	opacity: 0;
	padding: 0;
}
.justified-grid .paginator {
	border: none !important;
}
.justified-grid.portfolio.layout-grid .paginator,
.justified-grid.layout-grid .paginator {
	margin-top: 0 !important;
	padding-top: 40px !important;
}
.is-webkit #main .jg-container .wf-cell {
	float: left;
}
#main .wpb_alert {
	text-shadow: none;
}
.justified-grid .full-width-wrap .rollover-content {
	z-index: 8;
}

.wpb_alert,
.wpb_alert *,
.stripe .wpb_alert * {
	color: #c09853;
}
.wpb_alert-success,
.wpb_alert-success *,
.stripe .wpb_alert-success * {
	color: #468847;
}
.wpb_alert-danger,
.wpb_alert-error,
.wpb_alert-danger *,
.wpb_alert-error *,
.stripe .wpb_alert-danger *,
.stripe .wpb_alert-error * {
	color: #b94a48;
}
.wpb_alert-info,
.wpb_alert-info *,
.stripe .wpb_alert-info * {
	color: #3a87ad;
}
/*!-Social icons*/
@font-face {
	font-family: 'dream-theme';
	src:url('../fonts-soc-ico/dream-theme.eot');
	src:url('../fonts-soc-ico/dream-theme.eot?#iefix') format('embedded-opentype'),
		url('../fonts-soc-ico/dream-theme.ttf') format('truetype'),
		url('../fonts-soc-ico/dream-theme.woff') format('woff'),
		url('../fonts-soc-ico/dream-theme.svg#dream-theme') format('svg');
	font-weight: normal;
	font-style: normal;
}

.soc-ico a {
	font-family: 'dream-theme';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 25px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.soc-ico a,
.soc-ico a:hover,
#top-bar .soc-ico a:hover,
#bottom-bar .soc-ico a:hover {
	text-decoration: none;
}

.soc-ico .px-500:before {
	content: "\e600";
}
.soc-ico .you-tube:before {
	content: "\e601";
}
.soc-ico .website:before {
	content: "\e602";
}
.soc-ico .vk:before {
	content: "\e603";
}
.soc-ico .vimeo:before {
	content: "\e604";
}
.soc-ico .twitter:before {
	content: "\e605";
}
.soc-ico .tumbler:before {
	content: "\e606";
}
.soc-ico .tripedvisor:before {
	content: "\e607";
}
.soc-ico .flickr:before {
	content: "\e608";
}
.soc-ico .facebook:before {
	content: "\e609";
}
.soc-ico .dribbble:before {
	content: "\e60a";
}
.soc-ico .devian:before {
	content: "\e60b";
}
.soc-ico .delicious:before {
	content: "\e60c";
}
.soc-ico .behance:before {
	content: "\e60d";
}
/*.soc-ico .icon-social-500px:before {
	content: "\e60e";
}*/
.soc-ico .stumbleupon:before {
	content: "\e60f";
}
.soc-ico .skype:before {
	content: "\e610";
}
.soc-ico .rss:before {
	content: "\e611";
}
.soc-ico .pinterest:before {
	content: "\e612";
}
.soc-ico .mail:before {
	content: "\e613";
}
.soc-ico .linkedin:before {
	content: "\e614";
}
.soc-ico .lastfm:before {
	content: "\e615";
}
.soc-ico .instagram:before {
	content: "\e616";
}
.soc-ico .google:before {
	content: "\e617";
}
.soc-ico .github:before {
	content: "\e618";
}
.soc-ico .foursquare:before {
	content: "\e619";
}
.soc-ico .forrst:before {
	content: "\e61a";
}


/*Social icons:end*/

/*!-Hovers*/

/*Hover style 1*/
.hover-style-one .rollover-content,
.hover-style-one .fs-entry-content {
	height: auto;
	top: auto;
	bottom: 0;
	background-color: transparent !important;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)),  rgba(0,0,0,0.2) 10%,color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.6) 100%); /* W3C */
	color: #fff;
	text-align: center;
}
.hover-style-three .rollover-content,
.hover-style-one .rollover-content,
.hover-style-three .fs-entry-content,
.hover-style-one .fs-entry-content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hover-style-one .rollover-content,
.hover-style-one .fs-entry-content {
	padding-top: 25px;
}
/*Hover style 1:end*/

.hover-grid .rollover-content,
.no-touch .text-on-img.hover-grid .fs-entry-content {
	opacity: 1;
	top: 100%;
}
.hover-grid .rollover-project,
.hover-grid .rollover-content,
.no-touch .text-on-img.hover-grid .fs-entry {
	overflow: hidden;
}
.rollover-content .wf-table,
.fs-entry-content .wf-table {
	height: 100%;
}
.old-ie .hover-style-one .rollover-content,
.old-ie .hover-color-static .rollover-content,
.old-ie .hover-color-static .fs-entry-content,
.old-ie .hover-style-one .fs-entry-content {
	background: #000;
}

.buttons-on-img .rollover-content,
.buttons-on-img.fs-entry-content {
	background-color: transparent;
	text-align: center;
}
.buttons-on-img.fs-entry-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	.hover-style-one .portfolio-categories a,
	.hover-style-two .portfolio-categories a,
	.hover-style-three .portfolio-categories a {
		display: inline-block;
		float: none;
	}
	.no-touch .hover-style-one .portfolio-categories a:hover,
	.no-touch .hover-style-two .portfolio-categories a:hover,
	.no-touch .hover-style-three .portfolio-categories a:hover,
	.no-touch .hover-style-one .rollover-project > a:hover,
	.no-touch .hover-style-two .rollover-project > a:hover,
	.no-touch .hover-style-three .rollover-project > a:hover {
		cursor: default;
		text-decoration: none;
	}
	.no-touch .forward-post .rollover-content:hover,
	.no-touch .rollover-active .rollover-content:hover,
	.no-touch .forward-post .fs-entry-content:hover,
	.no-touch .rollover-active .fs-entry-content:hover,
	.no-touch .forward-post.rollover-project:hover i,
	.no-touch .rollover-active.rollover-project:hover i {
		cursor: pointer;
	}

/*!-Style for round links*/
	.buttons-on-img .rollover-content .links-container,
	.buttons-on-img .rollover-content .links-container > a,
	.buttons-on-img.fs-entry-content .links-container,
	.buttons-on-img.fs-entry-content .links-container > a,
	.hover-style-two .links-container > a,
	.hover-style-one .links-container > a,
	.hover-style-three .links-container > a,
	.media .rollover-content .links-container {
		line-height: 0 !important;
		font-size: 0 !important;
	}

	.hover-style-two .links-container {
		margin-bottom: 10px;
	}
	.hover-style-three .links-container {
		margin-bottom: 12px;
	}
	.hover-style-one .links-container {
		margin-bottom: 5px;
	}
	.media .rollover-content .links-container {
		margin-bottom: 0;
	}
	.description-under-image .links-container {
		margin-bottom: 10px;
	}

	.hover-style-one .project-details,
	.hover-style-one .project-link,
	.hover-style-two .project-details,
	.hover-style-two .project-link ,
	.hover-style-three .project-details,
	.hover-style-three .project-link,
	.hover-style-one .project-zoom,
	.hover-style-two .project-zoom,
	.hover-style-three .project-zoom,
	.buttons-on-img .project-zoom,
	.buttons-on-img .project-details,
	.buttons-on-img .project-link,
	.buttons-on-img .link,
	.buttons-on-img .links-container > .details,
	.hover-style-one .links-container > a,
	.hover-style-two.hover-color-static .links-container > a,
	.hover-style-three .links-container > a {
		display: inline-block;
		float: none;
		width: 36px;
		height: 36px;
		padding: 0;
		margin-left: 4px;
		margin-right: 5px;
		text-indent: -9999px;
		line-height: 0;
		font-size: 0;
		-webkit-border-radius:	50%;
		-moz-border-radius:		50%;
		-ms-border-radius:		50%;
		-o-border-radius:		50%;
		border-radius:			50%;
		background-image: none !important;
	}
	
	.hover-style-one .rollover-content .details,
	.hover-style-two .rollover-content .details,
	.hover-style-three .rollover-content .details {
		display: inline-block;
		float: none;
	}
	/*!-Gradient for round links*/
	.hover-style-one.hover-color-static .rollover-content .links-container > a,
	.hover-style-two.hover-color-static .rollover-content .links-container > a,
	.hover-style-three.hover-color-static .rollover-content .links-container > a,
	.buttons-on-img .rollover-content .links-container > a,
	.hover-style-one.hover-color-static .links-container > a,
	.hover-style-two.hover-color-static .links-container > a,
	.hover-style-three.hover-color-static .links-container > a,
	.buttons-on-img .links-container > a {
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	}
	/*Gradient for round links:end*/

	/*!-Hover effect for round links*/
	.hover-style-one .links-container a,
	.hover-style-two .links-container a,
	.hover-style-three .links-container a,
	.buttons-on-img .links-container a {
		position: relative;
	}

	.hover-style-one .links-container a:before,
	.hover-style-two .links-container a:before,
	.hover-style-three .links-container a:before,
	.buttons-on-img .links-container a:before {
		border: 1px solid #FFFFFF;
		border-radius: 50%;
		display: block;
		height: 100%;
		left: -1px;
		opacity: 1;
		position: absolute;
		top: -1px;
		-webkit-transition-duration: opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
		-moz-transition-duration:	 opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
		-ms-transition-duration:	 opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
		-o-transition-duration:		 opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
		transition: opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
		visibility: hidden;
		width: 100%;
		content: "";
	}
	.no-touch .hover-style-one .links-container > a.animation-done:hover:before,
	.no-touch .hover-style-two .links-container > a.animation-done:hover:before,
	.no-touch .hover-style-two.cs-style-1 .links-container > a:hover:before,
	.no-touch .hover-style-two.hover-grid .links-container > a:hover:before,
	.no-touch .hover-style-three .links-container > a.animation-done:hover:before,
	.no-touch .hover-style-three.cs-style-3 .links-container > a:hover:before,
	.no-touch .buttons-on-img .links-container > a.animation-done:hover:before {
		visibility: visible;
		opacity: 0;

		-webkit-transition-duration: 0.5s;
		-moz-transition-duration:	 0.5s;
		-ms-transition-duration:	 0.5s;
		-o-transition-duration:		 0.5s;
		transition-duration:		 0.5s;

		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	.hover-style-one .project-details:after,
	.hover-style-one .project-link:after,
	.hover-style-two .project-details:after,
	.hover-style-two .project-link:after,
	.hover-style-three .project-details:after,
	.hover-style-three .project-link:after,
	.hover-style-one .project-zoom:after,
	.hover-style-two .project-zoom:after,
	.hover-style-three .project-zoom:after,
	.buttons-on-img .project-zoom:after,
	.buttons-on-img .project-details:after,
	.buttons-on-img .project-link:after,
	.buttons-on-img .link:after,
	.buttons-on-img .details:after {
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
	}
	/*Hover effect for round links:end*/
	.portfolio .post .buttons-on-img .rollover-content .btn-link {
		float: none;
	}
	/*if round link only one - make it large*/
	.hover-style-one .links-container .big-link,
	.hover-style-two .links-container .big-link,
	.hover-style-three .links-container .big-link,
	.buttons-on-img .links-container .big-link {
		width: 58px !important;
		height: 58px !important;
	}
	.links-container .big-link {
		margin-bottom: 5px;
	}
	.hover-style-one .big-link:after,
	.hover-style-two .big-link:after,
	.hover-style-three .big-link:after,
	.buttons-on-img .big-link:after {
		background-size: 52px 52px;
	}

/*Style for round links:end*/

/*!-Portfolio scroller*/
	.fs-entry-content.buttons-on-img ~ i {
		background-image: none;
	}
	.hover-style-one .fs-entry-img i,
	.hover-style-three .fs-entry-img i {
		background-image: none;
	}	

	.hover-style-two .portfolio-categories {
		margin-bottom: 5px;
	}
	.no-touch .hover-style-one .rollover-project:hover .link i,
	.no-touch .hover-style-three .rollover-project:hover .link i,
	.no-touch .always-show-info .rollover-project:hover .link i,
	.no-touch .hover-style-one .fs-entry:hover .fs-entry-img i,
	.no-touch .hover-style-three .fs-entry:hover .fs-entry-img i,
	.no-touch .always-show-info .fs-entry:hover .fs-entry-img i {
		background-color: rgba(0, 0, 0, 0.2);
		background-image: none !important;
		opacity: 1;
	}
	.no-touch .hover-grid .fs-entry:hover .fs-entry-img i,
	.hover-style-one .rollover-project .link i:before,
	.hover-style-one .rollover-project .link i:after,
	.hover-style-three .rollover-project .link i:before,
	.hover-style-three .rollover-project .link i:after,
	.cs-style-3.always-show-info .link i:before,
	.cs-style-3.always-show-info .link i:after {
		display: none;
	}

	/*Always show description*/
	.always-show-info .rollover-content,
	.always-show-info.text-on-img .fs-entry-content {
		opacity: 1 !important;
	}

/*!-Hover style 2*/
.hover-style-two .rollover-content,
.hover-style-two .fs-entry-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hover-style-two .rollover-content,
.hover-style-two .fs-entry-content {
	text-align: center;
}
/*Hover style 2:end*/

/*!-Static dark hover color*/
.hover-color-static .rollover-content,
.hover-color-static .fs-entry-content {
	background-color: rgba(34, 35, 38, 0.9) !important;
}
.cs-style-1.hover-color-static .rollover-content,
.cs-style-1.hover-color-static .fs-entry-content {
	background-color: #222326 !important;
}
/*Static dark hover color:end*/

/*!-Move hover effect*/
.cs-style-1,
.cs-style-1 .rollover-project,
.cs-style-1 .wf-cell {
	overflow: visible !important;
}
.no-touch .cs-style-1.text-on-img .fs-entry-content {
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
.cs-style-1 .rollover-project .rollover-content,
.no-touch .cs-style-1.text-on-img .fs-entry-content {
	height: 100%;
	width: 100%;
	opacity: 0;
	/*text-align: center;*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cs-style-1 .rollover-project:hover .rollover-content,
.cs-style-1 .rollover-project .rollover-content.is-clicked,
.cs-style-1 .rollover-project.cs-hover .rollover-content,
.no-touch .cs-style-1 .fs-entry:hover .fs-entry-content {
	opacity: 1;
	-webkit-transform: translate(10px, 10px);
	-moz-transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}
.touch .cs-style-1 .rollover-project .rollover-content {
	display: block;
}
/*Move hover effect:end*/

/* !-Move from bottom hover effect */
.cs-style-3 .rollover-project,
.cs-style-3 .fs-entry {
	overflow: hidden;
}

.cs-style-3 .rollover-project > a,
.no-touch .cs-style-3 .fs-entry .fs-entry-img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.cs-style-3 .rollover-project:hover > a,
.touch .cs-style-3 .rollover-project.is-clicked > a,
.cs-style-3 .jg-container .rollover-project.cs-hover img,
.no-touch .cs-style-3 .fs-entry:hover .fs-entry-img {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}
.cs-style-3.always-show-info .rollover-project > a,
.no-touch .cs-style-3.always-show-info .fs-entry .fs-entry-img,
.touch .cs-style-3.always-show-info .rollover-project.is-clicked > a {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.cs-style-3 .rollover-project .rollover-content,
.no-touch .cs-style-3 .fs-entry .fs-entry-content {
	top: auto;
	bottom: 0;
	height:auto;
	opacity: 1;
	text-align: center;
}

.cs-style-3 .links-container > a {
	opacity: 1 !important;
	bottom: 0 !important;
}
.hover-style-three .links-container {
	text-align: center;
}
.cs-style-3 .links-container {
	opacity: 0;
	-webkit-transition: opacity 0.1s 0.3s;
	-moz-transition: opacity 0.1s 0.3s;
	transition: opacity 0.1s 0.3s;
}
.cs-style-3 .rollover-content-wrap {
	height:auto;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	min-height: 45px;
	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;
}
.cs-style-3 .rollover-project .rollover-content-wrap,
.no-touch .cs-style-3 .fs-entry .rollover-content-wrap {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 .rollover-content-wrap:before,
.cs-style-3 .rollover-content-wrap:after,
.description-under-image .links-container:before,
.description-under-image .links-container:after,
.links-container:after,
.links-container:before {
	content: "";
	display: table;
	clear: both;
}

.cs-style-3 .rollover-content-wrap h2 {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.cs-style-3.always-show-info .rollover-content-wrap  {
	/*opacity: 1;*/
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.cs-style-3 .rollover-project:hover .rollover-content-wrap,
.cs-style-3 .rollover-project.cs-hover .rollover-content-wrap,
.no-touch .cs-style-3 .fs-entry:hover .rollover-content-wrap,
.touch .cs-style-3 .is-clicked .rollover-content-wrap,
.cs-style-3 .fs-entry.cs-hover .rollover-content-wrap,
.touch .cs-style-3.always-show-info .fs-entry .rollover-content-wrap,
.touch .cs-style-3 .fs-entry .rollover-content-wrap {
	/*opacity: 1;*/
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.touch .cs-style-3.always-show-info .fs-entry-content,
.touch .fs-entry:hover .fs-entry-content.buttons-on-img {
	display: block !important;
}
.touch .cs-style-3.always-show-info .fs-entry-content .links-container,
.touch .cs-style-3 .fs-entry-content .links-container,
.touch .fs-entry:hover .fs-entry-content.buttons-on-img .links-container a {
	opacity: 1;
}
.touch .cs-style-3 .fs-entry-content {
	/*top: auto;*/
	bottom: 0;
	height: auto;
}
.cs-style-3 .rollover-project:hover .links-container,
.no-touch .cs-style-3 .fs-entry:hover .links-container {
	opacity: 1;
}
	.cs-style-3 .rollover-content,
	.cs-style-3.text-on-img .fs-entry-content {
		background-color: transparent;
		padding: 0;
	}
	.cs-style-3 .rollover-content-wrap {
		padding: 12px 20px 3px;
		background-color: #222326;
	}
	.cs-style-3.always-show-info .rollover-content-wrap {
		background-color: rgba(34,35,38,0.8);
	}

/* Move from bottom hover effect:end */

/*!-Direction aware hover effect*/
.hover-grid .rollover-content,
.no-touch .text-on-img.hover-grid .fs-entry-content {
	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
}
.touch .hover-grid .rollover-content {
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	opacity: 0;
}
.touch .hover-grid .is-clicked .rollover-content {
	opacity: 1;
}
/*Direction aware hover effect:end*/

/* Animations for round links and content(fade effect) */

.hover-style-one .links-container a,
.hover-style-two .links-container a,
.hover-style-three .links-container a,
.buttons-on-img .links-container a,
.hover-style-one .rollover-thumbnails,
.hover-style-two .rollover-thumbnails,
.hover-style-three .rollover-thumbnails {
	position: relative;
	opacity: 0;
	bottom: 15px;
	top: auto;
	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
}
.hover-style-one .rollover-content-container,
.hover-style-two .rollover-content-container,
.hover-style-three .rollover-content-container {
	position: relative;
	opacity: 0;
	bottom: -15px;
}
/*fade effect for touch device*/
.touch .hover-style-three .is-clicked .links-container,
.touch .hover-style-one .is-clicked .links-container a,
.touch .hover-style-two .is-clicked .links-container a,
.touch .buttons-on-img .is-clicked .links-container a,
.touch .buttons-on-img .is-clicked,
.touch .hover-style-one .fs-entry .rollover-content-container,
.touch .hover-style-two .fs-entry .rollover-content-container,
.touch .hover-style-three .fs-entry .rollover-content-container,
.touch .hover-style-one .fs-entry .links-container a,
.touch .hover-style-two .fs-entry .links-container a,
.touch .hover-style-three .fs-entry .links-container a {
	/*display: block;*/
	opacity: 1 !important;
	bottom: 0 !important;
}
.touch .hover-style-one.always-show-info .fs-entry-content {
	display: block;
}
.touch .hover-style-two .rollover-content,
.touch .hover-style-one .rollover-content,
.touch .hover-style-three .rollover-content {
	opacity: 0;
	display: block;
}
.touch .hover-style-two .rollover-content.is-clicked,
.touch .hover-style-one .rollover-content.is-clicked,
.touch .hover-style-three .rollover-content.is-clicked {
	opacity: 1;
}
.touch .hover-style-two .is-clicked .rollover-content-container,
.touch .hover-style-two .is-clicked .rollover-thumbnails,
.touch .hover-style-one .is-clicked .rollover-content-container,
.touch .hover-style-one .is-clicked .rollover-thumbnails {
	display: block;
	opacity: 1;
	bottom: 0px;
}
/*fade effect for touch device:end*/
.media .rollover-content-container {
	padding-top: 10px;
}
.media .rollover-project-empty .rollover-content-container {
	padding-top: 0px;
}
.hover-style-two.cs-style-1 .links-container a,
.cs-style-1 .links-container a,
.hover-style-two.cs-style-1 .rollover-content-container,
.hover-style-two.hover-grid .links-container a,
.hover-style-two.hover-grid .rollover-content-container,
.hover-style-one.always-show-info .rollover-content-container,
.cs-style-3 .rollover-content-container,
.cs-style-3 .links-container a,
.hover-style-two.cs-style-1 .rollover-thumbnails,
.hover-style-two.hover-grid .rollover-thumbnails,
.cs-style-3 .rollover-project:hover .rollover-thumbnails,
.touch .cs-style-3 .rollover-project.is-clicked .rollover-thumbnails {
	opacity: 1 !important;
	bottom: 0px !important;
	top: auto;
}
.cs-style-3 .rollover-thumbnails {
	bottom: 0px !important;
}
.albums .rollover-content-container {
	padding-top: 8px;
}
.cs-style-3 .links-container,
.cs-style-3 .rollover-project .rollover-thumbnails {
	opacity: 0;
}
.no-touch .cs-style-3 .links-container,
.cs-style-3 .rollover-project .rollover-thumbnails {
	-webkit-transition:	opacity 400ms ease;
	-moz-transition:	opacity 400ms ease;
	-ms-transition:		opacity 400ms ease;
	-o-transition:		opacity 400ms ease;
	transition:			opacity 400ms ease;
}
.cs-style-3 .rollover-project:hover .links-container,
.no-touch .cs-style-3 .fs-entry:hover .links-container,
.cs-style-3 .rollover-project:hover  .rollover-thumbnails
.touch .cs-style-3 .rollover-project .is-clicked  .rollover-thumbnails {
	opacity: 1
}
.no-touch .albums .rollover-content h2 a:hover {
	opacity: 1;
	cursor: default;
}
.no-touch .albums .rollover-content .portfolio-categories a:hover {
	text-decoration: none;
	cursor: default;
}
.touch .hover-style-one .close-link,
.touch .hover-style-three .close-link {
	display: none;
}
.touch .rollover-project.buttons-on-img .rollover-content {
	display: block !important;
}
.touch .rollover-project.buttons-on-img .rollover-content .links-container a {
	opacity: 1;
}
/*Hovers:end*/

.wpb-js-composer div.pp_default .pp_close,
div.pp_woocommerce.pp_pic_holder .pp_close,
div.pp_woocommerce.pp_pic_holder  .pp_close:hover {
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M462,256c0,113.771-92.229,206-206,206S50,369.771,50,256S142.229,50,256,50S462,142.229,462,256z%09%20M422,256c0-91.755-74.258-166-166-166c-91.755,0-166,74.259-166,166c0,91.755,74.258,166,166,166C347.755,422,422,347.741,422,256z%09%20M325.329,362.49l-67.327-67.324l-67.329,67.332l-36.164-36.186l67.314-67.322l-67.321-67.317l36.185-36.164l67.31,67.301%09l67.3-67.309l36.193,36.17l-67.312,67.315l67.32,67.31L325.329,362.49z%22/%3E%3C/svg%3E");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 20000;
}
.old-ie .wpb-js-composer div.pp_default .pp_close,
.old-ie div.pp_woocommerce.pp_pic_holder .pp_close {
	background-position: 0 -240px;
}
.wpb-js-composer div.pp_default .pp_expand,
.wpb-js-composer div.pp_default .pp_contract,
div.pp_woocommerce.pp_pic_holder .pp_expand,
div.pp_woocommerce.pp_pic_holder .pp_contract {
	left: auto;
	right: 50px;
	top: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.3;
	box-shadow: none;
	border: none;
	font-size: 0 !important;
	-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 a.pp_expand:before,
div.pp_woocommerce.pp_pic_holder a.pp_contract:before {
	display: none;
}

	.wpb-js-composer div.pp_default .pp_expand:hover,
	.wpb-js-composer div.pp_default .pp_contract:hover,
	div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
	div.pp_woocommerce.pp_pic_holder .pp_contract:hover {
		opacity: 1;
	}

.wpb-js-composer div.pp_default .pp_expand,
div.pp_woocommerce.pp_pic_holder .pp_expand {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%221.006,9.507%205.5,14.007%201,14.007%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%221.006,5.5%205.5,1%201,1%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2213.994,5.5%209.5,1%2014,1%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2213.994,9.507%209.5,14.007%2014,14.007%20%22/%3E%3Cpolyline%20fill=%22white%22%20points=%220,-5%200,-10.015%203.989,-5%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2212.792,3.669%203.781,12.611%202.432,11.039%2011.2,2.303%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%222.034,3.618%2011.391,12.888%2012.723,11.314%203.556,2.113%20%22/%3E%3C/svg%3E");
}

.old-ie .wpb-js-composer div.pp_default .pp_expand,
.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand {
	background-position: 0 -120px;
}

	.wpb-js-composer div.pp_default .pp_expand:hover,
	div.pp_woocommerce.pp_pic_holder .pp_expand:hover {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%220.006,10.507%204.5,15.007%200,15.007%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%220.006,4.5%204.5,0%200,0%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2214.994,4.5%2010.5,0%2015,0%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2214.994,10.507%2010.5,15.007%2015,15.007%20%22/%3E%3Cpolyline%20fill=%22white%22%20points=%220,-5%200,-10.015%203.989,-5%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2212.445,4.007%203.964,12.43%202.432,11.039%2011.006,2.481%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%222.432,4.007%2010.913,12.43%2012.445,11.039%203.871,2.481%20%22/%3E%3C/svg%3E");
	}
	.wpb-js-composer div.pp_default .pp_expand:hover,
	.wpb-js-composer div.pp_default .pp_contract:hover {
		background-position: 0 0;
	}

	.old-ie .wpb-js-composer div.pp_default .pp_expand:hover,
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand:hover {
		background-position: 0 -150px;
	}

.wpb-js-composer div.pp_default .pp_contract,
div.pp_woocommerce.pp_pic_holder .pp_contract {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2210.037,0.469%2014.531,4.969%2010.031,4.969%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2210.037,14.531%2014.531,10.031%2010.031,10.031%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%224.994,14.531%200.5,10.031%205,10.031%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%224.994,0.469%200.5,4.969%205,4.969%20%22/%3E%3C/svg%3E");
}

.old-ie .wpb-js-composer div.pp_default .pp_contract,
.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract {
	background-position: 0 -180px;
}

	.wpb-js-composer div.pp_default .pp_contract:hover,
	div.pp_woocommerce.pp_pic_holder .pp_contract:hover {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%229.027,1.486%2013.521,5.986%209.021,5.986%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%229.027,13.521%2013.521,9.021%209.021,9.021%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%225.994,13.521%201.5,9.021%206,9.021%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%225.994,1.486%201.5,5.986%206,5.986%20%22/%3E%3C/svg%3E");
	}

	.old-ie .wpb-js-composer div.pp_default .pp_contract:hover,
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract:hover {
		background-position: 0 -210px;
	}
	div.pp_woocommerce.pp_pic_holder a.pp_arrow_next {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2222px%22%09%20height=%2222px%22%20viewBox=%220%200%2022%2022%22%20enable-background=%22new%200%200%2022%2022%22%20xml:space=%22preserve%22%3E%09%3Cpath%20fill=%22white%22%20d=%22M11,0C4.925,0,0,4.925,0,11s4.925,11,11,11s11-4.925,11-11%09%09S17.075,0,11,0z%20M11,20c-4.971,0-9-4.028-9-9c0-4.971,4.029-9,9-9c4.972,0,9,4.029,9,9C20,15.972,15.972,20,11,20z%22/%3E%09%3Cpolygon%20fill=%22white%22%20points=%229.992,7.006%209.992,15.012%2015.972,11.009%20%09%22/%3E%09%3Crect%20x=%226%22%20y=%2210.009%22%20fill=%22white%22%20width=%224.502%22%20height=%222%22/%3E%3C/svg%3E");
	}

	.old-ie div.pp_woocommerce.pp_pic_holder a.pp_arrow_next {
		background-position: 0 -90px;
		background-color: transparent;
	}

	div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
	div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2222px%22%09%20height=%2222px%22%20viewBox=%220%200%2022%2022%22%20enable-background=%22new%200%200%2022%2022%22%20xml:space=%22preserve%22%3E%09%3Cpath%20fill=%22white%22%20d=%22M0,11c0,6.075,4.925,11,11,11s11-4.925,11-11S17.075,0,11,0%09%09S0,4.925,0,11z%20M2,11c0-4.971,4.028-9,9-9c4.971,0,9,4.029,9,9c0,4.972-4.029,9-9,9C6.028,20,2,15.972,2,11z%22/%3E%09%3Cpolygon%20fill=%22white%22%20points=%2212.008,7.006%2012.008,15.012%206.028,11.009%20%09%22/%3E%09%3Crect%20x=%2211.498%22%20y=%2210.009%22%20fill=%22white%22%20width=%224.502%22%20height=%222%22/%3E%3C/svg%3E");
	}

	.old-ie div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover {
		background-position: 0 -60px;
		background-color: transparent;
	}
	div.pp_woocommerce.pp_pic_holder .pp_gallery ul {
		margin-top: 0;
	}
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_gallery ul li a {
		display: inline-block;
		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;
	}
	div.pp_woocommerce.pp_pic_holder .pp_loaderIcon {
		background: #000 url(../images/prettyPhoto/dream-theme/loader.gif) center center no-repeat;
		width: 25px;
		height: 25px;
		padding: 5px;
		-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;
	}
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_close,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
		.old-ie div.dream-theme .pp_nav .pp_play,
		.old-ie div.dream-theme .pp_nav .pp_pause,
		.old-ie div.dream-theme a.pp_arrow_next,
		.old-ie div.dream-theme a.pp_arrow_previous,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
		.old-ie div.pp_woocommerce.pp_pic_holder a.pp_arrow_next {
			background-image: url(../images/old-ie-pp.png);
			background-repeat: no-repeat;
		}

	.wf-container.description-on-hover {
		padding-top: 5px;
	}
