

	.nz-thumbnail {position: relative;overflow: hidden;}

	#nz-content .nz-single-image:after,
	#nz-content .nz-single-image:before {
		content: "";
	}

	.ninzio-overlay,
	#nz-content .nz-single-image:after {
		position: absolute;
		width:100%;
		height:100%;
		top: 0px;
		left: 0px;
		z-index: 3;
		text-align: center;
		opacity: 0;
		color: #fff !important;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		background-color: rgba(0,0,0,0.4);
	}

	.ninzio-overlay, 
	#nz-content .nz-single-image:after {
		background-color: rgba(0,0,0,0.4);
	}

	.ninzio-overlay-content {
		width: 100%;
		padding: 20px;
		position: absolute;
		top: 49.5%;
		left: 49.5%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.nz-thumbnail:hover .ninzio-overlay,
	.nz-persons .person:hover .ninzio-overlay,
	a.nz-single-image:hover:before,
	.gallery-item:hover .ninzio-overlay,
	#nz-content .nz-single-image:hover:after {
		opacity: 1;
	}

	.nz-overlay-before,
	#nz-content .nz-single-image:before {
		width: 50px;
		line-height: 50px;
		height: 50px;
		border-radius: 50px;
		margin: -25px 0 0 -25px;
		text-indent: -90000em;
		background-image: url(images/plus_large.png);
		background-position: 49% 49%;
		background-repeat: no-repeat;
		background-color: transparent !important;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
	    display: block;
	    top: 50%;
	    left: 50%;
	}

	.nz-overlay-before:hover,
	#nz-content .nz-single-image:hover:before {
		-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    transform: scale(0.8);
	}

	#nz-content .nz-single-image:before {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		z-index: 5;
		opacity: 0;
	}

	#nz-content .nz-single-image:hover:before {
		opacity: 1;
	}

	.gallery-item .nz-overlay-before
	{background-image: url(images/plus_large.png) !important;}

	.wp-caption {
		position: relative;
		overflow: hidden;
	}

	.wp-caption a {
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: translateX(0) translateY(0); 
		-ms-transform: translateX(0) translateY(0); 
		transform: translateX(0) translateY(0);
	}
	.wp-caption .wp-caption-text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding:15px 20px;
		z-index: 5;
		color: #fff !important;
		background-color: rgba(0,0,0,0.5);
		text-transform: uppercase;
		text-align: center;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
	}

	.wp-caption:hover .wp-caption-text {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	a[href$='.jpg'],a[href$='.jpeg'],a[href$='.png'],a[href$='.gif'],a[href$='.svg'],
	a.nz-single-image {
		position: relative;
		display:block;
	}

	a[href$='.jpg'] > img,a[href$='.jpeg'] > img,a[href$='.png'] > img,a[href$='.gif'] > img,a[href$='.svg'] > img,
	a.nz-single-image > img {
		display:block;
	}

	.ninzio-navigation:not(:empty),
	.woocommerce-pagination:not(:empty) {
		width: 100%;
		padding:50px 0 0 0;
		text-align: center;
		position: relative;
	}

	.woocommerce-pagination:not(:empty) {
		padding:0 0 0 0;
	}

	.load-more .woocommerce-pagination {
		display: none;
	}

	.ninzio-navigation ul,
	.woocommerce-pagination ul {
		margin: 0;
		text-align: center;
		width:auto;
		display: inline-block;
		background-color: #fff;
		padding: 0 15px;
		z-index: 60;
		position: relative;
	}

	.ninzio-navigation li,
	.woocommerce-pagination li {
		display: inline-block;
		padding: 0;
	}

	.ninzio-navigation li:last-child,
	.woocommerce-pagination li:last-child {
		margin-right:0px; 
	}

	.ninzio-navigation li a,
	.ninzio-navigation li span.current,
	.woocommerce-pagination li a,
	.woocommerce-pagination li span.current {
		display: inline-block;
		text-decoration:none;
		max-width: 100%;
		background-color: #fafafa;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		padding:10px 18px 10px 18px;
		cursor: pointer;
		color: #777777 !important;
		border-radius: 0px;
		text-transform: uppercase;
		position: relative;
		border-radius: 3px;
	}

	.ninzio-navigation li a:hover,
	.ninzio-navigation li span.current,
	.woocommerce-pagination li a:hover,
	.woocommerce-pagination li span.current {
		color: #fff !important;
	}

	.ninzio-navigation li a .icon,
	.woocommerce-pagination li a .icon {
		line-height: inherit;
		-webkit-transform:translateY(2px); 
		-ms-transform:translateY(2px);
		transform:translateY(2px);
		display: block;
	}

	.one-page-bullets {
		display: none;
		position: fixed;
		right:30px;
		top:51%;
		z-index: -1;
		opacity: 0;
		-webkit-transform: translateY(-51%);
		-ms-transform: translateY(-51%);
		transform: translateY(-51%);
		-webkit-transition:opacity 0.3s;
		transition:opacity 0.3s;
		width: 24px;
		padding:16px 6px;
	}

	.one-page-bullets.animate {
		opacity:1;
		z-index:100;
		background-color: #fff;
		border:1px solid #eee;
		border-radius: 5px;
	}

	.one-page-bullets ul {
		list-style:none;
		margin-bottom: 0;
	}

	.one-page-bullets ul li {
		padding: 0;
	}

	.one-page-bullets a {
		display: none;
	}

	.one-page-bullets ul li:first-child a[href*="#"] {
		margin-top:0px;
	}

	.one-page-bullets a[href*="#"] {
		display: block;
		width: 10px;
		height: 10px;
		box-shadow:inset 0 0 0 10px rgba(0,0,0,0.2);
		border-radius: 10px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		text-indent: 100%;
		white-space: nowrap;
		text-indent: -9000em;
		margin-top:10px;
		margin-left: -1px;
		position: relative;
		-webkit-transform:translate(1px);
		-ms-transform:translate(1px);
		transform:translate(1px);
		outline: none;
	}

	.one-page-bullets a[href*="#"]:hover,
	.one-page-bullets .one-page-active a[href*="#"] {
		box-shadow:inset 0 0 0 2px rgba(0,0,0,0.5);
	}

	.one-page-bullets a[href*="#"]:after {
		display: block;
		position: absolute;
		content: attr(title);
		padding: 5px 20px 5px 20px;
		background-color:rgba(0,0,0,0.8);
		color: #fff;
		position: absolute;
		top:50%;
		left:-200%;
		line-height:24px;
		font-weight: 600;
		display:block;
		visibility: hidden;
		width: auto;
		height: auto;
		text-indent: 0;
		opacity: 0;
		text-transform: uppercase;
		-webkit-transform:translateX(-100%) translateY(-50%);
		-ms-transform:translateX(-100%) translateY(-50%);
		transform:translateX(-100%) translateY(-50%);
		-webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
		transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
	}

	.one-page-bullets a[href*="#"]:hover:after,
	.one-page-bullets a[href*="#"]:hover:before {
		visibility: visible;
		opacity: 1;
	}

	.one-page-bullets a[href*="#"]:before {
		display: block;
		position: absolute;
		content: "";
		top:50%;
		left:-200%;
		-webkit-transform:translateX(0px) translateY(-50%);
		-ms-transform:translateX(0px) translateY(-50%);
		transform:translateX(0px) translateY(-50%);
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 4px 0 4px 5px;
		border-color: transparent transparent transparent rgba(0,0,0,0.8);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
		transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
	}

	.site-widget-area {
		position: fixed;
	    top: 0;
	    right: 0px;
	    width: 400px;
	    height: 100%;
	    overflow: hidden;
	    z-index: 100;
	    -webkit-transition: transform 0.4s ease;
	    transition: transform 0.4s ease;
	    -webkit-transform: translateX(400px);
	    -ms-transform: translateX(400px);
	    transform: translateX(400px);
	    background-color: #292929;
	    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   		backface-visibility: hidden;
	}

	.site-widget-area .custom-scroll-bar {
		overflow:hidden;
		height:100%;
		padding: 80px 50px 50px 50px;
		z-index: 80;
		position: relative;
	}

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

	.site-widget-area .custom-scroll-bar > .widget {
		position: relative;
	}
	

/*	GRID
/*=============*/
	
	.container,
	.full-width-true .nz-tabs.full-true .tab-content,
	.ninzio-navigation {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
	}

	.nz-row:before,
	.nz-row:after {
	  content: " ";
	  display: table;
	}

	.nz-row:after {
	  clear: both;
	}

	.col12,
	.col11,
	.col10,
	.col9,
	.col8,
	.col7,
	.col6,
	.col5,
	.col4,
	.col3,
	.col2,
	.col1 {
		display:block;
		position: relative;
		margin-bottom: 25px;
		background-repeat: no-repeat;
		min-height: 1px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.col[data-margin="false"] {margin-bottom: 0;}
	.col[data-align="left"]   {text-align: left;}
	.col[data-align="right"]  {text-align: right;}
	.col[data-align="center"] {text-align: center;}

/*	COLUMNS
/*=============*/

	.css-animated {
	    -webkit-animation-duration: 1s;
	    animation-duration: 1s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	}
	.css-animated.flipOutX {
	  -webkit-animation-duration: .75s;
	  animation-duration: .75s;
	}
	.flipInX {
	    -webkit-backface-visibility: visible!important;
	    backface-visibility: visible!important;
	    -webkit-animation-name: flipInX;
	    animation-name: flipInX
	}
	.flipOutX {
	  -webkit-animation-name: flipOutX;
	  animation-name: flipOutX;
	  -webkit-backface-visibility: visible !important;
	  backface-visibility: visible !important;
	}

	.js .element-animate-true {
		-webkit-backface-visibility: hidden;
	}

	.js .element-animate-true[data-effect="fade"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
	}

	.js .css-animated.element-animate-true[data-effect="fade"] {
		opacity: 1;
	}
	
	.js .element-animate-true[data-effect="fade-bottom"] {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
	}

	.js .element-animate-true[data-effect="fade-top"] {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
	}

	.js .css-animated.element-animate-true[data-effect="fade-top"],
	.js .css-animated.element-animate-true[data-effect="fade-bottom"] {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.js .element-animate-true[data-effect="fade-left"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.js .element-animate-true[data-effect="ghost-left"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	.js .element-animate-true[data-effect="fade-right"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.js .element-animate-true[data-effect="ghost-right"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: translateX(100px);
		-ms-transform: translateX(100px);
		transform: translateX(100px);
	}

	.js .element-animate-true.css-animated[data-effect="fade-left"],
	.js .element-animate-true.css-animated[data-effect="fade-right"],
	.js .element-animate-true.css-animated[data-effect="ghost-left"],
	.js .element-animate-true.css-animated[data-effect="ghost-right"]{
		opacity: 1;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.js .element-animate-true[data-effect="scale"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: scale(0.2);
		-ms-transform: scale(0.2);
		transform: scale(0.2);
	}

	.js .css-animated.element-animate-true[data-effect="scale"] {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.js .element-animate-true[data-effect="scale-down"] {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.js .css-animated.element-animate-true[data-effect="scale-down"] {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.js .element-animate-true[data-effect="flip"] {
		opacity: 0;
		-webkit-backface-visibility: visible!important;
	    backface-visibility: visible!important;
	}

	.js .css-animated.element-animate-true[data-effect="flip"] {
		opacity: 1;
		-webkit-animation-name: flipInY;
	    animation-name: flipInY;
	}

	@-webkit-keyframes flipInY {
	    0% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, 90deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, 90deg);
	         -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    40% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, -20deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, -20deg);
	         -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    60% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, 10deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, 10deg)
	    }
	    80% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, -5deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, -5deg)
	    }
	    100% {
	        -webkit-transform: perspective(1200px);
	        transform: perspective(1200px)
	    }
	}

	@keyframes flipInY {
	    0% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, 90deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, 90deg);
	         -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    40% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, -20deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, -20deg);
	         -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    60% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, 10deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, 10deg)
	    }
	    80% {
	        -webkit-transform: perspective(1200px) rotate3d(0, 1, 0, -5deg);
	        transform: perspective(1200px) rotate3d(0, 1, 0, -5deg)
	    }
	    100% {
	        -webkit-transform: perspective(1200px);
	        transform: perspective(1200px)
	    }
	}

	@-webkit-keyframes flipInX {
	    0% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, 90deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, 90deg);
	        -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    40% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, -20deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, -20deg);
	        -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    60% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, 10deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, 10deg)
	    }
	    80% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, -5deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, -5deg)
	    }
	    100% {
	        -webkit-transform: perspective(1200px);
	        transform: perspective(1200px)
	    }
	}

	@keyframes flipInX {
	    0% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, 90deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, 90deg);
	        -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    40% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, -20deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, -20deg);
	        -webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in
	    }
	    60% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, 10deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, 10deg)
	    }
	    80% {
	        -webkit-transform: perspective(1200px) rotate3d(1, 0, 0, -5deg);
	        transform: perspective(1200px) rotate3d(1, 0, 0, -5deg)
	    }
	    100% {
	        -webkit-transform: perspective(1200px);
	        transform: perspective(1200px)
	    }
	}

	@-webkit-keyframes flipOutX {
	  0% {
	    -webkit-transform: perspective(400px);
	    transform: perspective(400px);
	  }
	  30% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    opacity: 1;
	  }
	  100% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    opacity: 0;
	  }
	}

	@keyframes flipOutX {
	  0% {
	    -webkit-transform: perspective(400px);
	    transform: perspective(400px);
	  }
	  30% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    opacity: 1;
	  }
	  100% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    opacity: 0;
	  }
	}

