

	
/*	COUNTER
/*=============*/

	.nz-count {
		width: 100%;
		display: block;
		position: relative;
		margin-bottom: 25px;
		text-align: center;
		font-size:14px;
		border-right:0px solid #dcdcdc;
	
	}
#nz-count-4{ border-right:none !important;}
	.nz-count-wrap {
		position: relative;
	}
.xiaozi{ color:#fff;}
	.count-icon {
		display: inline-block;
		line-height:66px;
		text-align: center;
		font-size: 36px;
		position: relative;
		top: -7px;
		margin-left: 3px;
	}

	.count-value {
	    color: #fff;
		font-size:48px;
      font-family:Arial;
		line-height:48px;
		position: relative;
		display: inline-block;
		margin-bottom: 5px;
		padding-left: 0px;
	}

	.count-title {
		font-size: 14px;
		line-height:24px;
		color: #fff;
		display: block;
		text-transform: uppercase;
	}

	.count-border {
		display: block;
		width: 40px;
		height: 3px;
		margin: 5px auto 10px auto;
	}

/*	TESTIMONIALS
/*=============*/
	
	.nz-testimonials {
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}

	.nz-testimonials .owl-buttons div {
		background-color: transparent !important;
		font-size: 28px;
	}

	.nz-testimonials .owl-controls .owl-buttons div:hover {
		background-color: transparent !important;
		opacity: 0.7;
	}

	.nz-testimonials .owl-pagination,
	.nz-persons .owl-pagination,
	.nz-clients .owl-pagination {
		display: none !important;
	}

	.nz-testimonials .testimonial {
		padding-right: 15px;
		padding-left: 15px;
		position: relative;
	}

	.nz-testimonials .text {
		font-size: 18px;
		line-height:34px;
		padding:10px 40px 0px 40px;
		position: relative;
    	font-style: italic;
    	text-align: center;
	}

	.nz-testimonials .test-info {
		position: relative;
		padding-top: 40px;
	}

	.nz-testimonials .name,
	.nz-testimonials .title {
		font-size:14px;
		line-height:24px;
		display: block;
		position: relative;
		color: #999;
	}

	.nz-testimonials .name {
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.nz-testimonials .test-data {
		padding-top: 20px;
		padding-left: 15px;
		text-align: center;
	}

	.nz-testimonials .text-icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 60px;
		margin:0 auto 0 auto;
		background-color: #fafafa;
		color: #bbb;
		font-size: 22px;
		text-align: center;
		position: relative; 
	}

	.nz-testimonials .text-icon:before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		content: "\e676";
	}

/*	CLIENTS
/*=============*/

	.nz-clients {
		margin-left: -5px;
		margin-right: -5px;
		padding-left:40px;
		padding-right: 40px;
	}

	.nz-clients .client a {
		display: block;
		text-decoration: none;
	}
	
	.nz-clients .client {
		text-align: center;
		margin: 0 5px;
	}

	.nz-clients .client-inner {
		height: 150px;
		line-height:150px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
	}

	.nz-clients[data-columns="6"] {
		height: 100px;
		line-height:100px;
	}

	.nz-clients .client-inner a {
		display:block;
		position: relative;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.nz-clients .client-inner a:hover {
		opacity: 0.7;
	}

	.nz-clients .client img {
		margin-bottom: 0;
		vertical-align: middle;
		max-height: 80%;
		max-width: 80%;
	}

	.nz-clients .owl-controls .owl-buttons {
		right: 5px;
	}

	.nz-clients .owl-controls .owl-buttons {
		width: 100%;
		top: 50%;
		margin-top: -20px;
		left: 0;
		right: 0;
	}

	.nz-clients .owl-controls .owl-buttons div {
	    box-shadow: none;
	    color: #fff !important;
	}

	.nz-clients .owl-controls .owl-buttons div:last-child {
		float: right;
	}

/*	PERSONS
/*=============*/

	.nz-persons {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.nz-persons .person {
		width: 100%;
		margin-bottom:30px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		overflow: hidden;
		text-align: center;
	}

	.nz-persons .person .img {
		margin:0 auto;
    	position: relative;
	}

	.nz-persons .person-body {
		text-align: center;
		border-top: none !important;
	    padding: 25px 20px 20px 20px;
	    width: 100%;
	    position: relative;
	    z-index: 10;
	    -webkit-transition: all 300ms ease;
    	transition: all 300ms ease;
	    box-shadow:inset 0 0 0 1px #eee;
	}

	.nz-persons .person .name {
		font-size: 18px;
		line-height: 28px;
		position: relative;
		color: #333;
		 -webkit-transition: all 300ms ease;
    	transition: all 300ms ease;
	}

	.nz-persons .person .name:hover {
		color: #999;
	}

	.nz-persons .person .title {
		font-size: 16px;
		line-height: 26px;
		color: #bbb;
		padding: 0;
		position: relative;
		font-style: italic;
		font-family: Georgia,"Times New Roman",Times,serif;
	}

	.nz-persons .social-links {
		margin-top: 15px;
	}

	#nz-content .nz-persons .social-links a {
		width: 30px;
		height: 30px;
		border-radius: 3px;
		margin: 0 5px 5px 0;
		color: #bbb !important;
		background-color: #fafafa !important;
		font-size: 14px;
		line-height: 30px;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		border:none !important;
		box-shadow: none !important;
	}

	#nz-content .nz-persons .social-links a:hover {
		color: #333 !important;
	}

/*  POPUP
/*=============*/
	
	.nz-popup {
		display: inline-block;
		position: relative;
		z-index: 999;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border-radius: 24px;
		cursor: pointer;
		text-align: center;
		font-size:8px;
	}

	.nz-popup-border {
		display: block;
		position: absolute;
		left: -13px;
		top: -13px;
		margin: 0 auto;
		border-radius: 100px;
		background-color: transparent;
		opacity: 0.1;
		width: 50px;
		height: 50px;
		border-width:3px;
		border-style: solid;
		border-radius: 100px;
		-webkit-animation: plusAnim 1.5s linear infinite;
		-moz-animation: plusAnim 1.5s linear infinite;
		animation: plusAnim 1.5s linear infinite;
	}

	.nz-popup:before {
		color: #ffffff;
	}

	@-webkit-keyframes plusAnim {       
		0% {-webkit-transform: scale(0,0); opacity: 0;}
		8% {-webkit-transform: scale(0,0); opacity: 0;}
		15% {-webkit-transform: scale(0.1,0.1); opacity: 1;}
		30% {-webkit-transform: scale(0.5,0.5); opacity: 1;}
		100% {-webkit-transform: scale(1,1);opacity: 0; }
	}

	@-moz-keyframes plusAnim {       
		0% {-moz-transform: scale(0,0); opacity: 0;}
		8% {-moz-transform: scale(0,0); opacity: 0;}
		15% {-moz-transform: scale(0.1,0.1); opacity: 1;}
		30% {-moz-transform: scale(0.5,0.5); opacity: 1;}
		100% {-moz-transform: scale(1,1);opacity: 0; }
	}

	@-ms-keyframes plusAnim {       
		0% {-ms-transform: scale(0,0); opacity: 0;}
		8% {-ms-transform: scale(0,0); opacity: 0;}
		15% {-ms-transform: scale(0.1,0.1); opacity: 1;}
		30% {-ms-transform: scale(0.5,0.5); opacity: 1;}
		100% {opacity: 0; -ms-transform: scale(1,1);}
	}

	@keyframes plusAnim {       
		0% {transform: scale(0,0); opacity: 0;}
		8% {transform: scale(0,0); opacity: 0;}
		15% {transform: scale(0.1,0.1); opacity: 1;}
		30% {transform: scale(0.5,0.5); opacity: 1;}
		100% {transform: scale(1,1);opacity: 0; }
	}

