
@import url(slimmenu.min.css) screen;
@import url(prettyPhoto.css) screen;
@import url(hoverex-all.css) screen;
@import url(effects.css) screen;
/*@import url(fhmm.css) screen;*/
@import url(magnific-popup.css) screen;
@import 'https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,700';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
.no-padding { padding:0 !important}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	:focus { outline: 0; }
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	table { border-collapse: collapse; border-spacing: 0; }

	html,
	body {
		height: 100%;
	}

	body {
		color: #6F6F6F;
		background:#ffffff;
		/*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 22px;
		
	}

	div.body {
		height: 100%;
		width: 100%;
	}

	::-moz-selection  {
		color: #fff;
		text-shadow:none;
		background:#afafa0;
	}
	::selection {
		color: #fff;
		text-shadow:none;
		background:#afafa0;
	}

	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}

	.clearfix:after {
		clear: both;
	}

	.clearfix {
		*zoom: 1;
	}

	.hidden {
		display: none;
	}

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

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	img.alignleft {
		float: left;
		margin:10px;
	}

	img.alignright {
		float: right;
		margin:10px;
	}

	.aligncenter {
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align:center;
		clear: both;
	}

	.clear {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width:100%;
	}

	a {
		color:#afafa0;
		padding: 0 1px;
		margin: 0 -1px;
		display:inline-block;
		text-decoration: none;
		-webkit-transition: background-color .4s linear, color .4s linear;
		-moz-transition: background-color .4s linear, color .4s linear;
		-o-transition: background-color .4s linear, color .4s linear;
		-ms-transition: background-color .4s linear, color .4s linear;
		transition: background-color .4s linear, color .4s linear;
	}

	a:hover,
	a:focus {
	  color: #111111;
	  text-decoration: none;
	}

	a img {
		border: none;
		vertical-align: bottom;
	}

	p,
	pre,
	ul,
	ol,
	dl,
	dd,
	blockquote,
	address,
	table,
	fieldset,
	form
	{ margin-bottom: 20px; }

	h1,h2,h3,h4,h5,h6{
		position: relative;
		padding: 0 0 10px 0;
		color:#272727;
		font-weight:normal;
		line-height:140%;
		font-family: 'Raleway', sans-serif;
	}

	h1{
		font-size: 22px;
	}

	h2{
		font-size: 20px;
	}

	h3{
		font-size: 18px;
	}

	h4{
		font-size: 16px;
	}

	h5{
		font-size: 14px;
	}

	h6{
		font-size: 13px;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none;
	}

	h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
		color:#111111;
	}

	a img {
		border: none;
	}

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

	ul,
	ol,
	dl { margin-left: 30px; }

	ul,
	ol,
	dl {
	  font-size: 1em;
	  margin-bottom: 1.25em;
	  font-family: inherit; }

	ul, ol {
	  margin-left: 0;
	}

	ul.no-bullet, ol.no-bullet {
    	margin-left: 0;
	}

	ul li ul,
	ul li ol {
	  margin-left: 1.25em;
	  margin-bottom: 0;
	  font-size: 1em;
	}

	ol li ul,
	ol li ol {
	  margin-left: 1.25em;
	  margin-bottom: 0;
	}

	dl dt {
	  margin-bottom: 0.3em;
	  font-weight: bold;
	}

	dl dd {
	  margin-bottom: 0.75em;
	}

	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-events: none;
	}

/* ################################################################
	2) SITE STRUCTURES
################################################################# */
.relative { position:relative;}
	#sidebar {
		padding:20px 20px;
	}

	#sidebar .pages li:first-child,
	#sidebar .categories li:first-child {
		background-position: 0 10px;
		padding-top: 0;
	}

	#sidebar .pages li a,
	#sidebar .categories li a {color:#777;}
	#sidebar .pages li a:hover,
	#sidebar .categories li a:hover {text-decoration:none;}
	#sidebar .pages li,
	#sidebar .categories li {
		-moz-box-sizing: border-box;
		background: url(../images/li.png) no-repeat scroll left center rgba(0, 0, 0, 0);
		float: left;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-top: 5px;
		width: 100%;
	}
	#sidebar ul {
		padding-left:0;
		list-style: none outside none;
	}

	#sidebar .general-title span {padding-left:0}
	#post-tags a,
	#sidebar .tagcloud a { float: left; display: block; margin-bottom: 4px; margin-right: 4px; padding: 5px 10px; font-size: 12px !important; line-height: 1.4em !important; color: #fff !important; text-decoration: none; font-weight: 300; letter-spacing: 1px; -webkit-transition: all .4s ease-out; -moz-transition: all .4s linear; transition: all .4s linear; }

	#sidebar .tagcloud a:hover { background: #444444 !important; color: #fff !important; text-decoration: none; -webkit-transition: all .01s ease-out; -moz-transition: all .01s linear; transition: all .01s linear; }

	#sidebar #s {
		background:#FAFAFA;
		border: 1px solid #EBEBEB;
		border-radius: 0;
		box-shadow: none;
		height: 35px;
	}

	#sidebar #s {
		background: url(../images/search.png) no-repeat scroll 94% center rgba(0, 0, 0, 0);
		margin: 0 0;
		width: 100%;
	}

	#sidebar input {
		border-color: #E1E1E1;
		border-radius: 0 !important;
		box-shadow: none !important;
		float: left;
		text-indent:-1;
		margin-bottom:10px;
		height: 40px;
		padding-left: 14px !important;
		width: 91%;
	}

	#sidebar ul.recent-posts {margin-top:30px; }

	h1.not-found {
		font-size: 48px;
		line-height: 72px;
		font-weight:bold;
		margin: 0;
	}

	h4.not-found {
		line-height:1.6;
		font-weight:300;
		margin: 20px 0;
	}

	.sitemap {list-style:none; padding-left:10px; margin-top:20px;}
	.sitemap li {margin-bottom:7px}
	.sitemap li a {color:#111111;}
	.sitemap li:before{
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 12px;
		list-style:none;
		left: 0;
		padding-right:4px;
		position: relative;
		top: 0px;
	}

	#content {
		padding:20px 20px;
	}

	#content .image-container {
		margin-bottom:20px;
	}

	.content{
		margin: 10px;
	}

	#nav {
		border-top: 1px solid #E9E9E9;
	}

	.wrapper {
	}

	.header-wrapper {
		background:#ffffff;
		margin:0;
		padding:0;
		display:block;
		/*border-top:3px solid #afafa0;*/
		border-bottom:1px solid #E9E9E9;
		position:relative;
	}
	.shadow {
		background: url(../images/header.png) no-repeat scroll center -8px rgba(0, 0, 0, 0);
		content: "";
		height: 20px;
		left: 0;
		z-index:100;
		position: absolute;
		bottom: -20px;
		width: 100%;
	}

	#header {
		padding:20px 0 20px 0;
	}

	#logo-wrap {
		/*margin-top:10px;*/
		display:inline-block;
	}

	.logo img {width:100%;}
	#logo a {
		color: #434343;
		font-weight: bold;
	}
	#logo a:hover {
		color: #000;
	}

	#header-social {
		margin-bottom:4px;
		float:right;
	}

	#cart-wrap,
	#search-wrap {
		display:inline-block;
	}

	 #dropcart .dropdown-menu {
		min-width:270px !important;
		padding:15px;
	}

	.select-options .dropdown-menu {
		left: auto;
		right: 0;
		min-width:80px !important;
	}

	.select-options .btn i {
		font-size:14px;
	}

	.select-options .dropdown-menu i {
		font-size:11px;
		padding-left:10px;
		margin-top:-10px;
	}

	.select-options {
		/*clear: both;*/
		font-size: 13px;
		color:#111111;
		line-height: 30px;
		/*margin: 10px 0;*/
	}

	.cart,
	#site-info {
		clear: both;
		font-size: 13px;
		color:#111111;
		line-height: 30px;
		margin: 10px 0;
	}

	.cart  .qty-btngroup {
	    display: table;
    	margin: 0 auto;
	}

	.qty-btngroup button {
		line-height:17px;
	}

	.qty-btngroup button, .qty-btngroup input[type="text"] {
	    float: left;
    	height: 30px;
	    width: 30px;
	}
	.qty-btngroup .minus {
    	border-radius: 2px 0 0 2px;
	}

	.qty-btngroup input[type="text"] {
    	-moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
    	-moz-border-right-colors: none;
	    -moz-border-top-colors: none;
    /*	border-color: #eaeaea -moz-use-text-color;
	    border-image: none;
    	border-radius: 0;
	    border-style: solid none;
    	border-width: 1px 0;*/
    	
    	font-size: 11px;
	    text-align: center;
	}


	#header-separator {
		height:5px;
		background:#f7f7f7;
		border-top:solid 1px #ddd;
		margin-top:0px;
		margin-bottom:0;
	}

	.topbar {
		position:absolute;
		top:-5px;
		right:20px;
		min-height:35px;
		/*	background:#ffffff;
	border-bottom:1px solid #e9e9e9;*/
	}
	.topbar .btn-default:hover {background:#000;  color:#fff;}
	.topbar .btn-default {background:#ffffff; border-color:#e9e9e9; color:#111111;}
	#tagline {
	    clear: both;
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		margin: 0;
	}

	.home-slider {
	}

	.home-slider,
	.slider-wrapper {
		margin:0;
		border-bottom:1px solid #E9E9E9;
		background:#ffffff;
	}
	.homecallus {
		padding:30px 0;
		display:block;
		background:#ffffff;
	}
	.homecolon {
		/*padding:30px 0 60px;*/
		padding:5px 0 30px;
		display:block;
		background:#ffffff;
		border-top:1px solid #E9E9E9;
	}
	.homecolons {
		padding: 0 0 30px;
	}
.pt-none {padding-top:0 !important;}
	.secondcolon,
	.firstcolon {
		padding:25px 0;
		display:block;
		background:#ffffff;
	}

	.block_title {
		padding-top: 40px;
		font-size: 28px;
		text-align:center;
		font-weight:300;
		padding-bottom: 20px;
		margin: auto;
	}

	.block_title h1 {
		font-size: 28px;
		font-style: italic;
		text-transform: uppercase;
	}

	.block_title h4 {
		font-weight:300;
	}

	.footer-wrapper {
		padding:30px 0 0px 0;
			/*background:#ffffff;
	border-top: 1px solid #E9E9E9;*/
		background-color:#190B12;
		color:#fff;
	}
.footer-wrapper h3 {font-size: 20px; color:#fff !important;}
.footer-wrapper ul li {color:#fff; list-style:none;font-family: 'Raleway', sans-serif;}
.footer-wrapper li a, .footer-wrapper h3 a {color:#fff;font-family: 'Raleway', sans-serif;}
.footer-wrapper li a:hover, .footer-wrapper h3 a:hover, .footer-wrapper .social a:hover {color:#afafa0 ; }

.footer-wrapper .social a {
    color: #fff;
    width: 30px;
    margin: 15px 0;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
}
.footer-wrapper .social a.logo70 {width: 70px; height:auto; margin-top:0;}
	#content .new-title {padding:20px;}
	.new-title {
		font-size: 52px;
		font-weight: 400;
		line-height:0.4em;
		font-family: 'Raleway', sans-serif;
		margin:0;
		padding-top:60px;
		color:#afafa0;
		text-align: center;
		text-transform: none;
	}

	.second-title {
		font-family: 'Raleway', sans-serif;
		font-size: 26px;
		font-weight: 400;
		letter-spacing:0.7px;
		margin: 10px 0 20px;
		text-align: center;
		text-transform: uppercase;
	}

	.megamenu .title {
		font-size: 13px;
		margin: 10px 0;
	}

	.general-title,

	.title {
		font-size: 16px;
		font-weight: bold;
		padding:0;
		letter-spacing: 0.6px;
		margin-bottom: 20px;
		/*text-transform: uppercase;*/
	}

	.post-container {
		border:1px solid #e9e9e9;
		text-align:center;
		padding:15px;
		margin-bottom:20px;
	}

	.post-container h3 {
		font-size: 16px;
		font-weight: bold;
		padding:0;
		letter-spacing: 0.6px;
		margin: 10px 0;
		text-transform: uppercase;
	}

	.post-container img {
		width:100%;
	}

	.singleheader-wrap {
		background:url(demos/clientbg.png) no-repeat fixed center top / cover;
		padding:0;
		position:relative;
	}

	.singleheader {
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		background:#ffffff;
		background:rgba(255, 255, 255, 0.8);
		color: #FFFFFF;
		padding:20px 0;
	}

	.single-title {
		margin-top:20px;
		padding:0 5px;
	/*	border-left:4px solid #afafa0;*/
	}
	.single-title:after {
    border-top: 3px solid #afafa0;
    display: block;
    margin-top: 0px;
    width: 30px;
    content: "";
}


	.single-title h1, .single-title h3 {
		border-radius: 0;
		display: block;
		font-size: 19px;
		margin-bottom: 5px;
		overflow: hidden;
		/*padding: 8px 10px;*/
		position: relative;
		width: auto;
		font-family: 'Raleway', sans-serif;
	}

	.single-title h4 {
		border-radius: 0;
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
		overflow: hidden;
		padding: 0 10px;
		position: relative;
		width: auto;
	}

	.breadcrumb-container {
	/*	text-align:right;
		padding-right:20px;*/
	}

	.breadcrumb {
		background-color: rgba(0, 0, 0, 0);
		border-left: 0 solid #B54321;
		border-radius: 0;
		list-style: none outside none;
		padding: 0 0 0 0;
		margin:5px 0 5px;
	}

	.breadcrumb > .active {
		color: #111111;
		font-size: 11px;
	}

	.breadcrumb a {
		color:#111111;
		font-weight:500;
		font-size: 11px;
		font-style: italic;
		font-family: 'Raleway', sans-serif;
	}

	.breadcrumb > li + li:before {
		padding:0 3px;
		font-size: 11px;
	}

	#copyright {
		background:#ffffff;
		border-top: 1px solid #E9E9E9;
		padding:10px 0;
	}

	.footer_custom_widget > li {
		border-bottom: 1px dotted #E9E9E9;
		display: table;
		height: 80px;
		padding: 10px 0 0;
		width: 100%;
	}
#copyright p { margin-bottom:0 !important;}
	.footer_custom_widget > li:last-child {
		border-bottom:0 solid #fff;
	}

	.footer_custom_widget li {
		list-style:none
	}

	.footer_custom_widget > li img {
		max-width: 75px;
	}
	
	.loveMsg.CookieInput,
	.loveMsg.PinyonInput { font-size: 22px !important; }
	
	.loveMsg.PrataInput,
	.loveMsg.QuickSandIFInput { font-size: 18px !important; }
	
	.lovebird { position: relative; }

	#comments img,
	.footer_custom_widget img {
		float: left;
		margin: 0 15px 0 0;
		  -webkit-transition: opacity 0.2s ease-in-out;
		  -moz-transition: opacity 0.2s ease-in-out;
		  -ms-transition: opacity 0.2s ease-in-out;
		  -o-transition: opacity 0.2s ease-in-out;
		  transition: opacity 0.2s ease-in-out;
	}

	#comments img:hover,
	.table img:hover,
	.footer_custom_widget img:hover {
		opacity: 0.7;
	}

	.footer_custom_widget .amount {
		font-size: 15px;
		text-decoration: none;
	}

	.colon4 a.readmore,
	.footer_custom_widget li a.readmore {
		color: #afafa0;
		text-transform:none;
		font-size:13px;
		display: block;
	}

	.footer_custom_widget .price {
		color: #afafa0;
		text-transform:none;
		font-size:16px;
		display: block;
	}

	.footer_custom_widget li a {
		display: block;
	}

	.colon4 a,
	.footer_custom_widget > li a {
		display: block;
		font-size: 12px;
		line-height:2;
		text-transform: uppercase;
	}

	.colon4 a,
	.footer_custom_widget a {
		color: #111111;
		display: block;
		font-family: 'Raleway', sans-serif;
		text-align: left;
		text-transform: uppercase;
	}

	.white-popup {
		position: relative;
		background: #FFF;
		padding: 20px;
		width: auto;
		max-width: 500px;
		margin: 20px auto;
	}
	
	.love
/* ################################################################
	3) ECOMMERCE STYLES
################################################################# */

	.table-bordered > thead > tr > th,
	.carttable > thead > tr > td {text-transform:uppercase}
	.carttable > thead > tr > th,
	.carttable > tbody > tr > th,
	.carttable > tfoot > tr > th,
	.carttable > thead > tr > td,
	.carttable > tbody > tr > td,
	.carttable > tfoot > tr > td {padding:10px; font-size:13px; vertical-align:middle;}
	div a.remove{display:block;height:18px;width:18px;text-indent:-9999px;background:url(../images/remove.png) #fff;/*border-radius:100px;border-style:solid;border-width:1px*/}
	div a.remove:hover{}
	.carttable .form-control {height:31px; margin-bottom:10px;}
	.table.cart-top tbody > tr > td {vertical-align:middle;}

	#calculate input {margin-top:10px}
	.product-content .price { overflow: auto; padding:5px 5px 5px; margin-bottom:0; font-size:28px; font-weight:normal; line-height: 52px; }
	.product-content .price-old { font-size:17px; text-decoration: line-through; }
	.product-content .price-new { font-weight:600; font-size:25px }
	.product-content .price-tax { font-size: 12px; font-weight: normal;  }
	.product-content .price .reward { font-size: 12px; margin:10px 0; font-weight: normal;display:block; }
	.product-content .price .discount { font-weight: normal; font-size: 12px; }
	.product-content select {width:100%;}
	.product-content .btn-default {margin:0px 0 10px; /*border:1px solid #ffffff;*/ background:#afafa0; color:#ffffff;}
	.product-content .btn-default:hover {background:#111111; color:#ffffff;}
	.product-content .tpl6 .btn {margin:48% 5px 0; }
	.product-content .title {text-transform:capitalize;}
	.product-content .tpl6 .bg {
		background-color:#fff;
		background-color:rgba(255,255,255,.5);
	}
	.product-content .general {padding-top:15px;}
	.form-control {border-radius:0;}
	.form-verif {
		background-color: #FFFFFF;
		background-image: none;
		border: 1px solid #E9E9E9;
		border-radius: 0;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		color: #555555;
		display: block;
		font-size: 14px;
		height: 30px;
		line-height: 1.42857;
		margin: -4px;
		padding: 6px 12px;
		transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
		vertical-align: middle;
		width: 35px;
	}
	.has-error { border:1px solid #afafa0 !important; }
	.tab-pane {padding:15px;border-right:1px solid #E9E9E9;border-left:1px solid #E9E9E9;border-bottom:1px solid #E9E9E9;}
	.nav > li > a {color:#6F6F6F;}
	.nav-tabs > li > a {border-radius:0;}
	/*.product-content .tpl6 .btn {background-color:#afafa0}*/
	div.thumbnails{padding-top:10px;zoom:1}
	div.thumbnails a{float:left;width:30.75%;margin-right:4.1%}
	div.thumbnails a img{width:100%;height:auto}
	div.thumbnails a.last{margin-right:0}
	div.thumbnails a.first{clear:both}
	.first {clear:both}
	.last{margin-right:0}
	div.thumbnails a img {
		  -webkit-transition: opacity 0.5s ease-in-out;
		  -moz-transition: opacity 0.5s ease-in-out;
		  -ms-transition: opacity 0.5s ease-in-out;
		  -o-transition: opacity 0.5s ease-in-out;
		  transition: opacity 0.5s ease-in-out;
	}

	div.thumbnails a img:hover {
		opacity: 0.4;
	}

	select{
		font-size:12px;
		position:relative;
		outline: none;
		padding:0 5px 0 0;
		border:1px solid #E9E9E9;
		background:#fff;
			-moz-box-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #E9E9E9;
			-webkit-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #E9E9E9;
			box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #E9E9E9;
	}

	.groom,
	.bride {

	}

	.rating {
		list-style: none;
		margin:0 auto;
		display:inline-block;
		padding:0;
	}

	.rating li {
		margin:0 1px 0 0;
		padding:0;
		float: left !important;
	}

	.rating i.star-on {
		width:12px;
		height:14px;
		display: block;
		background:url(../images/star-on.png) no-repeat left top;
	}

	.rating i.star-off {
		width:12px;
		height:14px;
		display: block;
		background:url(../images/star-off.png) no-repeat left top;
	}

	/*.onsale {
		background: url(../images/onsale.png) repeat scroll 0 0;
		height: 75px;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 0;
		width: 75px;
		z-index: 9;
	}
	.onfeatured {
		background: url(../images/onfeatured.png) repeat scroll 0 0;
		height: 75px;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 0;
		width: 75px;
		z-index: 9;
	}
	.onnew {
		background: url(../images/onnew.png) repeat scroll 0 0;
		height: 75px;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 0;
		width: 75px;
		z-index: 9;
	}
*/
	.threecolon {
		background:url(demos/threecolon.png) no-repeat fixed center top / cover;
		padding:0;
		position:relative;
	}

	.threecolon-wrap {
		background:rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		padding:1rem 0;
	}

	.threecolon-wrap h3 {color:#ffffff;}

	.clientbg {
		background:url(demos/clientbg.png) no-repeat fixed center top / cover;
		padding:0;
		position:relative;
	}

	.client {
		padding:10px 5px;
		text-align:center;
	}
	
	.client a img{ width:70%; }
	.client .tooltip-inner { padding:15px; }

	.client-wrap {
		background:rgba(255, 255, 255, 0.5);
		color: #FFFFFF;
		padding:1rem 0;
	}

	.shop-top,
	.shopcol {margin-bottom:25px;display:block;overflow:hidden;}

	.product-image1,
	.product-image {
		width:243px;
		height:243px;
	}

	.product-details {
		background: #FFFFFF;
		display: block;
		font-weight: 400;
		margin: 0;
		padding: 15px 20px 5px;
		text-transform: uppercase;
		/*border-bottom: 1px solid #E9E9E9;
		border-left: 1px solid #E9E9E9;
		border-right: 1px solid #E9E9E9;*/
	}

	.product-details h4 {
		font-weight:bold;
	}

	.product-details a{
		color: #5D5B5B;
		margin:0;
		padding:0;
	}

	.product-details .price {
		color: #afafa0;
		display:block;
		font-size:16px;
		margin:10px 0;
	}

	.product-details .price-old {
		font-size: 13px;
		text-decoration: line-through;
		color:#6F6F6F;
		font-weight:300;
	}

	.product1 {
		position:relative;
		padding:0;
		margin:0;
		display:block;
		/*border: 1px solid #E9E9E9;*/
	}

	.campaings h1 {
		display: block;
		font-family: 'Raleway', sans-serif;
		/*font-family: 'Istok Web',sans-serif;*/
		letter-spacing: -0.6px !important;
		line-height: 1.273em;
		padding: 5px 25px;
		font-size:21px;
		font-weight:bold;
		text-decoration: none;
		text-transform: uppercase;
	}

	.campaings h3 {
		font-weight: 400;
		font-size:15px;
		font-style:italic;
		display: block;
	}

	.campaings {
		bottom: 0;
		font-size: 13px;
		left: 0;
		text-align:center;
		margin: 30px;
		background:rgba(255, 255, 255, 0.7);
		padding:30px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.message {
		moz-box-sizing: border-box;
		background:#ffffff;
		border: 1px solid #E9E9E9;
		display: table;
		margin: 30px 0;
		padding:30px;
		width: 100%;
	}

	.homecallus h2,
	.callus h2 {
		font-weight:bold;
	}

	.homecallus h4,
	.callus h4 {
		font-weight:400;
		font-size:15px;
		line-height:2;
	}

/* ################################################################
	4) SIDEBARS & WIDGETS
################################################################# */

	.custom li {
		-moz-box-sizing: border-box;
		background: url(../images/li.png) no-repeat scroll left center rgba(0, 0, 0, 0);
		float: left;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-top: 5px;
		list-style:none;
		width: 100%;
	}

	.custom li a {
		color:#6F6F6F
	}

	.testimonial-widget {
		padding:20px;
		text-align:center;
		border:1px solid #E9E9E9;
	}

	.testimonial-widget img {
		margin-bottom:20px;
	}

	.testimonial-widget blockquote {padding:5px !important; border-left:0 solid #ddd !important;}
	.testimonial-widget .bx-wrapper .bx-next {
		right:0 !important;
	}

	.twitter-widget {
		padding-left:10px
	}

	.twitter-widget li {
		list-style:none;
		margin-bottom:20px;
	}

	.twitter-widget li:before {
		font-family: 'FontAwesome';
		content: "\f099";
		padding-right:5px;
	}

	.twitter-widget small {
		display:block;
		font-size:11px;
		font-style:italic;
		padding-top:10px;
		overflow:hidden
	}

	.twitter-widget small a {
		font-weight:300;
		color:#111111;
	}

	.widget {
		display: block;
		overflow: hidden;
		padding: 30px 10px;
		position: relative;
		text-align: justify;
	}

	.widget-title {
		font-size: 15px;
		font-weight: bold;
		margin: 0;
                padding: 0 0 10px;
		/*padding: 30px 0 10px;
		text-transform: uppercase;*/
	}

	.shop-right .amount {position:absolute; top:30px; right:20px}
	.widget-title span {padding: 0;}

	 .sidebar-line{
		width:100%;
		height:1px;
		background:#E9E9E9;
		margin-bottom:25px;
	}

	.sidebar-line span{
		background:#afafa0;
		display:block;
		width:100px;
		height:3px;
	}

	.colon4 img {
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.colon4 img:hover {
		opacity: 0.7;
	}

/* ################################################################
	5) SLIDER STYLES
################################################################# */

	.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

	.tp-banner-container{
		width:100%;
		position:relative;
		padding:0;
                overflow: hidden;
                /*height: 500px;*/
	}
	.tp-banner-container .btn:hover,
	.tp-banner-container .btn:active,
	.tp-banner-container .btn:focus,
	.tp-banner-container .btn {color:#ffffff;}

	.tp-banner{
		width:100%;
		position:relative;
	}

	.tp-banner-fullscreen-container {
			width:100%;
			position:relative;
			padding:0;
	}

	.tp-bannertimer {
		background:#777 !important;
		background:rgba(0,0,0,0.1) !important;
		height:5px !important;
	  }

	.tp-bullets.simplebullets.navbar {

		height: 35px;
		padding: 0px 0px;

	}
	.tp-bullets.simplebullets .bullet {
		cursor: pointer;
		position: relative !important;
		background: rgba(0, 0, 0, 0.5) !important;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 6px !important;
		height: 6px !important;
		border: 5px solid rgba(0, 0, 0, 0) !important;
		display: inline-block;
		margin-right: 2px !important;
		margin-bottom: 14px !important;
		-webkit-transition: background-color 0.2s, border-color 0.2s;
		-moz-transition: background-color 0.2s, border-color 0.2s;
		-o-transition: background-color 0.2s, border-color 0.2s;
		-ms-transition: background-color 0.2s, border-color 0.2s;
		transition: background-color 0.2s, border-color 0.2s;
		float:none !important;
	}
	.tp-bullets.simplebullets .bullet.last {
		margin-right: 0px
	}
	.tp-bullets.simplebullets .bullet:hover,
	.tp-bullets.simplebullets .bullet.selected {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: rgba(255, 255, 255, 1) !important;
		width: 6px !important;
		height: 6px !important;
		border: 5px solid rgba(0, 0, 0, 1) !important;
	}

	.tparrows:before {
		font-family: 'revicons';
		color: #fff;
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		margin-right: 0;
		margin-top: 9px;
		text-align: center;
		width: 40px;
		font-size: 20px;
	}
	.tparrows {
		cursor: pointer;
		background: rgba(0, 0, 0, 0.5) !important;
		-webkit-border-radius: 0;
		border-radius: 0;
		line-height:60px !important;
		width: 40px !important;
		height: 80px !important;
	}
	.tparrows:hover {
		color: #fff;
	}
	.tp-leftarrow:before {
		content: '\e824';
	}
	.tp-rightarrow:before {
		content: '\e825';
	}
	.tparrows.tp-rightarrow:before {
		margin-left: 1px;
	}
	.tparrows:hover {
		background: rgba(0, 0, 0, 1) !important;
	}

	#slider4container .tparrows:before,
	#slider4container .tparrows:hover,
	#slider4container .tparrows {
		color: #000 !important;
	}

	#slider4container .tparrows {
		background:#fff !important;
		background:rgba(255,255,255,0.5) !important;
	}

	#slider4container .tparrows:hover	{
		background:#fff !important
	}

	.bx-wrapper {
		position: relative;
		margin: 30px auto;
		padding: 0;
		*zoom: 1;
	}

	.bx-wrapper img {
		max-width: 100%;
		display: block;
	}

	.bx-wrapper .bx-viewport {
	}

	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: -30px;
		display:none;
		width: 100%;
	}

	.bx-wrapper .bx-loading {
		min-height: 50px;
		background: url(../images/bx_loader.gif) center center no-repeat #fff;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2000;
	}

	.bx-wrapper .bx-pager {
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		padding-top: 20px;
	}

	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display:none;
		*zoom: 1;
		*display: inline;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #666;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #000;
	}

	.bx-wrapper .bx-prev {
		left: 0;
		background: url(../images/controls.png) no-repeat 0 -32px;
	}

	.bx-wrapper .bx-next {
		right: 0;
		background: url(../images/controls.png) no-repeat -43px -32px;
	}

	.bx-wrapper .bx-prev:hover {
		background-position: 0 0;
	}

	.bx-wrapper .bx-next:hover {
		background-position: -43px 0;
	}

	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 40%;
		outline: 0;
		width: 32px;
		border:1px solid #E9E9E9;
		height: 32px;
		text-indent: -9999px;
		z-index: 1;
	}

	.bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}

	.bx-wrapper .bx-controls-auto {
		text-align: center;
	}

	.bx-wrapper .bx-controls-auto .bx-start {
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 11px;
		outline: 0;
		background: url(../images/controls.png) -86px -11px no-repeat;
		margin: 0 3px;
	}

	.bx-wrapper .bx-controls-auto .bx-start:hover,
	.bx-wrapper .bx-controls-auto .bx-start.active {
		background-position: -86px 0;
	}

	.bx-wrapper .bx-controls-auto .bx-stop {
		display: block;
		text-indent: -9999px;
		width: 9px;
		height: 11px;
		outline: 0;
		background: url(../images/controls.png) -86px -44px no-repeat;
		margin: 0 3px;
	}

	.bx-wrapper .bx-controls-auto .bx-stop:hover,
	.bx-wrapper .bx-controls-auto .bx-stop.active {
		background-position: -86px -33px;
	}

	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
		text-align: left;
		width: 80%;
	}

	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
		right: 0;
		width: 35px;
	}

	.bx-wrapper .bx-caption {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #666\9;
		background: rgba(80, 80, 80, 0.75);
		width: 100%;
	}

	.bx-wrapper .bx-caption span {
		color: #fff;
		font-family: Arial;
		display: block;
		font-size: .85em;
		padding: 10px;
	}

/* ################################################################
	6) MODULES & EXTENSIONS
################################################################# */

	#countdown .stat {text-align:center;border:1px solid #e9e9e9; padding:10px 20px 0;}
	#countdown .stat p {color:#6F6F6F;}
	#countdown span,
	.stat-count {
		font-size: 31px;
		font-weight: normal;
		letter-spacing: -0.02em;
		line-height: 1.2;
		margin-bottom: 20px;
		overflow:hidden;
		padding: 0;
		position: relative;
	}
	.deal-details mark {-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
	.deal-details mark:hover {background:#111111;}
	.deal-details li {list-style:none; background:#ffffff;border-bottom:1px solid #e9e9e9; height:35px; line-height:35px}
	.deal-details li:last-child {border-bottom:0px solid #fff;}
	.custom-box {
		background:#FFFFFF;
		border: 1px solid #DDDDDD;
		margin: 30px 0;
		padding: 30px 20px 35px;
		text-align: center;
	}
	.custom-box .widget-title {margin-top:10px}
	.custom-box a.readmore {
		padding:0;
	}

	.icn-main-container {
		top: -10px;
		position: absolute;
		left: 0;
		right: 0;
	}

	.icn-container {
		display: inline-block;
		width: 90px;
		height: 90px;
		text-align: center;
		font-size: 1.7em;
		line-height: 90px;
		color: #fff;
			-webkit-transition: all 0.6s ease-in-out;
			transition: all 0.6s ease-in-out;
	}

	.icn-container.active,
	.icn-container:hover {
		background:#1b1b1b !important;
	}

	.pricing {list-style:none; padding:10px 0 20px;}
	.pricing li {
		border-bottom: 1px solid #E9E9E9;
		font-size: 13px;
		font-weight: 100;
		line-height: 34px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 70%;
		-webkit-transition: background-color .4s linear, color .4s linear;
		-moz-transition: background-color .4s linear, color .4s linear;
		-o-transition: background-color .4s linear, color .4s linear;
		-ms-transition: background-color .4s linear, color .4s linear;
		transition: background-color .4s linear, color .4s linear; }

	.pricing li:last-child {border-bottom:0px solid #fff;}

	.dm-sidebar-nav{list-style:none;margin:0;padding:0;border-top:1px solid #ededed;border-right:1px solid #ededed;margin-bottom:20px}
	.dm-sidebar-nav ul{list-style:none;margin:0;padding:0}
	.dm-sidebar-nav li{ margin:0;padding:0}
	.dm-sidebar-nav li a{border-bottom:1px solid #ededed !important; display:block;background:#fff;height:auto;font-weight:normal !important;  color:#555555 !important}
	.dm-sidebar-nav li a{line-height:1.69em!important;padding:8px 15px!important;background-repeat:repeat-y!important}
	.dm-sidebar-nav li a:hover{background:none !important; border-right:3px solid #333; text-decoration:none;}
	.dm-sidebar-nav li.active_item>a{background:none !important;color:#333333;border-right:3px solid #fff}
	.dm-sidebar-nav li.active_item li a{color:#333 !important;border-bottom:1px solid #ededed}
	.dm-sidebar-nav ul.children{margin-left:15px;display:none}

	.post-meta .sep{
	  color: #9a9a9a;
	  padding: 0 10px 0 10px;
	}
	.post-meta a:hover{
	}

	.authorbox {}
	.authorbox-desc {padding-top:20px;}
	.media {
		clear: left;
		display: block;
		overflow: hidden;
		padding: 20px;
		position: relative;
	}
	.deal-details mark {
		color: #FFFFFF;
		padding: 1px 10px;
	}
	#comments mark {
		color: #FFFFFF;
		font-size: 11px;
		padding: 1px 5px;
	}
	#testimonials { position: relative; margin: 0 0 10px 0;}
	#testimonials .testimonial {
		border: 0 none;
		margin: 0 auto;
		opacity: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	   z-index: 5;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);-webkit-transition: opacity .15s linear;-moz-transition: opacity .15s linear;-ms-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}
	#testimonials .testimonial.active {opacity: 1;-moz-opacity: 1;filter:alpha(opacity=1);}
	#testimonials .testimonial p {
		font-family: serif;
		font-size: 21px;
		font-style: italic;
		margin-bottom: 0;
	}

	#testimonials .testimonial span {
		color: #FEFEFE;
		font-size: 11px;
		font-weight: bold;
		line-height: 20px;
		text-transform: uppercase;
	}

	#testimonials .testimonial p:before {content: "\f10d"; font-family: "FontAwesome"; padding-right:10px}
	#testimonials .testimonial p:after {content: "\f10e"; font-family: "FontAwesome"; padding-left:10px}

	#testimonials .testimonial a:hover { color: #ff4629; }
	#testimonials .testimonial-nav-wrapper {margin: 0 auto;padding:70px 0 0;overflow: hidden; display:block;position: relative;width: 92%;}
	#testimonials .testimonial-nav {
		display: block;
		margin: 50px auto;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#testimonials .testimonial-nav .img-thumbnail {background:#111111; padding:2px;}
	#testimonials .testimonial-nav li {display: block;float: left;margin:9px;}
	#testimonials .testimonial-nav a {display: block;background: none;padding: 0;border: 0;width: 87px;position: relative;}
	#testimonials .testimonial-nav a img { display: block; }
	#testimonials .testimonial-nav a span {display: block;position: absolute;top: 0;left: 0;width: 87px;height: 87px;background: #000000;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
	#testimonials .testimonial-nav li a:hover span,
	#testimonials .testimonial-nav li a.active span {opacity: 0.4;-moz-opacity: 0.4;filter:alpha(opacity=4);}
	#testimonials-overlay-left,
	#testimonials-overlay-right {position: absolute;left: 0;bottom: 20px;z-index: 10;}
	#testimonials-overlay-right {left: auto;right: 0;}
	#testimonial ul.slides:after{ content: "\f0d8"; font-family: "FontAwesome"; display: inline-block; position: absolute; bottom: 0; left:50%;font-size: 14px; text-align:center; color: #F8C100; }
	.testimonial-wrap img,
	#testimonial ul.slides li img {background:#ebebeb;display: block;padding:3px;border-radius:100%;float: left;margin-right: 15px;margin-top: 5px;position: relative;text-align: center;}
	.testimonial-wrap img:hover,
	#testimonial ul.slides li img:hover {background:#fff;}
	.testimonial-wrap span,
	#testimonial ul.slides li span {color: #888888;display: block;float: right;font-size: 11px;margin-top:25px !important;font-style: italic;}

	/*
	| ----------------------------------------------------------------------------------------------
	| Twitter typeahead
	| ----------------------------------------------------------------------------------------------
	*/
	.tt-dropdown-menu {
		text-align: left;
                z-index: 2000 !important;
	}
	.tt-hint {

	    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 35px;
    margin: 10px 0;
    min-width: 210px;
    padding-left: 14px;
	}
	/*.tt-query,.tt-hint {
		width: 396px;
	  	height: 30px;
		padding: 8px 12px;
		font-size: 24px;
		line-height: 30px;
		border: 2px solid #ccc;
		-webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
        border-radius: 8px;
		outline: none;
	}
	.tt-query {
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}
	.tt-hint {
  		color: #999
	}*/
	.tt-dropdown-menu {
  		width: 400px;
		margin-top: 0px;
		padding: 8px 0;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
        border-radius: 8px;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
		left:auto !important;
		right:0px !important;
	}
	.tt-suggestion {
		padding: 3px 20px;
		font-size: 12px;
		line-height: 18px;
	}
	.tt-suggestion.tt-is-under-cursor {
		color: #fff;
		background-color: #0097cf;
	}
	.tt-suggestion p {
		margin: 0;
	}
	.tt-suggestion.tt-is-under-cursor a {
		color: #fff !important;
		display:block;
	}

	.contact-details i {color:#111111;padding:0 2px 0 10px}
	.contact-details a {color:#888888;}

	.dm-detail-blocks {
		margin:0 0 25px 0 !important;
		display:block;
		padding:5px;
		position:relative;
		overflow:hidden;
	}

	.dm-detail-blocks > figure {
		border: 1px solid #e9e9e9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin: 0.75%;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.dm-detail-blocks > figure > img {
	}

	.dm-detail-blocks > figure > figcaption {
		top: 0;
		background:#ffffff;
		border-left:1px solid #E9E9E9;
		background:rgba(255,255,255,0.8);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 15px;
		position: absolute;
		right: 0;
		bottom:0;
		width: 52%;
	}

	.dm-detail-blocks > figure > figcaption h3 {
		border-radius: 0;
		color: #FFFFFF;
		display: inline-block;
		font-size: 21px;
		font-weight: 300;
		margin: 8px 0 0;
		padding: 5px 10px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.dm-detail-blocks > figure > figcaption p {padding:5px 10px 0;}
	.dm-detail-blocks > figure > figcaption strong {
		font-weight: 600;
	}

	.dm-detail-blocks > figure > figcaption a {
		font-size: 14px;
		font-weight: 300;
		margin: 0;
		padding: 0 10px;
		text-transform: uppercase;
	}

	.dm-detail-blocks > figure.inverse.active a:hover {color:#444444}
	.dm-detail-blocks > figure > figcaption a:hover {color:#111111}
	.dm-detail-blocks > figure.inverse {
		background: #ffffff;
	}

	.dm-detail-blocks > figure.inverse.active {
		background: #fff;
	}

	.dm-detail-blocks > figure.inverse.active h3 {
		color: #555555;
	}

	.dm-detail-blocks > figure.inverse > figcaption h3 {
		color: #111111;
	}

	.box {
		-moz-box-sizing: border-box;
		background-color: #ffffff;
		border: 1px solid #E9E9E9;
		border-radius: 2px;
		text-align:center;
		padding:20px;
		overflow: hidden;
	}
	.box span {
		color: #1b1b1b;
		display: block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
		margin-top: 20px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}

	.box i {
		color:#111111;
	}

	div.google-map {
		background:rgba(255, 255, 255, 0.5);
		background: #ffffff;
		height: 400px;
		margin: 0 0 0px 0;
		width: 100%;
	}

	.social a {
		color:#6E7072;
		width:30px;
		margin:15px 0;
		height:30px;
		line-height:30px;
		font-size:21px
	}

	.social a:hover {
		color:#afafa0;
	}

	#preloader {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#ffffff; /* change if the mask should have another color then white */
		z-index:999999; /* makes sure it stays on top */
	}

	#status {
		width:200px;
		height:200px;
		position:absolute;
		left:50%; /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		background-repeat:no-repeat;
		background-position:center;
		margin:-100px 0 0 -100px; /* is width and height divided by two */
	}

	.spinner {
	  margin: 100px auto;
	  width: 50px;
	  height: 30px;
	  text-align: center;
	  font-size: 10px;
	}

	.spinner > div {
	  background-color: #afafa0;
	  height: 100%;
	  width: 6px;
	  display: inline-block;
	  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	  animation: stretchdelay 1.2s infinite ease-in-out;
	}

	.spinner .rect2 {
	  -webkit-animation-delay: -1.1s;
	  animation-delay: -1.1s;
	}

	.spinner .rect3 {
	  -webkit-animation-delay: -1.0s;
	  animation-delay: -1.0s;
	}

	.spinner .rect4 {
	  -webkit-animation-delay: -0.9s;
	  animation-delay: -0.9s;
	}

	.spinner .rect5 {
	  -webkit-animation-delay: -0.8s;
	  animation-delay: -0.8s;
	}

	@-webkit-keyframes stretchdelay {
	  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	  20% { -webkit-transform: scaleY(1.0) }
	}

	@keyframes stretchdelay {
	  0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	  }  20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	  }
	}

	.dmtop {
		background-image: url(../images/arrow.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color:#afafa0;
		z-index: 999;
		width: 40px;
		height: 40px;
		border-radius:0;
		text-indent: -999px;
		position: fixed;
		bottom: -100px;
		right: 25px;
		cursor: pointer;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		overflow: auto;
	}

	#s {
		background: url(../images/search.png) no-repeat scroll 94% center rgba(0, 0, 0, 0);
		border: 1px solid #E9E9E9;
		border-radius: 0;
		box-shadow: none;
		height: 35px;
		margin: 10px 0;
		font-size:12px;
		padding-left: 14px;
		min-width:210px;
	}

	#subscribe-modal,
	#subscribe {
		border: 1px solid #E9E9E9;
		border-radius: 0;
		box-shadow: none;
		height: 40px;
		margin: 0 0 20px;
		font-size:14px;
		padding-left: 14px;
		min-width:200px;
		max-width:90%;
	}

	#newsletter-modal .btn-default,
	#newsletter .btn-default {
		height:40px;
		margin-top:-2px;
			transition:all .5s ease-in-out;
			-webkit-transition:all .5s ease-in-out;
			-moz-transition:all .5s ease-in-out;
			-ms-transition:all .5s ease-in-out;
			-o-transition:all .5s ease-in-out;
	}

	#newsletter-modal .btn-default:hover,
	#newsletter-modal .btn-default:acive,
	#newsletter-modal .btn-default:focus,
	#newsletter .btn-default:hover,
	#newsletter .btn-default:active,
	#newsletter .btn-default:focus {
		background:#111111;
	}

	.panel-body {
		border-left: 1px solid #E9E9E9;
		border-right: 1px solid #E9E9E9;
		padding: 15px 15px;
	}
	.app .btn-default {margin-top:10px;}
	.checkout .panel-body {
		border-bottom: 1px solid #E9E9E9;
		margin-bottom:10px;
		padding:30px;
	}
	.checkout .accordion-heading .accordion-toggle {padding:10px 25px}
	.accordion-group {border-radius:0;}
	.accordion-toggle em {
		background:#111111;
		color: #FFFFFF;
		font-size: 12px;
		height: 33px !important;
		line-height: 33px !important;
		margin: 0 10px 0 -25px !important;
		padding: 0 !important;
		position: relative;
		text-align: center !important;
		transition: all 0.6s ease-in-out 0s;
		width: 33px !important;
			-webkit-transition: all 0.6s ease-in-out;
			transition: all 0.6s ease-in-out;
		}

	.accordion-heading .accordion-toggle:hover,
	.accordion-heading .accordion-toggle.active{background:#ffffff}
	.accordion-heading .accordion-toggle {
		background-color: #ffffff;
		color: #1b1b1b;
		
		cursor: pointer;
		border:1px solid #E9E9E9;
		display: block;
		outline: medium none !important;
		padding: 0 25px;
		text-decoration: none;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
	}

	.modal-header .close {
		margin-top:-15px;
		background:#111111;
		color:#fff;
		opacity:1;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

	.modal-body {
		padding:20px 20px 1px
	}

	.modal-title {
		margin:4px 18px 0
	}

	.modal-dialog {
		width:400px;
	}

	.modal-content {
		background-clip: padding-box;
		background-color: #FFFFFF;
		box-shadow:none;
		border: 0 solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		outline: medium none;
		position: relative;
	}

	.modal-content .form-control {
		border-radius: 0;
		width: 90%;
	}

	#contactform .form-control {
		border-radius:0;
		margin-bottom:15px;
	}

    #pagarCC {
         top:5%;
    }

    #pagarCC .modal-lg {
         width:95%;
    }

	#nav.affix {
	  position: fixed;
	  top: -1px;
	  left: 0;
	  width: 100%;
	  z-index: 99;
		background: rgba(255,255,255,0.98);
	  border-bottom: 1px solid #dfdfdf;
	  -webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
	  box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
	}

	.navbar-nav > li > a {
	    /*border-top: 3px solid #FFFFFF;*/
    color: #111111;
    /*font-family: 'Istok Web',sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    /*letter-spacing: -0.6px !important;*/
    line-height: 1.273em;
    padding: 15px ;
    text-decoration: none;
    text-transform: uppercase;
}
	.navbar-default {
	  background:#ffffff;
	  border:0 solid #ffffff;
	  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.065);
	  box-shadow: 0 0 0 rgba(0, 0, 0, 0.065);
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background:#ffffff;
	}
	.navbar {margin-bottom:0;}
	/*.navbar-collapse {padding:0 0 0 15px}*/
	.dropdown-menu {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 0 0;
	  margin: 5px 0 0;
	  list-style: none;
	  font-size: 14px;
	  background-color: #ffffff;
	  border: 1px solid #efefef;
	  border: 1px solid rgba(0, 0, 0, 0.05);
	  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
	  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
	  background-clip: padding-box;
	}
	.dropdown-menu > li > a {
		clear: both;
		color: #656565;
		display: block;
		font-weight: normal;
		line-height: 1.42857;
		padding: 8px 15px;
		font-size:13px;
		white-space: nowrap;
		font-family: 'Raleway', sans-serif;
		/*font-family: 'Istok Web',sans-serif;*/

	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  text-decoration: none;
	  color: #656565;
	  background-color: #f5f5f5;
	}
	.navbar-nav > li > .dropdown-menu {margin-top:-1px}


	#Banner2 .modal-body{
		background:url(demos/banner2.png);
	}

	#Banner2 .modal-body p,
	#Banner2 .modal-body h3 {color:#fff;}
	#Banner .modal-body{
		background:url(demos/banner.png);
	}

	#Banner2 .modal-dialog,
	#Banner .modal-dialog {
		padding: 10 !important;
		width: 600px;
		margin:0 auto;
	}

	#Banner2 img,
	#Banner img {margin:0; padding:0;}

	#Banner2 .modal-body,
	#Banner .modal-body {
		height: 280px;
		margin: 0;
		padding: 40px 20px;
		position: relative;
		text-align: left;
	}
	#Banner2 .close,
	#Banner .close {
		color: #111111;
		opacity: 1;
		margin:-30px 0 0
	}

	.js-video {
		height: 0;
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 57%;
		padding-top: 0;
		position: relative;
	}

	.js-video.widescreen {
		padding-bottom: 57.25%;
	}

	.js-video.vimeo {
		padding-top: 0;
	}
	.js-video embed, .js-video iframe, .js-video object, .js-video video {
		top: 0;
		left: 0;
		width: 100%;
		margin:0;
		padding:0;
		height: 100%;
		border:2px solid #fff;
		position: absolute;
	}
	.navbar-toggle {padding-left:8px;margin-top: 10px;}
/* ################################################################
	7) COLOR SCHEMES
################################################################# */


	.colon4 a.readmore, /*.footer_custom_widget li a.readmore,*/
	.new-title,
	#countdown .stat,
	.post-meta a,
	.post-meta span,
	.ms-layer.product-price,
	.ms-showcase1 .ms-layer.product-price,
	.ms-staff-carousel .ms-staff-info h4,
	.social a:hover,
	#nav i,
	.product-details .price,
	/*.footer_custom_widget li a.readmore,
	.footer_custom_widget .price,*/
	.ms-layer.bold-title,
	.price-new,
	.ms-layer.dm-title,
	.required,
	.ms-staff-carousel .ms-staff-info h4{
		color:#afafa0;
	}

	.spinner > div,
	.product-content .btn-default,
	/*.product-content .tpl6 .btn,*/
	.icn-container,
	#post-tags a,
	mark,
	.accordion-toggle em,
	div a.remove,
	.tp-caption.medium_bg_red,
	.btn-default,
	.tagcloud a,
	.dropdown-menu .btn-default,
	.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
	.ms-skin-black-2 .ms-video-btn:hover,
	.dmtop:hover,
	.navbar-default .navbar-toggle,
	.sidebar-line span{
		background-color:#afafa0;

	}

	.navbar-default .navbar-nav > .dropdown > a .caret,
	.tpl6 .btn,
	.header-wrapper {
		/*border-top-color:#afafa0*/
	}
.navbar-default .navbar-nav > .dropdown > a .caret {
		border-bottom-color:#afafa0
	}
.navbar-default .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-inverse .navbar-nav > .active > a:focus,
	.navbar-nav > li > a:hover,
	.panel-primary > .panel-heading + .panel-collapse .panel-body,
	.top-bar-section .dropdown,
	 .top-bar-section .has-dropdown > a:after,
	.single-title,
	.dm-sidebar-nav li.active_item>a,
	.dm-sidebar-nav li a:hover,
	.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
	#s:focus,
	.form-control:focus {
		border-color:#afafa0
	}

/* TIAGO: overwrites ao bootstrap */
.table-striped > tbody > tr:nth-child(2n+1) > td,
 .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #efefef;
}