/*	ANIMATION
/*=============*/

	.js .nz-clients.animate-scale .owl-item,
	.js .nz-persons.animate-scale .owl-item,
	.js .owl-carousel.animate-scale .owl-item,
	.js .nz-recent-posts.animate-scale .owl-item,
	.js .nz-gallery.carousel.animate-scale .owl-item,
	.js .nz-gallery.grid.animate-scale .element-animate,
	.js .nz-content-box.animate-scale .element-animate,
	.js .nz-pricing-table.animate-scale .element-animate {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0;
		-webkit-transform: scale(0.2);
		-ms-transform: scale(0.2);
		transform: scale(0.2);
	}

	.js .nz-clients.animate-scale .owl-item.css-animated,
	.js .nz-persons.animate-scale .owl-item.css-animated,
	.js .owl-carousel.animate-scale .owl-item.css-animated,
	.js .nz-recent-posts.animate-scale .owl-item.css-animated,
	.js .nz-gallery.carousel.animate-scale .owl-item.css-animated,
	.js .nz-gallery.grid.animate-scale .element-animate.css-animated,
	.js .nz-content-box.animate-scale .element-animate.css-animated,
	.js .nz-pricing-table.animate-scale .element-animate.css-animated {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.js .nz-clients.animate-fade .owl-item,
	.js .nz-persons.animate-fade .owl-item,
	.js .owl-carousel.animate-fade .owl-item,
	.js .nz-recent-posts.animate-fade .owl-item,
	.js .nz-gallery.carousel.animate-fade .owl-item,
	.js .nz-gallery.grid.animate-fade .element-animate,
	.js .nz-content-box.animate-fade .element-animate,
	.js .nz-pricing-table.animate-fade .element-animate,
	.js .nz-recent-projects.animate-fade .element-animate,
	.js .nz-recent-products.animate-fade .element-animate {
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
		opacity: 0 !important;
		-webkit-backface-visibility: hidden;
	}

	.js .nz-clients.animate-fade .owl-item.css-animated,
	.js .nz-persons.animate-fade .owl-item.css-animated,
	.js .owl-carousel.animate-fade .owl-item.css-animated,
	.js .nz-recent-posts.animate-fade .owl-item.css-animated,
	.js .nz-gallery.carousel.animate-fade .owl-item.css-animated,
	.js .nz-gallery.grid.animate-fade .element-animate.css-animated,
	.js .nz-content-box.animate-fade .element-animate.css-animated,
	.js .nz-pricing-table.animate-fade .element-animate.css-animated,
	.js .nz-recent-projects.animate-fade .element-animate.css-animated,
	.js .nz-recent-products.animate-fade .element-animate.css-animated {
		opacity: 1 !important;
	}

	.js .loop .animation-true .blog-post .post,
	.js .loop .animation-true .projects-post .projects,
	.js .loop .animation-true .products-post .product {
		opacity: 0 !important;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
		-webkit-backface-visibility: hidden;
	}

	.js .loop .animation-true .blog-post .post.css-animated,
	.js .loop .animation-true .projects-post .projects.css-animated,
	.js .loop .animation-true .products-post .product.css-animated {
		opacity: 1 !important;
	}

/*	GALLERY
/*=============*/

	.nz-gallery {
		margin-left: -10px;
		margin-right: -10px;
	}

	.nz-gallery .gallery-item .ninzio-overlay {
		width:calc( 100% - 20px );
		left: 10px;
	}

	.nz-gallery .gallery-item .wp-caption .ninzio-overlay {
		width:100%;
		left:0px;
	}

	.nz-gallery img {
		margin: 0 auto;
		display: block;
	}

	.nz-gallery .gallery-item {
		display: block;
		margin: 0 auto 20px auto;
		padding-right:10px;
		padding-left:10px;
		position: relative;
	}

	.nz-gallery.grid .gallery-item {
		float: left;
	}

	.nz-gallery a {
		text-decoration: none;
		display: block;
		position: relative;
	}

	.nz-gallery[data-columns="1"]:not(.carousel) .gallery-item {width: 100%;}
	.nz-gallery[data-columns="2"]:not(.carousel) .gallery-item {width: 50%;}
	.nz-gallery[data-columns="3"]:not(.carousel) .gallery-item {width: 33.33333333%;}				
	.nz-gallery[data-columns="4"]:not(.carousel) .gallery-item {width: 50%;}
	.nz-gallery[data-columns="5"]:not(.carousel) .gallery-item {width: 33.33333333%;}
	.nz-gallery[data-columns="6"]:not(.carousel) .gallery-item {width: 33.33333333%;}
	.nz-gallery[data-columns="7"]:not(.carousel) .gallery-item {width: 33.33333333%;}
	.nz-gallery[data-columns="8"]:not(.carousel) .gallery-item {width: 50%;}
	.nz-gallery[data-columns="9"]:not(.carousel) .gallery-item {width: 33.33333333%;}

	.nz-gallery .wp-caption-text {
		display: none;
	}

	.gallery-caption {
		width: 100%
	}
	
/*	CAROUSELS
/*=============*/

	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.owl-carousel{
		display: none;
		position: relative;
		-ms-touch-action: pan-y;
		opacity: 0;
	}

	.owl-carousel .owl-wrapper{
		display: none;
		position: relative;
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 5;
	}

	.owl-carousel .owl-wrapper-outer.autoHeight{
		-webkit-transition: height 500ms ease;
		transition: height 500ms ease;
	}
		
	.owl-carousel .owl-item{
		float: left;
	}
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div{
		cursor: pointer;
	}

	.owl-pagination {
		text-align: center;
		padding: 25px 0 0 0;
	}

	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 2;
	}

	.owl-controls .owl-page {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		box-shadow:inset 0 0 0 2px #cbcbcb;
		cursor: pointer;
		margin: 0 10px 0px 0;
		position: relative;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.owl-controls .owl-page:last-child {
		margin-right:0px;
	}

	.grabbing { 
	    cursor:url(images/grabbing.png) 8 8, move;
	}

	.owl-carousel .item {	
		padding-right: 15px;
		padding-left: 15px;
		text-align: center;
	}

/*	SECTION
/*=============*/

	.nz-section {
		background-position: center center;
		background-repeat: no-repeat;
		margin-bottom: 0;
		margin: 0 auto;
		position: relative;
		width: 100%;
		z-index: 1;
		overflow:hidden; 
	}

	.nz-section.animate-true {
		background-position:0 0;
		background-repeat:repeat !important;
		-webkit-background-size: auto !important; 
		-moz-background-size: auto !important; 
		background-size: auto !important;
	}


	.nz-section-back-video {
		position: absolute;
		top:-5px; 
		right: 0px; 
		min-width: 100%; 
		width: 100%; 
		height: auto; 
		z-index: -1000; 
		overflow: hidden;
		display: none;
	}

	.nz-video-overlay {
		position: absolute;
		top:0px; 
		right: 0px; 
		background-position:left top;
		background-repeat:repeat;
		width: 100%;
		height: 100%;
		display: none;
	}

	.nz-video-poster {
		-webkit-background-size: cover !important; 
		-moz-background-size: cover !important; 
		background-size: cover !important;
		position: absolute;
		background-position:center top;
		background-repeat:no-repeat;
		width: 100%;
		height: 100%;
		top:0px; 
		right: 0px;
		position: absolute;
	}

	.nz-section .parallax-container,
	.footer .parallax-container {
		top: 0;
		left: 0;
		min-height: 100%;
		width:100%;
		height:150%;
		z-index: -1000;
		overflow: hidden;
		max-width: none;
		position: absolute;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform:translateY(0px);
		-ms-transform:translateY(0px);
		transform:translateY(0px);
	}

	.nz-section .fixed-container {
		top: -70px;
		left: 0;
		min-height: 100%;
		min-height: 100vh;
		height:100%;
		height: 100vh;
		width:100%;
		z-index: -1;
		overflow: hidden;
		max-width: none;
		position: absolute;
		background-attachment: fixed;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.col.back-img {padding-left: 0 !important;padding-right: 0 !important;}

	.nz-section.autoheight-true .col-inner {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
		background-repeat: no-repeat;
	}

	.main-content .nz-section .container {
		width: 100% !important;
	}

/*  WIDGETS
/*=============*/
	
	.footer-widget-area a:not(.button):not(.ui-slider-handle),
	.sidebar a:not(.button):not(.ui-slider-handle) {
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.widget {
		padding-bottom: 40px;
		margin-bottom: 35px;
		border-bottom: 1px solid #eee;
	}

	.site-widget-area .widget {
		border-bottom: 1px solid #333;
	}

	.site-widget-area .widget:last-child,
	.sidebar .widget:last-child {
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.footer .widget {
		padding-bottom: 50px;
		margin-bottom: 0px;
		border-bottom: none;
	}

	.widget_title {
		margin-bottom: 25px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 24px;
		position:relative;
		text-transform: uppercase;
		color: #777777;
	}

	.footer .widget_title,
	.site-widget-area .widget_title {
		color: #fff;
		font-size: 14px;
	}

	.footer .widget_title:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0px;
		width: 35px;
		height: 2px;
	}

	/*	Tag cloud
	/*-------------------*/

		.widget_tag_cloud .tagcloud a,
		.post-tags a,
		.widget_product_tag_cloud .tagcloud a,
		.projects-tags a {
			text-decoration: none;
			display: inline-block;
			padding:3px 15px 3px 15px;
			margin: 0 0 3px 0;
			color: #777777 !important;
			background-color:#ffffff;
			border:1px solid #efefef;
			border-radius: 40px;
			line-height: 25px;
			font-size: 13px !important;
			-webkit-transition: all 300ms ease;
			transition: all 300ms ease;
			-webkit-backface-visibility: hidden;
			position: relative;
		}

		.site-widget-area .widget_tag_cloud .tagcloud a,
		.site-widget-area .post-tags a,
		.site-widget-area .widget_product_tag_cloud .tagcloud a,
		.site-widget-area .projects-tags a {
			color: rgba(255,255,255,0.7) !important;
			background-color:transparent;
			border:1px solid rgba(255,255,255,0.2);
		}

		.site-widget-area .widget_tag_cloud .tagcloud a:hover,
		.site-widget-area .post-tags a:hover,
		.site-widget-area .widget_product_tag_cloud .tagcloud a:hover,
		.site-widget-area .projects-tags a:hover {
			color: rgba(255,255,255,1) !important;
		}

		.post-tags a {
			background-color: #fff;
		}

		.widget_tag_cloud .tagcloud a:hover,
		.widget_product_tag_cloud .tagcloud a:hover,
		.post-tags a:hover,
		.projects-tags a:hover {
			color:#333333 !important;
		}

		.footer .widget_tag_cloud .tagcloud a,
		.footer .post-tags a,
		.footer .widget_product_tag_cloud .tagcloud a {
			background-color:#363b3f;
			border:1px solid #595e63;
		}

		.footer .widget_tag_cloud .tagcloud a:hover,
		.footer .post-tags a:hover,
		.footer .widget_product_tag_cloud .tagcloud a:hover {
			color:#ffffff !important;
		}

	/*	Search
	/*-------------------*/

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

		.widget_search form fieldset,
		.woocommerce-product-search fieldset {
			max-width: 100%;
			margin-bottom: 0;
			border:none;
		}

		.widget_search input[type="text"],
		.widget_product_search input[type="search"],
		.woocommerce-product-search input[type="search"] {
			height: 50px;
			font-size: inherit;
		}

		.widget_search input[type="submit"],
		.widget_product_search input[type="submit"],
		.woocommerce-product-search input[type="submit"] {
			text-indent: -2000%;
			white-space: nowrap;
			overflow: hidden;
			border:none;
			outline: none;
			position: absolute;
			top: 0px;
			right: 0px;
			padding: 0;
			margin: 0;
			box-shadow:none !important;
			width: 50px !important;
		    height: 50px;
		    text-indent: -9000em;
		    background-image: url(images/search.png);
		    background-repeat: no-repeat;
		    background-position: center center;
		    background-color: transparent !important;
			z-index: 5;
			-webkit-transform: translateY(0px) !important;
			-ms-transform: translateY(0px) !important;
			transform: translateY(0px) !important;
		}

	/*	Categories, Pages, Archive, Meta
	/*-------------------*/

		.widget_categories ul,
		.widget_pages ul,
		.widget_archive ul,
		.widget_meta ul {
			list-style: none;
			margin: 0;
			padding:0;
		}

		.widget_categories ul li,
		.widget_pages ul li,
		.widget_archive ul li,
		.widget_meta ul li {
			padding:15px 15px 15px 40px;
			background-color: #fafafa;
			margin-bottom: 2px;
		}

		.site-widget-area .widget_categories ul li,
		.site-widget-area .widget_pages ul li,
		.site-widget-area .widget_archive ul li,
		.site-widget-area .widget_meta ul li,
		.footer .widget_categories ul li,
		.footer .widget_pages ul li,
		.footer .widget_archive ul li,
		.footer .widget_meta ul li {
			background-color: transparent;
			padding:10px 0px 10px 25px;
		}

		.widget_categories ul li:last-child,
		.widget_pages ul li:last-child,
		.widget_archive ul li:last-child,
		.widget_meta ul li:last-child {
			border-bottom:none;
		}

		.widget_categories ul li a,
		.widget_pages ul li a,
		.widget_archive ul li a,
		.widget_meta ul li a {
			color: #777 !important;
			position: relative;
			text-transform: uppercase;
			display: inline-block;
			-webkit-transition: all 300ms ease;
			transition: all 300ms ease;
		}

		.footer .widget_categories ul li a:hover,
		.footer .widget_pages ul li a:hover,
		.footer .widget_archive ul li a:hover,
		.footer .widget_meta ul li a:hover {
			color: #fff !important;
		}

		.widget_categories ul li a:before,
		.widget_pages ul li a:before,
		.widget_archive ul li a:before,
		.widget_meta ul li a:before {
			display: block;
			content: "\e90f";
			position: absolute;
			left: -28px;
			top: 50%;
			width: 16px;
			height:16px;
			line-height: 16px;
			font-size: 12px;
			text-align: center;
			margin-top: -8px;
			text-align: center;
		}

		.site-widget-area .widget_categories ul li a:before,
		.site-widget-area .widget_pages ul li a:before,
		.site-widget-area .widget_archive ul li a:before,
		.site-widget-area .widget_meta ul li a:before {
			left: -28px;
		}

		.widget_categories select,
		.widget_archive select {
			width: 100%;
			padding-right: 5px;
		}

	/*	Custom menu
	/*-------------------*/

		.widget_nav_menu ul,
		.widget_product_categories ul {
			list-style: none;
			margin: 0;
			padding:0px;
			position: relative;
		}

		.widget_nav_menu li,
		.widget_product_categories li {
			padding:15px 20px;
			background-color: #fafafa;
			position: relative;
			border-bottom: 2px solid #fff;
		}

		.site-widget-area .widget_nav_menu li,
		.site-widget-area .widget_product_categories li,
		.footer-widget-area .widget_nav_menu li,
		.footer-widget-area .widget_product_categories li {
			background-color: transparent;
			border-bottom: none;
			padding:15px 0;
		}

		.site-widget-area .widget_nav_menu ul,
		.site-widget-area .widget_product_categories ul,
		.footer-widget-area .widget_nav_menu ul,
		.footer-widget-area .widget_product_categories ul {
			padding:15px 0;
		}

		.site-widget-area .widget_nav_menu ul li,
		.site-widget-area .widget_product_categories ul li,
		.footer-widget-area .widget_nav_menu ul li,
		.footer-widget-area .widget_product_categories ul li {
			padding:10px 0;
		}

		.widget_nav_menu ul li:last-child,
		.widget_product_categories ul li:last-child {
			border-bottom: none;
		}

		.widget_product_categories ul li span.count {
			 display: inline-block;
			 margin-left: 5px;
		}

		.widget_nav_menu ul ul,
		.widget_product_categories ul ul {
			display: none;
		}

		.widget_nav_menu li[class*=" icon-"]:before, 
		.widget_nav_menu li[class^=icon-]:before
		{display: none;}

		.widget_product_categories ul li a,
		.widget_nav_menu ul li a {
			display:block !important;
			position: relative !important;
			padding:0px;
			line-height: 26px;
			-webkit-transition: all 300ms ease;
			transition: all 300ms ease;
			outline: none;
			color: rgba(255,255,255,0.6) !important;
			font-size: 16px;
			text-transform: uppercase;
		}

		.sidebar .widget_product_categories ul li a,
		.sidebar .widget_nav_menu ul li a {
			color: #999 !important;
		}

		.sidebar .widget_product_categories ul li:hover a,
		.sidebar .widget_nav_menu ul li:hover a {
			color: #333 !important;
		}

		.sidebar .widget_product_categories ul li a {
			text-transform: none
		}

		.widget_product_categories ul ul li a,
		.widget_nav_menu ul ul li a {
			text-transform: none;
		}

		.widget_nav_menu ul li a img {
			vertical-align: middle;
			margin-right: 5px;
			-webkit-transform:translateY(-1px);
			-moz-transform:translateY(-1px);
			transform:translateY(-1px);
		}

		.widget_product_categories ul.children > li > a,
		.widget_nav_menu ul.sub-menu > li > a {
			position: relative;
		}

		.widget_nav_menu ul li > a > span.toggle,
		.widget_product_categories ul li > a > span.toggle {
			display: block;
			position: absolute;
			top: 50%;
			text-align: center;
			line-height: 30px;
			height: 30px;
			width: 30px;
			margin-top: -15px;
			right: 0;
			cursor: pointer;
			font-size: 16px;
			-webkit-transform:rotate(-90deg);
			-ms-transform:rotate(-90deg);
			transform:rotate(-90deg);
			color: #ccc;
			-webkit-transition: all 300ms ease;
			transition: all 300ms ease;
		}

		.footer .widget_nav_menu ul li > a > span.toggle,
		.footer .widget_product_categories ul li > a > span.toggle {
			color: #fff;
		}

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

		.widget_nav_menu ul li > a:only-child > span.toggle,
		.widget_product_categories ul li > a:only-child > span.toggle {
			display: none !important;
		}

	/*	Calendar
	/*-------------------*/

		.widget_calendar {width: 100%;}

		.widget_calendar table {
			margin: 0;
			padding: 0;
			width: 100%;
			border: none !important;
			background-color: #fff;
			position: relative;
			border-spacing:0;
			border-collapse:collapse;
			vertical-align: middle;
		}

		.footer .widget_calendar table,
		.site-widget-area .widget_calendar table {
			background-color:transparent;
		}

		.widget_calendar caption {
			margin: 0 auto;
			border-width:1px;
			border-style: solid;
			border-color: #e0e0e0;
			background-color: #fff;
			width: 100% !important;
		}

		.footer .widget_calendar caption,
		.site-widget-area .widget_calendar caption {
			border-color: rgba(255,255,255,0.1);
			background-color:transparent;
		}

		.widget_calendar th {
			font-weight: normal;
			text-align: center;
			padding: 0;
		}

		.widget_calendar th:first-child {
			border-left-style:solid;
			border-left-width: 1px;
			border-left-color:#e0e0e0;
		}

		.footer .widget_calendar th:first-child,
		.site-widget-area .widget_calendar th:first-child {
			border-left-color:rgba(255,255,255,0.1);
		}

		.widget_calendar th:last-child {
			border-right-style:solid;
			border-right-width: 1px;
			border-right-color:#e0e0e0;
		}

		.footer .widget_calendar th:last-child,
		.site-widget-area .widget_calendar th:last-child {
			border-right-color:rgba(255,255,255,0.1);
		}

		.widget_calendar td {
			border-width:1px;
			border-style: solid;
			border-color:#e0e0e0;
			text-align: center;
			text-decoration: none;
			padding: 0;
		}

		.footer .widget_calendar td,
		.site-widget-area .widget_calendar td {
			border-color:rgba(255,255,255,0.1);
		}

		.widget_calendar td a {
			display: block;
			text-decoration: none;
			width: 100%;
			height: 100%;
		}

		.widget_calendar td#today {
			color: #fff;
			font-weight: 700;
		}

		.footer .widget_calendar td#today,
		.site-widget-area .widget_calendar td#today {
			background-color: transparent;
			color: #fff;
		}

		.widget_calendar tfoot td.pad {
			background-color: transparent;
			border: none;
			line-height: 0;
			height: 0;
			width: 0;
		}	

		.widget_calendar td#prev,
		.widget_calendar td#next {
			position: absolute;
			top: 0;
			left:0px;
			z-index: 5;
			padding-top: 0;
			padding-bottom: 0;
			padding:0;
			border-width:1px;
			border-style: solid;
			border-color: #e0e0e0;
		}

		.footer .widget_calendar td#prev,
		.footer .widget_calendar td#next,
		.site-widget-area .widget_calendar td#prev,
		.site-widget-area .widget_calendar td#next {
			border-color: rgba(255,255,255,0.1);
		}

		.widget_calendar td#prev{
			border-left:none;
			left:1px;
		}

		.widget_calendar td#next {
			left:auto;
			right:1px;
			border-right:none;
		}

		.widget_calendar td#prev a,
		.widget_calendar td#next a {
			border: none;
			outline: none;
			width:100%;
			height:inherit;
			margin: 0 auto;
			display: block;
		}

		.widget_calendar td#prev span,
		.widget_calendar td#next span {
			display: block;
			height: 100%;
			width: 100%;
			text-align:center;
		}

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

	/*	Rss, Recent posts, Recent comments
	/*-------------------*/

		.widget_rss .widget_title a {
			display: inline;
			display: inline-block;
			text-decoration: none;
		}

		.widget_rss .widget_title a img {
			margin:0;
			vertical-align: middle;
		}

		.widget_rss .widget_title a.rsswidget:first-child {
			width: 14px;
			height: 14px;
		}

		.widget_rss ul,
		.widget_nz_recent_entries ul,
		.widget_recent_comments ul,
		.widget_recent_entries ul {
			list-style: none;
			margin: 0;
			padding:0;
		}

		.footer .widget_rss ul,
		.footer .widget_nz_recent_entries ul,
		.footer .widget_recent_comments ul,
		.footer .widget_recent_entries ul {
		    background-color:transparent;
		}

		.widget_rss ul li,
		.widget_recent_comments ul li,
		.widget_recent_entries ul li {
			margin: 0;
		    padding: 15px 0px 15px 0px;
			position: relative;
			display: block;
		}

		.footer .widget_rss ul li,
		.footer .widget_recent_comments ul li,
		.footer .widget_recent_entries ul li {
			border-bottom: 1px solid rgba(255,255,255,0.1);
		}

		.widget_rss a,
		.widget_nz_recent_entries a,
		.widget_recent_comments a,
		.widget_recent_entries a {
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			color: #333 !important;
		}

		.site-widget-area .widget_rss a,
		.site-widget-area .widget_nz_recent_entries a,
		.site-widget-area .widget_recent_comments a,
		.site-widget-area .widget_recent_entries a {
			color: #fff !important;
		}

		.widget_recent_entries ul li:last-child,
		.widget_recent_comments ul li:last-child,
		.widget_rss ul li:last-child {
			border-bottom:none;
		}

		.widget_rss ul li:last-child,
		.widget_nz_recent_entries ul li:last-child,
		.widget_recent_entries ul li:last-child
		{margin-bottom: 0;}

		.widget_recent_entries ul li > * 
		{display: block;}

		.widget_recent_comments ul li {
			padding-left:40px;
		}

		.widget_recent_comments ul li:before {
			display: block;
			content: "\e7fd";
			font-size: 18px;
			width: 30px;
			height: 30px;
			line-height: 30px;
			position: absolute;
			top: 20px;
			left: 0;
			text-align: center;
			color: #eaeaea;
		}

		.widget_recent_entries ul li:before {
			display: block;
			content: "";
			width: 10px;
			height: 10px;
			line-height: 10px;
			position: absolute;
			top: 50%;
			margin-top: -5px;
			left: 0;
			text-align: center;
		}

		.footer .widget_recent_comments ul li:before {
			color: #afb0b2;
		}

		.footer .widget_nz_recent_entries a:hover {
			color: #ffffff !important;
		}

	/*	Flickr
	/*-------------------*/

		.flickr_badge_image {
			float: left;
			position: relative;
		}

		.flickr_badge_image img {
			margin-bottom: 0;
		}

		.flickr_badge_image a {
			display: block;
			width: 100%;
			height: 100%;
		}

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

	/*	Twitter
	/*-------------------*/

		.widget_twitter ul {
			list-style: none;
			margin: 0;
			padding:0;
		}

		.widget_twitter ul li {
			padding:10px 0 10px 70px;
			position: relative;
			min-height:60px;
		}

		.widget_twitter ul li:before,
		.widget_twitter ul li:after {
			display: block;
			content: "";
			font-size:18px;
			position: absolute;
			top:16px;
			left: 0;
			width:50px;
			height:58px;
			border-radius:0px;
			line-height:58px;
			text-align: center;
		}

		.widget_twitter ul li:before {
			content: "\e76d";
			width: 30px;
			height: 30px;
			border-radius: 30px;
			line-height: 30px;
			text-align: center;
			background-color: #fff;
			left:10px;
			top: 30px;
			z-index: 15;
		}

		.widget_twitter ul li:last-child {
			border-bottom: none;
		}

		.widget_twitter ul li a {
			-webkit-transition: all 300ms ease;
			transition: all 300ms ease;
		}

		.widget_twitter ul li p {
			margin-bottom: 0;
			font-size: 14px;
		}

		.widget_twitter ul li a.tweet-author {font-weight: bold;}
		.widget_twitter ul li a.tweet-time {
			margin-top:3px;
			display: block;
		}

		.widget_twitter ul li a.tweet-time {
			color: #999 !important;
			font-style:italic;
			font-family: Georgia,"Times New Roman",Times,serif;
		}

	/*	Facebook
	/*-------------------*/
		
		.widget_facebook .fb-like-box,
		.widget_facebook .fb-like-box span,
		.widget_facebook .fb-like-box span iframe {
			width: 100% !important;
			max-width: 100%  !important;
			border-bottom-color: #e0e0e0;
		}

	/*  Front-end login
	/*-------------------*/

		.widget_reglog #registration-form,
		.widget_reglog #password-form {
			display: none;
		}

		#loginform p  {margin-bottom: 0;}
		#loginform .login-submit {padding-top: 5px;}

	/*  Mailchimp
	/*-------------------*/

		.widget_mailchimp .mailchimp-subtitle:not(:empty) {
			padding-bottom: 25px;
		}

		.widget_mailchimp .mailchimp-description:not(:empty) {
			padding-top: 15px;
		}

		.widget_mailchimp form,
		.nz-mailchimp form {
			margin-bottom: 0;
			position: relative;
			text-align: center;
		}

		#mc-embedded-subscribe {
			height: 40px;
			line-height: 40px;
			border-radius: 40px;
			position: absolute;
			top: 10px;
			right: 10px;
			padding: 0 25px;
		}

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

		#mce-EMAIL {
			font-size: inherit;
			padding-left: 65px;
			border-radius: 60px;
			height: 60px;
			background-color: #fff;
			text-transform: none;
			background-image: url(images/subscribe_icon.png);
			background-repeat: no-repeat;
			background-position: 25px 50%;
		}

		.footer-widget-area #mce-EMAIL,
		.site-widget-area #mce-EMAIL {
			background-color: rgba(255,255,255,0.1);
		}

		.nz-mailchimp #mce-EMAIL {
			background-color: #fff;
		}

	/*  Recent entries
	/*-------------------*/

		.widget_nz_recent_entries li.post {
			position: relative;
			padding: 10px 0;
			min-height: 55px;
		}

		.widget_nz_recent_entries .post .post-date-custom {
			top: 13px;
			display: block;
			position: absolute;
			left: 0;
			color: #ffffff;
			font-size: 14px;
			line-height: 24px;
			text-align: center;
			width: 50px;
			padding:0;
			border-radius: 0;
		}

		.widget_nz_recent_entries .post .post-date-custom > span:first-child {
		    font-size: 18px;
		    line-height: 35px;
		    height: 35px;
		    display: block;
		}

		.widget_nz_recent_entries .post .post-date-custom > span:last-child {
		    font-size: 11px;
		    line-height: 18px;
		    height: 20px;
		    font-weight: 700;
		    text-transform: uppercase;
		    display: block;
		    background-color: #f4f9ea;
		    color: #999;
		}

		.widget .widget-post-category a:not(.button),
		.widget .widget-post-category {
			color: #818284 !important;
			font-style: italic;
		}

		.footer .widget .widget-post-category a:not(.button):hover {
			color: #fff !important;
		}

		.widget_nz_recent_entries .widget-post-date {
			color: #ffffff !important;
			font-weight: 700;
			font-size: 12px;
		}

		.widget_nz_recent_entries .post-title {
			margin-bottom:0px;
			display: block;
			font-size: 14px;
			line-height: 24px;
			position: relative;
		}

		.footer .widget_nz_recent_entries .post-title 
		{color: #c4c5c4 !important;}

		.widget_nz_recent_entries .post-body {
			padding-left: 70px !important;
			padding-bottom: 0 !important;
			padding-top: 0 !important;
			padding-right:0 !important;
			background-color: transparent !important;
			top: -3px;
			position: relative;
			border-bottom: none !important;
		    box-shadow:none !important;
		}

	/*  Recent projects
	/*-------------------*/

		.widget_recent_projects .recent-projects {
			margin-right: -2px;
			margin-left: -2px;
		}

		.widget_recent_projects .recent-projects > .post {
			width: 33.33333333333333%;
			padding-right: 2px;
			padding-left: 2px;
			padding-bottom: 4px;
			float: left;
			position: relative;
		}

		.widget_recent_projects .recent-projects > .post a {
			display: block;
			overflow: hidden;
			position: relative;
		}

	/*  Schedule
	/*-------------------*/

		.widget_schedule {
			text-align: center;
		}

		.widget_schedule .widget_title:after {
			display: block;
			content: "";
			width: 120%;
			height: 120%;
			background-color: #fff;
			position: absolute;
			top: -10%;
			left: -10%;
			z-index: -1;
		}

		.site-widget-area .widget_schedule .widget_title:after {
			background-color: #292929;
		}

		.footer-widget-area .widget_schedule .widget_title:after {
			display: none;
		}

		.widget_schedule .widget_title {
			text-align: center;
			margin-bottom: 0px;
			padding-bottom: 0px;
			bottom: -13px;
			display: inline-block;
			z-index: 5;
		}

		.footer-widget-area .widget_schedule .widget_title {
			text-align: left;
			margin-bottom: 25px;
    		padding-bottom: 5px;
			bottom: 0px;
			display: block;
			z-index: 5;
		}

		.nz-schedule {
			box-shadow: inset 0 0 0 2px #e0e0e0;
			padding: 40px 20px;
		}

		.site-widget-area .nz-schedule {
			box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05);
		}

		.footer-widget-area .nz-schedule {
			box-shadow: none;
			padding: 0px;
		}

		.nz-schedule ul {
			list-style: none;
			margin: 0;
			padding:0;
		}

		.footer .nz-schedule ul {
			background-color: transparent;
			padding:0px;
		}

		.nz-schedule li {
			padding:10px;
			font-size: 14px;
			color: #777;
		}

		.footer .nz-schedule li {
			border-bottom-color: rgba(255,255,255,0.1);
			color: #afb0b2;
		}

		.nz-schedule ul li:last-child {
			border-bottom: none;
		}

		.nz-schedule li div:first-child {float: left;}
		.nz-schedule li div:last-child {float: right;}

	/*  WPML
	/*-------------------*/

		.widget-area .widget_icl_lang_sel_widget ul, 
		.widget-area .widget_icl_lang_sel_widget ul {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		.widget-area .widget_icl_lang_sel_widget ul li, 
		.widget-area .widget_icl_lang_sel_widget ul li {
		    margin: 0;
		    padding: 0;
		}

		.widget-area .widget_icl_lang_sel_widget li a, 
		.widget-area .widget_icl_lang_sel_widget li a:visited,
		.widget-area .widget_icl_lang_sel_widget #lang_sel_click a {
		    height: 50px;
		    padding: 0px 20px !important;
		    color: #777 !important;
		    background-color: #fafafa !important;
		    line-height: 50px !important;
		    text-transform: uppercase;
		}

		.footer .widget-area .widget_icl_lang_sel_widget li a, 
		.footer .widget-area .widget_icl_lang_sel_widget li a:visited,
		.footer .widget-area .widget_icl_lang_sel_widget #lang_sel_click a,
		.widget-area.site-widget-area .widget_icl_lang_sel_widget li a, 
		.widget-area.site-widget-area .widget_icl_lang_sel_widget li a:visited,
		.widget-area.site-widget-area .widget_icl_lang_sel_widget #lang_sel_click a {
		    color: #fff !important;
		    background-color: rgba(255,255,255,0.03) !important;
		}

		.widget-area .widget_icl_lang_sel_widget li ul a, 
		.widget-area .widget_icl_lang_sel_widget li ul a:visited {
			border-top: none;
		}

		.widget-area .widget_icl_lang_sel_widget li a:hover {
			color: #333 !important;
		}

		.widget-area .widget_icl_lang_sel_widget .lang_sel_sel:before {
		    line-height: 50px;
		    height: 50px;
		    width: 50px;
		    right: 0px;
		}

		.widget-area .widget_icl_lang_sel_widget.animated .lang_sel_sel:before {
			-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		    transform: rotate(180deg);
		}

	/*  Instagram
	/*-------------------*/

		.null-instagram-feed ul:after {
			content: "";
		    display: table;
		    clear: both;
		}

		.null-instagram-feed ul {
			list-style: none;
			margin: 0 -2px 0 -2px;
			padding: 0;
		}

		.null-instagram-feed ul li {
			margin: 0;
			padding: 0 2px 4px 2px;
			float: left;
			width: 33.33333333333333%;
		}

		.null-instagram-feed ul li a {
			display: block;
			position: relative;
			overflow: hidden;
		}

		.null-instagram-feed ul li a:after,
		.photos_from_flickr .flickr_badge_image a:after,
		.recent-projects > .post a:after {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.3);
			content: "";
			opacity: 0;
			-webkit-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
			z-index: 4;
		}

		.null-instagram-feed ul li a:before,
		.photos_from_flickr .flickr_badge_image a:before,
		.recent-projects > .post a:before {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top:-15px;
			margin-left:-15px;
			width: 30px;
			height: 30px;
			border-radius: 30px;
			box-shadow: inset 0 0 0 2px #ffffff;
			background-image: url(images/plus.png);
			background-repeat:no-repeat;
			background-position: 48% 50%;
			content: "";
			opacity: 0;
			-webkit-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
			z-index: 5;
		}

		.woocommerce .product .nz-thumbnail .nz-overlay-before {
			margin-top:-25px;
			margin-left:-25px;
			width: 50px;
			height: 50px;
			border-radius: 50px;
		}

		.null-instagram-feed ul li a:hover:after,
		.null-instagram-feed ul li a:hover:before,
		.photos_from_flickr .flickr_badge_image a:hover:after,
		.photos_from_flickr .flickr_badge_image a:hover:before,
		.recent-projects > .post a:hover:after,
		.recent-projects > .post a:hover:before,
		.woocommerce .product .nz-thumbnail:hover .nz-overlay-before {
			opacity: 1;
		}

		.footer .null-instagram-feed a[rel="me"]:hover,
		.site-widget-area .null-instagram-feed a[rel="me"] {
			color: #ffffff !important;
		}

	/*  Fast contact
	/*-------------------*/

		.widget_fast_contact_widget input[type="text"] {
		    margin: 0 0 5px;
		    height: 50px;
		    line-height: 50px;
		    padding:0 20px;
		    font-size: 13px;
		    color: #999999;
		}

		.footer .widget_fast_contact_widget input[type="text"] {
		    height: 40px;
		    line-height: 40px;
		}

		.widget_fast_contact_widget textarea {
		    height: 90px !important;
		    min-height: 90px !important;
		    padding:10px 20px;
		    margin-bottom: 5px;
		    font-size: 13px;
		    color: #999999;
		}

		.footer .widget_fast_contact_widget input[type="text"],
		.footer .widget_fast_contact_widget textarea {
		    color: #c5c5c5;
		    text-transform: none;
		}

		.widget_fast_contact_widget .button {
		    margin-bottom: 0px;
		}

		.widget_fast_contact_widget .alert {
			padding:0;
			margin:0;
		    position: relative;
		    border:none;
		    margin-bottom: 5px;
		    font-size: 12px;
		}

		.widget_fast_contact_widget .sending,
		.widget_fast_contact_widget .alert {
			display: none;
		}

		.kingstudio-contact-form-submit-div {
			position: relative;
		}

		.widget_fast_contact_widget .sending {
		    position: absolute;
		    width: 28px;
		    height: 28px;
		    top: 0;
		    right: 0;
		    z-index: 15;
		    display: none;
		}

		.widget_fast_contact_widget .sending:before {
			border-top: 1px solid rgba(0, 0, 0, 0.1);
			border-right: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			border-left: 1px solid rgba(0, 0, 0, 0.2);
			display: block;
			content: "";
			position: absolute;
			top: 50%;
			right:0%;
			font-size:10px;
			margin: -14px 0 0 0px;
			-webkit-animation: contact-form-loading 0.3s infinite linear;
			animation: contact-form-loading 0.3s infinite linear;
		}

		.footer .widget_fast_contact_widget .sending:before {
			border-top: 1px solid rgba(255, 255, 255, 0.1);
			border-right: 1px solid rgba(255, 255, 255, 0.1);
			border-bottom: 1px solid rgba(255, 255, 255, 0.1);
			border-left: 1px solid rgba(255, 255, 255, 0.3);
		}

		.widget_fast_contact_widget .sending:before,
		.widget_fast_contact_widget .sending:after {
			border-radius:28px;
			width:28px;
			height:28px;
		}

		@-webkit-keyframes contact-form-loading {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}

		@keyframes contact-form-loading {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}