/*  MEDIA SLIDER
/*=============*/
	
	.nz-media-slider {
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.nz-media-slider .slides {
		list-style:none;
		margin: 0;
		padding: 0;
	}
	.nz-media-slider .slides > li {
		display: none; 
		-webkit-backface-visibility: hidden;
		margin: 0;
		padding: 0;
	}
	.nz-media-slider .slides > li > * {margin: 0;}
	.nz-media-slider .slides img {display: block;}
	.flex-pauseplay span {text-transform: capitalize;}

	.slides:after {
		content: "."; 
		display: block; 
		clear: both; 
		visibility: hidden; 
		line-height: 0; 
		height: 0;
	} 
	html[xmlns] .nz-media-slider .slides {display: block;} 
	* html .nz-media-slider .slides {height: 1%;}

	.no-js .slides > li:first-child {display: block;}

	.flex-viewport {
		max-height: 2000px; 
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
	}
	.nz-media-slider .loading .flex-viewport {max-height: 300px;}

	.nz-media-slider .flex-direction-nav {
		list-style: none;
		margin: 0;
		height: 0;
	}

	/* Control Nav */
	.nz-media-slider .flex-control-nav {
		width: 100%; 
		text-align: center;
		list-style: none;
		z-index: 50;
		margin: 0;
		opacity: 1;
		padding:15px 0 15px 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.nz-media-slider .flex-control-nav li {
		margin: 0 4px;
		display: inline-block; 
	}
	.nz-media-slider .flex-control-paging li a {
		display:inline-block;
		width:8px;
		height:8px;
		border-radius: 8px;
		background-color:rgba(255,255,255,0.5);
    	cursor: pointer;
   		margin: 0 5px 0px 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-indent: 100%;
		overflow: hidden;
		cursor: pointer;
	}

	.nz-media-slider .flex-direction-nav a {
		position:absolute;
		top: 50%;
		left:-40px;
		margin-top: -20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-color: rgba(255,255,255,0.5);
		opacity: 0;
		display: block;
		z-index: 5;
	}
	
	.nz-media-slider .flex-direction-nav a.flex-next {
		left:auto;
		right:-40px;
	}

	.nz-media-slider:hover .flex-direction-nav a.flex-next{right:15px;opacity: 1;}
	.nz-media-slider:hover .flex-direction-nav a.flex-prev{left:15px;opacity: 1;}

	.nz-media-slider .flex-direction-nav a:before {
		display: block;
		top: 0;
		left: 0;
		height: inherit;
		width: inherit;
		font-size: 16px;
		line-height: 40px !important;
		content: "\e910";
		color: #ffffff;
	}

	.nz-media-slider .flex-direction-nav a.flex-next:before {
		content: "\e913";
	}

/*	PRICING TABLE
/*=============*/

	.nz-pricing-table:after {
		content: "";
		display: table;
		clear: both;
	}

	.nz-pricing-table > .column {	
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}

	.nz-pricing-table > .column .title {	
		width: 100%;
		max-width: 100%;
		margin:0 auto 0 auto;
		font-size: 18px;
		line-height: 28px;
		position: relative;
		z-index: 6;
		padding: 20px 0;
	}

	.nz-pricing-table > .column .tariff {
		margin-top: 10px;
		display: block;
		color:#999;
		font-size: 16px;
		line-height: 26px;
		font-style: italic;
		text-align: center;
		font-family: Georgia,"Times New Roman",Times,serif;
	}

	.nz-pricing-table > .column.highlight-true .tariff,
	.nz-pricing-table > .column.highlight-true .price {
		color:#fff !important;
	}

	.nz-pricing-table > .column img {
		margin-top: 25px;
	}

	.nz-pricing-table > .column .pricing {
		padding: 30px 20px 30px 20px;
		background-color: #f9f9f9;
		text-align: center;
		display: table;
		width: 100%;
		position: relative;
	}

	.nz-pricing-table > .column .column-inner {
		border:1px solid #e0e0e0;
		padding: 0px;
		overflow: hidden;
		background-color: #fff;
	}


	.nz-pricing-table > .column .pricing .plan {
		font-weight: 400;
	}

	.nz-pricing-table .c-body {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.nz-pricing-table .c-row {
		padding:5px 0px;
		font-size: 14px;
		line-height: 24px;
		position: relative;
	}

	.nz-pricing-table .price {
		font-size: 42px;
		line-height: 42px;
		display: inline-block;
	}

	.nz-pricing-table .c-foot {
		padding: 0px 20px 20px 20px;
	}

	.nz-pricing-table .button {
		margin: 0;
		border-radius: 3px;
	}

/*  PROJECTS
/*=============*/
	
	.blog-layout-wrap,
	.shop-layout-wrap,
	.projects-layout-wrap {
 		padding: 70px 0 70px 0;
 		background-color: #ffffff;
	}

	.small-image-nogap.projects-layout-wrap.filter-false,
	.medium-image-nogap.projects-layout-wrap.filter-false,
	.tax-projects-tag .small-image-nogap.projects-layout-wrap,
	.tax-projects-category .small-image-nogap.projects-layout-wrap,
	.tax-projects-tag .medium-image-nogap.projects-layout-wrap,
	.tax-projects-category .medium-image-nogap.projects-layout-wrap,
	.tax-projects-tag .small-image.projects-layout-wrap,
	.tax-projects-category .small-image.projects-layout-wrap,
	.tax-projects-tag .medium-image.projects-layout-wrap,
	.tax-projects-category .medium-image.projects-layout-wrap,
	.tax-projects-tag .large-image.projects-layout-wrap,
	.tax-projects-category .large-image.projects-layout-wrap {
		padding-top: 0;
	}

	.single .shop-layout-wrap.nopadding-true{
		padding-bottom: 0px;
	}

	.projects-layout-wrap.navigation-false {
		padding-bottom: 0;
	}

	.single .projects-layout-wrap {
 		padding: 70px 0 30px 0 !important;
	}

	.single .nz-related-projects {
 		padding: 50px 0 50px 0;
	}

	.loop .projects-layout {
		position: relative;
	}

	.loop .small-image.projects-layout,
	.loop .medium-image.projects-layout,
	.loop .large-image.projects-layout,
	.loop .small-standard.projects-layout,
	.loop .medium-standard.projects-layout,
	.loop .large-standard.projects-layout,
	.nz-recent-projects.small-image,
	.nz-recent-projects.medium-image,
	.nz-recent-projects.large-image,
	.nz-recent-projects.small-standard,
	.nz-recent-projects.medium-standard,
	.nz-recent-projects.large-standard {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 35px;
	}

	.loop .small-image .projects,
	.loop .medium-image .projects,
	.loop .large-image .projects,
	.loop .small-standard .projects,
	.loop .medium-standard .projects,
	.loop .large-standard .projects,
	.nz-recent-projects.small-image .projects,
	.nz-recent-projects.medium-image .projects,
	.nz-recent-projects.large-image .projects,
	.nz-recent-projects.small-standard .projects,
	.nz-recent-projects.medium-standard .projects,
	.nz-recent-projects.large-standard .projects {
		padding: 0 15px 30px 15px;
	}

	.loop .projects-layout .projects,
	.nz-recent-projects .projects {
		overflow: hidden;
		max-width: 100%;
		margin-bottom: 0px;
		display: block;
	}

	.loop .projects-layout .projects-post {
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
		opacity: 1;
	}


	.loop .small-standard .projects .ninzio-overlay,
	.loop .medium-standard .projects .ninzio-overlay,
	.loop .large-standard .projects .ninzio-overlay,
	.nz-recent-projects.small-standard .projects .ninzio-overlay,
	.nz-recent-projects.medium-standard .projects .ninzio-overlay,
	.nz-recent-projects.large-standard .projects .ninzio-overlay {
		background-color: rgba(0,0,0,0.4);
	}

	.nz-related-products-separator {
		position: relative;
		text-align: center;
		margin-top:70px;
	}

	.nz-related-products-separator:before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		margin-top: -0.5px;
		content: "";
		background-color: #e0e0e0;
	}

	.nz-related-products-separator h3 {
		display: inline-block;
		z-index: 10;
		position: relative;
		margin: 0;
		padding:5px 10px;
		background-color: #e0e0e0;
		text-transform: uppercase;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
	}

	.nz-related-products-separator h3:after, 
	.nz-related-products-separator h3:before {
	    content: "";
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    top: 0;
	}

	.nz-related-products-separator h3:before {
	    left: -10px;
	    border-width: 0 0 34px 10px;
	    border-color: transparent transparent #e0e0e0 transparent;
	}

	.nz-related-products-separator h3:after {
	    right: -10px;
    	border-width: 34px 10px 0 0;
    	border-color: #e0e0e0 transparent transparent transparent;
	}

	.nz-related-products .product {
		padding-bottom: 20px;
		margin-bottom: 0px !important;
	}

	

	.project-social-link-share .social-links {
	    width: auto;
	}

	.project-social-link-share .social-links-share {
	    cursor: pointer;
	    color: #ccc;
	    -webkit-transition: all 300ms ease;
	    transition: all 300ms ease;
	    text-align: center;
	}

	.project-social-link-share .social-links-share:hover {
	    color: #999;
	}

	.project-social-link-share .social-links a {
	    width: 26px;
	    height: 26px;
	    line-height: 26px;
	    border-radius: 26px;
	    font-size: 14px;
	    text-align: center;
	    color: #ccc !important;
	    background-color: transparent !important;
	    margin: 0;
	    -webkit-transition: color 300ms ease-out, opacity 300ms ease-out, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    transition: color 300ms ease-out, opacity 300ms ease-out, transform 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    overflow: hidden;
	    transform: translateY(20px);
	    -webkit-transform: translateY(20px);
	    opacity: 0;
	}

	.project-social-link-share .social-links a:hover {
	    background-color: transparent !important;
	}

	.project-social-link-share .social-links a:nth-child(5) {
	    -webkit-transition-delay: 0;
	    transition-delay: 0;
	}

	.project-social-link-share .social-links a:nth-child(4) {
	    -webkit-transition-delay: 70ms;
	    transition-delay: 70ms;
	}

	.project-social-link-share .social-links a:nth-child(3) {
	    -webkit-transition-delay: 90ms;
	    transition-delay: 90ms;
	}

	.project-social-link-share .social-links a:nth-child(2) {
	    -webkit-transition-delay: 110ms;
	    transition-delay: 110ms;
	}

	.project-social-link-share .social-links a:nth-child(1) {
	    -webkit-transition-delay: 130ms;
	    transition-delay: 130ms;
	}

	.project-social-link-share .social-links a.animated {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity: 1;
	}

	

/*	POSTS
/*=============*/

	.blog-post-1 {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.posts-fade-out {
		visibility: hidden;
		opacity: 0;
	}

	.loop .post,
	.nz-recent-posts .post {
		padding-bottom: 30px;
		position: relative;
	}

	.list .loop .post {
		padding-bottom: 50px;
	}

	.blog-post,
	.nz-recent-posts {
		position: relative;
	}

	.loop .blog-post .post-body,
	.nz-recent-posts .post-body {
		padding:40px 20px;
		text-align: center;
		width: 100%;
		display: table;
		vertical-align: middle;
		position: relative;
	}

	.standard .blog-post .post-body {
		text-align: left;
	}

	.list .loop .blog-post .post-body {
		background-color: #f7f7f7;
	}

	.small .loop .blog-post .post-body {
		padding:40px 0px;
	}

	.blog-post .post .nz-thumbnail,
	.nz-recent-posts .post .nz-thumbnail {
		overflow: initial;
	}

	.blog-post .post .post-date-full,
	.nz-recent-posts .post .post-date-full {
		position: absolute;
		bottom:-18px;
		left: 50%;
		margin-left: -60px;
		width: 120px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		text-transform: uppercase;
		z-index: 85;
		text-align: center;
	}

	.list .blog-post .post .post-date-full {
		position: relative;
		top:auto;
		left:auto;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 25px;
	}

	.blog-post .post .post-date-full:after,
	.nz-recent-posts .post .post-date-full:after,
	.blog-post .post .post-date-full:before,
	.nz-recent-posts .post .post-date-full:before {
		display: block;
		content: "";
		top: 0;
		left: -16px;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 36px 16px;
	}

	.blog-post .post .post-date-full:before,
	.nz-recent-posts .post .post-date-full:before {
		border-width: 36px 16px 0 0;
		left: auto;
		right: -16px;
	}

	.blog-post .post .post-title,
	.nz-recent-posts .post .post-title {
		margin: 0px 0 10px 0;
    	font-size: 18px;
    	line-height: 28px;
	}

	.post-date-full-list {
		display: none !important;
	}

	.list .blog-post .post .post-date-full-list {		    
	    display: block !important;
	    margin-bottom: 40px;
	}

	.blog-post .post .postmeta,
	.nz-recent-posts .postmeta {
    	margin-bottom: 15px;
	}

	.blog-post .post .postmeta > *,
	.nz-recent-posts .postmeta > * {
    	font-size: 16px;
    	line-height: 26px;
    	display: inline-block;
	}

	.single .blog-post .post .postmeta > *,
	.post .post-category a {
    	-webkit-transition: all 0.3s;
	    transition: all 0.3s;
	    color: #999 !important;
	    font-family: Georgia,"Times New Roman",Times,serif;
	    font-style: italic;
	}

	.blog-post .post .postmeta > *:not(:first-child),
	.nz-recent-posts .postmeta > *:not(:first-child) {
    	position: relative;
	}

	.blog-post .post .postmeta > *:not(:first-child) {
		padding-left: 30px;
	}

	.blog-post .post .postmeta > *:not(:first-child):before {
		display: block;
		content: "/";
		position: absolute;
		top:0px;
		left: 10px;
		background-color: transparent !important;
	}

	.single .blog-post .post .post-title {
    	font-size: 34px;
    	line-height: 44px;
    	position: relative;
    	margin-bottom:0px; 
    	padding-bottom:20px; 
	}

	.single .blog-post .post .post-title:after {
		width: 70px;
		height:2px;
		left: 0;
		bottom: 0;
		position: absolute;
		content: "";
		display: block;
	}

	.blog-post .post .post-title a,
	.nz-recent-posts .post .post-title a {
		color: inherit !important;
		-webkit-transition: all 0.3s;
    	transition: all 0.3s;
    	display: block;
	}

	.single-project-layout-whole .post-gallery {
		margin-bottom:40px; 
	}

	.post-gallery {
		position: relative;
	}

	.post-gallery ul {margin: 0;list-style: none;}

	.post-gallery  ul li {padding: 0;}

	.post-gallery .flex-direction-nav {
		width: 65px; 
		text-align: center;
		list-style: none;
		z-index: 50;
		margin: 0;
		opacity: 1;
		position: absolute;
		top: 10px;
		right:10px;
	}

	.post-gallery .flex-direction-nav li {
		margin: 0px;
		display: inline-block;
		padding: 0;
	}

	.post-gallery .flex-direction-nav li:last-child a {
		margin-right: 0;
	}

	.post-gallery .flex-direction-nav li a {
		display:inline-block;
		width:30px;
		height:30px;
		background-color:rgba(0,0,0,0.1);
		line-height: 32px;
    	cursor: pointer;
   		margin: 0 5px 0px 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
		cursor: pointer;
		color: #fff !important;
		font-size: 12px;
	}

	.post-gallery .flex-direction-nav li a.flex-prev span {
		position: relative;
		left: -1px;
	}
	.post-gallery .flex-direction-nav li a.flex-next span {
		position: relative;
		right: -1px;
	}

	.sticky-ind {
		display: inline-block;
		width: 40px;
		height: 40px;
		padding: 0 !important;
		background-image: url(images/pin.png);
		background-position:50% 40%;
		background-repeat:no-repeat;
		position: absolute;
		top: 0px;
		right: 15px;
		z-index: 15;
		background-color: rgba(0,0,0,0.5);
	}

	.standard .sticky-ind {
		background-position:50% 50%;
	}

	.post-audio {margin-bottom: 0px;}
	.post-video {margin-bottom: 0px;}

	.post.format-chat ul {
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	}

	.post.format-chat ul li {
		padding: 5px 0;
	}

	.post.format-chat ul li:after {
		content: "";
		display: table;
		clear: both;

	}

	.post.format-chat ul li span.name {
		display:block;
		margin-right: 10px;
		margin-bottom: 10px;
		font-weight: 600;
		color: #999;
	}

	.post.format-chat ul li span.name:after {
		content: ": ";
		display: inline;
	}

	.post.format-chat ul li p {
		margin:0;
		display:inline-block;
		background-color: #f7f7f7;
		padding: 10px 20px;
		border-radius:0 5px 5px 5px;
		position: relative;
	}

	.post.format-chat ul li p:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 0 10px;
		border-color: transparent transparent transparent #f7f7f7;
		position: absolute;
		left: 0;
		top: -7px;
	}

	.post.format-chat ul li:nth-child(2n+2) p {
		background-color: #f7f7f7;
	}

	.post.format-chat ul li:nth-child(2n+2) p:before {
		border-color: transparent transparent transparent #f7f7f7;
	}

	.status-author,
	.quote-author,
	.link-link {
		padding: 15px 0 0 0;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

	.format-aside .single-post-content,
	.format-status .single-post-content,
	.format-quote .single-post-content {
		background-color: #f7f7f7;
	    padding: 30px;
	    font-family: georgia;
	    font-size: 18px;
	    line-height: 34px;
	    font-style: italic;
	}

	.format-aside .single-post-content p:last-child,
	.format-status .single-post-content p:last-child,
	.format-quote .single-post-content p:last-child {
		margin: 0;
	}

	.post .post-excerpt {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.post .post-more {
		text-transform: uppercase;
		font-size: 13px;
		display: inline-block;
		position: relative;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		letter-spacing: 2px;
		color: #999999 !important;
	}

	.post .post-more:after {
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		bottom: 0px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
		background-color: #eee;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.list .loop .post .post-more:after {
		background-color: #e0e0e0;
	}

	.post .post-more:hover:after {
		width: 50%;
	}

	.post .post-category {
		position: relative;
		color: #ccc !important;
	}

	.list .loop .post .post-category,
	.standard .loop .post .post-category {
		padding-left: 30px;
		background-image: url(images/category_icon.png);
		background-position: left 50%;
		background-repeat: no-repeat;
	}

	.loop .load-more {
		background-color: #fff;
		border:1px solid #e0e0e0;
		padding: 10px 25px;
		width: 100%;
		text-align: center;
		color: #999;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
	}

	.nz-reletated-posts-sep,
	.post-comments-area .comments-title,
	.post-comments-area #respond #reply-title {
		padding-bottom: 20px;
		margin-bottom: 30px;
		margin-top:50px;
		position: relative;
		text-transform: uppercase;
		color: #bbb;
		font-size: 16px !important;
		letter-spacing: 2px;
	}

	.post-comments-area .comments-title,
	.post-comments-area #respond #reply-title {
		margin-left: 0px;
		margin-right: 0px;
	}

	.post-comments-area .comments-title {
		font-size: 20px;
		line-height: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.single .post-body {
		padding: 50px 0 0 0;
		position: relative;
	}

	.single .projects .post-body {
		padding: 0px;
		background-color: transparent;
		margin-bottom: 50px;
	}

	.single .project-details {
		padding: 20px 0;
	}

	.single .project-details ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.single .project-details ul li {
		padding: 4px 0px 4px 30px;
		margin-bottom: 3px;
		display: block;
		position: relative;
	}

	.single .project-details ul li:after {
		content: "\e6fe";
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0px;
		width:16px;
		height: 16px;
		border-radius: 16px;
		line-height: 16px;
		font-size: 6px;
		display: block;
		text-align: center;
		color: #fff;
	}

	.single .related-posts .post-body {
		padding: 30px 20px;
		position: relative;
		min-height: auto;
	}

	.single .related-posts .post-title {
		font-size: 16px !important;
		line-height: 26px !important;
		padding: 0 !important;
		margin: 0 !important;
		text-align: center;
		color: #333;
	}

	.single .related-posts .post-date {
	    font-size: 16px;
	    line-height: 26px;
	    font-style: italic;
	    font-family: Georgia,"Times New Roman",Times,serif;
	    color: #999;
	    text-align: left;
	    padding-top: 15px;
	}

	.single .blog-post .post-social-share {
		width: 100%;
		margin-top: 30px;
		padding: 25px 0 20px 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.single .post-social-share .social-links {
		overflow: inherit;
		height: auto;
	}

	.single .post-social-share .social-links a {
		margin: 0;
		width: 130px;
		border-radius: 0px;
		line-height: 36px;
		margin-bottom: -3px;
	}

	.single .post-social-share .social-links a span {
		display: inline-block;
		padding-left: 5px;
	}

	.single .post-social-share .social-links span {
		display: inline-block;
    	vertical-align: top;
	}

	.post-social-share {
		display: inline-block;
		text-align: left;
		width: 100%;
	}

	.post-views,
	.post-likes {
		float:right;
		height: 36px;
		margin-top: 30px;
	}

	.post-views {
		padding-left: 20px;
	}

	.post-views,
	.post-likes,
	.post-likes a {
		color: #ccc !important;
		font-size: 13px;
		line-height: 36px;
	}

	.post-views .icon-eye4 {
		position: relative;
		bottom: -2px;
		padding-right: 3px;
		display: inline-block;
		font-size: 16px;
		color: #ccc;
		-webkit-transition: all 300ms ease;
    	transition: all 300ms ease;
	}

	.post-likes #dolike {
		font-size: 14px;
	}

	.single .post .post-social-share .share-label,
	.single .projects .post-social-share .share-label,
	.single .product .post-social-share .share-label {
		display: inline-block;
		line-height: 34px;
		padding-right: 15px;
	}

	.nz-related-products .post-social-share {
		display: none;
	}

	.post-social-share .social-links {
		height: 36px;
	}

	.post-social-share .social-links a {
		height: 36px;
		width: 36px;
		line-height: 36px;
		border-radius: 36px;
	}

	.post-social-share .social-links a,
	.post-social-share .social-links a:hover {
		color: #fff !important;
	}

	.post-social-share .social-links a.icon-facebook   {border-color:#607bb3 !important;background-color:#607bb3 !important;}
	.post-social-share .social-links a.icon-twitter    {border-color:#37bbf5 !important;background-color:#37bbf5 !important;}
	.post-social-share .social-links a.icon-googleplus {border-color:#e74b32 !important;background-color:#e74b32 !important;}
	.post-social-share .social-links a.icon-linkedin   {border-color:#319cda !important;background-color:#319cda !important;}
	.post-social-share .social-links a.icon-pinterest  {border-color:#db2e36 !important;background-color:#db2e36 !important;}

	.post-social-share .social-links a.icon-facebook:hover   {border-color:#4c68a2 !important;background-color:#4c68a2 !important;}
	.post-social-share .social-links a.icon-twitter:hover    {border-color:#29abe4 !important;background-color:#29abe4 !important;}
	.post-social-share .social-links a.icon-googleplus:hover {border-color:#d23b23 !important;background-color:#d23b23 !important;}
	.post-social-share .social-links a.icon-linkedin:hover   {border-color:#2288c3 !important;background-color:#2288c3 !important;}
	.post-social-share .social-links a.icon-pinterest:hover  {border-color:#c9232b !important;background-color:#c9232b !important;}

	.nz-load-more {
		text-align: center;
		height: 102px;
		padding-top: 50px;
	}
	.nz-load-more a {margin:0;outline: none;}
	.nz-load-more.clicked a {display: none;}
	.nz-load-more.clicked .nz-loader {display: block;}

	.nz-loader {
		display: none;
		font-size:10px;
		margin: 0 auto 0 auto;
		border-top: 3px solid rgba(0, 0, 0, 0.1);
		border-right: 3px solid rgba(0, 0, 0, 0.1);
		border-bottom: 3px solid rgba(0, 0, 0, 0.1);
		border-left: 3px solid rgba(0, 0, 0, 0.3);
		-webkit-animation: load8 0.3s infinite linear;
		animation: load8 0.3s infinite linear;
	}
	
	.nz-loader,
	.nz-loader:after {
		border-radius:40px;
		width:40px;
		height:40px;
	}

	.single .post-tags {
		padding-top: 50px;
	}

	.single .post-tags > * {
		margin-right: 5px;
	}

	.single .post-meta {
		position: relative;
		padding-bottom: 40px;
	}

	.single-category,
	.post-author,
	.post-comments {
		display: inline-block;
    	color: #999;
    	position: relative;
	}

	.single-category a,
	.post-comments a {
    	color: #999 !important;
        -webkit-transition: all 300ms;
		transition: all 300ms;
	}

	.ninzio-nav-single {
		background-color: #fff;
		height: 40px;
		width: 100%;
		margin-top: 20px;
		position: relative;
	}

	.ninzio-nav-single > * {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		text-transform: uppercase;
		position: relative;
		color: #ccc !important;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.ninzio-nav-single > *:hover {
		color: #333 !important;
	}

	.ninzio-nav-single > *[rel="prev"] {padding-left: 50px;}
	.ninzio-nav-single > *[rel="next"] {padding-right: 50px;text-align: right;}

	.ninzio-nav-single > *:after,
	.ninzio-nav-single > *:before {
		content: "\e914";
		display: block;
		position: absolute;
		width: 24px;
		height: 24px;
		font-size: 24px;
		line-height: 24px;
		top: 50%;
		left: 16px;
		margin-top: -12px;
	}

	.ninzio-nav-single > *[rel="next"]:after,
	.ninzio-nav-single > *[rel="next"]:before {
		transform: rotate(180deg);
	}

	.ninzio-nav-single > *:after {
		left: 10px;
	}

	.ninzio-nav-single > *[rel="next"]:after,
	.ninzio-nav-single > *[rel="next"]:before {
		right: 16px;
		left: auto;
	}

	.ninzio-nav-single > *[rel="next"]:after {
		right: 10px;
		left: auto;
	}

	.ninzio-nav-single > :only-child {
		width: 100% !important;
	}

	.ninzio-nav-single > *:not(:only-child) {
		width: 50% !important;
	}

	.standard .loop .blog-post .post-body {
		background-color:transparent;
		padding:40px 0px;
		margin-bottom: 20px;
		border-bottom:1px solid #eee !important;
	    box-shadow:none !important;
	}

	.standard .loop .blog-post .format-quote .post-body,
	.standard .loop .blog-post .format-status .post-body,
	.standard .loop .blog-post .format-link .post-body,
	.standard .loop .blog-post .format-aside .post-body {
		padding-top: 0;
	}

	.standard .loop .blog-post .format-quote .post-body .format-wrapper,
	.standard .loop .blog-post .format-status .post-body .format-wrapper,
	.standard .loop .blog-post .format-link .post-body .format-wrapper,
	.standard .loop .blog-post .format-aside .post-body .format-wrapper {
		padding:50px;
	}

	.standard .loop .blog-post .format-quote .post-body .format-wrapper > *,
	.standard .loop .blog-post .format-status .post-body .format-wrapper > *,
	.standard .loop .blog-post .format-link .post-body .format-wrapper > *,
	.standard .loop .blog-post .format-aside .post-body .format-wrapper > *,
	.standard .loop .blog-post .format-quote .post-body .format-wrapper h3,
	.standard .loop .blog-post .format-status .post-body .format-wrapper h3,
	.standard .loop .blog-post .format-link .post-body .format-wrapper h3,
	.standard .loop .blog-post .format-aside .post-body .format-wrapper h3 {
		color: #999 !important;
	}

	.standard .loop .blog-post .format-quote .post-body .format-wrapper > .post-excerpt,
	.standard .loop .blog-post .format-status .post-body .format-wrapper > .post-excerpt,
	.standard .loop .blog-post .format-link .post-body .format-wrapper > .post-excerpt,
	.standard .loop .blog-post .format-aside .post-body .format-wrapper > .post-excerpt {
		margin-bottom: 0px;
		font-size: 24px;
		line-height: 34px;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-style: italic;
	}

	.standard .loop .blog-post .post .post-title {
    	font-size: 28px;
    	line-height: 38px;
	}

	.standard .loop .sticky-ind {
		left: -65px;
    	top: 92px;
		width: 66px;
		height: 66px;
		bottom: auto;
		right: auto;
		background-image: url(images/pin2.png);
		background-color: #f0f0f0;
		border-radius: 3px;
	}

	.standard .loop .sticky-ind:before,
	.standard .loop .sticky-ind:after {
		display: none;
	}

	.standard .loop .post .post-excerpt {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 24px;
	}

	.standard .loop .post .post-excerpt {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 24px;
	}

	.standard .post-date-custom,
	.standard .post-format-status {
	    left: -65px;
    	top: 0;
    	padding: 16px 0px;
    	width: 66px;
    	display: block;
	    position: absolute;
	    z-index: 15;
	    border-radius: 3px;
	}

	.standard .post-format-status {
	    top: 92px;
	    width: 66px;
	    height: 66px;
	    background-repeat: no-repeat;
    	background-repeat: no-repeat;
    	background-position: center center;
	}

	.standard .post-format-status + .sticky-ind {
	    top: 168px;
	}

	.standard .post-format-status.format-standard {background-image: url(images/format-standard.png);}
	.standard .post-format-status.format-aside {background-image: url(images/format-aside.png);}
	.standard .post-format-status.format-audio {background-image: url(images/format-audio.png);}
	.standard .post-format-status.format-video {background-image: url(images/format-video.png);}
	.standard .post-format-status.format-gallery {background-image: url(images/format-gallery.png);}
	.standard .post-format-status.format-link {background-image: url(images/format-link.png);}
	.standard .post-format-status.format-quote {background-image: url(images/format-quote.png);}
	.standard .post-format-status.format-status {background-image: url(images/format-status.png);}
	.standard .post-format-status.format-chat {background-image: url(images/format-chat.png);}

	.standard .post-date-custom > span:first-child {
		font-size: 26px;
	    line-height: 35px;
	    height: 30px;
	    display: block;
	    text-align: center;
	    color: #fff;
	}

	.standard .post-date-custom > span:last-child {
		font-size: 11px;
	    line-height: 15px;
	    height: 20px;
	    text-transform: uppercase;
	    display: block;
	    text-align: center;
	    color: #fff;	    
	}

	.standard .post-date-custom > span:first-child {
	    font-size: 28px;
	    line-height: 37px;
	}

	.standard .post-date-custom > span:last-child {
	    font-size: 12px;
    	line-height: 20px;
	}

	.standard .loop .blog-post .format-quote .post-body .format-wrapper, 
	.standard .loop .blog-post .format-status .post-body .format-wrapper, 
	.standard .loop .blog-post .format-link .post-body .format-wrapper, 
	.standard .loop .blog-post .format-aside .post-body .format-wrapper {
		background-color: #f7f7f7;
	}

/*	COMMENTS
/*=============*/
	
	/*	Comment form
	/*-------------*/

		.post-comments-area {
			position: relative;
			padding-bottom: 50px;
		}

		.post-comments-area #respond {
			margin:20px 0 20px 0;
		}

		.post-comments-area .comment-navigation {
			margin-bottom: 20px;	
		}

		.post-comments-area #respond #reply-title small {
			display: block;
			font-weight: normal;
			font-size: 11px;
		}

		.post-comments-area #respond form,
		.post-comments-area #respond .form-submit ,
		.post-comments-area #respond .form-submit input[type="submit"] {
			margin-bottom: 0;
		}

		.post-comments-area .comment-form-author,
		.post-comments-area .comment-form-email,
		.post-comments-area .comment-form-url,
		.post-comments-area .respond-textarea {
			display:block;
			width:100%;
			margin-bottom: 20px;
		}

		.post-comments-area .comment-form-author input,
		.post-comments-area .comment-form-email input,
		.post-comments-area .comment-form-url input,
		.post-comments-area .respond-textarea textarea {
			width: 100%;
			margin-bottom: 0;
			box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
		}

		.post-comments-area .comment .comment-form-author input,
		.post-comments-area .comment .comment-form-email input,
		.post-comments-area .comment .comment-form-url input,
		.post-comments-area .comment .respond-textarea textarea {
			background-color: #ffffff !important;
		}


		.post-comments-area .comment-form-author input,
		.post-comments-area .comment-form-email input,
		.post-comments-area .comment-form-url input {
			height: 55px;
			line-height: 55px;
		}

	/*	Comment list
	/*-------------*/

		.comment-list ul.children {
			margin: 0;
			list-style:none;
		}

		.comment-list .comment {
			padding:30px;
			margin: 0 0 20px 0;
			width: 100%;
			position: relative;
			background-color: #fafafa;
		    border-bottom-width: 1px;
		    border-bottom-style: solid;
		    border-bottom-color: #eee;
		    box-shadow: 0 2px #f1f1f1;
		}

		.comment-list .comment.bypostauthor {
			background-color: #f9f9f9;
		}

		.comment-list .comment #respond {
			margin-bottom: 0;
		}

		.comment-list .comment .comment-body {
			display: table;
		}

		.comment-list .comment-gavatar,
		.comment-list .comment-content {
			display: table-cell;
			vertical-align: top;
		}

		.comment-list .comment .comment-gavatar {
			padding-right: 20px;
			min-width: 80px;
		}

		.comment-list .comment .comment-text p:last-child {
			margin-bottom: 0;
		}

		.comment-meta .comment-author {
			margin-bottom: 3px;
		}

		.comment-meta .comment-author cite {
			font-style: normal;
			font-size: 18px;
			font-weight: 400;
			color: #333;
		}

		.comment-meta .comment-date-time {
			display: inline-block;
			padding-top: 0px;
			padding-bottom: 10px;
		}

		.comment-meta {
			padding-right: 80px;
		}

		.comment-meta .replay {
			display:block;
			position: absolute;
			top: 20px;
			right: 20px;
		}

		.comment-meta .replay a {
			display: block;
			padding: 3px 18px 3px 18px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			position: relative;
			background-color: #ebebeb;
			text-transform: uppercase;
			text-align: center;
			font-size: 12px;
			color: #777 !important;
		}

		.comment-content .edit-link a {margin:10px 0px 0 0;color: #999 !important; }
		.comment-meta .comment-date-time a {color: #999 !important;}

		.post-comments-area a,
		.post-author-info-title a {
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

/*  WOO
/*=============*/
	
	/*	General
	/*=============*/

		.page-content .woocommerce {padding-bottom: 50px;}
		#nz-content .woocommerce {padding-bottom: 0px !important;}
		.woocommerce-checkout #nz-content .woocommerce 
		{padding-bottom: 50px !important;}
		.shop-banner {margin-bottom: 30px;}

		.woocommerce-account .page-content .woocommerce {
			margin:0 auto 70px auto;
		} 

	/*	Loop
	/*=============*/

		.woocommerce .demo_store {
			position: fixed;
			margin:0;
			text-align: center;
			left: 0;
			top: 0;
			width: 100%;
			padding:10px 20px;
			border-color:#a6c4d8;
			background: #e3eff7;
			color: #225f87;
			z-index: 99;
		}

		.shop-layout,
		.woocommerce .main-content {
			position: relative;
		}

		.woocommerce .main-content {
			margin-bottom: 0;
		}

		.woocommerce .page-title {
			display: none;
		}

		.woocommerce .products {
			position: relative;
			list-style: none;
			overflow: visible !important;
			margin: 0 auto 0 auto;
		}

		.woocommerce .product {
			position: relative;
			max-width: 100%;
			width: 100%;
			margin-bottom: 50px;
			padding-top: 0;
		}

		.nz-product-posts .product {
			padding-bottom: 0px;
		}

		.nz-product-posts .product > a {
			display: block;
			width: 100%;
		}

		.woocommerce .product img {
			z-index: 3;
		}

		.loop .products .product .product-body,
		.nz-recent-products .products .product .product-body,
		.nz-related-products .products .product .product-body {
			display: table;
			width: 100%;
			background-color: #fff;
			padding: 15px 25px 25px 25px;
			text-align: left;
		}



		.woocommerce .product .onsale {
			position: absolute;
		    width: 60px;
		    height: 60px;
		    border-radius: 60px;
		    line-height: 42px;
		    text-align: center;
		    color: #fff;
		    top: 0px;
		    left: 15px;
		    z-index: 50;
		}

		.woocommerce .single-product-image .onsale {
		    left: 0px;
		}

		.woocommerce .product .onsale:before {
			position: absolute;
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 70px 110px 0 0;
			z-index: -1;
		}
		
		.loop .products .product .product-title *,
		.nz-related-products .products .product .product-title *,
		.nz-recent-products .products .product .product-title * {
			display: inline-block;
		}

		.loop .products .product h3,
		.nz-related-products .products .product h3,
		.nz-recent-products .products .product h3 {
			font-size:18px;
		}

		.loop .products .product h3 a,
		.nz-related-products .products .product h3 a,
		.nz-recent-products .products .product h3 a {
			color: inherit;
		}

		.nz-recent-products .products .product h3 a {
			color: inherit !important;
		}

		.loop .products .product .price,
		.nz-related-products .products .product .price,
		.nz-recent-products .products .product .price {
			font-size: 22px;
		}

		.loop .products .product h3,
		.nz-related-products .products .product h3,
		.nz-recent-products .products .product h3 {
			line-height:26px;
			font-size: 16px;
			margin: 0;
			position: relative;
			-webkit-transition: all 0.3s;
    		transition: all 0.3s;
		}

		.loop .products .product h3:hover,
		.nz-related-products .products .product h3:hover,
		.nz-recent-products .products .product h3:hover {
			color: #999;
		}

		.loop .products .product .price,
		.nz-related-products .products .product .price,
		.nz-recent-products .products .product .price {
			line-height:28px;
			font-size: 18px;
			padding-top: 5px;
			display: block;
		}

		

		.woocommerce-tabs .comment-form-rating .stars a:last-child {
			border-right: none;
		}

		.woocommerce-tabs .comment-form-rating .stars a:after {
			font-weight: 400;
			text-transform: none;
			font-size: inherit;
			line-height: inherit;
			position: absolute;
			top: 10px;
			left: 25px;
			text-indent: 0px;
		}

		.woocommerce-tabs .comment-form-rating .stars a.active {
			color: #333 !important;
		}

		

		.woocommerce-tabs .commentlist .comment {
			padding:40px 30px;
			width: 100%;
			margin: 0 0 20px 0;
			width: 100%;
			background-color: #fafafa;
			border-bottom-width: 1px;
		    border-bottom-style: solid;
		    border-bottom-color: #eee;
		    box-shadow: 0 2px #f1f1f1;
			position: relative;
		}

		

		.footer .woocommerce .star-rating:before,
		.footer .woocommerce-page .woocommerce-product-rating .star-rating:before,
		.footer .woocommerce .comment-text .star-rating:before,
		.footer .widget_recent_reviews .star-rating:before,
		.footer .widget_top_rated_products .star-rating:before {
			color: #2d2d2d;
		}

		.woocommerce .star-rating span:before,
		.woocommerce-page .woocommerce-product-rating .star-rating span:before,
		.woocommerce .comment-text .star-rating span:before,
		.widget_recent_reviews .star-rating span:before,
		.widget_top_rated_products .star-rating span:before {
			content: "\e85e\e85e\e85e\e85e\e85e";
			top: 0;
			position: absolute;
			left: 0;
			font-weight: 400;
			text-transform: none;
			font-size: inherit;
			line-height: inherit;
		}

		.woocommerce .hreview-aggregate .star-rating,
		.woocommerce-page .woocommerce-product-rating .hreview-aggregate .star-rating {
		  margin: 10px 0 0 0;
		}

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

		.woocommerce .shop_table.cart {
			width: 100%;
			max-width: 100%;
			border-collapse: collapse;
			background-color: #fff;
		}

		.woocommerce .shop_table.cart td:not(.actions),
		.woocommerce .shop_table.cart th {
			border: 1px solid #eeeeee;
			background-color: #ffffff;
		}

		.product-remove,.product-quantity,.product-price {text-align: center;}

		.woocommerce .shop_table.cart td.actions {
			border:none;
		}

		.woocommerce .shop_table.cart .product-remove a {
			display: inline-block;
			color: #999 !important;
			background-color: #f7f7f7;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			width: 20px;
			height: 20px;
			line-height: 20px;
			margin:0;
			padding:0;
			font-size: 16px;
			text-align: center;
		}

		.woocommerce .shop_table.cart .product-remove a:hover {
			color: #333 !important;
		}

		.woocommerce .shop_table.cart .coupon label {
			display: none;
		}

		.woocommerce .shop_table.cart .coupon input[type="text"] {
			height: 50px;
			margin-right:15px;
			margin-bottom:7px;
			line-height: 50px;
		}

		.woocommerce .cart-collaterals {
			padding: 50px 0 25px 0;
		}

		.woocommerce .cart-collaterals:after {
			content: "";
			display: table;
			clear: both;
		}

		.woocommerce .cart-collaterals .cart_totals,
		.woocommerce .cart-collaterals .shipping_calculator {
			width: 100%;
			margin-bottom: 25px;
		}

		.woocommerce .cart-collaterals .cart_totals > h2,
		.woocommerce .cart-collaterals .shipping_calculator > h2 {
			margin-bottom: 25px;
		}

		.woocommerce .cart-collaterals .cart_totals > table,
		.woocommerce #order_review .shop_table {
			width: 100%;
			border-collapse: collapse;
		}

		.woocommerce .cart-collaterals .cart_totals > table td,
		.woocommerce .cart-collaterals .cart_totals > table th,
		.woocommerce #order_review .shop_table td,
		.woocommerce #order_review .shop_table th {
			border:1px solid #e0e0e0;
			background-color: #fff;
		}

		.woocommerce .cart-collaterals .shipping_calculator select,
		.woocommerce .cart-collaterals .shipping_calculator input[type="text"] {
			width: 100%;
		}

		.product-name a {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

		.woocommerce-cart .shop_table.cart .quantity {
			width: 70% !important;
		}

		.woocommerce .variation {
			padding: 0px;
			border-radius: 0px;
			border:none;
			margin: 0px;
		}

		.woocommerce .variation dt {
			width: 70px;
			display: inline-block;
			float: left;
			text-align: left;
		}

		.woocommerce .variation dd {
			margin: 0 !important;
     		padding: 0 !important;
     		display: inline-block;
			float: left;
		}

		.woocommerce .variation dd p {margin-bottom: 0;}

		.woo-cart .variation {
			display:block;
		}

		.woo-cart .variation > * {
			float: none !important;
			width: auto !important;
		}

		.woocommerce-account .variation {
			background-color: #ffffff;
		}

		.woocommerce dl dt:after {
			display: none;
		}

		#shipping_method {list-style: none;}

	/*	Checkout
	/*=============*/

		.select2-container .select2-choice {
			display: block;
			outline: 0;
			margin: 0 0 2px;
			text-align: left;
			vertical-align: top;
			height:50px;
			line-height: 50px;
			max-width: 100%;
			width: 100%;
			padding: 0px 20px !important;
			font-size: 16px;
			background-color: #eee !important;
			border:none;
			color: #999;
			border-radius: 0 !important;
			border: none;
			position: relative;
			-webkit-backface-visibility: hidden;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			box-shadow: none;
		}

		.woocommerce-checkout .page-content-container {
			padding-bottom: 40px;
		}

		.woocommerce .col2-set:after {
			content: "";
			display: table;
			clear: both;
		}

		.woocommerce .col2-set .col-1,
		.woocommerce .col2-set .col-2 {
			width: 100%;
			margin-bottom: 25px;
		}

		.woocommerce-billing-fields h3 {
			margin-bottom: 25px;
		}

		.woocommerce-billing-fields label,
		.woocommerce-shipping-fields label {
			display: block;
			margin-bottom:5px;
		}

		.woocommerce-billing-fields input,
		.woocommerce-billing-fields select,
		.woocommerce-shipping-fields input,
		.woocommerce-shipping-fields select {
			width: 100%;
		}

		.woocommerce-billing-fields input[type="checkbox"],
		.woocommerce-shipping-fields input[type="checkbox"] {
			width:auto;
		}

		.woocommerce #order_review_heading {
			margin: 50px 0 25px 0;
		}

		.woocommerce .payment_methods {
			list-style: none;
			margin-top: 50px;
		}

		.woocommerce-shipping-fields #ship-to-different-address label,
		.woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
			display: inline-block;
		}

		.woocommerce-shipping-fields #ship-to-different-address {
			margin-bottom: 20px;
		}

		.woocommerce .order_details {
			list-style: none;
			margin-bottom: 50px;
		}

		.woocommerce .order_details li {
			background-color: #fff;
			border: 1px solid #f7f7f7;
			border-bottom: 0;
			padding: 10px;
		}

		.woocommerce .order_details > li:last-child {
			border-bottom: 1px solid #f7f7f7;
		}

		.woocommerce .order_details h3 {
			margin-top:25px;
			margin-bottom:15px;
		}

		.woocommerce .shop_table {
			border-collapse: collapse;
			width: 100%;
			margin-bottom: 50px;
			background-color: #fff;
		}

		.woocommerce .shop_table th,
		.woocommerce .shop_table td {
			border: 1px solid #eee;
			padding: 15px;
		}

		.woocommerce-account .shop_table th,
		.woocommerce-account .shop_table td {
			background-color: #fff;
			border: 1px solid #eee;
		}

		.woocommerce .customer_details {
			width: 100%;
			margin-bottom: 50px;
		}

		.woocommerce .customer_details dt,
		.woocommerce .customer_details dd {
			background-color: #fff;
			margin: 0;
			padding: 10px;
			vertical-align: middle;
			border-bottom: none;
		}

		.col2-set address {
			padding: 20px;
			background-color: #fff;
			border:1px solid #eee;
		}

		.woocommerce-account .col2-set address {
			background-color: #f7f7f7;
		}

		.payment_method_paypal img {
			display: none;
		}

		.woocommerce-order-received address,
		.woocommerce-account address {
			padding: 20px;
			border:1px solid #e0e0e0;
			background-color: #fff;
		}

	/*	Account
	/*=============*/

		.woocommerce-account .form-row input,
		.woocommerce-account .form-row select {
			width: 100%;
		}

		.woocommerce-account .form-row input[type="submit"],
		.woocommerce-account .form-row input[type="checkbox"],
		.woocommerce-account .form-row input[type="radio"] {
			width: auto;
		}

		a.edit,
		a.view {
			text-transform: uppercase;
			color: #fff !important;
			padding: 10px 24px;
		    font-size: 13px;
		    line-height: 22px;
			text-align: center;
			display: inline-block;
			margin-bottom: 10px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

		.woocommerce-MyAccount-navigation {
			margin-bottom: 50px;
		}

		.woocommerce-MyAccount-navigation ul {
			list-style: none;
			margin:0;
			padding: 0;
			text-align: center;
		}

		.woocommerce-MyAccount-navigation ul li {
			display: inline-block;
			padding: 0;
			margin:0;
		}

		.woocommerce-MyAccount-navigation ul li a {
			display: block;
		    padding: 10px 24px;
		    font-size: 13px;
		    line-height: 22px;
		    outline: none;
		    border: none;
		    color: #999 !important;
		    position: relative;
		    display: inline-block;
		    overflow: hidden;
		    -webkit-backface-visibility: hidden;
		    z-index: 1;
		    text-align: center;
		    box-shadow:inset  0px 0px 0px 2px rgba(0,0,0,0.1);
		    background-color: transparent;
		    -webkit-transition: all 300ms ease;
		    transition: all 300ms ease;
		    width: 100%;
		}

		.woocommerce-MyAccount-navigation ul li a:hover,
		.woocommerce-MyAccount-navigation ul li.is-active a {
			color: #333 !important;
		    box-shadow:inset  0px 0px 0px 2px rgba(0,0,0,0.2);
		}

	/*	Widgets
	/*=============*/

		/*	Shopping cart, Products, Recently viewed, Reviews
		/*-----------------------*/

			.widget_shopping_cart .cart_list,
			.widget_products .product_list_widget,
			.widget_recently_viewed_products .product_list_widget,
			.widget_recent_reviews .product_list_widget,
			.widget_top_rated_products .product_list_widget,
			.widget_rating_filter ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.site-widget-area .widget_rating_filter a,
			.footer .widget_rating_filter a {
				color: #fff;
			}

			.footer .widget_shopping_cart .cart_list,
			.footer .widget_products .product_list_widget,
			.footer .widget_recently_viewed_products .product_list_widget,
			.footer .widget_recent_reviews .product_list_widget,
			.footer .widget_top_rated_products .product_list_widget {
				background-color:transparent;
				padding: 0
			}

			.widget_shopping_cart .cart_list > li,
			.widget_products .product_list_widget > li,
			.widget_recently_viewed_products .product_list_widget > li,
			.widget_recent_reviews .product_list_widget > li,
			.widget_top_rated_products .product_list_widget > li {
    			padding:20px 0;
    			border-bottom: 1px solid #eeeeee;
				position: relative;
			}

			.site-widget-area .widget_shopping_cart .cart_list > li,
			.site-widget-area .widget_products .product_list_widget > li,
			.site-widget-area .widget_recently_viewed_products .product_list_widget > li,
			.site-widget-area .widget_recent_reviews .product_list_widget > li,
			.site-widget-area .widget_top_rated_products .product_list_widget > li {
    			 border-bottom: 1px solid #333;
			}

			.footer .widget_shopping_cart .cart_list > li,
			.footer .widget_products .product_list_widget > li,
			.footer .widget_recently_viewed_products .product_list_widget > li,
			.footer .widget_recent_reviews .product_list_widget > li,
			.footer .widget_top_rated_products .product_list_widget > li {
    			border-bottom: 1px solid rgba(255,255,255,0.1);
				background-color:transparent;
			}

			.widget_shopping_cart .cart_list > li:last-child,
			.widget_products .product_list_widget > li:last-child,
			.widget_recently_viewed_products .product_list_widget > li:last-child,
			.widget_recent_reviews .product_list_widget > li:last-child,
			.widget_top_rated_products .product_list_widget > li:last-child {
    			border-bottom: none;
			}

			.widget_shopping_cart .cart_list > li:after,
			.widget_products .product_list_widget > li:after,
			.widget_recently_viewed_products .product_list_widget > li:after,
			.widget_recent_reviews .product_list_widget > li:after,
			.widget_top_rated_products .product_list_widget > li:after {
			    content: "";
		  		display: table;
				clear: both;
			}

			.widget_shopping_cart .cart_list > li > a,
			.widget_products .product_list_widget > li > a,
			.widget_recently_viewed_products .product_list_widget > li > a,
			.widget_recent_reviews .product_list_widget > li > a,
			.widget_top_rated_products .product_list_widget > li > a {
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
				display: block;
				font-size: 18px;
				color:#777 !important;
			}

			.widget_shopping_cart .cart_list > li > a {
				font-size: 14px;
			}

			.woo-cart .widget_shopping_cart .cart_list > li > a {
				color: #999 !important;
			}

			.footer .widget_shopping_cart .cart_list > li > a,
			.footer .widget_products .product_list_widget > li > a,
			.footer .widget_recently_viewed_products .product_list_widget > li > a,
			.footer .widget_recent_reviews .product_list_widget > li > a,
			.footer .widget_top_rated_products .product_list_widget > li > a {
				color:#fff;
			}

			.widget_shopping_cart .cart_list > li > a img,
			.widget_products .product_list_widget > li > a img,
			.widget_recently_viewed_products .product_list_widget > li a img,
			.widget_recent_reviews .product_list_widget > li a img,
			.widget_top_rated_products .product_list_widget > li a img {
				display: block;
				float: left;
				margin: 0 10px 0px 0;
				max-width:70px;
				height: auto;
			}

			.widget_products .product_list_widget .amount,
			.widget_recently_viewed_products .product_list_widget .amount,
			.widget_recent_reviews .product_list_widget .amount,
			.widget_top_rated_products .product_list_widget .amount {
				font-weight:400;
				font-size: 18px;
			}

			.widget_products .product_list_widget a,
			.widget_recently_viewed_products .product_list_widget a,
			.widget_recent_reviews .product_list_widget a,
			.widget_top_rated_products .product_list_widget a {
				display: block;
			}

			 .widget_shopping_cart .quantity {
				width:auto !important;
				display: inline-block;
				font-weight: 700;
			}

			.widget_shopping_cart .total {
				margin-bottom: 25px;
				margin-top: 25px;
			}

			.widget_shopping_cart p.buttons {
				margin-bottom: 0;
			}

			.widget_shopping_cart p.buttons > a {
				background-color: transparent;
				-webkit-transition: all 300ms ease;
				transition: all 300ms ease;
				padding:8px 20px; 
				font-size:12px;
				line-height: 22px;
			    color: #fff;
			    text-align: center;
			    text-transform: uppercase;
			    -webkit-transform: translateY(0) !important;
			    -ms-transform: translateY(0) !important;
			    transform: translateY(0) !important;
			    -webkit-transition: all 0.3s;
			    transition: all 0.3s;
			    -webkit-backface-visibility: hidden;
			}

			.sidebar .widget_shopping_cart p.buttons > a,
			.footer .widget_shopping_cart p.buttons > a,
			.site-widget-area .widget_shopping_cart p.buttons > a {
				color: #999 !important;
				box-shadow: inset 0 0 0 1px #eee;
				border-radius: 200px;
				background-color: transparent !important;
			}

			.footer .widget_shopping_cart p.buttons > a,
			.site-widget-area .widget_shopping_cart p.buttons > a {
				color: rgba(255,255,255,0.7) !important;
			    border: 1px solid rgba(255,255,255,0.2);
			}

			.sidebar .widget_shopping_cart p.buttons > a:hover,
			.footer .widget_shopping_cart p.buttons > a:hover,
			.site-widget-area .widget_shopping_cart p.buttons > a:hover {
				color: #333 !important;
				box-shadow: inset 0 0 0 1px #ccc;
			}

			.footer .widget_shopping_cart p.buttons > a:hover,
			.site-widget-area .widget_shopping_cart p.buttons > a:hover {
				color: rgba(255,255,255,1) !important;
				box-shadow: inset 0 0 0 1px #fff;
			}

			.woo-cart .widget_shopping_cart p.buttons > a {
				width: 135px;
				display: block;
				float: left;
			}

			.widget_shopping_cart p.buttons > a + a {
				margin-left: 10px;
			}

			.widget_recent_reviews .star-rating,
			.widget_top_rated_products .star-rating {
				margin-top:5px;
				margin-bottom: 5px;
			}

			.widget_shopping_cart .cart_list .remove {
				display: block;
				position: absolute;
				top: 20px;
				right: 0px;
				width: 20px;
				height: 20px;
				line-height: 20px;
				color: #333;
				text-align: center;
				background-color:transparent;
			}

			.woo-cart .widget_shopping_cart .cart_list li:first-child .remove {
				top: 15px;
			}

			.widget_shopping_cart .cart_list .remove {
				color: #333 !important;
			}

			.footer .widget_shopping_cart .cart_list .remove {
				color: #afb0b2 !important;
			}

			.widget_shopping_cart .cart_list .remove:hover {
				background-color: #eee !important;
				color: #333 !important;
			}

			.footer .widget_shopping_cart .cart_list .remove:hover {
				background-color: #2d2d2d !important;
				color: #fff !important;
			}

		/*	Price filter
		/*----------------------*/

			.widget_price_filter .price_slider{margin-bottom:25px;}
			.widget_price_filter .clear {clear: both;}

			.widget_price_filter .price_slider_amount .button {
				padding:10px 22px 10px 22px;
				font-size:13px;
				line-height:18px;
				top:auto;
				color: #fff;
				border-radius: 0;
				margin: 0;
				color: #999 !important;
			    box-shadow: inset 0 0 0 1px #eee;
			    border-radius: 200px;
			    background-color: transparent !important;
			}

			.widget_price_filter .price_slider_amount .button:hover {
				color: #333 !important;
				box-shadow: inset 0 0 0 1px #ccc;
			}

			.widget_price_filter .price_slider_amount .price_label {
				padding:7px 22px 10px 22px;
				text-align: center;
				display: inline-block;
			}

			.footer .widget_price_filter .price_slider_amount .price_label {
				background-color:transparent;
			}

			.widget_price_filter .ui-slider {
			    position: relative;
			    text-align: left;
			}

			.widget_price_filter .ui-slider .ui-slider-handle {
			    position: absolute;
			    z-index: 2;
			    width:16px;
			    height:16px;
			    border-radius:16px;
			    cursor: pointer;
			    outline: none;
			    top: -5px;
			    background-color: #ffffff;
				border: 4px solid;
			}

			.widget_price_filter .ui-slider .ui-slider-handle:last-child {
			    margin-left: -16px;
			}

			.footer-widget-area-wrap .widget_price_filter .ui-slider .ui-slider-handle {
				-webkit-transition:none;
				-moz-transition:none;
				-o-transition:none;
				-ms-transition:none;
				transition:none;
				opacity: 1 !important;
			}

			.widget_price_filter .ui-slider .ui-slider-range {
			    position: absolute;
			    z-index: 1;
			    display: block;
			    border: 0;
			    border-radius: 10px;
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
			}

			.widget_price_filter .price_slider_wrapper .ui-widget-content {
			    border-radius: 10px;
			    background: #e0e0e0;
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
			}

			.footer .widget_price_filter .price_slider_wrapper .ui-widget-content {
			    background: #2d2d2d;
			}

			.widget_price_filter .ui-slider-horizontal {
			    height:7px;
			}

			.widget_price_filter .ui-slider-horizontal .ui-slider-range {
			    top: 0;
			    height: 100%;
			}

			.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
			    left: -1px;
			}

			.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
			    right: -1px;
			}

		/*	Product categories, layered nav
		/*----------------------*/

			.widget_layered_nav ul,
			.widget_layered_nav_filters ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.widget_layered_nav ul li,
			.widget_layered_nav_filters ul li {
				font-size: 14px;
				margin-bottom: 10px;
				position: relative;
				padding: 0;
			}

			.widget_layered_nav ul li a,
			.widget_layered_nav_filters ul li a {
				font-weight: 700;
				position: relative;
				display: block;
				color: #444 !important;
				-webkit-transition: all 300ms ease-out;
				transition: all 300ms ease-out;
			}

			.footer .widget_layered_nav ul li a,
			.footer .widget_layered_nav_filters ul li a,
			.site-widget-area .widget_layered_nav ul li a,
			.site-widget-area .widget_layered_nav_filters ul li a {
				color: #fff !important;
			}

			.widget_layered_nav ul li span,
			.widget_layered_nav_filters ul li span {
				position: absolute;
				top: 50%;
				display:block;
				right: 0;
				-webkit-transform:translateY(-50%); 
				-ms-transform:translateY(-50%); 
				transform:translateY(-50%); 
			}


			.widget_layered_nav ul li ul,
			.widget_layered_nav_filters ul li ul {
				margin-left: 20px;
			}
			
			.widget_product_categories select,
			.widget_layered_nav select,
			.widget_layered_nav_filters select {
				width: 100%;
				padding-right: 5px;
			}

		/*	Products search
		/*----------------------*/

			.nz-product-search {
				padding-bottom: 50px;
				text-align: center;
			}

			.nz-product-search > .woocommerce-product-search {
				display: inline-block;
				width: 100%;
			}

			.widget_product_search form,
			.woocommerce-product-search {
				position: relative;
				margin-bottom: 0;
			}

			.widget_product_search form label,
			.woocommerce-product-search label {
				display: none;
			}

		/*	Shortcodes
		/*----------------------*/
			.product.woocommerce > del,
			.product.woocommerce > ins,
			.product.woocommerce > small {
				margin-right: 5px;
				display: inline-block;
			}

/*	RESPONSIVE
/*=============*/

	/*	MIN MOB PORTRAIT
	/*-------------*/

		@media only screen and (min-width: 320px)  {
			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation {
			}

			

			.site-widget-area .widget_calendar caption,
			.site-widget-area .widget_calendar th,
			.site-widget-area .widget_calendar td,
			.site-widget-area .widget_calendar td#prev,
			.site-widget-area .widget_calendar td#next,
			.site-widget-area .widget_calendar td#prev span,
			.site-widget-area .widget_calendar td#next span {
				height: 31px;
				width: 31px;
				line-height:31px;
			}

			.woocommerce .shop_table.cart td,
			.woocommerce .shop_table.cart th {
				padding:5px;
			}

			.woocommerce .shop_table.cart td.actions {
				padding:20px 0px;
			}

			.woocommerce .shop_table.cart .product-thumbnail {
				display: none;
			}

			.woocommerce .shop_table.cart .product-thumbnail img {
				max-width: 75px;
			}

			.woocommerce .shop_table.cart .quantity input[type="number"],
			.woocommerce .shop_table.cart .quantity input[type="button"] {
				width: 70% !important;
				display: block;
				float: none;
				margin: 0 auto;
			}

			.woocommerce .shop_table.cart .quantity input[type="button"] {
				height: 30px;
			}

		}

	/*	MAX MOB PORTRAIT
	/*-------------*/
		
		@media only screen and (max-width: 320px)  {

			button,
			input[type="reset"],
			input[type="submit"],
			input[type="button"],
			.price_slider_amount .price_label,
			.woocommerce .single-product-summary .entry-summary button,
			.button,
			.woocommerce-MyAccount-navigation ul li {
				width: 100% !important;
				margin-left: 0 !important;
				margin-bottom: 5px;
				text-align: center;
			}

			

			
			#mc-embedded-subscribe {
		        width: 40px !important;
			    padding: 0;
			    text-indent: -9000em;
			    background-image: url(images/arrow_right_white.png);
			    background-position: 50% 50%;
			    background-repeat: no-repeat;
			}

			.woocommerce .product .single-product-image .product-status {
				top: 10px;
				left: 10px;
			}

			.woocommerce .quantity input[type="number"] {
				width: 100% !important;
			}

			.woocommerce-tabs .comment-form-rating .stars a {border-right: none;}

			.nz-testimonials .text {
			    text-align: center;
			}

			.single .post-body {
			    padding: 50px 20px;
			}

			.nz-testimonials .text {
			    padding: 20px;
			}

			.nz-testimonials .text:after {
			    display: none;
			}

			.ninzio-nav-single > *:not(:only-child) {
				font-size: 10px;
			}

			.single .post .post-social-share {
			    padding: 0 10px 10px 10px;
			}

			.single .post .post-social-share .share-label {
			    padding-left: 0px;
			}

			.rich-header {
				height:auto;
			}

		}

	/*	MIN MOB LANDSCAPE
	/*-------------*/

		@media only screen and (min-width:480px) {

			
			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation {
			}
			

			.widget-area:not(.site-widget-area) .widget_calendar caption,
			.widget-area:not(.site-widget-area) .widget_calendar th,
			.widget-area:not(.site-widget-area) .widget_calendar td,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev,
			.widget-area:not(.site-widget-area) .widget_calendar td#next,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev span,
			.widget-area:not(.site-widget-area) .widget_calendar td#next span {
				height: 62px;
				width: 62px;
				line-height:62px;
			}

			.photos_from_flickr .flickr_badge_image {
				width:18.4%;
				height:18.4%;
				margin-right: 2%;
				margin-bottom: 2%;
			}

			.site-widget-area .photos_from_flickr .flickr_badge_image {
			    width: 23.5%;
			    height: 23.5%;
			    margin-right: 2%;
			    margin-bottom: 2%;
			}

			.footer-widget-area .photos_from_flickr .flickr_badge_image {
				width:15%;
				height:15%;
				margin-right: 2%;
				margin-bottom: 2%;
			}

			.photos_from_flickr #flickr_badge_image5,
			.photos_from_flickr #flickr_badge_image10 {
				margin-right: 0;
			}

			.site-widget-area .photos_from_flickr #flickr_badge_image5,
			.site-widget-area .photos_from_flickr #flickr_badge_image10 {
				margin-right: 2%;
			}

			.footer-widget-area .photos_from_flickr #flickr_badge_image5,
			.footer-widget-area .photos_from_flickr #flickr_badge_image10 {
				margin-right: 2%;
			}

			.footer-widget-area .photos_from_flickr #flickr_badge_image6 {
				margin-right: 0%;
			}

			.photos_from_flickr #flickr_badge_image4,
			.photos_from_flickr #flickr_badge_image8 {
				margin-right: 2%;
			}

			.site-widget-area .photos_from_flickr #flickr_badge_image4,
			.site-widget-area .photos_from_flickr #flickr_badge_image8 {
				margin-right: 0%;
			}

			.woocommerce .quantity {
				display:inline-block;
				vertical-align: top;
			}

			.woocommerce-tabs .comment-form-rating .stars a {
				float: left;
			}

			td.actions input[type="submit"] + input[type="submit"] {
				margin-left:4px;
			}

			.woocommerce .shop_table.cart .quantity {
				display:block;
				width:100%;
			}

			.post-social-share {
				width: auto;
			}
		}

	/*  MIN MOBILE 640
	/*--------------*/

		@media only screen and (min-width: 640px)  {

			.nz-slick-item {
				padding-left: 30px;
				padding-right: 30px;
			}

			.slick-prev{left:65px;} 
			.slick-next{right:65px;}

			.loop .projects-layout .projects, 
			.nz-recent-projects .projects {
				width: 50%;
			}

			.footer-widget-area > .widget {
				width: 100%;
				float: left;
				padding-left:15px;
				padding-right:15px;
			}

			

		}

	/*	MIN TABLET PORTRAIT
	/*-------------*/

		@media only screen and (max-width: 767px)  {
			.no-padding, .no-padding > .col-inner
			{padding-left:0 !important; padding-right:0 !important; }

			.woocommerce-tabs .tabs {
				display: block;
			}

			


			.woocommerce-tabs .tabs > li {
			    display: block;
			    width:100%;
				float: none;
				margin: 0 !important;
			}

			.woocommerce-tabs .tabs > li.active:last-child:after {
			   bottom: -1px;
			}

			.full-width-true .col12 {
			    padding-left: 0px !important; 
			    padding-right: 0px !important; 
			}

			.nz-count {
				margin-bottom: 50px;
			}

			.single .projects-head .projects-navigation {
				position: relative;
				margin-top: 10px;
				text-align: center;
			}

			.single .projects-head .projects-navigation a {
				float: none !important;
			}

			.woocommerce-message a, 
			.woocommerce-info a, 
			.woocommerce-error li a, 
			.woocommerce-message .button, 
			.woocommerce-info .button {
				display: block;
			}

			.site-widget-area {
			    width: 320px;
			    -webkit-transform: translateX(320px);
			    -ms-transform: translateX(320px);
			    transform: translateX(320px);
			}

			.mob-header-top > .container,
			.mob-header-content > .container {
				max-width: 97%;
				width: 97%;
			}

			.rich-header h1 {
			    text-align: center;
			    margin-bottom: 0;
			}

			.rich-header.version1 h1, 
			.rich-header.version2 h1 {
			    font-size: 28px !important;
			    line-height: 38px !important;
			}

			.rich-header .rh-subtitle {
			    font-size: 16px;
			    line-height: 26px;
			}

			.standard .loop .blog-post .format-quote .post-body .format-wrapper, 
			.standard .loop .blog-post .format-status .post-body .format-wrapper, 
			.standard .loop .blog-post .format-link .post-body .format-wrapper, 
			.standard .loop .blog-post .format-aside .post-body .format-wrapper {
			    padding: 30px;
			}

			.search-form {
				width: 100%;
			}

			.owl-controls .owl-buttons div {
				display: none;
			}
		}
		
		@media only screen and (min-width: 768px)  {

			.rich-header.version3 .container > * {
				display: table-cell;
				vertical-align: middle;
			}



			.rich-header.version3 .nz-breadcrumbs {
			    text-align: right;
			    position: relative;
    			bottom: -3px;
			}

			.container,
			.ninzio-navigation {
			}

			.nz-row {
				margin-left: -15px;
				margin-right: -15px;
			}

			.col12,
			.col11,
			.col10,
			.col9,
			.col8,
			.col7,
			.col6,
			.col5,
			.col4,
			.col3,
			.col2,
			.col1 {
				float: left;
				padding-left: 0px !important;
				padding-right:0px !important;
			}

			.col1 {width: 8.333333332%;}
			.col2 {width: 16.666666666666664%;}
			.col3 {width: 25%;}
			.col4 {width: 33.33333333%;}
			.col5 {width: 41.66666666666667%;}
			.col6 {width: 50%;}
			.col7 {width: 58.333333336%;}
			.col8 {width: 66.66666666666666%;}
			.col9 {width: 75%;}
			.col10{width: 83.33333334%;}
			.col11{width: 91.66666666666666%;}
			.col12{width: 100%;}

			.footer-info .container {
				display: table;
			}

			.footer-info .container > * {
				display: table-cell;
				vertical-align: middle;
				width: auto;
				border-bottom: none;
			}

			.footer-info .container > .get-location {
				border-left: 1px solid #434548;
				border-right: 1px solid #434548;
				padding: 0 25px;
				width: 200px;
			}

			.footer-info .container > .footer-text {
				border-left: 1px solid #434548;
				padding: 0 25px;
				position: relative;
				left: -1px;
			}

			.footer-widget-area {
				display:block;
				/*margin-right: -15px;*/
				/*margin-left: -15px;*/
			}

			.footer-widget-area > .widget {
				width: 100%;
				float: left;
				padding-top: 90px;
				padding-left:15px;
				padding-right:15px;
			}

			.widget-area:not(.site-widget-area) .widget_calendar caption,
			.widget-area:not(.site-widget-area) .widget_calendar th,
			.widget-area:not(.site-widget-area) .widget_calendar td,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev,
			.widget-area:not(.site-widget-area) .widget_calendar td#next,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev span,
			.widget-area:not(.site-widget-area) .widget_calendar td#next span {
				height: 102px;
				width: 102px;
				line-height:102px;
			}

			.site-widget-area .widget_calendar caption,
			.site-widget-area .widget_calendar th,
			.site-widget-area .widget_calendar td,
			.site-widget-area .widget_calendar td#prev,
			.site-widget-area .widget_calendar td#next,
			.site-widget-area .widget_calendar td#prev span,
			.site-widget-area .widget_calendar td#next span {
				height: 42px;
				width: 42px;
				line-height:42px;
			}

			.nz-content-box,
			.nz-timer,
			.nz-counter,
			.woocommerce .products,
			.woocommerce .menu-holder,
			.nz-pricing-table {
				margin-right: -15px;
				margin-left: -15px;
			}

			.nz-recent-products .products {
				margin-right: -1px;
				margin-left: -1px;
			}

			.woocommerce .menu-holder .products {
				margin-left: 0;
				margin-right: 0;
			}

			.nz-timer ul > li {
				width: 50%;
				float: left;
			}

			.nz-content-box > .nz-box,
			.nz-timer > .days,
			.nz-counter > .nz-count,
			.nz-pricing-table > .column {
				padding-left: 0px;
				padding-right: 0px;
				float: none;
			}

			.nz-persons > .person {
				float: left;
			}

			.nz-content-box[data-columns="1"] > .nz-box,
			.nz-counter[data-columns="1"] > .nz-count,
			.nz-persons[data-columns="1"] > .person
			{width: 100%;float: none;}

			.nz-content-box[data-columns="2"] > .nz-box,
			.nz-content-box[data-columns="4"] > .nz-box,
			.nz-counter[data-columns="2"] > .nz-count,
			.nz-persons[data-columns="2"] > .person
			{width: 50%;}

			.nz-content-box[data-columns="3"] > .nz-box,
			.nz-counter[data-columns="3"] > .nz-count,
			.nz-persons[data-columns="3"] > .person,
			.nz-pricing-table[data-columns="3"] > .column
			{width: 33.33333333%;}

			.nz-content-box-2[data-columns="3"] > .nz-box:nth-child(2) .box-data,
			.nz-content-box-2[data-columns="3"] > .nz-box:nth-child(2) .nz-box-image:before,
			.nz-content-box-2[data-columns="3"] > .nz-box:nth-child(3) .box-data,
			.nz-content-box-2[data-columns="3"] > .nz-box:nth-child(3) .nz-box-image:before,
			.nz-content-box-2[data-columns="2"] > .nz-box:nth-child(2) .box-data,
			.nz-content-box-2[data-columns="2"] > .nz-box:nth-child(2) .nz-box-image:before,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(2) .box-data,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(2) .nz-box-image:before,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(4) .box-data,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(4) .nz-box-image:before {
				border-left: none;
			}

			.nz-persons[data-columns="4"] > .person,
			.nz-pricing-table[data-columns="4"] > .column,
			.nz-content-box-2[data-columns="4"] > .nz-box,
			.nz-counter[data-columns="4"] > .nz-count
			{width: 50%;}

			.nz-content-box[data-columns="5"] > .nz-box,
			.nz-pricing-table[data-columns="5"] > .column
			{width: 20%;}

			.nz-content-box[data-columns="6"] > .nz-box {width: 16.66666666666667%;}

			.slick-prev{left:100px;} 
			.slick-next{right:100px;}

			.nz-section-back-video, .nz-video-overlay {
			    display: block;
			}

			.nz-tabs.horizontal:not(.tab-full) .tabset {
				padding-left: 0px;
				position: relative;
			}

			.nz-tabs.horizontal:not(.tab-full) .tabset .tab {
				float: left;
			}

			.nz-tabs.horizontal:not(.tab-full) .tabset .tab.active:after {
			    bottom: -2px;
			    height: 2px;
			}

			.nz-tabs.horizontal:not(.tab-full) .tabset .tab:not(:first-child) {
				margin-left: -1px;
			}

			.nz-tabs.horizontal:not(.tab-full) .tabset .tab.active,
			.nz-tabs.vertical .tabset .tab.active {
				position: relative;
			}

			.col6 .nz-tabs.vertical .tab,
			.col7 .nz-tabs.vertical .tab,
			.col8 .nz-tabs.vertical .tab,
			.col9 .nz-tabs.vertical .tab,
			.col10 .nz-tabs.vertical .tab,
			.col11 .nz-tabs.vertical .tab,
			.col12 .nz-tabs.vertical .tab {
				bottom: 0;
				right: -1px;
			}

			.col6 .nz-tabs.vertical .tabset .tab:not(:first-child),
			.col7 .nz-tabs.vertical .tabset .tab:not(:first-child),
			.col8 .nz-tabs.vertical .tabset .tab:not(:first-child),
			.col9 .nz-tabs.vertical .tabset .tab:not(:first-child),
			.col10 .nz-tabs.vertical .tabset .tab:not(:first-child),
			.col11 .nz-tabs.vertical .tabset .tab:not(:first-child),
			.col12 .nz-tabs.vertical .tabset .tab:not(:first-child) {
				margin-top: -1px;
			}

			.col6 .nz-tabs.vertical .tab .before,
			.col7 .nz-tabs.vertical .tab .before,
			.col8 .nz-tabs.vertical .tab .before,
			.col9 .nz-tabs.vertical .tab .before,
			.col10 .nz-tabs.vertical .tab .before,
			.col11 .nz-tabs.vertical .tab .before,
			.col12 .nz-tabs.vertical .tab .before {
			    top: 0px;
			    left: -1px;
			    width: 3px;
			    height: 100%;
			    padding: 0;
			}

			.col6 .nz-tabs.vertical .tab:after,
			.col7 .nz-tabs.vertical .tab:after,
			.col8 .nz-tabs.vertical .tab:after,
			.col9 .nz-tabs.vertical .tab:after,
			.col10 .nz-tabs.vertical .tab:after,
			.col11 .nz-tabs.vertical .tab:after,
			.col12 .nz-tabs.vertical .tab:after {
				opacity: 0;
			}

			.col6 .nz-tabs.vertical .tab.active:after,
			.col7 .nz-tabs.vertical .tab.active:after,
			.col8 .nz-tabs.vertical .tab.active:after,
			.col9 .nz-tabs.vertical .tab.active:after,
			.col10 .nz-tabs.vertical .tab.active:after,
			.col11 .nz-tabs.vertical .tab.active:after,
			.col12 .nz-tabs.vertical .tab.active:after {
			    right: -2px;
			    width: 2px;
			    top: 0;
			    left: auto;
			    right: -1px;
			    width: 1px;
			    height: 100%;
			    opacity: 1;
			}

			.col6 .nz-tabs.vertical .tabset,
			.col6 .nz-tabs.vertical .tabs-container,
			.col7 .nz-tabs.vertical .tabset,
			.col7 .nz-tabs.vertical .tabs-container,
			.col8 .nz-tabs.vertical .tabset,
			.col8 .nz-tabs.vertical .tabs-container,
			.col9 .nz-tabs.vertical .tabset,
			.col9 .nz-tabs.vertical .tabs-container,
			.col10 .nz-tabs.vertical .tabset,
			.col10 .nz-tabs.vertical .tabs-container,
			.col11 .nz-tabs.vertical .tabset,

			.col11 .nz-tabs.vertical .tabs-container,
			.col12 .nz-tabs.vertical .tabset,
			.col12 .nz-tabs.vertical .tabs-container
			{float: left;}

			.col6 .nz-tabs.vertical .tab,
			.col7 .nz-tabs.vertical .tab,
			.col8 .nz-tabs.vertical .tab,
			.col9 .nz-tabs.vertical .tab,
			.col10 .nz-tabs.vertical .tab,
			.col11 .nz-tabs.vertical .tab,
			.col12 .nz-tabs.vertical .tab {
				text-align:center;
			}

			.col6 .nz-tabs.vertical .tabs-container .tab-content,
			.col7 .nz-tabs.vertical .tabs-container .tab-content,
			.col8 .nz-tabs.vertical .tabs-container .tab-content,
			.col9 .nz-tabs.vertical .tabs-container .tab-content,
			.col10 .nz-tabs.vertical .tabs-container .tab-content,
			.col11 .nz-tabs.vertical .tabs-container .tab-content,
			.col12 .nz-tabs.vertical .tabs-container .tab-content{
				padding: 50px;
			}

			.col6 .nz-tabs.vertical .tabset,
			.col7 .nz-tabs.vertical .tabset,
			.col8 .nz-tabs.vertical .tabset,
			.col9 .nz-tabs.vertical .tabset,
			.col10 .nz-tabs.vertical .tabset,
			.col11 .nz-tabs.vertical .tabset,
			.col12 .nz-tabs.vertical .tabset {
				width: 30%;
			}

			.col6 .nz-tabs.vertical .tabs-container,
			.col7 .nz-tabs.vertical .tabs-container,
			.col8 .nz-tabs.vertical .tabs-container,
			.col9 .nz-tabs.vertical .tabs-container,
			.col10 .nz-tabs.vertical .tabs-container,
			.col11 .nz-tabs.vertical .tabs-container,
			.col12 .nz-tabs.vertical .tabs-container{
				width: 70%;
			}

			.loop .blog-post *[data-grid="ninzio_01"],
			.standard .loop .main-content .blog-post *[data-grid="ninzio_01"] {
				width: 100%;float: none;
			}

			.medium .loop .blog-post *[data-grid="ninzio_01"],
			.small .loop .blog-post *[data-grid="ninzio_01"],
			.large .loop .blog-post *[data-grid="ninzio_01"],
			.loop .main-content .blog-post *[data-grid="ninzio_01"],
			.nz-related-projects.column-4 .projects,
			.nz-recent-products[data-columns="4"] .products .product
			{width: 50%;float: left;}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"],
			.standard .loop .main-content .blog-post *[data-grid="ninzio_01"] {
				float: none;
				width: 100% !important;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"]:after {
				content: "";
			    display: table;
			    clear: both;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"] > .nz-thumbnail,
			.list .loop .blog-post *[data-grid="ninzio_01"] > .post-body,
			.list .loop .blog-post *[data-grid="ninzio_01"] > .post-gallery {
				float: left;
				display: table-cell;
				width: 360px;
				min-height: 294px;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"]:nth-child(2n+2) > .nz-thumbnail,
			.list .loop .blog-post *[data-grid="ninzio_01"]:nth-child(2n+2) > .post-gallery {
				float: right;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"] .post-body {
				padding:0;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"] .post-body-in {
				position: absolute;
			    top: 50%;
			    -webkit-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
			    transform: translateY(-50%);
			    padding: 40px 30px;
			}

			.related-posts {
				margin-left: -10px !important;
				margin-right: -10px !important;
			}

			.related-posts *[data-grid="ninzio_01"],
			.nz-related-products *[data-grid="ninzio_01"] {
				padding-left: 10px !important;
				padding-right: 10px !important;
			}

			.woocommerce .products .product
			{width: 100%;}

			.woocommerce .main-content .products .product
			{width: 50%;float: left;}

			.nz-related-products.column-4 *[data-grid="ninzio_01"],
			.nz-recent-products.column-4 *[data-grid="ninzio_01"],
			.nz-recent-products[data-columns="2"] .products .product
			{width: 50% !important;float: left;}

			.nz-related-products.column-3 *[data-grid="ninzio_01"],
			.related-posts *[data-grid="ninzio_01"],
			.nz-recent-products[data-columns="3"] .products .product
			{width: 33.33333333333333% !important;float: left;}

			.thumbset .thumb {
				padding:10px 5px 0 5px;
			}

			.comment-list ul.children {
			    padding: 0 0 0 70px;
			    position: relative;
			}

			/*GALLERY*/
			.nz-gallery[data-columns="1"].grid .gallery-item {width: 100%;}
			.nz-gallery[data-columns="2"].grid .gallery-item {width: 50%;}
			.nz-gallery[data-columns="3"].grid .gallery-item {width: 33.33333333%;}				
			.nz-gallery[data-columns="4"].grid .gallery-item {width: 25%;}
			.nz-gallery[data-columns="5"].grid .gallery-item {width: 20%;}
			.nz-gallery[data-columns="6"].grid .gallery-item {width: 33.33333333%;}
			.nz-gallery[data-columns="7"].grid .gallery-item {width: 33.33333333%;}
			.nz-gallery[data-columns="8"].grid .gallery-item {width: 25%;}
			.nz-gallery[data-columns="9"].grid .gallery-item {width: 33.33333333%;}

			.nz-gallery[data-columns="2"] .wp-caption-text,
			.nz-gallery[data-columns="3"] .wp-caption-text,		
			.nz-gallery[data-columns="4"] .wp-caption-text {
				display:block;
			}

			.nz-recent-products .products .product {
				padding-right: 15px;
				padding-left: 15px;
				width: 33.33333333333333%;
			}

			.woocommerce .woocommerce-result-count {
				float: right;
				font-size: 14px;
				margin-bottom: 0;
				position: relative;
				top: 20px;
			}

			.woocommerce.single .woocommerce-message {
				margin-top:0px;
				margin-bottom:30px;
			}

			.woocommerce .woocommerce-message {
				margin-top: 44px;
			}

			.woocommerce .loop.width-true .products {
				margin-left: -15px;
				margin-right: -15px;
			}

			.woocommerce .loop.width-true .products {
				margin-left: -15px;
				margin-right: -15px;
			}

			.loop.width-true .shop-layout {
				padding-left: 30px;
				padding-right: 30px;
			}

			.loop.width-true .blog-layout {
				padding-left: 15px;
				padding-right: 15px;
			}

			.woocommerce .loop.width-true .woocommerce-ordering {right: 30px;}

			.single-product-image,
			.single-product-summary {
			    width: 50%;
			    float: left;
			}

			.single-product-image {
			    padding-right: 30px;
			}

			.coupon {
				display: inline-block;
			}

			.coupon input {
				width:auto;
				margin-right: 0;
				display: inline-block;
			}

			.actions input {margin-left: 0 !important;margin-right: 5px !important;}

			.woocommerce .shop_table.cart .quantity {
				display:inline-block;
				width:50%;
			}

			.woocommerce .cart-collaterals .cart_totals,
			.woocommerce .cart-collaterals .shipping_calculator,
			.woocommerce .col2-set .col-1,
			.woocommerce .col2-set .col-2  {
				width:50%;
				float: left;
			}

			.woocommerce .cart-collaterals .cart_totals,
			.woocommerce .col2-set .col-1 {
				padding-right: 15px;
			}

			.woocommerce .cart-collaterals .shipping_calculator,
			.woocommerce .col2-set .col-2 {
				padding-left: 15px;
			}
			.woocommerce .shop_table.cart .product-thumbnail {
				display: block;
				border-left:none !important;
				border-right: none !important;
			}

			.woocommerce .shop_table.cart td.product-thumbnail {
				border:none !important;
				border-top: 1px solid #f7f7f7 !important;
			}

			.woocommerce .shop_table.cart tbody .cart_item:first-child td.product-thumbnail {
				border-top: none !important;
			}

			.woocommerce .shop_table.cart td, .woocommerce .shop_table.cart th {
			    padding: 20px;
			}

			.woocommerce-account .page-content .woocommerce {width: 30%;}

			.woocommerce-account.logged-in .page-content .woocommerce {width: 100%;}

			.loop .post,
			.nz-recent-posts .post {
				padding-left: 15px;
				padding-right: 15px;
			}

			.woocommerce .products .product {
				float: left;
				width: 33.33333333333333%;
			}

			.woocommerce .small .loop .products .product {
				width: 50%;
			}

			.woocommerce .products,
			.woocommerce .nz-related-products .products {
				margin-left:-15px;
				margin-right:-15px;
			}

			.woocommerce .products .product,
			.woocommerce .nz-related-products .products .product {
				padding-left:15px;
				padding-right:15px;
			}

			.loop .blog-post,
			.nz-recent-posts {
				margin-left:-15px;
				margin-right:-15px;
			}

			.nz-timeline {
				position: relative;
			}

			.error404-big {
			    font-size: 180px;
			    line-height: 180px;
			}

			.nz-product-search > .woocommerce-product-search {
				width: 60%;
			}

			#lang_sel_footer ul {
				text-align: center;
			}

			#lang_sel_footer ul li {
				display: inline-block;
				width: auto;
			}

		}

		@media only screen and (min-width: 768px) and (max-width: 1023px)  {
			.widget-area:not(.site-widget-area) .photos_from_flickr .flickr_badge_image {
				width:9.1%;
				height:9.1%;
				margin-right:1%;
				margin-bottom:1%;
			}

			.footer-widget-area .photos_from_flickr .flickr_badge_image {
				width:23.5%;
				height:23.5%;
				margin-right:2%;
				margin-bottom:2%;
			}

			.footer-widget-area .photos_from_flickr #flickr_badge_image4,
			.footer-widget-area .photos_from_flickr #flickr_badge_image8 {
				margin-right:0%;
				margin-bottom:0%;
			}

			.footer-widget-area .photos_from_flickr #flickr_badge_image6 {
				margin-right:2%;
			}

			.photos_from_flickr #flickr_badge_image4,
			.photos_from_flickr #flickr_badge_image5,
			.photos_from_flickr #flickr_badge_image8 {
				margin-right:1%;
			}
			.photos_from_flickr #flickr_badge_image10 {
				margin-right:0%;
			}

			.nz-pricing-table[data-columns="4"] .price {
			    font-size: 36px;
			}

			.nz-pricing-table[data-columns="3"] .price {
			    font-size: 46px;
			}

			.shoping-products .shop-loader,
			.shoping-subcategories .shop-loader {
			    width: calc(100% - 30px);
			}

			.null-instagram-feed ul li,
			.widget_recent_projects .recent-projects > .post {
			    width: 16.66666666666667%;
			}

			.site-widget-area .null-instagram-feed ul li,
			.site-widget-area .widget_recent_projects .recent-projects > .post {
			    width: 33.33333333333333%;
			}

		}

		@media only screen and (max-width: 1023px) {

			.nz-slider-banner .nz-banner:not(:last-child) {
				border-bottom: none !important;
			}

			.nz-tagline .container > .tagline-title {
				padding-right: 0 !important;
			}
			.nz-tagline .container {
				padding-left: 0 !important;
				text-align: center !important;
			}
			.nz-tagline img {
				display: none;
			}

			.standard .post-date-custom,
			.standard .loop .sticky-ind {
			    display: none;
			}

			.standard .post-date-custom, 
			.standard .post-format-status,
			.standard .sticky-ind {
				display: none;
			}

			.single-projects .flex-direction-nav {
				right: 20px !important;
			}

		}

	/*	MIN TABLET LANDSCAPE
	/*-------------*/
		
		@media only screen and (min-width:1024px){
			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation {
			}

			.main-content:before {
			    content: "";
			    display: block;
			    position: absolute;
			    height: 100%;
			    width: 1px;
			    top: 0;
			    left: 30px;
			    background-color: #eaeaea;
			}

			.main-content.left:before {
			    right: 30px;
			    left: auto;
			}

			.main-content,
			.sidebar {
				float: left;
				position: relative;
			}

			.main-content {width: 75%;}
			.sidebar      {width: 25%;}

			.woocommerce .loop .main-content {width: calc(100% - 240px);}
			.woocommerce .loop .sidebar      {width: 240px;}

			.main-content.right {padding-left: 60px;}
			.main-content.left {padding-right: 60px;}

			.single-project-main-detailes {
				display: table;
			}

			.single-project-layout-whole.single-project-main-detailes {
				display: block;
			}

			.single-project-main-detailes .main-content,
			.single-project-main-detailes .sidebar {
				display: table-cell;
				vertical-align: top;
			}

			.single-projects .main-content {
				padding-right: 30px !important;
				width: 70%;
			}
			.single-projects .sidebar {
				width: 30%;
			}

			.widget_nav_menu.desktop ul.sub-menu,

			.widget_product_categories.desktop ul.children {
				position: absolute;
				width: 250px;
				left:100%;
				top:0;
				z-index: 99;
				opacity: 0;
				display: none;
				margin-left: 50px;
			}

			.site-widget-area .widget_nav_menu.desktop ul.sub-menu,
			.site-widget-area .widget_product_categories.desktop ul.children,
			.footer-widget-area .widget_nav_menu.desktop ul.sub-menu,
			.footer-widget-area .widget_product_categories.desktop ul.children {
				left:0%;
				margin-left:0px;
				position: relative;
				width: 100%;
				opacity: 1;
			}

			.widget_nav_menu.desktop ul li:hover > a > span.toggle,
			.widget_product_categories.desktop ul li:hover > a > span.toggle {
				-webkit-transform:rotate(0deg);
				-ms-transform:rotate(0deg);
				transform:rotate(0deg);
			}

			.widget-area:not(.site-widget-area) .widget_calendar caption,
			.widget-area:not(.site-widget-area) .widget_calendar th,
			.widget-area:not(.site-widget-area) .widget_calendar td,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev,
			.widget-area:not(.site-widget-area) .widget_calendar td#next,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev span,
			.widget-area:not(.site-widget-area) .widget_calendar td#next span {
				height: 34px;
				width: 34px;
				line-height:34px;
			}

			.photos_from_flickr .flickr_badge_image {
				width:23.5%;
				height:23.5%;
				margin-right: 2%;
				margin-bottom: 2%;
			}

			.photos_from_flickr #flickr_badge_image4,
			.photos_from_flickr #flickr_badge_image8 {
				margin-right: 0;
			}

			.photos_from_flickr #flickr_badge_image5,
			.photos_from_flickr #flickr_badge_image10 {
				margin-right: 2%;
				margin-bottom: 2%;
			}

			.slick-prev{left:110px;} 
			.slick-next{right:110px;}

			.col8 .nz-tabs.vertical .tabset,
			.col9 .nz-tabs.vertical .tabset,
			.col10 .nz-tabs.vertical .tabset,
			.col11 .nz-tabs.vertical .tabset,
			.col12 .nz-tabs.vertical .tabset {
				width: 25%;
			}

			.col8 .nz-tabs.vertical .tabs-container,
			.col9 .nz-tabs.vertical .tabs-container,
			.col10 .nz-tabs.vertical .tabs-container,
			.col11 .nz-tabs.vertical .tabs-container,
			.col12 .nz-tabs.vertical .tabs-container{
				width: 75%;
			}

			.one-page-bullets {display: block;}

			.nz-video-poster {
				display: none;
			}

			.loop .blog-post *[data-grid="ninzio_01"]
			{width: 100%;float: none;}

			.medium .loop .blog-post *[data-grid="ninzio_01"]
			{width: 33.33333333333333%;float: left;}

			.small .loop .blog-post *[data-grid="ninzio_01"]
			{width: 25%;float: left;}

			.large .loop .blog-post *[data-grid="ninzio_01"]
			{width: 50%;float: left;}

			.list .loop .blog-post .post .post-title {
				font-size: 26px;
		    	line-height: 36px;
			}

			.list .loop .main-content .blog-post .post .post-title {
				font-size: 18px;
		    	line-height: 28px;
			}

			.small .loop .main-content .blog-post *[data-grid="ninzio_01"],
			.medium .loop .main-content .blog-post *[data-grid="ninzio_01"],
			.large .loop .main-content .blog-post *[data-grid="ninzio_01"],
			.list .loop .main-content .blog-post *[data-grid="ninzio_01"]
			{width: 50% !important;float: left;}

			.list .loop .blog-post *[data-grid="ninzio_01"] > .nz-thumbnail,
			.list .loop .blog-post *[data-grid="ninzio_01"] > .post-body,
			.list .loop .blog-post *[data-grid="ninzio_01"] > .post-gallery {
				float: left;
				display: table-cell;
				width: 480px;
				min-height: 392px;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] {
				float: left;
				width: 50% !important;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] > .nz-thumbnail,
			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] > .post-body,
			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] > .post-gallery {
				float: none;
				display: block;
				width: 100%;
				min-height: 0;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"] .post-body-in {
			    padding: 40px 50px;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] .post-body {
				padding: 40px 30px;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] .post-body-in {
				position: relative;
			    top: 0;
			    transform: none;
			    padding: 0px;
			}

			.nz-content-box-2[data-columns="4"] > .nz-box
			{width: 25%;}

			.woocommerce .small .loop .products .product {
				width: 25%;
			}

			.woocommerce .small .loop .main-content .products .product {
				width:50%;
			}

			.loop .small-image-nogap .projects-post .projects,
			.loop .small-image .projects-post .projects,
			.loop .small-standard .projects-post .projects,
			.nz-recent-projects.small-image-nogap .projects,
			.nz-recent-projects.small-image .projects,
			.nz-recent-projects.small-standard .projects,
			.nz-related-projects.column-4 .projects
			{width: 25%;}

			.loop .medium-image-nogap .projects-post .projects,
			.loop .medium-image .projects-post .projects,
			.loop .medium-standard .projects-post .projects,
			.nz-recent-projects.medium-image-nogap .projects,
			.nz-recent-projects.medium-image .projects,
			.nz-recent-projects.medium-standard .projects,
			.nz-related-projects.column-3 .projects
			{width: 33.33333333333333%;}

			.loop .large-image .projects,
			.loop .large-standard .projects,
			.nz-recent-projects.large-image .projects,
			.nz-recent-projects.large-standard .projects 
			{width: 50%;}

			.nz-content-box[data-columns="4"] > .nz-box
			{width: 25%;}

			.nz-timer ul > li {
				width: 25%;
			}

			.nz-persons[data-columns="4"] > .person,
			.nz-pricing-table[data-columns="4"] > .column,
			.nz-content-box-2[data-columns="4"] > .nz-box,
			.nz-counter[data-columns="4"] > .nz-count
			{width: 25%;}

			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(2) .box-data,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(2) .nz-box-image:before,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(3) .box-data,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(3) .nz-box-image:before,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(4) .box-data,
			.nz-content-box-2[data-columns="4"] > .nz-box:nth-child(4) .nz-box-image:before {
				border-left: none;
			}

			.nz-counter.nz-counter[data-columns="4"] > .nz-count:nth-child(2):after {
				display: block;
			}

			.single-product-summary {
			    text-align: left;
			    z-index: 10;
			}

			.footer-widget-area .photos_from_flickr .flickr_badge_image {
			    width: 18.4%;
			    height: 18.4%;
			    margin-right: 2%;
			    margin-bottom: 2%;
			}

			.footer-widget-area .photos_from_flickr #flickr_badge_image4,
			.footer-widget-area .photos_from_flickr #flickr_badge_image6,
			.footer-widget-area .photos_from_flickr #flickr_badge_image8 {
				margin-right: 2%;
			}

			.footer-widget-area .photos_from_flickr #flickr_badge_image5,
			.footer-widget-area .photos_from_flickr #flickr_badge_image10 {
				margin-right: 0;
			}

			.nz-tagline .container > .tagline-title,
			.nz-tagline .container > .button,
			.nz-tagline .container > .tagline-icon {
				vertical-align: middle;
				display: inline-block;
				margin:0 !important;
			}

			.nz-tagline .container > .tagline-icon {
				margin-right: 30px !important;
			}

			.nz-image-banner {
				position: relative;
				background-image: none !important;
				padding: 50px;
			}

			.nz-image-banner > .one,
			.nz-image-banner > .two {
				width: 50%;
			}

			.nz-image-banner .banner-img {
				position: relative;
				padding-right: 25px;
				max-width: 430px;
				z-index: 15;
			}

			.nz-image-banner .banner-content {
				padding-left: 25px;
				max-width: 430px;
				position: absolute;
				top: 50%;
				right: 50px;
				-webkit-transform:translate(0, -50%); 
				-ms-transform:translate(0, -50%); 
				transform:translate(0, -50%); 
			}

			.nz-image-banner .banner-content:before {
				content: "";
				display: block;
				height: 130%;
				width: 960px;
				right: -50px;
				top: 50%;
				position: absolute;
				z-index: -1;
				-webkit-transform:translate(0, -50%); 
				-ms-transform:translate(0, -50%); 
				transform:translate(0, -50%); 
			}

			.footer-widget-area > .widget {
				width: 25%;
			}

			.nz-recent-products[data-columns="1"] .product
			{width: 100%;float: none;}

			.product-category-body {
				display: table;
				text-align: left;
			}

			.product-category-body > * {
				display: table-cell;
				vertical-align: middle;
			}

			.product-category-body img {
				max-width: none;
				margin-bottom: 0;
			}

			.main-content .product-category-body img {
				max-width:250px;
			}

			.product-category-body .product-category-content {
				padding-left: 25px;
			}

			table.variations {
				width: 70%;
			}

			.main-content table.variations {
				width: 100%;
			}

			.standard.sidebar-false > .loop > .container {
				width: 960px;
			    max-width: 960px;
			    padding-left: 90px;
			}

			.standard > .loop > .container {
			    padding-left: 80px;
			}

			.woocommerce .shop-layout-wrap.small .products .product {
			    width: 25%;
			}

			.nz-recent-products[data-columns="4"] .products .product {
				width: 25% !important;
				float: left;
			}

			.main-content .nz-recent-products[data-columns="4"] .products .product {
				width: 50% !important;
			}

		}

	/*	DESKTOP
	/*-------------*/

		@media only screen and (max-width: 1099px){

			.ninzio-filter {
				text-align: left;
				margin-bottom:70px;
				position: relative;
				padding-top: 1px;
			}

			.ninzio-filter .filter-container {
				display: none;
			}

			.filter-toggle {
				display: block;
				position: absolute;
				width: 20px;
				height: 20px;
				top: 11px;
				right: 25px;
				cursor: pointer;
				background: url(images/menu.png) no-repeat center center;
				z-index: 25;
			}

			.filter.active + .filter-toggle  {
				background: url(images/menu_white.png) no-repeat center center;
			}


			.ninzio-filter .filter {
				cursor: pointer;
				display:block;
				padding: 10px 25px;
			    line-height: 22px;
			    margin-top: -1px;
				width:100%;
				position: relative;
				z-index: 3;
				color: #777;
				box-shadow: inset 0 0 0 1px #e0e0e0;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

			.ninzio-filter .filter.active {
				color: #ffffff;
			}

			.ninzio-filter .filter:last-child {
				margin-right: 0;
			}

			.mob-menu li .label {
				display: none;
			}

		}

		@media only screen and (min-width:1100px){

			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation {
			}

			.mob-header {display: none;}
			.desk {display: block;}

			.desk.stuck-false,
			.desk.stuck-boxed-false,
			.desk.stuck-true.fixed-true.active,
			.desk.stuck-boxed-true.fixed-true.active,
			.version3.desk
			{box-shadow: 0 1px 3px rgba(0,0,0,0.11);}

			.header-content > .container {
				position: relative;
				margin: 0 auto;
			}

			.header-top {
				position: relative;
			}

			.header-top .slogan {
				line-height: 36px;
			}

			.header-top .top-button {
				padding: 3px 25px;
				border-radius: 3px;
			    font-size: 12px;
			    line-height: 22px;
			    text-transform: uppercase;
			    font-weight: 600;
			    outline: none;
			    border: none;
			    position: relative;
			    display: inline-block;
			    margin: 6px 0 0 25px;
			    overflow: hidden;
			    -webkit-backface-visibility: hidden;
			    z-index: 1;
			    text-align: center;
			    -webkit-transition: all 200ms ease;
				transition: all 200ms ease;
			}

			.header-top .header-top-menu ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.header-top .header-top-menu > ul > li {
				margin: 0;
				padding: 0 15px;
				float: left;
				line-height: 37px;
				height: 40px;
				font-size: 12px;
				position: relative;
			}

			.header-top .header-top-menu > ul > li > ul > li {
				padding: 0;
				font-size: 12px;
			}

			.header-top .header-top-menu > ul > li:not(:last-child):after {
				content: "|";
				height: inherit;
				width: 16px;
				display: block;
				position: absolute;
				top: 0;
				right:-7px;
				text-align:center;
			}

			.header-top .header-top-menu ul li a {
				display:inline-block;
				text-align: center;
			}

			.header-top .header-top-menu ul li ul li a {
				display:block;
				text-align:left;
				line-height: 24px;
				-webkit-transition: all 200ms ease;
				transition: all 200ms ease;
			}

			.header-top .header-top-menu ul li a .txt,
			.header-top .header-top-menu ul li a {
				position: relative;
			}

			.header-top .header-top-menu ul ul li a {
				display: block;
				padding:3px 20px;
			}

			.header-top .header-top-menu ul li .mi  {
				position: relative;
    			bottom: -1px;
			}

			.header-top .header-top-menu ul li ul {
				position:absolute;
				top: 40px;
				left:0px;
				max-width: 150px;
				width: 150px;
				padding: 5px 0;
				list-style: none;
				margin-left: 0;
			    z-index: -1;
			    display: none;
			}

			.no-js .header-top .header-top-menu > ul > li:hover > .sub-menu {
				display: block;
			}

			.header-top .header-top-menu ul li img {
				vertical-align: middle;
				margin-right: 8px;
			}

			/*Z INDEX*/
			.desk        {z-index:80;position: relative;}
			.header-top  {z-index:85;position: relative;}

			.header-body {
				position: relative;
			}

			.desk {
				position: relative;
				top: 0;
				left: 0;
				z-index:80;
				width: 100%;
			}

			.desk.stuck-true,
			.desk.stuck-boxed-true {
				position: absolute;
				box-shadow: none;
			}

			.desk.stuck-boxed-true {
				top:40px;
				max-width: 1170px;
				width: 1770px;
				left: 50%;
				margin-left: -585px;
			}

			.desk.stuck-boxed-true .container {
				max-width: 100%;
				width: 100%;
			}

			.desk.stuck-boxed-true .header-top,
			.desk.stuck-boxed-true .header-body {
				padding-left: 30px;
				padding-right: 30px;
			}

			.desk.stuck-boxed-true.fixed-true:not(.active) {
				top:40px !important;
				left: 50% !important;
			}

			.desk.stuck-boxed-true.fixed-true.active {
				top:0 !important;
				left:0 !important;
				margin-left: 0 !important;
				max-width: 100%;
				width: 100%;
			}

			.desk.stuck-boxed-true.fixed-true.active .container {
				max-width: 1170px;
				width: 1770px;
			}

			.desk .logo,
			.desk .logo-title {
				position: relative;
			    overflow: hidden;
			    padding: 0 25px 0 0;
			    margin: 0 auto;
			    display: block;
			    float: left;
			}

			.desk .logo-title {
				font-size: 48px;
			}

			.normal-logo,
			.fixed-logo {
				-webkit-transition: opacity 300ms linear;
				-ms-transition: opacity 300ms linear;
				transition: opacity 300ms linear;
			}

			.fixed-logo {
				position: absolute;
				top: 50%;
				left: 0;
			}


			.fixed-true.active .normal-logo,
			.fixed-logo {
				opacity: 0 !important;
			}

			.fixed-true.active .fixed-logo {
				opacity: 1 !important;
			}

			.desk-menu {
				float: right;
			}

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

			.desk-menu > ul > li  {
				padding: 0;
				position: relative;
				float: left;
				-webkit-transition: all 300ms ease;
				transition: all 300ms ease;
			}

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

			.desk-menu > ul > li > a {
				display: block;
				z-index: 2;
				position: relative;
				padding: 0;
				-webkit-transition: all 300ms ease;
				transition: all 300ms ease;
			}

			.desk-menu ul.submenu-languages {
				min-width: 0px;
			}

			.desk-menu > ul > li.menu-item-language > a:after {
				display: none;
			}

			.desk-menu > ul > li.menu-item-language > a > .txt {
				box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
				padding: 7px 15px;
				-webkit-transition: all 300ms ease;
    			transition: all 300ms ease;
			}

			.desk-menu > ul > li.menu-item-language:hover > a > .txt {
				box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
			}

			.desk-menu > ul > li.menu-item-language img {
				display: inline-block;
			    vertical-align: middle;
			    margin-right: 10px;
			}

			.desk-menu .sub-menu li.menu-item-language > a:before {
				margin-top: -8px;
			}

			.desk-menu > ul > li > a > .txt {
				position: relative;
			}

			.desk-menu > ul > li > a > .txt .label {
				position: absolute;
				bottom:145%;
				left: 50%;
				line-height: 20px;
				font-size: 12px;
				height: 20px;
				padding: 0 10px;
				text-transform: none;
				color: #fff;
				border-radius: 3px;
				-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				transform: translateX(-50%);
			}

			.desk-menu .label2 {
				display: none;
			}

			.desk-menu > ul > li > a > .txt .label > .label2 {
				display: block;
				position: absolute;
				bottom: -3px;
				left: 50%;
				margin-left: -4px;
				width: 8px;
				height:8px;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
			}

			.desk-menu .sub-menu .label {
				margin-left: 10px;
				display: inline-block;
				padding: 6px 10px 6px 10px;
				border-radius: 3px;
				color: #ffffff;
				text-transform: none;
				font-size:10px;
				line-height: 10px;
				text-align: center;
				position: relative;
				top: -1px;
				left:0px !important;
				-webkit-transform:none !important; 
				-ms-transform:none !important; 
				transform:none !important; 
			}
			
			.desk-menu .mi {padding-right:10px;}
			.desk-di-false .desk-menu .di {display: none;}
			.desk-di-false .sub-menu  .di,
			.desk-di-true .sub-menu  .di {
				display: block;
			}

			.desk-menu 	ul > li > a > .di {
				display: none;
			}

			.desk-menu ul ul > li > a > .di {
				display: block;
				position: absolute;
				top: 50%;
				right:15px;
				font-size: 14px;
				margin-top: -6px;
				-webkit-transform:rotate(0deg);
				-ms-transform:rotate(0deg);
				transform:rotate(0deg);
				-webkit-transition: all 300ms;
				transition: all 300ms;
				-webkit-backface-visibility: hidden;
   				backface-visibility: hidden;
			}

			.desk-menu ul ul > li:hover > a > .di {
				-webkit-transform:rotate(90deg);
				-ms-transform:rotate(90deg);
				transform:rotate(90deg);
			}


			.desk-menu .sub-menu {
				position:absolute;
				left:0px;
				min-width: 250px;
				max-width: 250px;
				padding-top: 15px;
				padding-bottom: 15px;
				list-style: none;
				margin-left: 0;
				z-index: -1;
				display: none;
				box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
			}

			.desk-menu .sub-menu .sub-menu {
				left:250px !important;
				top: -15px !important;
				margin-top: 0px;
				min-width: 200px;
				max-width: 200px;
    			z-index:-1;
    			display: none;
			}
			
			.no-js .desk-menu li:hover > ul {display: block;}

			.desk-menu .sub-menu li {position: relative;padding: 0px;}
			.desk-menu .sub-menu li > a {
				padding:7px 15px;
				display: block;
				position: relative;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

			.desk-menu .sub-menu li > a:before {
				content: "";
				display: block;
				height: 20px;
				width: 2px;
				left: 0;
				top: 50%;
				margin-top: -10px;
				opacity: 0;
				-webkit-transition: all 300ms;
				transition: all 300ms;
				position: absolute;
			}

			.desk-menu li[data-mm="true"] .sub-menu li > a:before {
				left: -15px;
			}

			.desk-menu li[data-mm="true"] > .sub-menu > li > a:before {
				display: none !important;
			}

			.desk-menu .sub-menu li:hover > a:before {
				opacity: 1;
			}

			.desk-menu .sub-menu li:hover > a {
				color: #ffffff;
				padding-left: 25px;
			}

			.desk-menu [data-mm="true"] .sub-menu .di {display: none !important;}

			.desk-menu > ul li:not([data-mm="true"]) ul > li:first-child {position: relative;}
			.desk-menu > ul > [data-mm="true"] {position: static !important;}

			.desk-menu > ul > [data-mm="true"] > ul {
				width:1170px;
    			max-width: 1170px;
				height: auto;
				z-index: -1;
				left:0 !important;
				padding: 10px 30px 30px 30px;
				background-repeat: no-repeat;
				background-position:0 0;
				-webkit-background-size: cover !important; 
				-moz-background-size: cover !important; 
				background-size: cover !important;
			}

			.stuck-boxed-true:not(.active) .desk-menu > ul > [data-mm="true"] > ul {
			    left: -30px !important;
			}

			.desk-menu > ul > [data-mm="true"] > ul:after {
				content: "";
			    display: table;
			    clear: both;
			}

			.desk-menu > ul > [data-mm="true"] > ul ul {
				display: block !important;
				opacity: 1 !important;
				margin-top: 0 !important;
				margin-bottom: 0 !important;
				position: static !important;
				top: auto !important;
				left: auto !important;
				height: auto !important;
				min-width:100% !important;
				max-width:100% !important;
				box-shadow: none !important;
				padding: 0;
				background-color: transparent !important;
				border-top:none !important;
				margin-left: 0 !important;
			}

			.desk-menu > ul > [data-mm="true"] > ul ul li {
				padding: 0;
			}

			.desk-menu > ul > [data-mm="true"] > ul ul li a {
				padding:7px 0px !important;
				border-bottom: none;
			}

			.desk-menu > ul > [data-mm="true"] > ul ul li:hover a {
				padding-left:10px !important;
			}

			.desk-menu > ul > [data-mm="true"] > .sub-menu > li {
				position: relative;
				padding: 0 20px;
				float: left;
			}

			.desk-menu [data-mm="true"] .sub-menu li > a,
			.desk-menu [data-mm="true"] .sub-menu li:hover a {
				background-color: transparent;
			}

			.desk .desk-menu [data-mm="true"] > .sub-menu > li > a,
			.desk .desk-menu [data-mm="true"] > .sub-menu > li > a:hover{
				background-color: transparent !important;
				border-bottom: none;
			}

			.desk-menu [data-mm="true"] > .sub-menu > li > a {
				position: relative;
				padding: 31px 0 10px 0;
			}

			.desk-menu > ul > [data-mm="true"] > ul ul {
				padding-top: 0px;
			}

			.desk-menu > ul > [data-mm="true"][data-mmc="5"] > ul > li {width: 20%;}
			.desk-menu > ul > [data-mm="true"][data-mmc="4"] > ul > li {width: 25%;}
			.desk-menu > ul > [data-mm="true"][data-mmc="3"] > ul > li {width: 33.33333333333333%;}
			.desk-menu > ul > [data-mm="true"][data-mmc="2"] > ul > li {width: 50%;}

			.search-true.cart-false .search-toggle-wrap,
			.cart-true .desk-cart-wrap {
				position: relative;
			}

			.sl-true .header-social-links,
			.search-true.cart-false .search-toggle-wrap,
			.cart-true .desk-cart-wrap,
			.search-false.cart-false .site-sidebar-toggle {
				margin-left: 25px;
			}

			.search-true.cart-true .search-toggle-wrap,
			.search-true.ls-true .search-toggle-wrap,
			.cart-true.sl-true .desk-cart-wrap,
			.site-sidebar-toggle {
				margin-left: 10px;
			}

			.desk .search {
				right:-15px;
				position: absolute;
				width:320px;
				height:64px;
				padding:0px; 
				-webkit-transition: all 300ms ease;
				transition: all 300ms ease;
				z-index: -1;
				display: none;
			}

			.sidebar-toggle-true .search {
				right:-15px;
			}

			.desk .search.animated {
				display: block;
			}

			.search-toggle-wrap,
			.site-sidebar-toggle {
				height: 40px;
			    width: 40px;
			    float: right;
			    text-align: center;
			    position: relative;
			    z-index: 15;
			    cursor: pointer;
			}

			.desk .search form,
			.desk .search fieldset {
				margin: 0;
				position: relative;
			}

			.desk .search input {
				margin: 0;
			}

			.desk .search input[type="text"] {
				height: 64px;
				line-height: 64px;
				background-color: transparent;
				margin: 0;
				padding: 7px 64px 7px 25px;
				border:none !important;
			}

			.desk .search input[type="submit"] {
				width: 64px;
			    height: 64px;
			    text-indent: -9000em;
			    position: absolute;
			    right: 0px;
			    top: 0;
			    border: none;
			    outline: none;
			    padding: 0;
			    background-color: transparent !important;
			    background-image: url(images/search.png);
			    background-repeat: no-repeat;
			    background-position: center center;
			    box-shadow: none;
			}

			.desk-cart-wrap {
				float: right;
				position: relative;
				height: 40px;
			    width: 40px;
			    border-radius: 40px;
			}

			.desk-cart-toggle,
			.search-toggle {
				width: 40px;
				height: 40px;
				line-height: 36px;
				text-align: center;
				position: relative;
    			z-index: 15;
				background-repeat: no-repeat;
			 	background-position: 46% 48%;
				outline: none;
			}

			.desk-cart-toggle:after,
			.search-toggle:after,
			.desk-cart-toggle:before,
			.search-toggle:before {
			 	background-position: 46% 48%;
    			background-repeat: no-repeat;
    			width: 100%;
				height: 100%;
				content: "";
				display: block;
				opacity: 0;
				left: 0;
				top: 0;
				position: absolute;
			}

			.search-toggle:before,
			.site-sidebar-toggle {
			  	background-position: 48% 50%;
			  	background-repeat: no-repeat;
			}

			.desk-cart-toggle:before {
				background-repeat: no-repeat;
			 	background-position: 46% 48%;
			}

			.desk-cart-toggle:before,
			.search-toggle:before {
				opacity: 1;
			}

			.desk-cart-toggle.animated:before,
			.search-toggle.animated:before {
				opacity: 0;
			}

			.iversion-dark .site-sidebar-toggle,
			.fiversion-dark.active .site-sidebar-toggle {
			  	background-image: url(images/menu.png);
			}

			.iversion-light .site-sidebar-toggle,
			.fiversion-light.active .site-sidebar-toggle {
			    background-image: url(images/menu_white.png);
			}

			.iversion-dark .search-toggle:before,
			.fiversion-dark.active .search-toggle:before {
			  	background-image: url(images/search.png);
			}

			.iversion-light .search-toggle:before,
			.fiversion-light.active .search-toggle:before {
			  	background-image: url(images/search_white.png);
			}

			.iversion-dark .desk-cart-toggle:before,
			.fiversion-dark.active .desk-cart-toggle:before {
				background-image:url(images/cart.png);
			}

			.iversion-light .desk-cart-toggle:before,
			.fiversion-light.active .desk-cart-toggle:before {
				background-image:url(images/cart_white.png);
			}

			.iversion-dark .desk-cart-toggle:after,
			.fiversion-dark.active .desk-cart-toggle:after,
			.iversion-dark .search-toggle:after,
			.fiversion-dark.active .search-toggle:after {
				background-image:url(images/close.png);
			}

			.iversion-light .desk-cart-toggle:after,
			.fiversion-light.active .desk-cart-toggle:after,
			.iversion-light .search-toggle:after,
			.fiversion-light.active .search-toggle:after {
				background-image:url(images/close_white.png);
			}

			.desk-cart-toggle.animated:after,
			.search-toggle.animated:after {
				opacity: 1;
			}

			.desk-cart-toggle a {
				position: relative;
				z-index: 5;
				width: 40px;
				height: 40px;
				display: block;
				outline: none;
				position: relative;
			}

			.desk-cart-toggle span {
				color: #fff;
				position: absolute;
				line-height: 20px;
				font-size: 12px;
				height: 20px;
				width: 20px;
				border-radius: 20px;
				top: 0px;
				left: 25px;
			}

			.woo-cart {
			    position: absolute;
			    width: 320px;
			    height: auto;
			    min-height: 50px;
			    padding: 10px;
			    position: absolute;
			    right:0px;
			    z-index: -1;
			    display: none;
			    -webkit-transition: all 300ms ease-in;
			    transition: all 300ms ease-in;
			}

			.woo-cart.animated {
			    display: block;
			}

			.woo-cart .widget_shopping_cart {
				margin-bottom: 0;
				padding-bottom: 0;
			}
			.woo-cart .widget_shopping_cart .widgettitle {display: none;}
			.woo-cart .widget_shopping_cart {
				margin-bottom: 0px;
				border-bottom: none !important;
			}
			.woo-cart .widget_shopping_cart .cart_list,
			.woo-cart .widget_shopping_cart .cart_list li {
				margin: 0;
				padding: 0;
			}

			.woo-cart .widget_shopping_cart .cart_list li {
				margin-bottom: 15px;
				padding-bottom: 15px;
				background-color: transparent;
				position: relative;
			}

			.woo-cart .widget_shopping_cart .cart_list li:after {
			    content: "";
			    display: table;
			    clear: both;
			}

			.woo-cart .widget_shopping_cart .cart_list li .remove {
				width: 20px;
				height: 20px;
				line-height: 20px;
				text-align: center;
				position: absolute;
				top: 0px !important;
				right: 0;
				display: block;
				color: #fff !important;
			}

			.woo-cart .widget_shopping_cart .cart_list li img {
				display: block;
				float: left;
				margin-right: 15px;
				padding: 5px;
			    -webkit-box-sizing: content-box;
			    box-sizing: content-box;
			    -webkit-transition: all 0.3s;
    			transition: all 0.3s;
			}

			.woo-cart .widget_shopping_cart .cart_list {list-style: none;background-color: transparent;}
			.woo-cart .widget_shopping_cart .cart_list > li.empty {
				background-image: url(images/no_product.png);
				background-repeat: no-repeat;
				background-position:10px 50%;
				padding:10px 10px 10px 60px;
		    	border-bottom:none !important;
		    	margin-bottom: 0 !important;
		    	font-size: 14px;
		    	line-height: 24px;
			}

			.woo-cart .widget_shopping_cart p.buttons > a{
			    width: 145px;
			    display: block;
			    float: left;
			    padding: 8px 20px;
			    font-size: 12px;
			    line-height: 22px;
			}

			.woo-cart .woocommerce .quantity {
			    width: 100%;
			    display: block;
			    line-height: 24px;
			}

			.header-top > .container {
				height: 40px;
			}

			.header-top > .container:empty {
				height: 0;
			}

			.header-top .slogan {
				float: left;
			}

			.header-top .header-top-menu,
			.header-top .top-button,
			.header-top .social-links {
				float: right;
			}

			.header-top .header-top-social-links a {
				background-color: transparent !important;
			    width: 28px;
			    height: 28px;
			    line-height: 28px;
			    border-radius: 0px;
			    border: none;
			    margin: 6px 0 0 0;
			    border-radius: 3px;
			}

			.header-top .header-top-social-links a:hover {
				color: #fff !important;
			}

			.header-top .header-top-social-links a.icon-rss:hover        {background-color:#fba933 !important;}
			.header-top .header-top-social-links a.icon-facebook:hover   {background-color:#607bb3 !important;}
			.header-top .header-top-social-links a.icon-twitter:hover    {background-color:#37bbf5 !important;}
			.header-top .header-top-social-links a.icon-skype:hover      {background-color:#37bbf5 !important;}
			.header-top .header-top-social-links a.icon-googleplus:hover {background-color:#e74b32 !important;}
			.header-top .header-top-social-links a.icon-youtube:hover    {background-color:#c63c39 !important;}
			.header-top .header-top-social-links a.icon-vimeo:hover      {background-color:#2bc2f4 !important;}
			.header-top .header-top-social-links a.icon-linkedin:hover   {background-color:#319cda !important;}
			.header-top .header-top-social-links a.icon-flickr:hover     {background-color:#ee4086 !important;}
			.header-top .header-top-social-links a.icon-pinterest:hover  {background-color:#db2e36 !important;}
			.header-top .header-top-social-links a.icon-instagram:hover  {background-color:#5280a5 !important;}
			.header-top .header-top-social-links a.icon-apple:hover      {background-color:#01aef3 !important;}
			.header-top .header-top-social-links a.icon-dribbble:hover   {background-color:#eb4c89 !important;}
			.header-top .header-top-social-links a.icon-android:hover    {background-color:#92b83e !important;}
			.header-top .header-top-social-links a.icon-behance:hover    {background-color:#1b82dc !important;}
			.header-top .header-top-social-links a.icon-envelope:hover   {background-color:#4c5256 !important;}

			.desk-menu > ul > li > a {
				height: 30px;
				line-height:30px;
				border-radius: 30px;
			}

			.subeffect-ghost .header-top .header-top-menu ul li ul,
			.subeffect-ghost .header-top .header-top-menu > ul > li:hover > .sub-menu,
			.subeffect-ghost .desk-menu > ul > li > .sub-menu,
			.subeffect-ghost .desk-menu > ul > li:hover > .sub-menu,
			.subeffect-ghost .sub-menu .sub-menu {
				display: none;
			    opacity: 0;
			    margin-top: -20px;
			}

			.subeffect-slide .header-top .header-top-menu ul li ul,
			.subeffect-slide .header-top .header-top-menu > ul > li:hover > .sub-menu,
			.subeffect-slide .desk-menu > ul > li > .sub-menu,
			.subeffect-slide .desk-menu > ul > li:hover > .sub-menu,
			.subeffect-slide .sub-menu .sub-menu,
			.subeffect-fade .header-top .header-top-menu ul li ul,
			.subeffect-fade .header-top .header-top-menu > ul > li:hover > .sub-menu,
			.subeffect-fade .desk-menu > ul > li > .sub-menu,
			.subeffect-fade .desk-menu > ul > li:hover > .sub-menu,
			.subeffect-fade .sub-menu .sub-menu {
				display: none;
			    margin-top: 0px;
			    opacity: 0;
			}

			.subeffect-slide .header-top .header-top-menu ul li ul,
			.subeffect-slide .header-top .header-top-menu > ul > li:hover > .sub-menu,
			.subeffect-slide .desk-menu > ul > li > .sub-menu,
			.subeffect-slide .desk-menu > ul > li:hover > .sub-menu,
			.subeffect-slide .sub-menu .sub-menu {
				opacity: 1;
			}

			.subeffect-move .header-top .header-top-menu ul li ul,
			.subeffect-move .header-top .header-top-menu > ul > li:hover > .sub-menu,
			.subeffect-move .desk-menu > ul > li > .sub-menu,
			.subeffect-move .desk-menu > ul > li:hover > .sub-menu,
			.subeffect-move .sub-menu .sub-menu {
				display: none;
			    margin-left:-40px;
			    opacity: 0;
			}

			/*EFFECTS*/
			.effect-underline .desk-menu > ul > li > a:after,
			.effect-overline .desk-menu > ul > li > a:after {
				content: "";
				position: absolute;
				width: 0%;
				height: 2px;
				bottom:0px;
				left: 0%;
				opacity: 0;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

			.effect-underline .desk-menu > ul > li:hover > a:after,
			.effect-underline .desk-menu > ul > li.one-page-active > a:after,
			.effect-underline .desk-menu > ul > li.current-menu-item > a:after,
			.effect-underline .desk-menu > ul > li.current-menu-parent > a:after,
			.effect-underline .desk-menu > ul > li.current-menu-ancestor > a:after,
			.effect-overline .desk-menu > ul > li:hover > a:after,
			.effect-overline .desk-menu > ul > li.one-page-active > a:after,
			.effect-overline .desk-menu > ul > li.current-menu-item > a:after,
			.effect-overline .desk-menu > ul > li.current-menu-parent > a:after,
			.effect-overline .desk-menu > ul > li.current-menu-ancestor > a:after {
				opacity: 1;
				width: 100%;
			}

			.one-page-top.effect-underline .desk-menu > ul > li.current-menu-item > a:after,
			.one-page-top.effect-underline .desk-menu > ul > li.current-menu-parent > a:after,
			.one-page-top.effect-underline .desk-menu > ul > li.current-menu-ancestor > a:after,
			.one-page-top.effect-overline .desk-menu > ul > li.current-menu-item > a:after,
			.one-page-top.effect-overline .desk-menu > ul > li.current-menu-parent > a:after,
			.one-page-top.effect-overline .desk-menu > ul > li.current-menu-ancestor > a:after {
				opacity: 0;
				width: 0;
			}

			.one-page-top.effect-underline .desk-menu > ul > li:hover > a:after,
			.one-page-top.effect-overline .desk-menu > ul > li:hover > a:after,
			.one-page-top.effect-underline .desk-menu > ul > li.one-page-active > a:after,
			.one-page-top.effect-overline .desk-menu > ul > li.one-page-active > a:after {
				opacity: 1 !important;
				width: 100% !important;
			}

			.effect-outline .desk-menu > ul > li > a,
			.effect-fill .desk-menu > ul > li > a {
				padding-left: 12px;
				padding-right: 12px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

			.one-page-top.effect-fill .desk-menu > ul > li.current-menu-item > a,
			.one-page-top.effect-fill .desk-menu > ul > li.current-menu-parent > a,
			.one-page-top.effect-fill .desk-menu > ul > li.current-menu-ancestor > a {
				background-color: transparent !important;
			}

			.one-page-top.effect-outline .desk-menu > ul > li.current-menu-item > a,
			.one-page-top.effect-outline .desk-menu > ul > li.current-menu-parent > a,
			.one-page-top.effect-outline .desk-menu > ul > li.current-menu-ancestor > a {
				box-shadow: none !important;
			}

			/*FIXED*/
			.page-content-wrap {
				-webkit-transition: padding-top 300ms linear;
				-ms-transition: padding-top 300ms linear;
    			-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.page-content-wrap.fixed-true.header-version3 {
				-webkit-transition: none;
				-ms-transition: none;
    			-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.desk.fixed-true {
				position: fixed;
				top: 0;
				left: 0;
				-webkit-transition:height 300ms linear, transform 300ms linear; 
				-ms-transition:height 300ms linear, transform 300ms linear; 
				transition:height 300ms linear, transform 300ms linear;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-transform:translateY(0px);
				-ms-transform:translateY(0px);
				transform:translateY(0px);
			}

			.desk.fixed-true .header-body {
				-webkit-transition:height 300ms linear, background-color 300ms linear; 
				-ms-transition:height 300ms linear, background-color 300ms linear; 
				transition:height 300ms linear, background-color 300ms linear;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.desk.top-true.fixed-true.active {
				-webkit-transform:translateY(-40px);
				-ms-transform:translateY(-40px);
				transform:translateY(-40px);
			}

			.desk.fixed-true .logo,
			.desk.fixed-true .logo-title,
			.desk.fixed-true .desk-menu > ul > li {
				-webkit-transition:height 300ms linear, line-height 300ms linear; 
				-ms-transition:height 300ms linear, line-height 300ms linear; 
				transition:height 300ms linear, line-height 300ms linear;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.desk.fixed-true .search,
			.desk.fixed-true .desk-menu .sub-menu,
			.desk.fixed-true .woo-cart {
				-webkit-transition:top 300ms linear; 
				-ms-transition:top 300ms linear; 
				transition:top 300ms linear;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.desk.fixed-true .search-toggle-wrap,
			.desk.fixed-true .desk-cart-wrap,
			.desk.fixed-true .desk-cart-wrap > .desk-cart-toggle,
			.desk.fixed-true .site-sidebar-toggle,
			.desk.fixed-true .desk-menu > ul > li > a {
				-webkit-transition:margin-top 300ms linear, background-image 300ms linear, box-shadow 300ms linear; 
				-ms-transition:margin-top 300ms linear, background-image 300ms linear, box-shadow 300ms linear; 
				transition:margin-top 300ms linear, background-image 300ms linear, box-shadow 300ms linear;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.desk.fixed-true .site-sidebar-toggle {
				-webkit-transition:all 300ms linear; 
				-ms-transition:all 300ms linear; 
				transition:all 300ms linear;
			}

			.desk.fixed-true .search-toggle:before,
			.desk.fixed-true .desk-cart-wrap:before,
			.desk.fixed-true .desk-cart-wrap > .desk-cart-toggle:before {
				-webkit-transition:background-image 300ms linear; 
				-ms-transition:background-image 300ms linear; 
				transition:background-image 300ms linear;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.desk.fixed-true .desk-menu > ul > li > a {
				-webkit-transition:margin-top 300ms linear, color 300ms linear, box-shadow 300ms linear, background-color 300ms linear; 
				-ms-transition:margin-top 300ms linear, color 300ms linear, box-shadow 300ms linear, background-color 300ms linear; 
				transition:margin-top 300ms linear, color 300ms linear, box-shadow 300ms linear, background-color 300ms linear;
			}

			.desk.fixed-true .desk-cart-toggle span {
				-webkit-transition:color 300ms linear, background-color 300ms linear; 
				-ms-transition:color 300ms linear, background-color 300ms linear; 
				transition:color 300ms linear, background-color 300ms linear;
			}

			/*VERSIONS*/
			.version2.desk .left-part {float: left;width: 435px;}
			.version2.desk .right-part {float: right;width: 435px;}
			.version2.desk .logo-part {
				width: 300px;
				padding: 0 25px;
				position: absolute;
				top: 0;
				left: 435px;
			}

			.version2.desk .left-part .desk-menu {float:right;}
			.version2.desk .right-part .desk-menu {float:left;}

			.version2.desk .logo-title {
			    font-size: 38px;
			    text-align: center;
			}

			.version2.desk .logo, 
			.version2.desk .logo-title {
			    padding:0;
			    float: none;
			}

			.version2.search-true .search-toggle-wrap {
				margin-right: 15px !important;
				margin-left: 0px !important;
			}

			.version2.sidebar-toggle-true .search {
			    right: auto;
			    left: -15px;
			}

			.version2.cart-true .desk-cart-wrap {
				margin-left: 15px !important;
				margin-right: 0px !important;
				float: left;
			}

			.version2 .site-sidebar-toggle {
				margin-right: 25px !important;
				margin-left: 0px !important;
			}

			.version2 .fixed-logo {
			    -webkit-transform: translate(4px,1px);
			    -ms-transform: translate(4px,1px);
			    transform: translate(4px,1px);
			}

			.version3 .header-social-links {
				float: right;
			    position: relative;
			    height: 40px;
			}

			.version3.search-false.cart-false.sidebar-toggle-false .header-social-links {
			    margin-left:50px;
			}

			.version3.fixed-true .header-social-links {
			    -webkit-transition: margin-top 300ms linear;
			    -ms-transition: margin-top 300ms linear;
			    transition: margin-top 300ms linear;
			    -webkit-backface-visibility: hidden;
			    backface-visibility: hidden;
			}

			.version3 .header-social-links a {
				background-color: transparent !important;
			    width: 36px;
			    height: 40px;
			    line-height: 40px;
			    border-radius: 0px;
			    border: none;
			    margin: 0;
			}

			.version3 .header-social-links a:hover {
				background-color: transparent !important;
			}

			.desk.version3 .header-social-links a.icon-rss:hover        {color:#fba933 !important;}
			.desk.version3 .header-social-links a.icon-facebook:hover   {color:#607bb3 !important;}
			.desk.version3 .header-social-links a.icon-twitter:hover    {color:#37bbf5 !important;}
			.desk.version3 .header-social-links a.icon-skype:hover      {color:#37bbf5 !important;}
			.desk.version3 .header-social-links a.icon-googleplus:hover {color:#e74b32 !important;}
			.desk.version3 .header-social-links a.icon-youtube:hover    {color:#c63c39 !important;}
			.desk.version3 .header-social-links a.icon-vimeo:hover      {color:#2bc2f4 !important;}
			.desk.version3 .header-social-links a.icon-linkedin:hover   {color:#319cda !important;}
			.desk.version3 .header-social-links a.icon-flickr:hover     {color:#ee4086 !important;}
			.desk.version3 .header-social-links a.icon-pinterest:hover  {color:#db2e36 !important;}
			.desk.version3 .header-social-links a.icon-instagram:hover  {color:#5280a5 !important;}
			.desk.version3 .header-social-links a.icon-apple:hover      {color:#01aef3 !important;}
			.desk.version3 .header-social-links a.icon-dribbble:hover   {color:#eb4c89 !important;}
			.desk.version3 .header-social-links a.icon-android:hover    {color:#92b83e !important;}
			.desk.version3 .header-social-links a.icon-behance:hover    {color:#1b82dc !important;}
			.desk.version3 .header-social-links a.icon-envelope:hover   {color:#4c5256 !important;}

			.revolution-slider-active .version3.fixed-true {
				position:relative;
			}

			.revolution-slider-active .version3.fixed-true.active {
				position: fixed;
				top: 0;
				left: 0;
				-webkit-transform:translateY(0px); 
				-ms-transform:translateY(0px); 
				transform:translateY(0px);
			}

			/*MIX*/

			.slider-banner {
				position: absolute;
				top: 0;
				margin: 0 !important;
				left: 50%;
				-webkit-transform:translate(-50%,-51%) scale(1,1);
				-ms-transform:translate(-50%,-51%) scale(1,1);
				transform:translate(-50%,-51%) scale(1,1);
				z-index: 54;
				width: 1170px !important;
				max-width: 1170px !important;
			}

			.inactive-true .rich-header .fixed-container {
				margin-top: 0 !important;
				height:100%;
			}

			.inactive-true .rich-header .parallax-container {top:0px;}
			.inactive-true .rich-header .parallax-container {height:100%;}

			.widget_calendar caption,
			.widget_calendar th,
			.widget_calendar td,
			.widget_calendar td#prev,
			.widget_calendar td#next,
			.widget_calendar td#prev span,
			.widget_calendar td#next span {
				height: 41px;
				width: 41px;
				line-height:41px;
			}

			.nz-circle {
				width: 288px;
			}

			.slick-prev{left:150px;} 
			.slick-next{right:150px;}

			.col8 .nz-tabs.vertical .tabset,
			.col9 .nz-tabs.vertical .tabset,
			.col10 .nz-tabs.vertical .tabset,
			.col11 .nz-tabs.vertical .tabset,
			.col12 .nz-tabs.vertical .tabset {
				width: 20%;
			}

			.col8 .nz-tabs.vertical .tabs-container,
			.col9 .nz-tabs.vertical .tabs-container,
			.col10 .nz-tabs.vertical .tabs-container,
			.col11 .nz-tabs.vertical .tabs-container,
			.col12 .nz-tabs.vertical .tabs-container{
				width: 80%;
			}

			.nz-gallery[data-columns="5"] .wp-caption-text,
			.nz-gallery[data-columns="6"] .wp-caption-text {
				display:block;
			}

			.woocommerce .main-content .products .product
			{width: 50%;}

			.nz-related-products.column-4 *[data-grid="ninzio_01"],
			.nz-counter[data-columns="4"] > .nz-count
			{width: 200px !important; padding:30px 0px;}

			.main-content .nz-related-products.column-4 *[data-grid="ninzio_01"] {
				width: 50% !important;
			}

			.nz-counter.nz-counter[data-columns="3"] > .nz-count:after {
				width: 150px;
				margin-right: -75px;
			}

			.footer .photos_from_flickr .flickr_badge_image {
			    width: 32%;
			    height: 32%;
			    margin-right: 2%;
			    margin-bottom: 2%;
			}

			.footer .photos_from_flickr #flickr_badge_image5,
			.footer .photos_from_flickr #flickr_badge_image10 {
				margin-right: 2%;
			}

			.footer .photos_from_flickr #flickr_badge_image6,
			.footer .photos_from_flickr #flickr_badge_image3 {
				margin-right: 0%;
			}

			.footer-info-area > .container > *:last-child:not(:only-child) {
				padding-left: 30px;
				padding-right: 30px;
			}

			.footer-copyright {
				float: left;
				line-height: 34px;
				font-size: 14px;
			}

			.footer-menu {
				float: right;
			}

			.footer-menu ul li {
				float: left;
				line-height: 34px;
			}

			.footer-menu ul li:not(:first-child) {
				padding-left:30px;
				position: relative; 
			}

			.footer-menu ul li:not(:first-child):after {
				content: ":";
			    height: inherit;
			    width: 16px;
			    display: block;
			    position: absolute;
			    top: 0;
			    left: 7px;
			    text-align: center;
			    color: inherit;
			}

			.footer .social-links {
				float: right;
				height: 34px;
				line-height: 34px;
				padding: 0;
				margin-top: 15px;
			}

			.nz-image-banner .banner-img {
				max-width: 535px;
			}

			.nz-image-banner .banner-content {
				max-width: 535px;
			}

			.nz-image-banner .banner-content:before {
				max-width: 1170px;
				width: 1170px;
			}

			.ninzio-filter {
				text-align: center;
				max-width: 1170px;
				margin: 0 auto 70px auto;
			}

			.ninzio-filter .container {
				text-align:center;
				display: inline-block;
			    width: auto;
			    margin: 0;
			    position: relative;
			}

			.ninzio-filter .filter {
				cursor: pointer;
				display:inline-block;
				padding: 10px 25px;
				border-radius: 200px;
				margin-bottom: 3px;
			    line-height: 22px;
				width: auto;
				position: relative;
				z-index: 3;
				color: #777;
				box-shadow: inset 0 0 0 2px #e0e0e0;
			    -webkit-transition: all 0.3s;
			    transition: all 0.3s;
			}

			.nz-recent-projects .ninzio-filter .filter {
				margin-right: 3px;
			}

			.nz-products-filter .filter {
				margin-right: 3px;
			}

			.ninzio-filter .filter:not(.active):hover {
				box-shadow: inset 0 0 0 2px #c0c0c0;
			}

			.ninzio-filter .filter-container {display: inline !important;}
			.ninzio-filter .filter-toggle {
				display: none;
			}

			.ninzio-filter .filter:last-child {
				margin-right: 0;
			}

			.ninzio-filter .filter.active {
				z-index: 15;
				color: #fff;
			}

			.main-content .ninzio-filter {
				text-align: left;
				margin-bottom:70px;
				position: relative;
			}

			.main-content .ninzio-filter .filter-container {
				display: none;
			}

			.main-content .filter-toggle {
				display: block;
				position: absolute;
				width: 20px;
				height: 20px;
				top: 11px;
				right: 25px;
				cursor: pointer;
				background: url(images/burger_menu.png) no-repeat center center;
				z-index: 25;
			}

			.main-content .ninzio-filter .filter {
				cursor: pointer;
				display:block;
				padding: 10px 25px;
			    line-height: 22px;
			    margin-top: -1px;
				width:100%;
				position: relative;
				z-index: 3;
				color: #777;
				box-shadow: inset 0 0 0 1px #e0e0e0;
				background-color: #edecea;
				-webkit-transition: all 300ms;
				transition: all 300ms;
				float: none;
				margin-bottom: 0;
			}

			.main-content .ninzio-filter .filter.active:before,
			.main-content .ninzio-filter .filter:before {
				display: none;
			}

			.main-content .ninzio-filter .filter:last-child {
				margin-right: 0;
			}

			.main-content .ninzio-filter .filter:after {
				content: attr(data-count);
				width: 26px;
				height: 26px;
				font-size: 12px;
				border-radius: 26px;
				line-height: 26px;
				margin-top: -2px;
				display: inline-block;
				text-align: center;
				color: #777 !important;
				float: right;
				margin-right: 40px;
				background-color: #fff;
			}

			.main-content .ninzio-filter .filter.active {
				background-color: #f7f7f7;
				box-shadow: inset 0 0 0 1px #e0e0e0;
			}

			.main-content .ninzio-filter .filter.active:after {
				background-color: #edecea;
				color: #777 !important;
			}

			.single-product-image {
			    width: 55%;
			}

			.single-product-summary {
				width: 45%;
			}
			
			.main-content  .single-product-image {
			    width: 50%;
			}

			.main-content  .single-product-summary {
				width: 50%;
			}

			.woocommerce .main-content .post-social-share {
			    padding: 5px;
			}

			.woocommerce .main-content .share-label {
			    padding-right: 10px;
			}

			.main-content .single-image-content .ninzio-label {
			    top: 36px;
			}

			.nz-recent-products[data-columns="2"] .product {
				width: 50%;
				float: left;
			}

			.woocommerce .loop .main-content {width: calc(100% - 292.5px);}
			.woocommerce .loop .sidebar      {width: 292.5px;}

			.single .post .post-meta {
				padding-left: 100px;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"]
			{width:100% !important;float: none;}

			.list .loop .blog-post *[data-grid="ninzio_01"] > .nz-thumbnail,
			.list .loop .blog-post *[data-grid="ninzio_01"] > .post-body,
			.list .loop .blog-post *[data-grid="ninzio_01"] > .post-gallery {
				float: left;
				display: table-cell;
				width: 585px;
				min-height: 479px;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"]:nth-child(2n+2) > .nz-thumbnail,
			.list .loop .blog-post *[data-grid="ninzio_01"]:nth-child(2n+2) > .post-gallery {
				float: right;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"]:nth-child(2n+2) > .post-body {
				float: left;
			}


			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] {
				width: 100% !important;
				float: none;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] > .nz-thumbnail,
			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] > .post-body,
			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] > .post-gallery {
				display: table-cell;
				width: 408px;
				min-height: 335px;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"] .post-body {
				padding: 0px !important;
			}

			.list .loop .blog-post *[data-grid="ninzio_01"] .post-body-in,
			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] .post-body-in {
				position: absolute;
			    top: 50%;
			    -webkit-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
			    transform: translateY(-50%);
			    padding: 40px 50px;
			}

			.list .loop .main-content .blog-post *[data-grid="ninzio_01"] .post-body-in {
			    padding: 40px 30px;
			}

			.list .loop .main-content .blog-post .post .post-title {
				font-size: 20px;
		    	line-height: 30px;
			}

			.list .loop .main-content .blog-post .post .post-date-full {
			    display: none;
			}

			.widget-area:not(.site-widget-area) .widget_calendar caption,
			.widget-area:not(.site-widget-area) .widget_calendar th,
			.widget-area:not(.site-widget-area) .widget_calendar td,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev,
			.widget-area:not(.site-widget-area) .widget_calendar td#next,
			.widget-area:not(.site-widget-area) .widget_calendar td#prev span,
			.widget-area:not(.site-widget-area) .widget_calendar td#next span {
				height: 41px;
				width: 41px;
				line-height:41px;
			}

			.single-project-main-detailes .main-content,
			.single-project-main-detailes .sidebar {
				float: none !important;
			}

			.site-overlay.animated {
				cursor:url("images/close.png"), auto;
			}

			.nz-section.autoheight-true > .nz-row {
				margin-left: 0;
				margin-right: 0;
				overflow: hidden;
				display: table;
				width: 100%;
			}
			.nz-section.autoheight-true > .nz-row > .col {
				display: table-cell;
				vertical-align: top;
				float: none;
				padding-left: 0px !important;
				padding-right: 0px !important;
			}
			.nz-section.autoheight-true .valign-middle {
				vertical-align: middle !important;
			}

			.nz-section.autoheight-true .valign-bottom {
				vertical-align:bottom !important;
			}

		}

		@media only screen and (min-width: 1301px) {
			#wrap.nz-boxed { width: 1280px;}

			#wrap.nz-boxed .desk.fixed-true {
				width: 1280px;
				left: 50%;
				margin-left: -640px;
			}

			.slick-prev{left:210px;} 
			.slick-next{right:210px;} 

			#wrap.nz-boxed .slick-prev{left:180px;} 
			#wrap.nz-boxed .slick-next{right:180px;}
		}

		@media only screen and (min-width: 1600px) {
			.slick-prev{left:310px;} 
			.slick-next{right:310px;}

			#wrap.nz-boxed .slick-prev{left:180px;} 
			#wrap.nz-boxed .slick-next{right:180px;}

			.woocommerce .main-content .products .product {
			    width: 50%;
			}

			.woocommerce.single .main-content .products .product {
			    width:100%;
			}

			.nz-recent-products[data-columns="2"] .products .product {
				width: 50% !important;
			}

			.nz-recent-products[data-columns="1"] .products .product {
				width: 100% !important;
			}
		}

		@media only screen and (min-width: 1601px) {
			.slick-prev{left:410px;} 
			.slick-next{right:410px;}

			#wrap.nz-boxed .slick-prev{left:180px;} 
			#wrap.nz-boxed .slick-next{right:180px;}
		}

/*  RETINA
/*=============*/
	
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

    	blockquote:after{
			background-image: url(images/quote%402.png);
			background-size:21px 20px;
		}

		#top {
			background-image: url(images/gotop_icon%402.png);
			background-size:17px 19px;
		}


		.nz-overlay-before,
		#nz-content .nz-single-image:before,
		.gallery-item .nz-overlay-before {
			background-image: url(images/plus_large%402.png);
			background-size:50px 50px;
		}

		.search-form input[type="submit"],
		.mob-header-content .search input[type="submit"],
		.widget_search input[type="submit"],
		.widget_product_search input[type="submit"],
		.woocommerce-product-search input[type="submit"],
		.desk .search input[type="submit"],
		.iversion-dark .search-toggle:before,
		.fiversion-dark.active .search-toggle:before {
			background-image: url(images/search%402.png);
			background-size:22px 23px;
		}

		.mob-header-top .mob-menu-toggle.animated,
		.mob-sidebar-toggle2.animated,
		.mob-sidebar-toggle.animated,
		.iversion-dark .desk-cart-toggle:after,
		.fiversion-dark.active .desk-cart-toggle:after,
		.iversion-dark .search-toggle:after,
		.fiversion-dark.active .search-toggle:after {
			background-image:url(images/close%402.png);
			background-size:22px 21px;
		}

		.mob-header-content .cart-toggle,
		.woocommerce .product .single-product-summary .button[disabled="disabled"],
		.woocommerce .product .single-product-summary .added_to_cart[disabled="disabled"],
		.woocommerce .product .single-product-summary .product_type_external[disabled="disabled"],
		.iversion-dark .desk-cart-toggle:before,
		.fiversion-dark.active .desk-cart-toggle:before {
			background-image:url(images/cart%402.png);
			background-size:26px 24px;
		}

		#mce-EMAIL {
			background-image: url(images/subscribe_icon%402.png);
			background-size:25px 18px;
		}

		.null-instagram-feed ul li a:before,
		.photos_from_flickr .flickr_badge_image a:before,
		.recent-projects > .post a:before {
			background-image: url(images/plus%402.png);
			background-size:13px 12px;
		}

		.video-modal .video-icon  {
			background-image: url(images/video_icon%402.png);
			background-size:82px 82px;
		}

		.loop .small-image .projects .project-title:after,
		.loop .medium-image .projects .project-title:after,
		.loop .large-image .projects .project-title:after,
		.loop .small-image-nogap .projects .project-title:after,
		.loop .medium-image-nogap .projects .project-title:after,
		.nz-recent-projects.small-image .project-title:after,
		.nz-recent-projects.medium-image .project-title:after,
		.nz-recent-projects.large-image .project-title:after,
		.nz-recent-projects.small-image-nogap .project-title:after,
		.nz-recent-projects.medium-image-nogap .project-title:after,
		.nz-related-projects .project-title:after {
			background-image: url(images/arrow_right_white%402.png);
			background-size:12px 12px;
		}

		.sticky-ind {
			background-image: url(images/pin%402.png);
			background-size:16px 15px;
		}

		.list .loop .post .post-category,
		.standard .loop .post .post-category {
			background-image: url(images/category_icon%402.png);
			background-size:19px 9px;
		}

		.standard .loop .sticky-ind {
			background-image: url(images/pin2%402.png);
			background-size:16px 15px;
		}

		.standard .post-format-status.format-standard {
			background-image: url(images/format-standard%402.png);
			background-size:31px 31px;
		}

		.standard .post-format-status.format-aside {
			background-image: url(images/format-aside%402.png);
			background-size:35px 32px;
		}

		.standard .post-format-status.format-audio {
			background-image: url(images/format-audio%402.png);
			background-size:35px 31px;
		}

		.standard .post-format-status.format-video {
			background-image: url(images/format-video%402.png);
			background-size:30px 30px;
		}

		.standard .post-format-status.format-gallery {
			background-image: url(images/format-gallery%402.png);
			background-size:38px 30px;
		}

		.standard .post-format-status.format-link {
			background-image: url(images/format-link%402.png);
			background-size:31px 31px;
		}

		.standard .post-format-status.format-quote {
			background-image: url(images/format-quote%402.png);
			background-size:30px 32px;

		}

		.standard .post-format-status.format-status {
			background-image: url(images/format-status%402.png);
			background-size:34px 38px;
		}

		.standard .post-format-status.format-chat {
			background-image: url(images/format-chat%402.png);
			background-size:38px 36px;
		}

		.woocommerce .product .single-product-summary .button,
		.woocommerce .product .single-product-summary .added_to_cart,
		.woocommerce .product .single-product-summary .product_type_external,
		.woocommerce .product .single-product-summary .button:hover,
		.woocommerce .product .single-product-summary .added_to_cart:hover,
		.woocommerce .product .single-product-summary .product_type_external:hover,
		.iversion-light .desk-cart-toggle:before,
		.fiversion-light.active .desk-cart-toggle:before {
			background-image: url(images/cart_white%402.png);
			background-size:26px 24px;
		}

		.filter-toggle,
		.mob-header-top .mob-menu-toggle,
		.mob-sidebar-toggle,
		.iversion-dark .site-sidebar-toggle,
		.fiversion-dark.active .site-sidebar-toggle {
			background: url(images/menu%402.png) no-repeat center center;
			background-size:22px 15px;
		}

		.iversion-light .site-sidebar-toggle,
		.fiversion-light.active .site-sidebar-toggle,
		.filter.active + .filter-toggle {
			background-image: url(images/menu_white%402.png);
			background-size:22px 15px;
		}

		.iversion-light .search-toggle:before,
		.fiversion-light.active .search-toggle:before {
			background-image: url(images/search_white%402.png);
			background-size:22px 23px;
		}

		.iversion-light .desk-cart-toggle:after,
		.fiversion-light.active .desk-cart-toggle:after,
		.iversion-light .search-toggle:after,
		.fiversion-light.active .search-toggle:after,
		.mob-sidebar-toggle2 {
			background-image:url(images/close_white%402.png);
			background-size:22px 21px;
		}

		.woo-cart .widget_shopping_cart .cart_list > li.empty {
			background-image: url(images/no_product%402.png);
			background-size:26px 24px;
		}

		.main-content .filter-toggle {
			background: url(images/burger_menu%402.png) no-repeat center center;
			background-size:16px 15px;
		}

		@media only screen and (max-width: 320px) {
			.footer-widget-area #mc-embedded-subscribe,
			.site-widget-area #mc-embedded-subscribe,
			.sidebar #mc-embedded-subscribe,
			#mc-embedded-subscribe {
				background-image: url(images/arrow_right_white%402.png);
				background-size:12px 12px;
			}
		}

	}

/*Footer content area*/
    
    .ninzio-border-left > .col-inner {
        position: relative;
    }
    
    .ninzio-border-left > .col-inner:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        display: block;
        content: "";
        background-color: #1dcbb5;
    }
    
    .ninzio-latter-spacing {
        letter-spacing: 2px;
    }
    
    .page-id-4378 .rich-header.version2 h1 {
        text-shadow: none;
    }
    
    @media only screen and (max-width: 1023px) {
        .ninzio-no-padding {
            padding-left: 25px !important;
            padding-right: 25px !important;
        }
        .ninzio-no-padding .col-inner {
            padding-left: 0px !important;
            text-align: center;
        }
        .ninzio-no-padding .ninzio-border-left > .col-inner:before {
            display: none !important;
        }
    }
    
    @media only screen and (min-width: 1100px) {
        .nz-bar {
            float: left;
            padding: 0 20px;
            line-height: 38px;
            height: 40px;
        }
        .nz-bar:first-child {
            padding-left: 0px;
        }
        .nz-bar .nz-icon {
            margin: 0 10px 0 0;
            vertical-align: middle;
            position: relative;
            top: -1px;
        }
    }
   
   
    .nz-overlay-before,
    #nz-content .nz-single-image:before {
        background-color: transparent !important;
    }
    
    .nz-pricing-table > .column .title:after {
        border-bottom: 3em solid #8dc12b;
    }
    
    .owl-controls .owl-page.active,
    .ninzio-filter .filter.active {
        box-shadow: inset 0 0 0 2px #8dc12b;
    }
    
    #mce-EMAIL {
        box-shadow: inset 0 0 0 3px #8dc12b;
    }
    
    .shop-loader:before {
        border: 1px solid #8dc12b;
    }
    
    .nz-loader {
        border-top: 1px solid rgba(141, 193, 43, 0.1);
        border-right: 1px solid rgba(141, 193, 43, 0.1);
        border-bottom: 1px solid rgba(141, 193, 43, 0.1);
        border-left: 1px solid rgba(141, 193, 43, 0.5);
    }
    
    .widget_price_filter .ui-slider .ui-slider-handle {
        border-color: #8dc12b !important;
    }
    
    .single-details .nz-i-list span.icon {
        box-shadow: inset 0 0 0 20px #8dc12b;
    }
    
    .blog-post .post .post-date-full:after,
    .nz-recent-posts .post .post-date-full:after {
        border-color: transparent transparent #8dc12b transparent;
    }
    
    .blog-post .post .post-date-full:before,
    .nz-recent-posts .post .post-date-full:before,
    .woocommerce .product .onsale:before {
        border-color: #8dc12b transparent transparent transparent;
    }
    
    button,
    input[type="reset"],
    input[type="submit"],
    input[type="button"],
    .single-details .project-link,
    .wc-proceed-to-checkout a,
    .woocommerce-message .button.wc-forward,
    .widget_shopping_cart p.buttons > a,
    a.edit,
    a.view,
    #nz-content .nz-single-image:before,
    .blog-post .post .post-date-full,
    .nz-recent-posts .post .post-date-full,
    .nz-related-projects .project-title,
    .nz-accordion .toggle-title.active .border,
    .nz-accordion .toggle-title.active .hor,
    .nz-accordion .toggle-title.active .ver,
    .tabset .tab .before {
        background-color: #8dc12b;
    }
    
    .widget_recent_projects .ninzio-overlay {
        background-color: rgba(141, 193, 43, 0.9);
    }
    
    button:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    .single-details .project-link:hover,
    .woocommerce .single-product-summary .button:hover,
    .wc-proceed-to-checkout a:hover,
    .woocommerce-message .button.wc-forward:hover,
    .single_add_to_cart_button:hover,
    .widget_shopping_cart p.buttons > a:hover,
    a.edit:hover,
    a.view:hover {
        background-color: rgb(121, 173, 23);
    }
    
    .default.button-normal {
        background-color: #8dc12b
    }
    
    .default.button-ghost {
        box-shadow: inset 0 0 0 2px #8dc12b;
        color: #8dc12b;
    }
    
    .default.button-3d {
        background-color: #8dc12b;
        box-shadow: 0 4px rgb(91, 143, -7);
    }
    
    .default.animate-false.button-3d:hover {
        box-shadow: 0 2px rgb(91, 143, -7);
    }
    
    .default.animate-false.button-normal.hover-fill:hover {
        background-color: rgb(121, 173, 23);
    }
    
    .default.button-ghost.hover-fill:hover,
    .default.button-ghost.hover-drop:after,
    .default.button-ghost.hover-side:after,
    .default.button-ghost.hover-scene:after,
    .default.button-ghost.hover-screen:after {
        background-color: #8dc12b;
    }
    
    #mc-embedded-subscribe:hover + span {
        background-color: rgb(91, 143, -7) !important;
    }
    
    .footer-widget-area {
        background-color: #3a3c3e;
        background-image: url(../upload/footer_bg-1.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    /*  HEADER
/*-------------------------*/
    
   
   



	
	