#page_faqs table { width: 100%; }
#page_faqs table td{ width: 20%!important; }

#choose_type {
	list-style:none;
}

#choose_type {
	list-style:none;
	width:100%;
}

#choose_type input[type="radio"] {
  display: none;
}
#choose_type li {
	float:left;
}
#choose_type li label {
    display: inline-block;
    background-color: #e7e7e7;
    padding: 15px 0;
    font-size: 25px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    margin: 0 1px;
    text-align: center;
}

#choose_type li input[type="radio"]:checked+label {
	background-color: #bbb;
    border: 1px solid #666;
}

.type_one { font-family: 'Cookie', cursive; }
.type_two { font-family: 'Pinyon Script', cursive; }
.type_three { font-family: 'Prata', serif; }
.type_four { font-family: 'Quicksand', sans-serif; }

.hearts {
	position:relative;
	padding:10px;
}

.hearts i {
	position:absolute;
}

#cpanel .panel-heading span {
	font-size: 15px;
	cursor: pointer;
}

#cpanel .panel-title {
	font-size: 16px;
}

#cpanel .panel-body {
	background:url('../fonts/special/backring.jpg') no-repeat center center;
	background-size: contain;
}
#cpanel .panel-body div {
	height: 190px;
	font-size:2.15em;
	line-height:190px;
	text-align:center;
}