/*	BUTTON
/*=============*/

	.button,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"],
	.wc-proceed-to-checkout a,
	.single_add_to_cart_button {
		outline: none;
		border: none;
		color: #fff;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
		margin: 0 0px 5px 0;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		z-index:1;
		text-align: center;
	}

	.button.full-true {
		width: 100%;
		margin-left: 0px !important;
	}

	.button + .button {
		margin-left: 15px;
	}

	.button-ghost {
		background-color: transparent;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.button-normal,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"],
	.wc-proceed-to-checkout a {
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.button-3d.button {
		-webkit-transform:translateY(-4px);
		-ms-transform:translateY(-4px);
		transform:translateY(-4px);
	}

	.button.small {
		padding:3px 15px; 
		font-size:12px;
		line-height: 22px;
	}

	.button.medium,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"],
	.wc-proceed-to-checkout a,
	.single_add_to_cart_button {
		padding:14px 24px; 
		font-size:13px;
		line-height: 22px;
	}

	.button.large {
		padding:18px 34px;
		font-size:14px;
		line-height: 24px;
	}

	.button.square {
		border-radius: 0;
	}

	.button.rounded,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"],
	.wc-proceed-to-checkout a {
		border-radius: 3px;
	}

	.button.round {
		border-radius:250px;
	}

	.button .btn-icon {
		display: inline-block;
    	margin-right: 10px;
		position: relative;
		top:2px;
		font-size: 120%;
	}

	.button.small .btn-icon {
    	margin-right: 2px;
	}

	.button.icon-true.animate-false:not(.small) .txt {
	    margin-left: 5px;
	}

	.button.icon-true.animate-true.anim-type-ghost .btn-icon {
		margin-right:0px;
	}

	.animate-false.button-normal.hover-opacity:hover
	{opacity: 0.7;}

	.animate-false.button-3d:hover
	 {top: 2px;}

	.blue.button-normal {background: #3b99d4;}
	.animate-false.blue.button-normal.hover-fill:hover {background: #126cb5;}

	.blue.button-ghost {box-shadow:inset 0 0 0 2px #3b99d4;color:#3b99d4;}
	.blue.button-3d    {background-color:#3b99d4;box-shadow: 0 4px #368bc1;}
	.animate-false.blue.button-3d:hover {box-shadow: 0 2px #368bc1;}

	.turquoise.button-normal {background: #3bd4c0;}
	.animate-false.turquoise.button-normal.hover-fill:hover {background: #01a1b0;}

	.turquoise.button-ghost {box-shadow:inset 0 0 0 2px #3bd4c0;color:#3bd4c0;}
	.turquoise.button-3d {background-color:#3bd4c0;box-shadow: 0 4px #32b5a4;}
	.animate-false.turquoise.button-3d:hover {box-shadow: 0 2px #32b5a4;}

	.pink.button-normal {background: #fe6c61;}
	.animate-false.pink.button-normal.hover-fill:hover {background: #e36258;}

	.pink.button-ghost {box-shadow:inset 0 0 0 2px #fe6c61;color:#fe6c61;}
	.pink.button-3d {background-color:#fe6c61;box-shadow: 0 4px #ea584d;}
	.animate-false.pink.button-3d:hover {box-shadow: 0 2px #ea584d;}

	.violet.button-normal{background: #c38ddc;}
	.animate-false.violet.button-normal.hover-fill:hover{background: #795da9;}

	.violet.button-ghost {box-shadow:inset 0 0 0 2px #c38ddc;color:#c38ddc;}
	.violet.button-3d {background-color:#c38ddc;box-shadow: 0 4px #a979bf;}
	.animate-false.violet.button-3d:hover {box-shadow: 0 2px #a979bf;}

	.peacoc.button-normal{background: #4cadc9;}
	.animate-false.peacoc.button-normal.hover-fill:hover {background: #4295ad;}

	.peacoc.button-ghost {box-shadow:inset 0 0 0 2px #4cadc9;color:#4cadc9;}
	.peacoc.button-3d {background-color:#4cadc9;box-shadow: 0 4px #3899b5;}
	.animate-false.peacoc.button-3d:hover {box-shadow: 0 2px #3899b5;}

	.chino.button-normal{background: #cec2ab;}
	.animate-false.chino.button-normal.hover-fill:hover {background: #b3a996;}

	.chino.button-ghost {box-shadow:inset 0 0 0 2px #cec2ab;color:#cec2ab;}
	.chino.button-3d {background-color:#cec2ab;box-shadow: 0 4px #bdae97;}
	.animate-false.chino.button-3d:hover {box-shadow: 0 2px #bdae97;}

	.mulled_wine.button-normal{background: #50485b;}
	.animate-false.mulled_wine.button-normal.hover-fill:hover{background: #393341;}

	.mulled_wine.button-ghost {box-shadow:inset 0 0 0 2px #50485b;color:#50485b;}
	.mulled_wine.button-3d {background-color:#50485b;box-shadow: 0 4px #3c3447;}
	.animate-false.mulled_wine.button-3d:hover {box-shadow: 0 2px #3c3447;}

	.vista_blue.button-normal{background: #4ad97c;}
	.animate-false.vista_blue.button-normal.hover-fill:hover{background: #67ba88;}

	.vista_blue.button-ghost {box-shadow:inset 0 0 0 2px #4ad97c;color:#4ad97c;}
	.vista_blue.button-3d {background-color:#4ad97c;box-shadow: 0 4px #3fb668;}
	.animate-false.vista_blue.button-3d:hover {box-shadow: 0 2px #3fb668;}

	.black.button-normal{background: #3f3f3f;}
	.animate-false.black.button-normal.hover-fill:hover{background: #161616;}

	.black.button-ghost {box-shadow:inset 0 0 0 2px #2a2a2a;color:#2a2a2a;}
	.black.button-3d {background-color:#2a2a2a;box-shadow: 0 4px #161616;}
	.animate-false.black.button-3d:hover {box-shadow: 0 2px #161616;}

	.grey.button-normal{background: #c3c3c3;}
	.animate-false.grey.button-normal.hover-fill:hover{background: #a9a9a9;}

	.grey.button-ghost {box-shadow:inset 0 0 0 2px #c3c3c3;color:#999999;}
	.grey.button-3d {background-color:#c3c3c3;box-shadow: 0 4px #b3b3b3;}
	.animate-false.grey.button-3d:hover {box-shadow: 0 2px #b3b3b3;}

	.orange.button-normal{background: #ff9600;}
	.animate-false.orange.button-normal.hover-fill:hover{background: #dbac09;}

	.orange.button-ghost {box-shadow:inset 0 0 0 2px #ff9600;color:#ff9600;}
	.orange.button-3d {background-color:#ff9600;box-shadow: 0 4px #ea8d09;}
	.animate-false.orange.button-3d:hover {box-shadow: 0 2px #ea8d09;}

	.sky.button-normal{background: #5aa1e3;}
	.animate-false.sky.button-normal.hover-fill:hover{background: #4e8ac1;}

	.sky.button-ghost {box-shadow:inset 0 0 0 2px #5aa1e3;color:#5aa1e3;}
	.sky.button-3d {background-color:#5aa1e3;box-shadow: 0 4px #468dcf;}
	.animate-false.sky.button-3d:hover {box-shadow: 0 2px #468dcf;}

	.green.button-normal{background: #b7e759;}
	.animate-false.green.button-normal.hover-fill:hover{background: #5a8e32;}

	.green.button-ghost {box-shadow:inset 0 0 0 2px #b7e759;color:#b7e759;}
	.green.button-3d {background-color:#b7e759;box-shadow: 0 4px #a3ce4f;}
	.animate-false.green.button-3d:hover {box-shadow: 0 2px #a3ce4f;}

	.yellow.button-normal{background: #ffd614;}
	.animate-false.yellow.button-normal.hover-fill:hover{background: #f0c600;}

	.yellow.button-ghost {box-shadow:inset 0 0 0 2px #ffd614;color:#ffd614;}
	.yellow.button-3d {background-color:#ffd614;box-shadow: 0 4px #f0c600;}
	.animate-false.yellow.button-3d:hover {box-shadow: 0 2px #f0c600;}

	.sandy_brown.button-normal{background: #f79468;}
	.animate-false.sandy_brown.button-normal.hover-fill:hover{background: #de8158;}

	.sandy_brown.button-ghost {box-shadow:inset 0 0 0 2px #f79468;color:#f79468;}
	.sandy_brown.button-3d {background-color:#f79468;box-shadow: 0 4px #e38054;}
	.animate-false.sandy_brown.button-3d:hover {box-shadow: 0 2px #e38054;}

	.purple.button-normal{background: #b97ebb;}
	.animate-false.purple.button-normal.hover-fill:hover{background: #9d679f;}

	.purple.button-ghost {box-shadow:inset 0 0 0 2px #b97ebb;color:#b97ebb;}
	.purple.button-3d {background-color:#b97ebb;box-shadow: 0 4px #a56aa7;}
	.animate-false.purple.button-3d:hover {box-shadow: 0 2px #a56aa7;}

	.white.button-normal{
		background: #fcfcfc;
		color:#777777;
	}

	.animate-false.white.button-normal.hover-fill:hover{
		background: #fafafa;
	}

	.white.button-ghost {box-shadow:inset 0 0 0 2px #ffffff;color:#ffffff;}
	.white.button-3d {background-color:#ffffff;box-shadow: 0 4px #ebebeb;color:#333333;}
	.animate-false.white.button-3d:hover {box-shadow: 0 2px #ebebeb;}

	.blue.button-ghost.hover-fill:hover,
	.blue.button-ghost.hover-drop:after,
	.blue.button-ghost.hover-side:after,
	.blue.button-ghost.hover-scene:after,
	.blue.button-ghost.hover-screen:after
	{background-color: #3b99d4;}

	.turquoise.button-ghost.hover-fill:hover,
	.turquoise.button-ghost.hover-drop:after,
	.turquoise.button-ghost.hover-side:after,
	.turquoise.button-ghost.hover-scene:after,
	.turquoise.button-ghost.hover-screen:after
	{background-color: #3bd4c0;}

	.pink.button-ghost.hover-fill:hover,
	.pink.button-ghost.hover-drop:after,
	.pink.button-ghost.hover-side:after,
	.pink.button-ghost.hover-scene:after,
	.pink.button-ghost.hover-screen:after 
	{background-color:#fe6c61;}

	.violet.button-ghost.hover-fill:hover,
	.violet.button-ghost.hover-drop:after,
	.violet.button-ghost.hover-side:after,
	.violet.button-ghost.hover-scene:after,
	.violet.button-ghost.hover-screen:after 
	{background-color:#c38ddc;}

	.peacoc.button-ghost.hover-fill:hover,
	.peacoc.button-ghost.hover-drop:after,
	.peacoc.button-ghost.hover-side:after,
	.peacoc.button-ghost.hover-scene:after,
	.peacoc.button-ghost.hover-screen:after  
	{background-color:#4cadc9;}

	.chino.button-ghost.hover-fill:hover,
	.chino.button-ghost.hover-drop:after,
	.chino.button-ghost.hover-side:after,
	.chino.button-ghost.hover-scene:after,
	.chino.button-ghost.hover-screen:after  
	{background-color:#cec2ab;}

	.mulled_wine.button-ghost.hover-fill:hover,
	.mulled_wine.button-ghost.hover-drop:after,
	.mulled_wine.button-ghost.hover-side:after,
	.mulled_wine.button-ghost.hover-scene:after,
	.mulled_wine.button-ghost.hover-screen:after
	{background-color:#50485b;}

	.vista_blue.button-ghost.hover-fill:hover,
	.vista_blue.button-ghost.hover-drop:after,
	.vista_blue.button-ghost.hover-side:after,
	.vista_blue.button-ghost.hover-scene:after,
	.vista_blue.button-ghost.hover-screen:after
	{background-color:#4ad97c;}

	.black.button-ghost.hover-fill:hover,
	.black.button-ghost.hover-drop:after,
	.black.button-ghost.hover-side:after,
	.black.button-ghost.hover-scene:after,
	.black.button-ghost.hover-screen:after
	{background-color:#2a2a2a;}

	.grey.button-ghost.hover-fill:hover,
	.grey.button-ghost.hover-drop:after,
	.grey.button-ghost.hover-side:after,
	.grey.button-ghost.hover-scene:after,
	.grey.button-ghost.hover-screen:after
	{background-color:#c3c3c3;}

	.orange.button-ghost.hover-fill:hover,
	.orange.button-ghost.hover-drop:after,
	.orange.button-ghost.hover-side:after,
	.orange.button-ghost.hover-scene:after,
	.orange.button-ghost.hover-screen:after
	{background-color:#ff9600;}

	.sky.button-ghost.hover-fill:hover,
	.sky.button-ghost.hover-drop:after,
	.sky.button-ghost.hover-side:after,
	.sky.button-ghost.hover-scene:after,
	.sky.button-ghost.hover-screen:after
	{background-color:#5aa1e3;}

	.green.button-ghost.hover-fill:hover,
	.green.button-ghost.hover-drop:after,
	.green.button-ghost.hover-side:after,
	.green.button-ghost.hover-scene:after,
	.green.button-ghost.hover-screen:after
	{background-color:#b7e759;}

	.yellow.button-ghost.hover-fill:hover,
	.yellow.button-ghost.hover-drop:after,
	.yellow.button-ghost.hover-side:after,
	.yellow.button-ghost.hover-scene:after,
	.yellow.button-ghost.hover-screen:after
	{background-color:#ffd614;}

	.sandy_brown.button-ghost.hover-fill:hover,
	.sandy_brown.button-ghost.hover-drop:after,
	.sandy_brown.button-ghost.hover-side:after,
	.sandy_brown.button-ghost.hover-scene:after,
	.sandy_brown.button-ghost.hover-screen:after
	{background-color:#f79468;}

	.purple.button-ghost.hover-fill:hover,
	.purple.button-ghost.hover-drop:after,
	.purple.button-ghost.hover-side:after,
	.purple.button-ghost.hover-scene:after,
	.purple.button-ghost.hover-screen:after
	{background-color:#b97ebb;}

	.white.button-ghost.hover-fill:hover,
	.white.button-ghost.hover-drop:after,
	.white.button-ghost.hover-side:after,
	.white.button-ghost.hover-scene:after,
	.white.button-ghost.hover-screen:after
	{background-color:#fff;}

	.white.button-ghost.animate-false.hover-fill:hover,
	.white.button-ghost.animate-false.hover-drop:hover,
	.white.button-ghost.animate-false.hover-side:hover,
	.white.button-ghost.animate-false.hover-scene:hover,
	.white.button-ghost.animate-false.hover-screen:hover {
		color: #333 !important;
	}

	.button-ghost.hover-drop,
	.button-ghost.hover-side,
	.button-ghost.hover-scene,
	.button-ghost.hover-screen,
	.button-ghost.animate-true
	{background-color: transparent !important;}

	.animate-false.button-ghost.hover-drop:after,
	.animate-false.button-ghost.hover-side:after,
	.animate-false.button-ghost.hover-scene:after,
	.animate-false.button-ghost.hover-screen:after {
		width: 100%;
		height: 0;
		top: 0;
		left: 0;
		content: '';
		position: absolute;
		z-index: -1;
		display: block;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	.animate-false.button-ghost.hover-side:after {width:0%;height:100%;}
	.animate-false.button-ghost.hover-scene:after {
		width: 0;
		height: 100%;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.animate-false.button-ghost.hover-diagonal:after {
		width:100%;
		height:0;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
	}
	.animate-false.button-ghost.hover-screen:after {
		width: 100%;
		height: 0;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.animate-false.button-ghost.hover-drop:hover:after {height:100%;}
	.animate-false.button-ghost.hover-side:hover:after {width: 100%;}
	.animate-false.button-ghost.hover-screen:hover:after {height: 100%;opacity: 1;}
	.animate-false.button-ghost.hover-scene:hover:after {width: 100%;opacity: 1;}

	.animate-false.button-ghost.hover-fill:hover,
	.animate-false.button-ghost.hover-drop:hover,
	.animate-false.button-ghost.hover-side:hover,
	.animate-false.button-ghost.hover-scene:hover,
	.animate-false.button-ghost.hover-screen:hover
	{color: #fff;}

	.animate-false.white.button-ghost.hover-fill:hover,
	.animate-false.white.button-ghost.hover-drop:hover,
	.animate-false.white.button-ghost.hover-side:hover,
	.animate-false.white.button-ghost.hover-scene:hover,
	.animate-false.white.button-ghost.hover-screen:hover
	{color: #333;}

	.button.animate-true .btn-icon {opacity: 0;margin-left: 0;}
	.button.animate-true .txt {display: inline-block;}

	.button.animate-true.anim-type-ghost span {
		-webkit-transition: all 150ms ease;
		transition: all 150ms ease;
	}

	.button.animate-true.anim-type-reverse span {
		-webkit-transition: all 150ms ease;
		transition: all 150ms ease;
	}

	.button.animate-true.anim-type-ghost .txt {
		-webkit-transform:translateX(7%);
		-ms-transform:translateX(7%);
		transform:translateX(7%);
	}

	.animate-true.anim-type-ghost:hover .txt {
		-webkit-transform:translateX(-5%);
		-ms-transform:translateX(-5%);
		transform:translateX(-5%);
	}

	.animate-true.anim-type-ghost:hover .btn-icon {
		-webkit-transform:translateX(50%);
		-ms-transform:translateX(50%);
		transform:translateX(50%);
		opacity: 1;
	}

	.button.animate-true.anim-type-reverse .btn-icon {
		opacity: 1;
		position: absolute;
		height: 100%;
		width: 100%;
		text-align: center;
		top:-100%;
		left: 0;
		font-size: 180%;
	}

	.button.animate-true.anim-type-reverse .btn-icon:before {
		position: absolute;
		left:50%;
		top:50%;
		-webkit-transform:translateY(-50%) translateX(-50%);
		-ms-transform:translateY(-50%) translateX(-50%);
		transform:translateY(-50%) translateX(-50%);
	}

	.button.animate-true.anim-type-reverse .txt {
		display:block;
	}

	.button.animate-true.anim-type-reverse:hover .btn-icon {
		top: 0;
	}

	.button.animate-true.anim-type-reverse:hover .txt {
		-webkit-transform:translateY(200%);
		-ms-transform:translateY(200%);
		transform:translateY(200%);
	}

/*  DROPCAP
/*=============*/
	
	.nz-dropcap,
	.nz-dropcap.empty {
		display: block;
		float: left;
		font-size:44px;
		line-height: 28px;
		margin: 8px 8px 0 0;
	}

	.nz-dropcap.full {
		background-color: #222;
		color: #fff;
		border-radius: 3px;
		padding: 14px 10px 15px 10px;
	}

/*  HIGHLIGHT
/*=============*/
	
	.nz-highlight {
		display: inline-block;
		padding: 0px 8px;
		color: #fff;
	}

	.nz-highlight > :last-child {
		margin-bottom: 0 !important;
	}

/*	ICON LIST
/*=============*/
	
	.nz-i-list {list-style:none;}

	.nz-i-list li {
		display: table;
	}

	.nz-i-list.large li {
		margin-bottom: 15px;
	}

	.nz-i-list li:last-child {margin-bottom: 0px;}

	.nz-i-list > li > div {
		display: table-cell;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

	.nz-i-list span.icon {
		display: block;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 6px;
		text-align: center;
		font-size: 12px;
		line-height: 12px !important;
	}

	.nz-i-list.none span.icon {margin-top: 6px;}

	.nz-i-list.square span.icon,
	.nz-i-list.circle span.icon
	{margin-top: 2px;}

	/*types*/
	.nz-i-list.circle span.icon,
	.nz-i-list.square span.icon {
		font-size: 10px;
		width: 20px;
		height: 20px;
		border-radius: 3px;
		line-height: 20px !important;
	}
	
	.nz-i-list.circle span.icon {border-radius: 50%;}

/*  ICONS
/*=============*/
	
	.nz-icon {
		margin:5px;
		font-size:16px;
		line-height: 16px;
		text-align: center;
		display: inline-block;
	}

	/*Sizes*/
	.nz-icon.small {font-size:14px; line-height: 14px;}
	.nz-icon.medium {font-size:32px; line-height: 32px;}
	.nz-icon.large {font-size:64px;  line-height: 64px;}

	/*Sizes with types*/
	.nz-icon.circle.small,
	.nz-icon.square.small {
		width: 40px;
		height: 40px;
		line-height: 36px;
		border-width: 2px;
	}
	.nz-icon.circle.medium,
	.nz-icon.square.medium {
		width: 65px;
		height: 65px;
		line-height: 59px;
		border-width: 2px;
	}
	.nz-icon.circle.large,
	.nz-icon.square.large {
		width: 110px;
		height: 110px;
		line-height: 103px;
		border-width: 2px;
	}

	/*Types*/
	.nz-icon.circle {border-radius: 50%;}
	.nz-icon.square {border-radius: 2px;}
	.nz-icon.circle,
	.nz-icon.square {
		border-style:solid;
		border-color: transparent;
	}

	.nz-icon.animate-true {
		-webkit-animation: iconAnimate 1.4s infinite;
		animation: iconAnimate 1.4s infinite;
	}

	@-webkit-keyframes iconAnimate {
	  0%,100% { -webkit-transform: translateY(5px); }
	  50% { -webkit-transform: translateY(-5px); }
	}

	@keyframes iconAnimate {
	  0%,100% { transform: translateY(5px); }
	  50% { transform: translateY(-5px); }
	}

/*	SEPARATOR
/*=============*/

	.nz-separator {height: 1px;border-bottom-width: 1px;}
	.nz-separator.solid  {border-bottom-style:solid;}
	.nz-separator.dotted {border-bottom-style:dotted;}
	.nz-separator.dashed {border-bottom-style:dashed}

	.sep-wrap.center .nz-separator {margin: 0 auto;}
	.sep-wrap.left .nz-separator {float: left;}
	.sep-wrap.right .nz-separator {float: right;}

/*	ICON SEPARATOR
/*=============*/

	.nz-icon-separator {
		position: relative;
		width: 500px;
		max-width: 100%;
		margin: 0 auto;
	}

	.nz-icon-separator .icon {
		width: 60px;
		font-size: 28px;
		line-height: 28px;
		position: relative;
		z-index: 15;
		display: block;
	    margin: 0 auto;
	    text-align: center;
	}

	.nz-separator-left,
	.nz-separator-right {
		width: 220px;
		height: 10px;
		position: absolute;
		display: block;
		left: 0;
		top: 50%;
	}

	.nz-separator-left span,
	.nz-separator-right span {
		display: block;
		width:calc( 100% - 10px);
		height: 1px;
	}

	.nz-separator-right {
		left: auto;
		right: 0;
	}

	.nz-separator-right span {
		float: right;
	}

	.nz-separator-left span + span,
	.nz-separator-right span + span {
		margin-top: 3px;
	}

	.nz-separator-left span + span {
		float: right;
	}

	.nz-separator-right span + span {
		float: left;
	}

/*	SOCIAL LINKS
/*=============*/
	
	.social-links        {height: 40px;}
	.social-links.right  {text-align: right;}
	.social-links.left   {text-align: left;}
	.social-links.center {text-align: center;}

	.social-links a {
		display: inline-block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 36px;
		font-size: 14px;
		text-align: center;
		color: #ffffff !important;
		background-color: #c5c5c5;
		margin: 0 4px 3px 0;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
		-webkit-backface-visibility: hidden;
   	    backface-visibility: hidden;
   	    overflow: hidden;
	}

	.footer .widget .social-links a {
		color: #ffffff !important;
		border:1px solid #ffffff;
	}

	.social-links a:hover {
		color: #ffffff !important;
	}

	.social-links a:last-child            {margin-right: 0px;}

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

/*  VIDEO, AUDIO EMBED
/*=============*/
	
	/*Flexible embeds*/
	.flex-mod {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	}

	.flex-mod iframe,   
	.flex-mod object,  
	.flex-mod embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	.soundcloud iframe {
		max-width: 100%;
	}

	.wp-video-shortcode,
	.wp-audio-shortcode {
		max-width: 100% !important;
		height: auto;
	}

	.video-modal {
		position: relative;
		display: block;
	}

	.video-modal:hover:before {
		box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
	}

	.video-modal .ninzio-overlay {
		background-color: rgba(0,0,0,0.5);
		opacity: 1;
		z-index: 10;
	}

	.video-modal:hover .ninzio-overlay {
		background-color: rgba(0,0,0,0.6);
	}

	.video-modal .video-icon  {
		width: 82px;
		height: 82px;
		margin: 0 auto 15px auto;
		background-image: url(images/video_icon.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		content: "";
	}

	.video-modal .video-title {
		color: #fff;
		font-size: 26px;
		line-height: 36px;
		margin: 0;
		text-align: center;
		text-transform: uppercase;
	}

	.video-modal:hover:after {
		-webkit-transform:scale(0.8); 
		-ms-transform:scale(0.8); 
		transform:scale(0.8); 
	}

	.video-modal img {
		margin:0 auto;
		display: block;
	}

/*	RECENT TWEETS
/*=============*/
	
	.nz-tweets {
		position: relative;
		padding-top:70px;
		text-align: center;
	}

	.nz-tweets .follow {
		font-size: 18px;
    	line-height: 28px;
	}

	.nz-tweets:before {
		display: block;
		content: "\e76d";
		line-height:50px;
		font-size:42px;
		width:50px;
		height:50px;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		text-align: center;
		color: #fff;
	}

	.nz-tweets ul {
		list-style:none;
		text-align: center;
	}

	.nz-tweets a,
	.nz-tweets p {
		color: inherit;
		font-size:18px;
		line-height: 28px;
		margin: 0;
	}

	.nz-tweets a {
		color: inherit !important;
	}

	.nz-tweets .owl-controls {
		display: block;
		text-align: center;
		margin-top: 30px;
	}

	.nz-tweets .owl-buttons div {
		width:30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		border:2px solid #e0e0e0;
		color: #e0e0e0;
		position: relative;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.nz-tweets .owl-buttons div:hover {
		border:2px solid #777777;
		color: #777777;
	}

	.nz-tweets .owl-buttons div:first-child {
		margin-right: 4px;
	}

	.nz-tweets .owl-buttons div:first-child:after,
	.nz-tweets .owl-buttons div:last-child:after {
		position: absolute;
		content: "\e914";
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 16px;
		text-align: center;
		line-height: 28px;
	}

	.nz-tweets .owl-buttons div:last-child:after {
		content: "\e917";
	}

/*	CONTENTBOX
/*=============*/

	.nz-content-box > .nz-box {	
		width: 100%;
		position: relative;
		margin-bottom: 25px;
	}

	.nz-content-box .box-icon {
		-webkit-backface-visibility: hidden;
	    -webkit-transition: all 200ms;
	    transition: all 200ms;
	    font-size: 36px;
	    line-height: 36px;
	    text-align: center;
	    position: relative;
	    top: 4px;
	}

	.nz-content-box .back_active .box-icon,
	.nz-content-box .bord_active .box-icon {
	    font-size: 32px;
	    line-height: 32px;
	    text-align: center;
	    position: relative;
	    top: 19px;
	}

	.nz-content-box .box-icon-wrap {
		position: absolute;
		margin: 0;
		height: 60px;
		width: 60px;
		border-radius: 60px;
		left: 15px;
		top: 20px;
	}

	.nz-content-box.align-right .box-icon-wrap {
		right: 15px;
		left: auto;
	}

	.nz-content-box .back_active .box-icon-wrap,
	.nz-content-box .bord_active .box-icon-wrap {
		top: 15px;
		height: 70px;
		width: 70px;
		border-radius: 70px;
	}

	.nz-content-box .box-data {
		padding-left: 80px;
	}

	.nz-content-box.align-right .box-data {
		padding-left: 0px;
		padding-right: 80px;
	}

	.nz-content-box .back_active .box-data,
	.nz-content-box .bord_active .box-data {
		padding-left: 100px;
	}

	.nz-content-box.align-right .back_active .box-data,
	.nz-content-box.align-right .bord_active .box-data {
		padding-left: 0px;
		padding-right: 100px;
	}

	.nz-content-box .nz-box > .nz-box-wrap {
		padding:5px 0px;
	}

	.nz-box > .nz-box-wrap > a {
		color: inherit !important;
	}

	.box-more {
		display: block;
		text-transform: none;
		margin-top: 10px;
		font-size: 14px;
		color: #999 !important;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.box-more:hover {
		color: #333 !important;
	}

	.nz-content-box.version2 {
		text-align: center;
	}

	.nz-content-box.version2 .box-data {
		padding-left: 0px !important;
	}

	.nz-content-box.version2 .box-icon-wrap {
	    position: static;
	    margin: 0 auto 30px auto;
	    height: 80px;
	    width: 80px;
	    border-radius: 80px;
	    left: 0px;
	    top: 0px;
	}

	.nz-content-box.version2 .box-icon {
	    font-size: 48px;
	    line-height: 48px;
	    top: 19px;
	}

	.nz-content-box.version2 .box-icon {
	    font-size: 48px;
	    line-height: 48px;
	    top: 19px;
	}

	.nz-content-box.version2 .back_active .box-icon,
	.nz-content-box.version2 .bord_active .box-icon {
	    font-size: 36px;
	    line-height: 36px;
	    top: 22px;
	}

/*	TAGLINE
/*=============*/

	.nz-tagline {
		width: 100%;
		padding: 60px 0;
		position: relative;
		background-repeat: no-repeat;
		background-position: left top
		-webkit-background-size:cover;
		-ms-background-size:cover;
		background-size:cover;
	}

	.nz-tagline img {
		position: absolute;
		bottom: -40px;
		left:40px;
	}

	.nz-tagline .container {
		text-align: center;
		max-width: 100% !important;
	}

	.nz-tagline .container > .tagline-title {
		font-size: 24px;
  		line-height: 34px;
		padding-right: 40px;
		font-weight: 300;
	}

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

	.nz-tagline .container > :last-child {
		margin-bottom: 0 !important;
	}

	.nz-tagline .container > .tagline-icon {
		width: 46px;
		height: 46px;
		line-height: 46px;
		font-size: 46px;
		text-align: center;
		margin-right: 30px;
	}

	.nz-tagline .container .button {
		margin-bottom: 0;
		max-width: 200px;
		border-radius: 3px;
	}

/*	TABS
/*=============*/

	.nz-tabs .tabset {
		position: relative;
		z-index: 20;
	}

	.tabset .tab {
		display: block;
		text-align: center;
		padding:16px 30px;
		color:#999;
		cursor: pointer;
		position: relative;
		font-size: 16px;
		background-color:#f7f7f7;
		border:1px solid #e0e0e0;
	}

	.tabset .tab .before {
	    display: block;
	    top: -1px;
	    left: 0;
	    width: 100%;
	    height: 3px;
	    position: absolute;
	    opacity: 0;
	}

	.tabset .tab.active .before {
	    opacity: 1;
	}

	.tabset .tab:after {
		display: block;
		bottom: -1px;
		left: 0;
		background-color:#f7f7f7;
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
	}

	.tabset .tab.active:after,
	.tabset .tab.active {
		background-color:#ffffff;
	}

	.tabset .tab > span {
		display: inline-block;
		padding-right:10px; 
	}

	.nz-tabs.full-true .tabset {
		text-align: center;
	}

	.nz-tabs.full-true .tab {
		display: inline-block;
		float: none !important;
		padding:20px 60px;
		font-size: 18px;
		z-index: 10;
	}

	.nz-tabs.full-true.tab-full .tab {
		display: block;
	}

	.tabset .tab:last-child {margin-bottom:0px;}

	.tabs-container {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10;
	}

	.tabs-container .tab-content {
		padding: 30px 50px;
    	border: 1px solid #e0e0e0;
	}

	.nz-tabs.full-true .tab-content {
		padding: 80px 50px;
	}

	.tabs-container .tab-content:not(:first-child) {
		display: none;
	}

/*	TABLES
/*=============*/

	.nz-table td,
	.nz-table th {
		border:1px solid #eaeaea;
		background-color: #fff;
		padding: 15px;
	}

	.nz-table th {font-size: 16px;font-weight: normal;background-color: #fafafa;}

	.nz-table tbody tr:nth-child(2n+2) td {background-color: #fafafa;}

/*	PROCESS
/*=============*/

	.nz-process .stepset {
		position: relative;
		z-index: 20;
		text-align: center;
	}

	.stepset .step {
		display: inline-block;
		float: none !important;
		text-align: center;
		padding:75px 70px 15px 70px;
		color:#777;
		cursor: pointer;
		position: relative;
		font-size: 16px;
		text-transform: uppercase;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
		counter-increment: stepcounter;
	}

	.stepset .step:after {
		content: counter(stepcounter);
		display: block;
		width: 65px;
		height: 65px;
		border-radius: 65px;
		line-height: 65px;
		font-size: 26px;
		position: absolute;
		left: 50%;
		top: 0px;
		margin-left: -32.5px;
		background-color: #f5f5f5;
		color: #333;
	}

	.nz-process:not(.step-full) .stepset .step:before {
		content: "";
		display: block;
		width:100%;
		height:6px;
		position: absolute;
		left: 0%;
		top:34px;
		margin-top: -3px;
		background-color: #f5f5f5;
		z-index: -1;
	}

	.nz-process:not(.step-full) .stepset .step:first-child:before {
		left: 50%;
	}

	.nz-process:not(.step-full) .stepset .step:last-child:before {
		right: 50%;
		left: auto;
	}

	.stepset .step.active:after {
		color: #fff !important;
	}

	.stepset .step:hover {
		color: #444;
	}

	.stepset .step:last-child {margin-bottom:0px;}

	.steps-container {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10;
	}

	.steps-container .step-content {
		background-color: #fff;
		padding: 50px 0 0 0;
	}

	.steps-container .step-content:not(:first-child) {
		display: none;
	}

/*	ACCORDION
/*=============*/

	.nz-accordion .toggle-title  {
		cursor: pointer;
		width: 100%;
		margin-bottom:0px;
		position: relative;
		font-size: 16px;
		color: #444;
		background-color: #fafafa;
		background-repeat: repeat;
		background-position: left top;
	}

	.nz-accordion .toggle-title:before  {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: 0px;
		background-color: #fafafa;
	}

	.nz-accordion .toggle-title.active .border {
		width: 3px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
	}

	.nz-accordion .toggle-title:nth-last-child(2):before  {
		display: none;
	}

	.nz-accordion .toggle-title.active:before  {
		display: none;
	}

	.nz-accordion .toggle-title.active  {
		background-color: #ffffff;
		background-image: none;
	}

	.toggle-title .toggle-title-header {
		margin-bottom: 0;
		font-weight: normal;
		vertical-align: middle;
		width:100%;
	}

	.toggle-title .toggle-title-header span {
		display: block;
		padding: 15px 80px 15px 20px;
		width: 100%;
		border: 1px solid #eee;
	} 

	.toggle-title .hor,
	.toggle-title .ver {
		width: 10px;
		height: 2px;
		display: block;
		position:absolute;
		top: 50%;
		margin-top: -1px;
		right:20px;
	}

	.toggle-title .hor:after,
	.toggle-title .ver:after {
		content: "";
		width: 10px;
		height: 2px;
		display: block;
		position:absolute;
		opacity: 1;
		background-color: #ccc;
	}

	.toggle-title .ver:after {
		width: 2px;
		height: 10px;
	}

	.toggle-title.active .hor,
	.toggle-title.active .ver {
		opacity: 1;
	}

	.toggle-title.active .hor:after,
	.toggle-title.active .ver:after {
		opacity: 0;
	}

	.toggle-title .ver {
		width: 2px;
		height: 10px;
		top: 50%;
		margin-top: -5px;
		right:24px;
	}

	.toggle-title.active .toggle-title-header {
		position: relative;
	}

	.toggle-title .arrow:after {
		width: 2px;
		height: 10px;
		margin-top: -5px;
		margin-left: -1px;
	}

	.toggle-title.active .arrow:after {
		display: none;
	}

	.nz-accordion .toggle-content {
		padding:30px;
		margin-bottom: 0px;
		background-color: #fff; 
		border: 1px solid #eee;
		border-top: none;
		border-bottom: none;
	}

	.nz-accordion .toggle-content:last-child {
		border-bottom: 1px solid #eee;
	}

/*	TIMER
/*=============*/

	.nz-timer ul {list-style: none;margin: 0;}

	.nz-timer li {
		width:100%;
		display: block;
		text-align: center;
		position: relative;
		margin-bottom: 0px;
		padding: 15px;
	}

	.nz-timer li .timer-wrap {
		width:150px; 
		margin: 0 auto;
	}

	.nz-timer span {
		display: block;
		margin: 0 auto;
		font-size:56px;
		line-height:66px;
		color: #333;
		position: relative;
	}
	.nz-timer p {
		font-size: 14px;
		line-height: 24px;
		padding-top: 10px;
		color: #999999;
		text-transform: uppercase;
	}

/*	ALERT MESSAGE
/*=============*/
	
	.alert {
		padding:20px 70px 20px 20px;
		position: relative;
		border-width:2px;
		border-style: solid;
		border-radius: 3px;
		margin-bottom: 25px;
	}

	.alert.note {
		border-color:#e0e0e0;
		background: #fff;
	}

	.alert.success {
		border-color:#b5e655;
		background: #c8f372;
		color: #759b2b;
	}

	.alert.warning {
		border-color:#ffc000;
		background: #fed969;
		color: #ba931b;
	}

	.alert.error {
		border-color:#ff573a;
		background: #fea595;
		color: #9f2b17;
	}

	.alert.information {
		border-color:#3b99d4;
		background: #81c5f0;
		color: #1e618b;
	}

	.alert .close-alert {
		position: absolute;
		top: 50%;
		right: 20px;
		cursor: pointer;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 3px;
		margin-top: -15px;
	}

	.alert.note .close-alert {color: #777;}
	.alert.success .close-alert {color: #768c40;}
	.alert.warning .close-alert {color: #b48a4e;}
	.alert.error .close-alert {color: #8e4438;}
	.alert.information .close-alert {color: #225f87;}

/*  ICON-PROGRESS-BAR
/*=============*/
	
	.nz-icon-progress {
		width: 100%; 
		margin-bottom: 10px; 
		text-align: center;
	}

	.nz-icon-progress,
	.nz-icon-progress.center {
		text-align: center;
	}

	.nz-icon-progress.left {
		text-align: left;
	}

	.nz-icon-progress.right {
		text-align: right;
	}

	.nz-icon-progress span.icon  {
		margin: 0 10px 10px 0;
		background-color: #fafafa;
		color: #999999;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50px;
		font-size:18px;
		text-align: center;
		display: inline-block;
	}

	.nz-icon-progress span.icon:last-child {margin-right: 0;}

/*	PROGRESS
/*=============*/
	
	.nz-progress {
		width: 100%;
		max-width: 100%;
		padding-top: 1px;
	}

	.nz-progress .bar {
		margin-bottom: 35px;
	}

	.nz-progress .bar-line {
		background-color: #c4c4c4;
		background-repeat:repeat;
		background-position:0 0; 
		width: 100%;
		height: 5px;
		border-radius: 0px;
		position: relative;
	}

	.nz-progress .nz-line { 
		height: inherit;
		text-align:right;
		visibility: hidden;
		position: relative;
		border-radius: 0px;
	}

	.bar-text {
		position: relative;
	}

	.nz-progress .progress-percent,
	.nz-progress .progress-title { 
		display:block;
		line-height: inherit;
		font-size: inherit;
		color: #333;
		font-size: 16px;
		line-height: 36px;
	}

	.nz-progress .progress-percent {
		position: absolute;
		left:0;
		top: 50%;
		visibility: hidden;
		opacity: 0;
		width: 46px;
    	text-align: center;
		-webkit-transition-delay:100ms;
		-webkit-transition-property:opacity;
		transition-delay:100ms;
		transition-property:opacity;
		-webkit-transform:translate(-50%, -60%); 
		-ms-transform:translate(-50%, -60%); 
		transform:translate(-50%, -60%);
		border-radius: 3px;
		background-color: #333;
		color: #fff;
		font-size: 12px;
		line-height: 24px;
	}

	.nz-progress .progress-percent:before {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		bottom:-5px;
		-webkit-transform:translateX(-50%); 
		-ms-transform:translateX(-50%); 
		transform:translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #333 transparent transparent transparent;
	}

	.nz-progress .progress-percent.visible {
		opacity: 1;
	}

	.nz-progress .progress-percent:after {
		display: inline-block;
		content: "%";
		line-height: inherit;
		font-size: inherit;
	}

/*	CIRCLE PROGRESS
/*=============*/

	.nz-circle-progress,
	.nz-circle-progress.center {
		text-align: center;
	}

	.nz-circle-progress.left {
		text-align: left;
	}

	.nz-circle-progress.right {
		text-align: right;
	}


	.js .nz-circle {
		opacity: 0;
	}

	.nz-circle {
		height: auto;
		display: block;
		display: inline-block;
		width: 240px;
		margin:0 0px 25px 0px;
		padding: 0 15px;
		position: relative;
	}

	.nz-circle .circle {
	    position: relative;
	    text-align: center;
	    width: inherit;
	    font-weight: bold;
	    margin: 0 auto;
	    font-size: 3em;
	    display: table;
	}
	.nz-circle .circle canvas {
	    position: absolute;
	    top: 0;
	    left:50%;
	    -webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.circle-counter-percentage {
		font-weight: bold;
	}

	.nz-circle .title {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		margin-top: 0px;
		padding: 0 35px 0 35px;
		font-size: 42px;
		line-height: 64px;
	}

	.nz-circle .circle-data:not(:empty) {
		padding-top: 10px;
	}

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

	.nz-count {
		width: 100%;
		display: block;
		position: relative;
		margin-bottom: 25px;
		text-align: center;
	}

	.nz-count-wrap {
		position: relative;
	}

	.count-icon {
		display: inline-block;
		line-height:66px;
		text-align: center;
		font-size: 36px;
		position: relative;
		top: -7px;
		margin-left: 3px;
	}

	.count-value {
		font-size:56px;
		line-height:56px;
		position: relative;
		display: inline-block;
		margin-bottom: 5px;
		padding-left: 20px;
	}

	.count-title {
		font-size: 14px;
		line-height:24px;
		color: #999;
		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;
	}

	.loop .small-image .projects .nz-thumbnail a,
	.loop .medium-image .projects .nz-thumbnail a,
	.loop .large-image .projects .nz-thumbnail a,
	.loop .small-image-nogap .projects .nz-thumbnail a,
	.loop .medium-image-nogap .projects .nz-thumbnail a,
	.nz-recent-projects.small-image .nz-thumbnail a,
	.nz-recent-projects.medium-image .nz-thumbnail a,
	.nz-recent-projects.large-image .nz-thumbnail a,
	.nz-recent-projects.small-image-nogap .nz-thumbnail a,
	.nz-recent-projects.medium-image-nogap .nz-thumbnail a,
	.nz-related-projects .nz-thumbnail a {
		display: block;
	}

	.loop .small-image .projects .project-title,
	.loop .medium-image .projects .project-title,
	.loop .large-image .projects .project-title,
	.loop .small-image-nogap .projects .project-title,
	.loop .medium-image-nogap .projects .project-title,
	.nz-recent-projects.small-image .project-title,
	.nz-recent-projects.medium-image .project-title,
	.nz-recent-projects.large-image .project-title,
	.nz-recent-projects.small-image-nogap .project-title,
	.nz-recent-projects.medium-image-nogap .project-title,
	.nz-related-projects .project-title {
		position: absolute;
		bottom: -100%;
		left: 0;
		width: 100%;
		color: #fff;
		padding: 0px;
		margin-bottom: 0;
		-webkit-transition: bottom 300ms;
		transition: bottom 300ms;
		z-index: 20;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}

	.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 {
		display: block;
		content: "";
		width: 12px;
		height: 12px;
		margin-top: -6px;
		top: 50%;
		right: 15px;
		position: absolute;
		background-image: url(images/arrow_right_white.png);
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 2;
	}

	.loop .small-image .projects .nz-thumbnail:hover .project-title,
	.loop .medium-image .projects .nz-thumbnail:hover .project-title,
	.loop .large-image .projects .nz-thumbnail:hover .project-title,
	.loop .small-image-nogap .projects .nz-thumbnail:hover .project-title,
	.loop .medium-image-nogap .projects .nz-thumbnail:hover .project-title,
	.nz-recent-projects.small-image .nz-thumbnail:hover .project-title,
	.nz-recent-projects.medium-image .nz-thumbnail:hover .project-title,
	.nz-recent-projects.large-image .nz-thumbnail:hover .project-title,
	.nz-recent-projects.small-image-nogap .nz-thumbnail:hover .project-title,
	.nz-recent-projects.medium-image-nogap .nz-thumbnail:hover .project-title,
	.nz-related-projects .projects .nz-thumbnail:hover .project-title {
		bottom: 0;
		-webkit-transition: bottom 300ms;
		transition: bottom 300ms;
	}

	.loop .small-image .projects .project-title a,
	.loop .medium-image .projects .project-title a,
	.loop .large-image .projects .project-title a,
	.loop .small-image-nogap .projects .project-title a,
	.loop .medium-image-nogap .projects .project-title a,
	.nz-recent-projects.small-image .project-title a,
	.nz-recent-projects.medium-image .project-title a,
	.nz-recent-projects.large-image .project-title a,
	.nz-recent-projects.small-image-nogap .project-title a,
	.nz-recent-projects.medium-image-nogap .project-title a,
	.nz-related-projects .project-title a {
		color: #fff !important;
		display: block;
		padding: 15px;
		position: relative;
		z-index: 15;
	}

	.loop .small-image .projects .nz-overlay-before,
	.loop .medium-image .projects .nz-overlay-before,
	.loop .large-image .projects .nz-overlay-before,
	.loop .small-image-nogap .projects .nz-overlay-before,
	.loop .medium-image-nogap .projects .nz-overlay-before,
	.nz-recent-projects.small-image .nz-overlay-before,
	.nz-recent-projects.medium-image .nz-overlay-before,
	.nz-recent-projects.large-image .nz-overlay-before,
	.nz-recent-projects.small-image-nogap .nz-overlay-before,
	.nz-recent-projects.medium-image-nogap .nz-overlay-before,
	.nz-related-projects .nz-overlay-before {
		display: none;
	}

	.loop .projects-category,
	.nz-related-projects .projects-category,
	.nz-recent-projects .projects-category {
		position: absolute;
		bottom: -100%;
		left: 0;
		width: 100%;
		padding: 15px 15px 15px 15px;
		color: #fff;
		margin-bottom: 0;
		z-index: 20;
		font-size: 12px;
		line-height: 22px;
	}

	.loop .small-standard .project-details,
	.loop .medium-standard .project-details,
	.loop .large-standard .project-details,
	.nz-recent-projects.small-standard .project-details,
	.nz-recent-projects.medium-standard .project-details,
	.nz-recent-projects.large-standard .project-details {
		padding: 25px 20px;
		text-align: center;
		background-color: #ffffff;
	}

	.loop .small-standard .project-title,
	.loop .medium-standard .project-title,
	.loop .large-standard .project-title,
	.nz-recent-projects.small-standard .project-title,
	.nz-recent-projects.medium-standard .project-title,
	.nz-recent-projects.large-standard .project-title {
		position: relative;
		bottom: auto;
		padding: 0px;
		color: #333 !important;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		font-size: 20px;
		line-height: 30px;
		text-transform: none;
	}

	.loop .small-standard .projects-category,
	.loop .medium-standard .projects-category,
	.loop .large-standard .projects-category,
	.nz-recent-projects.small-standard .projects-category,
	.nz-recent-projects.medium-standard .projects-category,
	.nz-recent-projects.large-standard .projects-category {
		position: relative;
		bottom: auto;
		padding: 0px;
	    color: #999 !important;
	    font-family: Georgia,"Times New Roman",Times,serif;
	    font-style: italic;
	    font-size: 16px;
    	line-height: 26px;
	}

	.loop .small-standard .project-title a,
	.loop .medium-standard .project-title a,
	.loop .large-standard .project-title a,
	#nz-content .nz-recent-projects.small-standard .project-title a,
	#nz-content .nz-recent-projects.medium-standard .project-title a,
	#nz-content .nz-recent-projects.large-standard .project-title a {
		color: #333;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.loop .small-standard .projects-category a,
	.loop .medium-standard .projects-category a,
	.loop .large-standard .projects-category a,
	#nz-content .nz-recent-projects.small-standard .projects-category a,
	#nz-content .nz-recent-projects.medium-standard .projects-category a,
	#nz-content .nz-recent-projects.large-standard .projects-category a {
		color: #999;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.nz-related-projects h3 {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-bottom: 20px;
		margin-bottom: 40px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
	}

	.single .projects-head {
		padding-bottom: 25px;
		margin-bottom: 40px;
		border-bottom: 1px solid #e0e0e0;
		position: relative;
	}

	.single .projects-head .project-title {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-bottom: 0;
		text-align: center;
	}

	.single .projects-head .projects-navigation {
		position: absolute;
		height: 40px;
		width: 100%;
		top: 0;
		right: 0;
	}

	.single .projects-head .projects-navigation > a {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
	    border-radius: 40px;
		text-align: center;
		font-size: 15px;
		background-color: rgba(0,0,0,0.8);
	    -webkit-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	    cursor: pointer;
	    color: #eee !important;
	    text-transform: uppercase;
	    position: relative;
	}

	.single .projects-head .projects-navigation > a[rel="next"] {
		float: right;
	}

	.single .projects-head .projects-navigation > a.icon-arrow-left10:before {
		position: relative;
		left: -1px;
	}

	.single .projects-head .projects-navigation > a.icon-uniE91B:before {
		position: relative;
		right: -1px;
	}

	.single .projects-head .projects-navigation > a:hover {
		background-color: rgba(0,0,0,1);
	}

	.projects-description-title {
		font-size: 18px;
		line-height: 28px;
		color: #777;
	}

	.single .project-excerpt {
		font-size: 14px;
		line-height: 24px;
		padding-top: 10px;
	}

	.single .projects .post-social-share {
		background-color: #fff;
		margin:25px 0;
	}

	.projects-tags {
		padding-top: 25px;
		margin-top: 5px;
		border-top: 1px dotted #c0c0c0;
	}

	.projects-tags a {
		margin-right:2px !important; 
	}

	.project-content {
		padding:50px 0px 20px 0px;
	}

	.single .single-details {
		background-color: #f7f7f7;
		padding: 47px 30px;
	}

	.single-projects .main-content:before {
		display: none;
	}

	.single-projects .single-details .button {
		color: #333 !important;
		margin-bottom: 0px;
	}

	.single-projects .single-details .button:hover {
		color: #fff !important;
	}

	.single-projects .post-gallery .flex-direction-nav {
		position: absolute;
		top: 20px;
		right: 50px;
		z-index: 15;
		width: 85px;
		height: 40px;
	}

	.single-projects .post-gallery .flex-direction-nav li {
		width: 40px;
		height: 40px;
		display: block;
		float: left;
	}

	.single-projects .post-gallery .flex-direction-nav li:first-child {
		margin-right: 5px;
	}

	.single-projects .post-gallery .flex-direction-nav li a {
		display: block;
		background-color: rgba(255,255,255,0.2);
		width:40px;
		height: 40px;
		line-height: 42px;
		text-align: center;
		color: #fff !important; 
		-webkit-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
	}

	.project-social-link-share {
		position: relative;
		width: 100%;
		text-align: right;
		top: -25px;
	}

	.project-social-link-share .social-links-share,
	.project-social-link-share .social-links {
	    width: 26px;
	    height: 26px;
	    line-height: 26px;
	    border-radius: 26px;
	    display: inline-block;
	    vertical-align: top;
	}

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

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

	.ninzio-filter .container {
	    width: auto;
	    margin: 0 auto;
	}

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

		.products .product .product-details {
			padding: 40px 25px 30px 25px;
			box-shadow: inset 0 0 0 1px #eee, 0 0 3px rgba(0,0,0,0.05);
			text-align: center;
			top: -1px;
		}

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

		.loop .products .product h3:after,
		.loop .products .product .price:after,
		.nz-related-products .products .product h3:after,
		.nz-related-products .products .product .price:after,
		.nz-recent-products .products .product h3:after,
		.nz-recent-products .products .product .price:after {
			content: "";
			position: absolute;
			bottom: 9px;
			left:0px;
			width: 105%;
			height: 4px;
			z-index: -1;
			background-color: #fff;
		}

		.loop .products .product .price:after,
		.nz-related-products .products .product .price:after,
		.nz-recent-products .products .product .price:after {
			right: 0;
			left: auto;
		}

		.loop .products .product .star-rating,
		.nz-related-products .products .product .star-rating,
		.nz-recent-products .products .product .star-rating {
			margin: 20px 0 10px 0;
		}

		.js .loop .animation-true .product {
			opacity: 0 !important;
			-webkit-backface-visibility: hidden;
		}
		.js .loop .animation-true .product.css-animated {
			opacity: 1 !important;
		}

		.woocommerce .product .nz-thumbnail {
			overflow: hidden;-webkit-backface-visibility: hidden;
		}

		.woocommerce .cart-wrap {
			position:relative;
			min-height: 46px;
			height: 46px;
			margin-top: 10px;
		}

		.woocommerce .product .button,
		.woocommerce .product .added_to_cart,
		.woocommerce .product .product_type_external {
			display: inline-block;
			width: auto !important;
			border-radius: 100px;
			margin-bottom: 0;
			position: relative;
			padding: 10px 25px 12px 25px;
		    font-size: 13px;
		    line-height:24px;
			color: #999 !important;
			background-color: transparent !important;
			text-align: center;
			text-transform:none;
			z-index: 5;
			-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;
			-webkit-transition: all 300ms ease;
    		transition: all 300ms ease;
    		box-shadow:inset 0 0 0 1px #eee;
    		outline: none;
		}

		.woocommerce .product .button:hover,
		.woocommerce .product .added_to_cart:hover,
		.woocommerce .product .product_type_external:hover {
			color: #333 !important;
    		box-shadow:inset 0 0 0 1px #ccc;
		}

		.woocommerce .product .single-product-summary .button,
		.woocommerce .product .single-product-summary .added_to_cart,
		.woocommerce .product .single-product-summary .product_type_external {
			padding: 11px 25px 11px 55px;
		    font-size: 12px;
		    line-height:22px;
			box-shadow: none;
			border-radius: 0px;
			color: #fff !important;
			background-color:#333 !important;
			background-repeat: no-repeat;
			background-position: 15px 50%;
			background-image: url(images/cart_white.png);
			text-transform: uppercase;
		}

		.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 {
			background-color:#222 !important;
		}

		.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"] {
			background-image: url(images/cart.png);
			background-color: #f0f0f0 !important;
			color: #777 !important;
		}

		.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 {
			color: #fff !important;
			background-image: url(images/cart_white.png);
			box-shadow: none;
		}

		

		@-webkit-keyframes loadIn {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		@keyframes loadIn {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		.shop-loader {
		    position: absolute;
		    width: 100%;
		    height: 46px;
		    top: 0px;
		    right: 0;
		    z-index: 15;
		    display: none;
		    background-color: #ffffff;
		}

		.shop-loader:before {
			display: block;
			content: "";
			position: absolute;
			top: 50%;
			left:50%;
			font-size:10px;
			margin: -18px 0 0 -18px;
			width:36px;
			height:36px;
			border-radius: 50%;
			border-left-color: white !important;
    		border-right-color: white !important;
		    animation: cssload-spin 300ms infinite linear;
		    -o-animation: cssload-spin 300ms infinite linear;
		    -ms-animation: cssload-spin 300ms infinite linear;
		    -webkit-animation: cssload-spin 300ms infinite linear;
		    -moz-animation: cssload-spin 300ms infinite linear;
		}

		@keyframes cssload-spin {100%{ transform: rotate(360deg); transform: rotate(360deg);}}
		@-o-keyframes cssload-spin {100%{ -o-transform: rotate(360deg); transform: rotate(360deg);}}
		@-ms-keyframes cssload-spin {100%{ -ms-transform: rotate(360deg); transform: rotate(360deg);}}
		@-webkit-keyframes cssload-spin {100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }}
		@-moz-keyframes cssload-spin {100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }}

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

		.woocommerce .hover-img {
			position: absolute;
			top: 0;
			left: 0;
			-webkit-transition: all 0.6s;
			transition: all 0.6s;
			-webkit-backface-visibility: hidden;
			opacity: 0;
		}

		.woocommerce .product .nz-thumbnail:hover .hover-img {
			opacity: 1;
		}

		.woocommerce .product del {color: #ccc;}

		.woocommerce .product .price {
			font-size:22px;
		}

		.woocommerce .single-product-summary .price {
			font-size: 28px;
			display: inline-block;
		}

		.woocommerce .single-product-summary div[itemprop="offers"] {
			display: inline-block;
		}

		.woocommerce .product del .amount {
			font-size:14px;
			font-weight:normal;
			color: #999;
			text-decoration: line-through;
		}

		.woocommerce .single-product-summary .stock {
			font-weight: 700;
			padding:0 0 15px 0;
			margin-bottom: 0;
		}

		.woocommerce .products .product-category a {
			display: block;
			color: transparent;
			overflow: hidden;
		}

		.woocommerce .category-details {
			box-shadow: inset 0 0 0 1px #eee, 0 0 3px rgba(0,0,0,0.05);
			padding: 30px 0;
			-webkit-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
		}

		.woocommerce .category-details mark {
			-webkit-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
		}

		.woocommerce .product:hover .category-details h3,
		.woocommerce .product:hover .category-details mark {
			color: #333 !important;
		}

		.woocommerce .category-details h3 {
			margin: 0;
			text-align: center;
			padding: 0 !important;
			-webkit-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
			font-size: 18px;
			line-height: 28px;
		}

		.woocommerce .products .product-category mark {
			background-color: transparent;
		}

		.woocommerce .products .product-category .cat-det h3 {
			padding-bottom: 0;
			padding-top: 25px;
		}

		.woocommerce-error {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.woocommerce-message,
		.woocommerce-info,
		.woocommerce-error li,
		.cart-empty {
			padding:20px;
			position: relative;
			margin-bottom: 50px;
			text-align: center;
			font-size: 14px;
			line-height: 36px;
			color: #999;
			background-color: #fafafa;
		}

		.woocommerce-error li {
			background-color: rgba(239, 147, 148, 0.16);
    		color: #D2635F !important;
		}

		.woocommerce-message a,
		.woocommerce-info a,
		.woocommerce-error li a,
		.woocommerce-message .button,
		.woocommerce-info .button {
			-webkit-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
			text-transform: none;
		    margin-bottom: 0;
		    display: inline;
		    margin-right: 5px;
		    margin-left: 5px;
		    padding: 10px 20px;
		    color: #999 !important;
			box-shadow:inset  0 0 0 2px #ccc;
			background-color: transparent !important;
		}

		.woocommerce-error li a {
		    color: #c90700 !important;
			box-shadow:inset  0 0 0 2px #c90700;
		}

		.woocommerce-message a:hover,
		.woocommerce-info a:hover,
		.woocommerce-error li a:hover {
			background-color:#ccc !important;
			color: #fff !important;
		}

		.woocommerce-error li a:hover {
			background-color:#c90700 !important;
		}

		.woocommerce label {
			display: block;
			margin-bottom: 5px;
		}

		.woocommerce input[type="radio"] + label {
			display:inline-block;
		}

		.woocommerce-ordering,
		.woocommerce-ordering select{
			margin-bottom:50px;
			height: 50px;
			width: auto;
		}

		.product-category-body {
			width: 100%;
			background-color: #fff;
			padding: 25px;
			margin-bottom: 30px;
			text-align: center;
		}

		.product-category-body img {
			margin-bottom: 25px;
		}

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

		.shop-layout .product-term-title,
		.nz-related-products-title {
			margin-bottom: 50px;
			position: relative;
		}

		.nz-related-products-title h3 {
			font-size: 16px;
		    line-height: 26px;
		    padding-bottom: 20px;
		    margin-bottom: 40px;
		    border-bottom: 1px solid #eee;
		    text-transform: uppercase;
		}

	/*	Single product
	/*=============*/

		.single-product-summary {
			background-color: #f7f7f7;
    		padding: 47px 30px;
		}

		.single-image-content {
			position: relative;
		}

		.single-image-content > .ninzio-label {
			bottom: auto;
			top: 14px;
			right: 0px;
		}

		.single-product-image .nz-overlay-before {
			-webkit-transform:none; 
			-ms-transform:none; 
			transform:none; 
		}

		.woocommerce.single .summary .product_title {
			margin-bottom: 15px;
			font-size: 28px;
			line-height: 38px;
		}

		.single-product-image,
		.woocommerce.single .products .product {
			position: relative;
		}

		.single-product-image {
			margin-bottom: 50px;
			text-align: center;
		}

		.single-product-image .images > a {
			pointer-events: none;
		}

		.single-product-image .thumbnails {
			text-align: center;
			margin-top: 10px;
			margin-left: -5px;
			margin-right: -5px;
		}

		.single-product-image .thumbnails:after {
			content: "";
			display: table;
			clear: both;
		}

		.single-product-image .thumbnails > a {
			display: inline-block;
			text-decoration: none;
			width:100px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 10px;
			text-align: center;
			outline: none;
		}

		.single-product-image .thumbnails > a .nz-overlay-before {
			display: none;
		}

		.single-product-image .thumbnails > a:nth-child(3n+3) {
			margin-right: 0;
		}

		.single-product-image .thumbnails > a:last-child {
			margin-right: 0;
		}

		.woocommerce .single-product-summary [itemprop='description'] {
			padding: 15px 0 15px 0;
		}

		.woocommerce .single-product-summary [itemprop='description'] .description {
			margin-bottom: 25px;
			font-size: 14px;
			line-height: 24px;
		}

		.woocommerce .single-product-summary [itemprop='description'] > :last-child,
		.woocommerce .single-product-summary [itemprop='description'] > :only-child {
			margin-bottom: 0;
		}

		.woocommerce .single-product-summary form.cart {
			margin-bottom: 15px;
			padding-top: 35px;
			border-top: 1px solid #eee;
		}

		.woocommerce .quantity {
			display:block;
		}

		.woocommerce .quantity input {
			margin-bottom:10px;
			height: 42px;
			float: left;
		}

		.btn-3d .woocommerce .quantity input {
			height: 54px;
			top: -4px;
		}

		.woocommerce .quantity input[type="button"].minus,
		.woocommerce .quantity input[type="button"].plus {
			margin-right: 0;
			border-radius: 3px 0 0 3px;
			padding: 0px 5px 0px 5px;
			background-color: #f9f9f9;
			border:1px solid #e0e0e0;
			font-size:16px;
			color: #333;
			box-shadow: none;
			width: 25% !important;
			-webkit-transform: translateX(1px);
			-ms-transform: translateX(1px);
			transform: translateX(1px);
			font-weight: 400 !important;
		}

		.woocommerce .quantity input[type="button"].minus:hover,
		.woocommerce .quantity input[type="button"].plus:hover {
			background-color: #f7f7f7;
			opacity: 1;
		}

		.woocommerce .quantity input[type="button"].plus {
			border-radius:0px 3px 3px 0px;
			-webkit-transform: translateX(-1px);
			-ms-transform: translateX(-1px);
			transform: translateX(-1px);
		}

		.woocommerce .quantity input[type="number"] {
			border-radius: 0px;
			font-size: 16px;
			font-weight: 700;
			text-align: center;
			background-color: #ffffff;
			width: 60px !important;
			height: 44px;
			line-height: 44px;
			padding: 0;
			box-shadow: inset 0 0 0 1px #ccc;
		}

		.woocommerce .single-product-summary .product_meta {
			font-size: 16px;line-height: 26px;
		}

		.woocommerce .single-product-summary .product_meta a {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

		.woocommerce .single-product-summary button {
			margin-bottom: 0;
		}

		.woocommerce .single-product-summary .product_meta,
		.comment-meta .comment-date-time {
			font-size: 16px;
		    color: #777;
		}

		.woocommerce .single-product-summary .product_meta > * {
			display:inline-block;
			padding-bottom: 5px;
			position: relative;
			padding-left: 25px;
			padding-right: 28px;
			font-family: Georgia,"Times New Roman",Times,serif;
    		font-style: italic;
		}

		.woocommerce .single-product-summary .product_meta > *:before {
			display: block;
		    content: "\e6b5";
		    position: absolute;
		    left: 0;
		    top: 0;
		    width: 22px;
		    height: 30px;
		    margin-top: 0;
		    color: #ccc;
		    font-size: 14px;
		    line-height: 27px;
		}

		.woocommerce .single-product-summary .product_meta > .tagged_as:before {
		    content: "\e630";
		}

		.woocommerce .single-product-summary .product_meta > :last-child {
			padding-bottom:0px;
		}

		.woocommerce .single-product-summary .product_meta a {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

		.woocommerce-variation-description {
			padding-bottom:25px;
			font-size: 14px;
			line-height: 24px;
		}

		.woocommerce-tabs {
		    margin: 70px auto 0 auto;
		    width: 100%;
		}

		.woocommerce-tabs .tabs {
			display: table;
			list-style: none;
			margin-bottom: 0;
			width: 100%;
		}

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

		.woocommerce-tabs .tabs > li {
		    display: block;
		    text-align: center;
		    color: #999;
		    cursor: pointer;
		    position: relative;
		    font-size: 16px;
		    background-color: #f7f7f7;
		    border: 1px solid #e0e0e0;
		    float: left;
		}

		.woocommerce-tabs .tabs > li.active {
    		background-color: #ffffff;
		}

		.woocommerce-tabs .tabs > li:not(:first-child){
			margin-left: -1px;
		}

		.woocommerce-tabs .tabs > li a {
			display: block;
			outline: none;
			position: relative;
			color: inherit;
			padding: 16px 30px;
		}

		.woocommerce-tabs .tabs > li.active a {
    		z-index: 10;
			color: #333;
		}

		.woocommerce-tabs .tabs > li:before {
			content: "";
		    display: block;
		    top: -1px;
		    left: 0;
		    width: 100%;
		    height: 3px;
		    position: absolute;
		    opacity: 0;
		}

		.woocommerce-tabs .tabs > li.active:before {
			opacity: 1;
		}

		.woocommerce-tabs .tabs > li:after {
		    display: block;
		    bottom: -1px;
		    left: 0;
		    background-color: #f7f7f7;
		    content: "";
		    width: 100%;
		    height: 1px;
		    position: absolute;
		}

		.woocommerce-tabs .tabs > li.active:after {
		    bottom: -2px;
    		height: 2px;
    		background-color: #ffffff;
		}

		.woocommerce-tabs .panel {
    		padding:70px 50px;
    		border:1px solid #e0e0e0;
		}

		.woocommerce-tabs .shop_attributes {
			width: 100%;
			margin-bottom: 0;
			border-collapse: collapse;
			background-color: #ffffff;
		}

		.woocommerce-tabs .shop_attributes th,
		.woocommerce-tabs .shop_attributes td {
			border:1px solid #e0e0e0;
			padding: 10px;
			background-color: #fafafa;
		}

		.woocommerce-tabs .panel > h2,
		.woocommerce-tabs .panel > #reviews > #comments > h2 {
			margin-bottom: 15px;
		}

		.woocommerce-tabs .panel > #reviews textarea,
		.woocommerce-tabs .panel > #reviews input[type='text'],
		.woocommerce-tabs .panel > #reviews input[type='email'] {
			background-color: #fafafa;
		}

		.woocommerce-tabs .shop_attributes td > p {
			margin-bottom: 0;
		}

		.woocommerce-tabs #comments {
			position: relative;
		}

		.woocommerce-tabs #comments #respond {
			margin:35px 0 20px 0;
		}

		.woocommerce-tabs #comments .comment-navigation {
			margin-bottom: 20px;	
		}

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

		.woocommerce-tabs .comment-form-author,
		.woocommerce-tabs .comment-form-email {
			display:block;
			width:100%;
			max-width: 100%;
		}

		.woocommerce-tabs .comment-form-author input,
		.woocommerce-tabs .comment-form-email input,
		.woocommerce-tabs label {
			width: 100%;
			max-width: 100%;
		}

		.woocommerce-tabs .comment-form-rating {
			margin: 10px 0;
		}

		.woocommerce-tabs .comment-form-rating > label {
			margin-bottom:10px;
			display: block;
		}

		.woocommerce-tabs .comment-form-rating .stars:after {
			content: "";
			display: table;
			clear: both;
		}

		.woocommerce-tabs .comment-form-rating .stars a {
			display:block;
			line-height:16px;
			font-size: 16px;
			text-align: center;
			text-indent: -9000px;
			position: relative;
			margin-bottom: 5px;
			padding:10px 20px 10px 30px;
			border-right:1px solid #eaeaea;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
			-webkit-transition: all 0.3s;
  			transition: all 0.3s;
		}

		.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 .comment-form-rating .stars a.star-1 {width: 15px;}
		.woocommerce-tabs .comment-form-rating .stars a.star-2 {width: 30px;}
		.woocommerce-tabs .comment-form-rating .stars a.star-3 {width: 45px;}
		.woocommerce-tabs .comment-form-rating .stars a.star-4 {width: 60px;}
		.woocommerce-tabs .comment-form-rating .stars a.star-5 {width: 75px;}

		.woocommerce-tabs .comment-form-rating .stars a.star-1:after {content: "\e85e";}
		.woocommerce-tabs .comment-form-rating .stars a.star-2:after {content: "\e85e\e85e";}
		.woocommerce-tabs .comment-form-rating .stars a.star-3:after {content: "\e85e\e85e\e85e";}
		.woocommerce-tabs .comment-form-rating .stars a.star-4:after {content: "\e85e\e85e\e85e\e85e";}
		.woocommerce-tabs .comment-form-rating .stars a.star-5:after {content: "\e85e\e85e\e85e\e85e\e85e";}


		.woocommerce-tabs .commentlist {
			margin: 0;
			list-style:none;
		}

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

		.woocommerce-tabs .commentlist .comment #respond {
			margin-bottom: 0;
		}

		.woocommerce-tabs .commentlist .comment .comment_container {
			display: table;
		}

		.woocommerce-tabs .commentlist .avatar,
		.woocommerce-tabs .commentlist .comment-text {
			display: table-cell;
			vertical-align: top;
			width: 100%;
		}

		.woocommerce-tabs .commentlist .avatar {
			padding-right: 10px;
			width: 60px !important;
			height: 60px !important;
			border-radius: 60px;
			max-width: 60px;
			padding-right: 0;
		}

		.woocommerce-tabs .commentlist .comment-text {
			padding-left: 20px;
		}

		.woocommerce-tabs .commentlist .comment-text .meta {
			margin-bottom: 0;
			padding-bottom:13px;
			text-transform: uppercase;
			color: #333;
		}

		.woocommerce-tabs .commentlist .comment-text .description {
			margin-bottom: 0;
		}

		.woocommerce-tabs #reply-title {
			padding-bottom: 20px;
		    margin-bottom: 20px;
		    margin-top: 50px;
		    position: relative;
		}

		/*rating*/
		.woocommerce.single .woocommerce-product-rating {
			padding-bottom: 10px;
    		margin-bottom: 10px;
    		position: relative;
		}

		.woocommerce .star-rating,
		.woocommerce-page .woocommerce-product-rating .star-rating,
		.woocommerce .comment-text .star-rating,
		.widget_recent_reviews .star-rating,
		.widget_top_rated_products .star-rating,
		.woocommerce-tabs .comment-form-rating .stars a {
			display:block;
			overflow: hidden;
			position: relative;
			height:14px;
			line-height:14px;
			font-size:14px;
			width: 70px;
			color:#f5be15;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

		.woocommerce .single-product-summary .star-rating,
		.widget_rating_filter .star-rating {
			display: inline-block;
		}

		.site-widget-area .star-rating:before,
		.footer .star-rating:before {
			color: rgba(255,255,255,0.2) !important;
		}

		.woocommerce-review-link {
			color:#999999;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			position: relative;
			top: -3px;
			font-size: 16px;
			font-family: Georgia,"Times New Roman",Times,serif;
    		font-style: italic;
		}

		.woocommerce-tabs .comment-form-rating .stars a:hover,
		.woocommerce-review-link:hover {
			color:#333333;
		}

		.product-det .star-rating {
			margin: 20px auto 20px auto;
		}

		.woocommerce .comment-text .star-rating {
			float: right;
		}

		.woocommerce .star-rating span,
		.woocommerce-page .woocommerce-product-rating .star-rating span,
		.woocommerce .comment-text .star-rating span,
		.widget_recent_reviews .star-rating span,
		.widget_top_rated_products .star-rating span {
		  overflow: hidden;
		  float: left;
		  top: 0;
		  left: 0;
		  position: absolute;
		  padding-top:15px;
		  display: block;
		}

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

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

		.posted_in a,
		.tagged_as a {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

		table.variations {
			margin-bottom: 25px;
			padding-bottom: 25px;
			border-bottom: 1px solid #eaeaea;
			width: 100%;
		}

		table.variations select,
		table.variations input[type="text"] {
		    height: 30px;
		    line-height: 30px;
		    background-color: #fff;
		    border:1px solid #ccc !important;
		}

		.reset_variations {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			color: #999;
			text-transform: uppercase;
			display: inline-block;
			margin-bottom: 5px;
		}

		table.variations label {
			height: 30px;
			line-height: 30px;
			margin: 0;
			font-size: 16px;
		}

		table.variations tr,
		table.variations td
		{padding: 0;}

		table.variations td.value {
			padding: 5px 0 0 10px;
		}

		table.variations tr:last-child td.label {
			vertical-align: top;
			padding-top: 3px;
		}

		.woocommerce-tabs .panel > h2, 
		.woocommerce-tabs .panel > #reviews > #comments > h2,
		.related-products-title h3 {
			font-size: 16px;
		    line-height: 26px;
		    padding-bottom: 20px;
		    margin-bottom: 40px;
		    border-bottom: 1px solid #eee;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		}

		.related-products-title h3 {
			text-align: center;
		}

		.woocommerce-tabs .panel > h2:before, 
		.woocommerce-tabs .panel > #reviews > #comments > h2:before {
			left: 10px;
			bottom: -3px;
		}

	/*	Cart
	/*=============*/

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