/* ################################################################
	8) RESPONSIVENES
################################################################# */
.img-ssl {border: 0px; margin: 0 4px;}
@media (max-width: 1199px) {
	.container { width: 100%}
}
@media (max-width: 768px) {
.img-ssl {border: 0px; margin: 0;}
	.modal-dialog,
	#Banner2 .modal-dialog,
	#Banner .modal-dialog {
		width: 280px;
	}

	#Banner2 .modal-body,
	#Banner .modal-body {
		height: 320px;
		margin: 0;
		padding: 20px;
	}

	#Banner2 .close,
	#Banner .close {
		margin:0 0 0
	}

	.dm-detail-blocks > figure > figcaption p,
	.dm-detail-blocks > figure > figcaption h3 {font-size:12px;}
	.dm-detail-blocks > figure > figcaption {padding:0}
	.second-title {font-size:18px;}
	#testimonials .testimonial p {font-size:15px;}
	#testimonials .testimonial-nav a span,
	#testimonials .testimonial-nav a {width:50px; height:50px;}
	.campaings {padding:15px;}

	#logo-wrap {
		margin:10px 0;
		padding-bottom:20px;
	}

	.product-image {
		width:151px;
		height:151px;
	}

	.breadcrumb,
	.singleheader {
		text-align:center;
	}

	.single-title h4 {
		left:0;
		right:0;
	}
	.shop-right .amount {
		display:none;
	}

	.single-title,
	.select-options {margin:10px auto; display:table; float:none !important}
	#dropcart .dropdown-menu {
		left: -150px;
		min-width: 300px !important;
		right: 0;
	}

	.social,
	#logo-wrap,
	#logo,
	#site-info,
	#search-wrap,
	.search,
	.tagline {
		float:none !important;
		clear:both !important;
		display:block !important;
		/*text-align:center !important;*/
	}
#header {
    padding: 20px 0 0px 0;
}
#logo-wrap {
    margin: 15px 0 0;
    padding-bottom: 0px;
}	
}
@media (max-width: 767px) {
.topbar {
    position: absolute;
    top: -40px;
    right: 5px;
    min-height: 35px;
}	
}
@media (max-width:480px) {
.col-xs-6.colxs6100 { width: 100%}
}
/*  Cart Widget
	-------------------------------------------------------------- */
	.shopping-cart-widget li {
		*zoom: 1;
		margin: 0 0 1em;
	}

	.shopping-cart-widget li:before,
	.shopping-cart-widget li:after {
		content: "";
		display: table;
	}

	.shopping-cart-widget li:after {
		clear: both;
	}

	.shopping-cart-widget li img {
		width:40px;
		float: right;
		margin-left: 1em;
	}

	.shopping-cart-widget li .quantity {
		width: auto;
		float: none;
	}

	.shopping-cart-widget li a {
		display: block;
	}

	.shopping-cart-widget li:last-child {
		margin: 0;
		border: none;
	}

	.cart_list li {
		list-style:none;
	}

/*  Price Filter Widget
	-------------------------------------------------------------- */
.price_slider{
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

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

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

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

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

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

/* Customies */

.gold { color: #afafa0; }

.img-responsive { display: inline !important; }


/* João Gaião */

.orders thead { padding: 10px 0 10px 0;  background: #efefef; }
.orders thead tr th, .orders tbody { text-align: center; }
.orders tbody tr td { line-height: 40px; }

.shop-summary { font-size: 1.2em; margin-top: 40px;}
.shop-summary th {text-align: right !important; padding-bottom: 10px;}
.shop-summary td {text-align: left; padding-left: 20px; padding-bottom: 10px;}

.measures table.table.table-striped, #accordion0 .panel-body table.table.table-striped, #p-measures table { text-align: center; }

.measures table.table.table-striped tbody tr td, #accordion0 .panel-body table.table.table-striped tbody tr td, #p-measures .panel-body table.table.table-striped tbody tr td { width: 40%;}

.measures table.table.table-striped tbody tr td:first-child, #accordion0 .panel-body table.table.table-striped tbody tr td:first-child, #p-measures .panel-body table.table.table-striped tbody tr td:first-child { width: 20%;}
#semmedidas tbody td{
	width:20%;
}
.brands_all { width: 100%; text-align: center; margin-top: 90px; }
.brands_all a { color: #afafa0; font-size: 1.5em; }

.brands_listing div .client a  { margin-top: 40px; margin-bottom: 40px; }
.client a img {
    filter: gray;
    -webkit-filter: grayscale(80%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}
.client a:hover img {
    filter: none;
    
}

.mainFont { font-family: 'Raleway', sans-serif; }

ul.socials {
    position: absolute;
    right: 10px;
    top: 0px;
    list-style: none;
}
ul.socials li {
    float: right;
    padding-left: 10px;
    cursor: pointer;
}
ul.socials li.imgbrand img {
     height:30px;
}
.istok {
    font-family: 'Raleway', sans-serif;
}

/*#logo-wrap { padding: 0 60px 0 60px; }*/

.valentine {
    width: 800px !important;
}

.row.row-no-gutter, .row[data-gutter="0"] {
    margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"], .row[data-gutter="0"] > [class^="col-"] {
    padding: 0 !important;
}
.mt20 {margin-top:20px;}

.destaque-image, .destaque-image2, .destaque-image3, .destaque-image4  {position: relative;
width: 100%;
height: auto;
overflow: hidden;
	
}
.destaque-image a,  .destaque-image2 a, .destaque-image3 a, .destaque-image4 a{
position: relative;
width: 100%;
background-color: #fff;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
	display: block;
	/*overflow: hidden;
	height: 430px;*/
}
.destaque-image > a:after {
    content: "";
    display: block;
    /*padding-bottom: 102%;*/
    padding-bottom: 91.2%;
}
.destaque-image2 > a:after {
    content: "";
    display: block;
    /*padding-bottom: 72.5%;*/
    padding-bottom: 65%;
}
.destaque-image3 > a:after {
    content: "";
    display: block;
    /*padding-bottom: 40%;*/
    padding-bottom: 65%;
}
.destaque-image4 > a:after {
    content: "";
    display: block;
    /*padding-bottom: 56%;*/
    padding-bottom: 91.2%;
}

.mt5 { margin-top:5px;}
.row.row-no-gutter,
.row[data-gutter="0"] {
  margin: 0 !important;
}

.row[data-gutter="2"] {
  margin-left: -1px;
  margin-right: -1px;
}
.row[data-gutter="2"] > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.area-video {
	position: absolute;
	width: 100%;
}

.owl-areaWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
.owl-areas, .owl-stage-outer, .owl-stage, .owl-item {
    width: 100%;
    height: 100%;
}
.owl-areas .item {
	width: 100%;
    height: 100%;
    background-color: #fff; background-size: cover; background-repeat: no-repeat; background-position: center center;
}

#map-canvas {
    height: 410px;
    position: relative;
    background-color: #efefef;
    z-index: 1;
}


/* ribbon*/
.box-destaque {

  position: relative;
  
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#000000 0%, #000000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #000000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000000;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #000000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000000;
}

.ofertasProd {
    padding: 10px 30px;
}
.ofertasProd i {
    margin-right: 15px;
    font-size: 30px;
    position: relative;
    top: 5px;
}
.ofertasProdTit {
	margin-bottom: 15px;
}

/* Reviews Encomendas */
.icon-group {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #b3b3b3;
}
.icon-group > li {
  float: left;
  margin-right: 5px;
  font-size: 1.3em;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
.icon-group > li.hovered {
  color: #808080;
}
.icon-group > li.selected {
  color: #190B12;
}
.icon-group > li:last-child {
  margin-right: 0;
}
.reviewQuestions {
  display: inline-block;
  width: 100%;
}

.review-wrapper {
	padding:45px 0 1px 0;
	background-color:#190B12;
	color:#fff;
}
.review-wrapper h3 {
	font-size: 20px;
    color: #fff !important;
	margin-bottom: 15px;
}
.review-wrapper .icon-group { color: #fff !important; }
.review-wrapper h3 a {
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
    /*position: relative;
    top: -2px;*/
}
.review-wrapper h3 a:hover { color: #afafa0 !important; }
.footerSep {
	margin: 15px auto;
	width: 80%;
}
.review-single {
	width: 100%;
}
.review-single h6 {
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	padding: 5px 0 !important;
}
.review-single p {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-align: justify;
}
.reviewBox {
	margin-bottom: 30px;
	border: 1px solid #E9E9E9;
	padding: 15px;
	min-height: 205px;
}
.reviewImg {
	position: relative;
    top: -20px;
	float: right;
	margin: 0 0 15px 15px;
}
.reviewImg img {
	width: 150px;
	max-width: 100%;
	height: auto;
	display:block;
}
.worldwide {
	position:absolute;
	min-height:35px;
	top:-5px;
	left:21%;
}
.worldwide a {
	font-size: 16px;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 450px) {
    .worldwide {
    	left:1%;	
    	top:-30px;
    }
 	.worldwide a {
		font-size: 15px;
    	line-height: 27px;
	}   
}

@media screen and (min-width: 721px) and (max-width: 1280px) {
    .worldwide {
    	left:5%;	
    }
}

@media screen and (min-width: 1281px) and (max-width: 1439px) {
    .worldwide {
    	left:7%;	
    }
}

@media screen and (min-width: 1440px) {
    .worldwide {
    	left:12%;	
    }
}
@media screen and (min-width: 1900px) {
    .worldwide {
    	left:21%;	
    }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}
.mb20 { margin-bottom:20px}
.overflow-hidden{ overflow: hidden !important}
.no-padding-bottom{ padding-bottom:0}
.mt0 { margin-top:0 !important}
.team-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cart-img > a,
.cart-img img {
    display: block;
    width: 100%;
    /*height: 100%;*/
}
.cart-img > a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
	.cart-img > a:nth-of-type(2) {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.cart-img:hover > a:nth-of-type(2), .cart-img.hover > a:nth-of-type(2) {
    opacity: 1;
    z-index: 2;
}

.termos {
	margin: 0 0 10px 0;
}