/*
| ----------------------------------------------------------------------------------------------
| General & helper
| ----------------------------------------------------------------------------------------------
*/
body {
	font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	line-height: 1.3;
	background-color: #fff;
	opacity:0;
}
body,
html {
	overflow-x:hidden !important;
}
#page-wrapper {
	overflow: hidden;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.space10 { height: 10px; }
.space15 { height: 15px; }
.space20 { height: 20px; }
.space30 { height: 30px; }
.space40 { height: 40px; }
.space50 { height: 50px; }
.space60 { height: 60px; }
.minheight{min-height:40px}

::selection {
	background-color: #000;
	color: #fff;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
.unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
.float-right { float: right; }
.float-left { float: left; }
.relative { position: relative; }
.max-width { width: 100% !important; }
.borderpink {border-bottom: solid 1px #FFDE15}
.bordergreen {border-bottom: solid 1px #000}
.padL0{padding-left:0 !important;}
.padR0{padding-right:0 !important;}
.padT0{padding-top:0 !important;}
.padB0{padding-bottom:0 !important;}
.margL0{margin-left:0 !important;}
.margR0{margin-right:0 !important;}
.margT0{margin-top:0 !important;}
.margT20{margin-top:20px !important;}
.margB0{margin-bottom:0 !important;}
.margB15{margin-bottom:15px !important;}
.margB20{margin-bottom:20px !important;}
.margB25{margin-bottom:25px !important;}
.margB30{margin-bottom:30px !important;}
.padT15{padding-top:15px !important;}
.padT25{padding-top:25px !important;}
.padB15{padding-bottom:15px !important;}
.padTB10{padding-top:10px !important;padding-bottom:10px !important;}
.padTB15{padding-top:15px !important;padding-bottom:15px !important;}
.margTB15{margin-top:15px !important; margin-bottom:15px !important;}

::-webkit-input-placeholder {color:#000;opacity:1;}
:-moz-placeholder {color:#000;opacity:1;}
::-moz-placeholder {color:#000;opacity:1;}
:-ms-input-placeholder {color:#000;opacity:1;}

.color {color: #FFDE15;}

.t12 {font-size: 12px}
.t14 {font-size: 14px}
.t16 {font-size: 16px}
.t18 {font-size: 18px}
.t20 {font-size: 20px}
.t22 {font-size: 22px}
.t24 {font-size: 24px}
.t26 {font-size: 26px}
.t28 {font-size: 28px}
.t30 {font-size: 30px}

.redes, .txtredes {display: inline-block; text-align: left}
.redes a i {font-size: 45px; line-height: 45px; color: #FFDE15; display: inline-block;}
.redes a i:hover {color: #FFF; text-decoration: none;}
.txtredes p {color: #FFF; margin-left: 15px; margin-top: 5px; font-size: 18px; line-height: 18px; font-weight: 400;}
.txtredes p span {font-weight: 700;}
.txtredes a {color: #FFF;}
.txtredes a:hover {color: #FFDE15;}

.imgroll img, .imgrollzoom img {
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.imgroll:hover img {
	opacity: 1;
	filter: url(../img/grayscale-filter.svg#grayscale);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.imgrollzoom:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02); 
	opacity: 1;
	filter: url(../img/grayscale-filter.svg#grayscale);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
		
.sep_produtos {
    background: #000;
    height: 2px;
    margin-bottom: 30px;
}
.sep_textos {
    background: #FFDE15;
    height: 2px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.fundo_produtos {
    background: #F3F3F5;
	/*border-top: solid 4px #D1D2D4;*/
}

.sep_contacts {
    background: #FFDE15;
    height: 2px;
	margin-top: 10px;
    margin-bottom: 25px;
}

.texto_produtos {
    font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
}

.btnpdf {
		display: inline-block;
		border-radius: 0;
		padding: 8px 12px;
		z-index:1;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 15px;
		border: 1px solid #000;
		color: #000;
		background: transparent;
		}
.btnpdf:hover {
		background: #FFDE15;
		}

.sep_subprodutos {
    border-top: 5px solid #FFDE15;
    margin-bottom: 10px;
}

.products-container .control-grelhas {
		position: absolute;
		top: 22px;
		right: 15px;
	}
	
.btninfo {
		display: inline-block;
		border-radius: 0;
		padding: 8px 12px;
		z-index:1;
		font-size: 12px;
		font-weight: 300;
		background: #FFDE15;
		border: none;
		margin-top: 10px;
		}
.btninfo:hover {
		background: #FFF;
		}	

.catcol1 .catlist:nth-child(2), .catcol1 .catlist:nth-child(3), .catcol1 .catlist:nth-child(4) {display: none;}
.catcol2 .catlist:nth-child(1), .catcol2 .catlist:nth-child(3), .catcol2 .catlist:nth-child(4) {display: none;}	
.catcol3 .catlist:nth-child(1), .catcol3 .catlist:nth-child(2), .catcol3 .catlist:nth-child(4) {display: none;}
.catcol4 .catlist:nth-child(1), .catcol4 .catlist:nth-child(2), .catcol4 .catlist:nth-child(3) {display: none;}

	
/*
| ----------------------------------------------------------------------------------------------
| Typography
| ----------------------------------------------------------------------------------------------
*/
p {
    margin: 0 0 15px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:700;
	margin: 0 0 15px 0;
}
h1 { font-size: 32px;}
h2 { font-size: 24px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
.text-light {font-weight: 300 !important;}
.text-regular { font-weight: 400 !important;}
.text-medium {font-weight: 500 !important;}
.text-bold { font-weight: 700 !important;}
.accent-color { color: #000; }

.textupp{text-transform: uppercase !important;}

/*
| ----------------------------------------------------------------------------------------------
| Links
| ----------------------------------------------------------------------------------------------
*/
a, a:hover, a:focus { text-decoration: none; outline: none !important; }
a {
	color: #000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover {
	color: #FFDE15;
}


/*
| ----------------------------------------------------------------------------------------------
| Buttons
| ----------------------------------------------------------------------------------------------
*/
.btn {
	background: transparent;
	color: #000;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border: none;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 12px;
}
.btn:hover {
	color: #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn:active {
	color: #000;
	position: relative;
	top: 1px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn:focus {
	color: #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btnvoltarloja {
	-moz-user-select: none;
	border: solid 2px #FFDE15;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 8px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000;
	background-color: #FFF;
	filter: none;
}
.btnvoltarloja:hover, .btnvoltarloja:focus, .btnvoltarloja:active {
	color: #000;
	background-color: #FFDE15;
	border: solid 2px #FFDE15;
}

@media only screen and (max-width: 320px) {
	  .btnvoltarloja {
		font-size: 12px;
		display:inline-block;
	}
}
	
.btncontinuar {
	-moz-user-select: none;
	border: solid 2px #FFDE15;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 8px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000;
	background-color: #FFDE15;
	filter: none;
	transition: all 0.3s linear 0s;
}
.btncontinuar:hover, .btncontinuar:focus, .btncontinuar:active {
	color: #000;
	background-color: #FFF;
	border: solid 2px #FFDE15;
}

@media only screen and (max-width: 320px) {
	  .btncontinuar {
		font-size: 12px;
		display:inline-block;
	}
}
.btnenviar  {
	display: inline-block;
	color: #000;
	background-color: #FFDE15;
	border: none;
	border-radius: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 200;
	padding: 8px 12px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btnenviar:hover, .btnenviar:active, .btnenviar:focus {
	color: #FFDE15;
	background-color: #000;
}

@media only screen and (max-width: 320px) {
	  .btnenviar {
		font-size: 12px;
		display:inline-block;
	}
}

.btnlermais {
	display: inline-block;
	color: #FFF;
	background-color: #000;
	border: none;	
	border-radius: 0;
	line-height: 1;
	font-size: 12px;
	font-weight: 300;
	padding: 8px 12px;
}
.btnlermais:hover, .btnlermais:active, .btnlermais:focus {
	color: #FFF;
	background-color: #FFDE15;
}


.btnvoltar {
	display: inline-block;
	font-weight: 300;
	background-color: #FFDE15;
	color: #000;
	border: none;	
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	padding: 8px 12px;
}
.btnvoltar:hover, .btnvoltar:active, .btnvoltar:focus {
	color: #FFDE15;
	background-color: #000;
}

.btnalterar {
	background-color: #E0EDE3;
	color: #000;
	border: none;	
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: 300;
	padding: 8px 12px;
}
.btnalterar:hover, .btnalterar:active, .btnalterar:focus {
	color: #FFF;
	background-color: #000;
}



/* start iconed button */
.btn.btn-iconed > i {
	padding-right: 12px;
	font-size: 28px;
	color: #000;
}
.btn.btn-iconed > i {
	display: inline-block;
	vertical-align: middle;
}
.btn.btn-iconed > span {
	display: inline-block;
	vertical-align: middle;
	border-bottom: solid 1px #000;
	padding-bottom: 3px;
	font-size: 12px;
}
/* end iconed button */

.btn.btn-primary {
	background: transparent;
	filter: none;
	color: #000;
	border: solid 1px #000;
	padding: 11px 12px;
	font-weight: normal;
	/*min-width: 100px;*/
}
.btn.btn-primary:hover {
	/*box-shadow: inset 0 -2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -2px 3px rgba(0,0,0,0.3);*/
	background-color: #FFDE15;
}
.btn.btn-primary:focus, .btn.btn-primary:active {
	/*box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);*/
}
.btn.btn-primary.btn-iconed > i, .btn.btn-primary.btn-iconed > i {
	color: #fff;
}
.btn.btn-small {
	padding: 7px 12px;
}


/*
| ----------------------------------------------------------------------------------------------
| Form
| ----------------------------------------------------------------------------------------------
*/
form{margin:0}
.form-control:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input, select, textarea, .form-control {
	font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color:#FFF;
	height: auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 8px 10px;
	line-height: 1.3;
	font-weight: 300;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
select.form-control {
	padding: 4px 10px;
}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus, .form-control:focus {
	box-shadow: none;
	border: none;
}

.form-control {
	border: solid 2px #FFDE15;
}
.form-control:hover, .form-control:focus {
	border: solid 2px #000;
}

.form-group p {font-size: 14px; color: #000; background-color:#E0EDE3; line-height: 1.35; padding: 5px 10px; border-radius: 4px;}

.form-group .label-radios {
	float: none !important;
    color: #000;
    cursor: text;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0 1px 2px 12px;
}


input {
	padding: 5px;
}
label {
	font-size: 14px;
	font-weight: normal;
}
.form-horizontal .control-label {
	text-align: left;
	padding-top: 0;
}
label.required:after {
	content: '*';
	color: #000;
	margin-left: 2px;
}
label.required2:after {
	content: '**';
	color: #000;
	margin-left: 2px;
}
button {
	font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
	border: 1px solid #FFDE15;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
input[type="text"].error,input[type="email"].error,input[type="password"].error,textarea.error,select.error {
	border-color: #000;
	color: #000;
}
.alert .alert-icon {
	position: relative;
	width: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5em;
}
.alert .alert-inner {
	display: table-cell;
	vertical-align: top;
}
.alert .alert-inner p {
	margin: 0;
}

input[type="submit"], button, input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	outline: none !important;}
input[type="radio"], input[type="checkbox"], input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="file"], input[type="file"]:focus {
	outline: none !important;}
	
input[type="file"], input[type="file"]:focus {cursor:pointer !important;}

.obrg{font-size:12px;}
/*
| ----------------------------------------------------------------------------------------------
| Component elements
|	- Pretty list
|	- Icon list
|	- Accordion
|	- Pretty checkable
|	- Breadcrumb
|	- Pagination
| ----------------------------------------------------------------------------------------------
*/
	/*
	| ----------------------------------------------------------------------------------------------
	| Pretty unordered list
	| ----------------------------------------------------------------------------------------------
	*/
	.pretty-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.pretty-list > li {
		margin-top: 7px;
	}
	.pretty-list > li:first-child {
		margin-top: 0;
	}
	.pretty-list > li > a, .pretty-list > li {
		position: relative;
		font-size: 14px;
		font-weight: 300;
		color: #000;
	}
	
	.pretty-list > li > a{
		width: 100%;
		display: inline-block;
		padding: 2px 5px 2px 5px;
		width: 100%;
		
	}
	
	.pretty-list > li > a:hover {
		color: #000;
		background: #FFDE15;
	}
	.pretty-list > li > a.active {
		color: #000;
		background: #FFDE15;
	}
	.pretty-list.arrow-list > li > a:before {
		content: '›';
		margin-right: 9px;
	}
	

	/*
	| ----------------------------------------------------------------------------------------------
	| Icon List
	| ----------------------------------------------------------------------------------------------
	*/
	.mediabody {
	padding-top: 7px;
	}
	
	.iconlist .media {
		margin-top: 20px;
		font-size: 12px;
	}
	.iconlist .media:first-child {
		margin-top: 0;
	}
	.iconlist .pull-left {
		margin-right: 15px;
	}
	.iconlist .pull-left > i {
		font-size: 27px;
		position: relative;
		top: 2px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.iconlist .media-body p:last-child {
		margin-bottom: 0;
	}
	.iconlist .media-body a {
		color: #000;
	}
	.iconlist .media-body a:hover {
		text-decoration: underline;
	}
	.iconlist .media:hover .pull-left > i {
		color: #000;
	}
	.media .icon-location, .media .icon-phone, .media .icon-email {color: #FFDE15}
	
	/*
	| ----------------------------------------------------------------------------------------------
	| Accordion
	| ----------------------------------------------------------------------------------------------
	*/

	.accordion .accordion-group {
		border-radius: 2px;
		/*border-color: #FFDE15;*/
		border-color: transparent;
		margin-bottom: 10px;
	}
	.accordion .accordion-toggle {
		background: #000;
		font-weight: normal;
		font-size: 18px;
		text-transform: uppercase;
		color:#FFF;
		padding: 10px 20px;
	}
	.accordion .accordion-inner {
		border-color: transparent;
		padding: 10px 20px;
	}
	.accordion-toggle.collapsed {}
	.accordion-heading > a {text-decoration:none;}
	/*
	| ----------------------------------------------------------------------------------------------
	| Pretty Checkable
	| ----------------------------------------------------------------------------------------------
	*/
	.prettycheckbox, 
	.prettyradio {
		padding: 0;
		margin: 0;
		zoom: 1;
	}
	.prettycheckbox a, 
	.prettyradio a {
		width: 17px;
		height: 17px;
		background: url('../img/form.png') top right no-repeat;
		display: block;
		float: left;
		cursor: pointer;
		margin: 0 12px 0 0;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.prettycheckbox a{background: url('../img/form2.png') top right no-repeat;}
	.prettycheckbox a.checked, .prettyradio a.checked {
		background-position: top left;
	}
	.checkbox.has-pretty-child,
	.radio.has-pretty-child {
		padding: 0;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Breadcrumbs
	| ----------------------------------------------------------------------------------------------
	*/
	.breadcrumbs ul > li {
		font-size: 12px;
		float: left;
		margin-left: 8px;
	}
	.breadcrumbs ul > li:first-child,
	.display-mode ul > li:first-child {
		margin-left: 0;
	}
	.breadcrumbs ul > li:before {
		color: #000;
		content: '/';
		margin-right: 8px;
	}
	.breadcrumbs ul > li:first-child:before {
		content: none;
	}
	.breadcrumbs ul > .active {
		color: #000;
		cursor: default;
	}
	.breadcrumbs ul > li > a {
		color: #818385;
	}
	.breadcrumbs ul > li > a:hover {
		color: #000 !important;
	}
	
	.breadcrumbs ul a.activo {color: #000;}
	.breadcrumbs ul a.activo:hover {color: #000;}


	/*
	| ----------------------------------------------------------------------------------------------
	| Pagination
	| ----------------------------------------------------------------------------------------------
	*/
	.pagination-container {
		/*border-bottom: 1px solid #FFDE15;
		margin-bottom: 40px;*/
		border-top: 2px solid #FFDE15;
		margin-top: 10px;
		padding-top: 10px;
	}
	.pagination {
		margin: 0;
		border-radius: 0;
	}
	.pagination > li {
		display: inline-block;
		margin-left: 4px;
	}
	.pagination > li:first-child {
		margin-left: 0;
	}
	.pagination > li > a {
		background: #FFDE15;
		/*background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );*/
		border-radius: 5px;
		/*border: 1px solid #FFDE15;*/
		border: none;
		width: 30px;
		height:30px;
		padding: 3px;
		line-height: 24px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		color: #000;
	}
	.pagination > li:first-child > a,
	.pagination > li:last-child > a {
		border-radius: 5px;
	}
	.pagination > .active > a {
		border-radius: 5px;
		color: #FFDE15;
		background: #000;
		cursor: default;
	}
	.pagination > .active > a,
	.pagination > li > a:hover,
	.pagination > li > a:focus {
		/*border-bottom-color: #000;*/
		color: #FFDE15;
		background: #000;
	}
	.pagination > li > a:hover {
		color: #FFDE15;
		background: #000;
	}
	
	
/*
| ----------------------------------------------------------------------------------------------
| a. HEADER SECTION
| ----------------------------------------------------------------------------------------------
|	 1. Top header bar
| 		1-1. Top header links
|		1-2. Top header social icons
|	 2. Main header
|	 	2-1. Logo
| 		2-2. Basket button
|			2-2-1. Cart items drop down list
| 	3. Nav bar
|		3-1. Main menu
|		3-2. Search box
|		3-3. Mobile menu
| ----------------------------------------------------------------------------------------------
*/
#site-header {
	background-color: #fff;
	/*box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);*/
	position: relative;
	z-index: 10;
}


	/*
	| ----------------------------------------------------------------------------------------------
	| Top header bar
	| ----------------------------------------------------------------------------------------------
	*/
	#site-header-bar {
		background-color: #FFDE15;
		min-height: 45px;
	}
	#site-header .menu,
	.header-social-icons ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		/*
		| ----------------------------------------------------------------------------------------------
		| Top header links
		| ----------------------------------------------------------------------------------------------
		*/
		.top-links {
			float: left;
		}
		#site-header .top-links > ul {
			float: left;
			margin: 13px 0;
		}
		.top-links .menu li {
			color: #000;
			float: left;
			margin-left: 6px;
			font-size: 13px;
			font-weight: normal;
		}
		.top-links .menu li:before {
			content: '|';
			margin-right: 6px;
			font-size: 13px;
		}
		.top-links .menu li:first-child {
			margin-left: 0;
		}
		.top-links .menu li:first-child:before {
			content: '';
			margin-right: 0;
		}
		.top-links .menu li > a {
			font-size: 13px;
			font-weight: normal;
			color: #000;
		}
		.top-links .menu li > a:hover {
			color: #FFF !important;
		}

		.top-links .menu li a.logreg {color:#000 !important; font-size:14px !important}
		.top-links .menu li a.logreg:hover {color:#FFF !important;}
		
		/*
		| ----------------------------------------------------------------------------------------------
		| Top header links 2
		| ----------------------------------------------------------------------------------------------
		*/

		.top-links2 {
			float: left;
		}
		#site-header .top-links2 > ul {
			float: right;
			margin: 13px 0;
		}
		.top-links2 .menu li {
			color: #000;
			float: left;
			margin-left: 15px;
			font-size: 13px;
		}
		.top-links2 .menu li:first-child {
			margin-left: 0;
		}
		.top-links2 .menu li > a {
			font-size: 13px;
			font-weight: normal;
			color: #000;
		}
		.top-links2 .menu li > a:hover {
			color: #FFF !important;
		}

		.top-links2 .menu li a.logreg {color:#9FCCB1 !important; font-size:14px !important}
		.top-links2 .menu li a.logreg:hover {color:#FFF !important;}		
		
		/*
		| ----------------------------------------------------------------------------------------------
		| Top header social icons
		| ----------------------------------------------------------------------------------------------
		*/
		.header-social-icons ul {
			float: right;
			margin: 9px 0;
		}
		.header-social-icons ul > li {
			float: left;
			margin-left: 5px;
		}
		.header-social-icons li > a {
			width: 25px;
			height: 26px;
			display: block;
			background: url('../img/social-icons.png') no-repeat 0 -26px;
		}
		.header-social-icons li > .twitter {
			background-position: 0 -26px;
		}
		.header-social-icons li > .twitter:hover {
			background-position: 0 -52px;
		}
		.header-social-icons.multicolor li > .twitter:hover {
			background-position: 0 0;
		}
		.header-social-icons li > .facebook {
			background-position: -25px -26px;
		}
		.header-social-icons li > .facebook:hover {
			background-position: -25px -52px;
		}
		.header-social-icons.multicolor li > .facebook:hover {
			background-position: -25px 0;
		}
		.header-social-icons li > .skype {
			background-position: -50px -26px;
		}
		.header-social-icons li > .skype:hover {
			background-position: -50px -52px;
		}
		.header-social-icons.multicolor li > .skype:hover {
			background-position: -50px 0;
		}
		.header-social-icons li > .linkedin {
			background-position: -75px -26px;
		}
		.header-social-icons li > .linkedin:hover {
			background-position: -75px -52px;
		}
		.header-social-icons.multicolor li > .linkedin:hover {
			background-position: -75px 0;
		}
		.header-social-icons li > .rss {
			background-position: -100px -26px;
		}
		.header-social-icons li > .rss:hover {
			background-position: -100px -52px;
		}
		.header-social-icons.multicolor li > .rss:hover {
			background-position: -100px 0;
		}
		.header-social-icons li > .deviantart {
			background-position: -125px -26px;
		}
		.header-social-icons li > .deviantart:hover {
			background-position: -125px -52px;
		}
		.header-social-icons.multicolor li > .deviantart:hover {
			background-position: -125px 0;
		}
		.header-social-icons li > .googleplus {
			background-position: -150px -26px;
		}
		.header-social-icons li > .googleplus:hover {
			background-position: -150px -52px;
		}
		.header-social-icons.multicolor li > .googleplus:hover {
			background-position: -150px 0;
		}
		

		#site-header ul.social-icons  {
			padding: 0;
			margin: 0;
			list-style: none;
		}

		#site-header ul.social-icons {
			float: right;
			margin: 9px 0;
		}
		#site-header ul.social-icons > li {
			float: left;
			margin-left: 5px;
		}
		
		#site-header .social-icons li > a {
			width: 25px;
			height: 26px;
			display: block;
			background: url('../img/social-icons.png') no-repeat 0 -26px;
		}
		
		#site-header .social-icons li > .facebook {
			background-position: -25px -26px;
		}
		#site-header .social-icons li > .facebook:hover {
			background-position: -25px -52px;
		}
		*/
	/*
	| ----------------------------------------------------------------------------------------------
	| Main header
	| ----------------------------------------------------------------------------------------------
	*/
	
	#header-main {}
	#header-main {
		margin: 0;
		background: url(../img/header-main.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		}

	#header-main > .container > .row {
		position: relative;
		height: 150px;
	}
	#header-main > .container > .row > [class*=col-] { 
		height: 100%;
	}

	
		/*
		| ----------------------------------------------------------------------------------------------
		| Logo
		| ----------------------------------------------------------------------------------------------
		*/
		#header-main .logo {
			float: left;
			display: table;
			height: 100%;
		}
		#header-main .logo > a {
			display: table-cell;
			vertical-align: middle;
		}
		#header-main .logo img {
			max-width: 300px;
		}
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Basket button
		| ----------------------------------------------------------------------------------------------
		*/
		.header-cart {
			display: table;
			float: right;
			height: 100%;
		}
		.header-cart > .inner {
			display: table-cell;
			vertical-align: middle;
			position: relative;
		}
		
		.header-cart .btn, .header-cart .btn.btn-iconed > i {color: #FFF !important;}
		.header-cart .btn.btn-iconed > span {border-bottom: 1px solid #FFF !important;}
		
		
			/*
			| ----------------------------------------------------------------------------------------------
			| Cart items
			| ----------------------------------------------------------------------------------------------
			*/
			.cart-items {
				z-index: 999;
				position: absolute;
				top: 100%;
				right: 0;
				margin-top: -1px;
				width: 250px;
				padding: 10px 20px;
				border: 1px solid #FFDE15;
				background: #000;
				background: -moz-linear-gradient(top,  #666 0%, #000 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#000));
				background: -webkit-linear-gradient(top,  #666 0%,#000 100%);
				background: -o-linear-gradient(top,  #666 0%,#000 100%);
				background: -ms-linear-gradient(top,  #666 0%,#000 100%);
				background: linear-gradient(to bottom,  #666 0%,#000 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#000',GradientType=0 );
				border-radius: 2px;
				display: none;
			}
			.cart-items .header {
				text-align: center;
				color: #000;
				font-size: 12px;
				padding-bottom: 3px;
				border-bottom: 1px solid #FFDE15;
				margin: 10px;
			}
			.cart-items .items {
				padding: 0;
				margin: 0 -20px;
				list-style: none;
			}
			.cart-items .items > li {
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
				padding: 6px 20px;
			}
			.cart-items .items > li:hover {
				background: #fff;
			}
			.cart-items .items > li:hover .item-thumbnail {
				box-shadow: 0 0 10px rgba(0,0,0,0.1);
				-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
			}
			.cart-items .items .item-thumbnail {
				float: left;
				width: 50px;
				height: 60px;
				border: 1px solid #FFDE15;
				border-radius: 2px;
				background: #fff;
				padding: 2px;
				margin-right: 20px;
			}
			.cart-items .items .item-thumbnail > a {
				display: block;
				height: 100%;
				background: #FFF;
				overflow: hidden;
			}
			.cart-items .items .item-name {
				position: relative;
				top: 3px;
				display: block;
				font-size: 12px;
			}
			.cart-items .items .item-price {
				color: #000;
				font-weight: normal;
				margin-top: 10px;
				display: block;
				font-size: 12px;
			}
			.cart-items .footer {
				float: left;
				font-size: 12px;
				margin-top: 15px;
				text-decoration: underline;
				color: #000;
			}

		
	/*
	| ----------------------------------------------------------------------------------------------
	| Nav bar
	| ----------------------------------------------------------------------------------------------
	*/
	#site-menu {
		position: relative;
		top: 0;
		z-index: -1;
		background: #D1D2D4;
	}
	#site-menu .inner {
		display: table;
		background: #D1D2D4;
		/*margin: 0 auto;*/
		margin: 0;
	}
	.search-box, 
	.main-menu,
	.mobile-menu {
		display: table-cell;
		vertical-align: middle;
	}
	
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Main menu
		| ----------------------------------------------------------------------------------------------
		*/
		.main-menu li { 
			position: relative; 
		}
		.main-menu > li {
			float: left;
			/*border-left: 1px solid #fdfdfd;
			border-right: 1px solid #FFDE15;*/
			border-right: 1px solid #FFF;
		}
		.main-menu > li > a {
			/*padding: 0 30px;*/
			padding: 0 22px;
			line-height: 60px;
			display: block;
			text-transform: uppercase;
			font-weight: normal;
			font-size: 16px;
			color: #000;
		}
		
		.main-menu > li > a:hover, .main-menu > li > a.active {
			background: #FFDE15;
		}
		
		.main-menu > li:first-child > a {
			padding: 0 22px;
		}
		.main-menu > li > a > i {
			font-size: 18px;
		}
		.main-menu > li:first-child {
			border-left: 1px solid #FFF;
		}
		.main-menu a:before {
			position: absolute;
			bottom: -1px;
			left: -1px;
			width: 100%;
			height: 3px;
			padding: 0 1px;
			background-color: transparent;
			content: ' ';
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

		.main-menu > li.active > a:before,
		.main-menu > li > a:hover:before {
			background-color: #000;
		}
		.main-menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.main-menu li > ul,
		.main-menu .mega-menu {
			display: none;
			position: absolute;
			top: 100%;
			z-index: 100;
			margin-top: 0;
			/*border: 1px solid #FFDE15;*/
			border: none;
		}
		.main-menu li > ul ul {
			top: 0;
			left: 100%;
			margin-top: -1px;
			border: 1px solid #FFDE15;
		}
		.main-menu li > ul > li > a {
			background: #D1D2D4;
			color: #000;
			font-size: 14px;
			padding: 9px 12px;
			border-top: 1px solid #FFDE15;
			display: block;
			width: 170px;
			position: relative;
		}
		.main-menu li > ul > li > a:hover {
			background: #000;
			color: #FFF;
			font-size: 14px;
		}
		.main-menu ul .has-child > a:after {
			font-family: 'icomoon';
			speak: none;
			-webkit-font-smoothing: antialiased;
			content: "\e01b";
			float: right;
			margin-top: 2px;
		}
		.dl-menuwrapper li.dl-back:after, 
		.dl-menuwrapper li > a:not(:only-child):after {
			position: absolute;
			top: 0;
			line-height: 50px;
			font-family: 'icomoon';
			speak: none;
			-webkit-font-smoothing: antialiased;
			content: "\e01b";
		}
		
		
			/*
			| ----------------------------------------------------------------------------------------------
			| Mega menu
			| ----------------------------------------------------------------------------------------------
			*/
			.mega-menu {
				width: 100%;
				left: 0;
				visibility: hidden;
				border: none;
				border-radius: 0 0 2px 2px;
				padding: 30px;
				background: #FFFFFF;
			}
			.mega-menu .menu-title {
				text-transform: uppercase;
				font-size: 13px;
				font-weight: normal;
			}
			.mega-menu .mm-col .mm-row {
				position: relative;
				overflow: hidden;
			}
			.mega-menu .mm-col .mm-row:after {
				content: ' ';
				width: 1px;
				height: 1000px;
				position: absolute;
				right: 15px;
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAYAAACEhIafAAAAGElEQVQIW2OcNm3af8aXL1/+Z2QAAgQBAH7TBoGYvJULAAAAAElFTkSuQmCC') repeat-y left center;
			}
			.mega-menu .mm-col:last-child .mm-row:after {
				content: '';
				width: 0;
				height: 0;
				background: none;
			}
			.mega-menu ul > li {
				/*margin-top: 7px;*/
				margin-bottom: 7px;
			}
			.mega-menu ul > li:first-child {
				margin-top: 0;
			}
			.mega-menu ul > li > a {
				position: relative;
				color: #949699;
			}
			.mega-menu ul > li > a:hover, .mega-menu ul > li > a.active {
				/*left: 3px;*/
				color: #000;
			}
			
			.mega-menu ul.menu_column{
				-moz-column-count:3; -webkit-column-count:3; column-count:3;
				-moz-column-gap: 30px; -webkit-column-gap:30px; column-gap:30px;
				-moz-column-rule: 1px dashed #949699; -webkit-column-rule: 1px dashed #949699; column-rule: 1px dashed #949699;}

			
		/*
		| ----------------------------------------------------------------------------------------------
		| Search box
		| ----------------------------------------------------------------------------------------------
		*/
		.search-box {
			padding: 15px 30px 15px 30px;
			border-right: 1px solid #FFF;
		}
		.search-box form {
			position: relative;
			display: table;
		}
		.search-box .query {
			background-color: #D1D2D4;
			border: 0;
			color: #000;
			padding-left: 35px;
			font-size: 13px;
			width: 200px;
			border-bottom: 1px solid #000;;
		}
		.search-box .btn-search {
			position: absolute;
			border: 0;
			background: transparent;
			top: 0;
			left: 5px;
			padding: 0;
		}
		.search-box .btn-search > i {
			height: 28px;
			line-height: 28px;
			display: block;
			color: #000;
			font-size: 20px;
		}
	
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Mobile menu
		| ----------------------------------------------------------------------------------------------
		*/
		.dl-menuwrapper {
			width: 100%;
			float: left;
			position: relative;
			-webkit-perspective: 1000px;
			-moz-perspective: 1000px;
			perspective: 1000px;
			-webkit-perspective-origin: 50% 200%;
			-moz-perspective-origin: 50% 200%;
			perspective-origin: 50% 200%;
		}

		.dl-menuwrapper button {
			background: transparent;
			border: none;
			width: 40px;
			height: 40px;
			font-size: 24px;
			color: #000;
			overflow: hidden;
			position: relative;
			cursor: pointer;
			outline: none;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
			margin-top: 10px;
			margin-left: 20px;
			border-radius: 3px;
			border: 1px solid transparent;
		}
		.dl-menuwrapper button > i {
			position: relative;
			top: 2px;
		}
		.dl-menuwrapper button:hover,
		.dl-menuwrapper button.dl-active {
			background-color: #000;
			border-color: #D1D2D4;
			color: #FFF;
		}
		.dl-menuwrapper button.dl-active > i:before {
			content: "\f00d";
		}

		.dl-menuwrapper ul {
			padding: 0;
			list-style: none;
			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
			z-index: 9999;
		}

		.dl-menuwrapper li {
			position: relative;
		}

		.dl-menuwrapper li a {
			display: block;
			position: relative;
			padding: 15px;
			font-size: 13px;
			font-weight: normal;
			text-transform: uppercase;
			outline: none;
			min-width: 250px;
			background: rgba(231,232,234,1);
			color: #000;
		}

		.no-touch .dl-menuwrapper li a:hover {
			background: #000;
			color: #FFF;
		}
		.no-touch .dl-menuwrapper li.active a {
			background: #000;
			color: #FFF;
		}

		.dl-menuwrapper li.dl-back > a {
			padding-left: 30px;
			border-bottom: 1px solid #ccc;
			background: #D1D2D4;
		}
		.dl-menuwrapper li.dl-back > a:hover {
			background: #000;
		}

		.dl-menuwrapper li.dl-back:after,
		.dl-menuwrapper li > a:not(:only-child):after {
			color:#FFF;
			position: absolute;
			top: 0;
			line-height: 50px;
			font-family: 'icomoon';
			speak: none;
			-webkit-font-smoothing: antialiased;
			content: "\e01b";
		}

		.dl-menuwrapper li.dl-back:after {
			left: 10px;
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			transform: rotate(180deg);
		}

		.dl-menuwrapper li > a:after {
			right: 10px;
			color: rgba(0,0,0,0.15);
		}

		.dl-menuwrapper .dl-menu {
			margin: 11px 0 0 0;
			position: absolute;
			width: 100%;
			opacity: 0;
			pointer-events: none;
			-webkit-transform: translateY(10px);
			-moz-transform: translateY(10px);
			transform: translateY(10px);
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;
		}

		.dl-menuwrapper .dl-menu.dl-menu-toggle {
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		.dl-menuwrapper .dl-menu.dl-menuopen {
			opacity: 1;
			pointer-events: auto;
			box-shadow: 0 2px 10px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
			border: none;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			transform: translateY(0px);
		}
		
		.active.dl-subviewopen li a{background: rgba(231, 232, 234, 1) !important; color: #000 !important;}
		.active.dl-subviewopen li a:hover{background: #000 !important; color: #FFF !important;}
		.active.dl-subviewopen li.dl-back a{background: #D1D2D4 !important; color: #000 !important;}
		.active.dl-subviewopen li.dl-back a:hover{background: #000 !important; color: #FFF !important;}
		.active.dl-subviewopen ul.dl-submenu li.active a{background: #000 !important; color: #FFF !important;}
		.active.dl-subviewopen ul.dl-submenu li.active a:hover{background: #000 !important; color: #FFF !important;}

		/* Hide the inner submenus */
		.dl-menuwrapper li .dl-submenu {
			display: none;
		}

		/* 
		When a submenu is openend, we will hide all li siblings.
		For that we give a class to the parent menu called "dl-subview".
		We also hide the submenu link. 
		The opened submenu will get the class "dl-subviewopen".
		All this is done for any sub-level being entered.
		*/
		.dl-menu.dl-subview li,
		.dl-menu.dl-subview li.dl-subviewopen > a,
		.dl-menu.dl-subview li.dl-subview > a {
			display: none;
		}

		.dl-menu.dl-subview li.dl-subview,
		.dl-menu.dl-subview li.dl-subview .dl-submenu,
		.dl-menu.dl-subview li.dl-subviewopen,
		.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
		.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
			display: block;
		}

		/* Dynamically added submenu outside of the menu context */
		.dl-menuwrapper > .dl-submenu {
			position: absolute;
			width: 100%;
			top: 50px;
			left: 0;
			margin: 0;
		}

		/* Animation classes for moving out and in */

		.dl-menu.dl-animate-out-1 {
			-webkit-animation: MenuAnimOut1 0.4s;
			-moz-animation: MenuAnimOut1 0.4s;
			animation: MenuAnimOut1 0.4s;
		}

		.dl-menu.dl-animate-out-2 {
			-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
			-moz-animation: MenuAnimOut2 0.3s ease-in-out;
			animation: MenuAnimOut2 0.3s ease-in-out;
		}

		.dl-menu.dl-animate-out-3 {
			-webkit-animation: MenuAnimOut3 0.4s ease;
			-moz-animation: MenuAnimOut3 0.4s ease;
			animation: MenuAnimOut3 0.4s ease;
		}

		.dl-menu.dl-animate-out-4 {
			-webkit-animation: MenuAnimOut4 0.4s ease;
			-moz-animation: MenuAnimOut4 0.4s ease;
			animation: MenuAnimOut4 0.4s ease;
		}

		.dl-menu.dl-animate-out-5 {
			-webkit-animation: MenuAnimOut5 0.4s ease;
			-moz-animation: MenuAnimOut5 0.4s ease;
			animation: MenuAnimOut5 0.4s ease;
		}

		@-webkit-keyframes MenuAnimOut1 {
			50% {
				-webkit-transform: translateZ(-250px) rotateY(30deg);
			}
			75% {
				-webkit-transform: translateZ(-372.5px) rotateY(15deg);
				opacity: .5;
			}
			100% {
				-webkit-transform: translateZ(-500px) rotateY(0deg);
				opacity: 0;
			}
		}

		@-webkit-keyframes MenuAnimOut2 {
			100% {
				-webkit-transform: translateX(-100%);
				opacity: 0;
			}
		}

		@-webkit-keyframes MenuAnimOut3 {
			100% {
				-webkit-transform: translateZ(300px);
				opacity: 0;
			}
		}

		@-webkit-keyframes MenuAnimOut4 {
			100% {
				-webkit-transform: translateZ(-300px);
				opacity: 0;
			}
		}

		@-webkit-keyframes MenuAnimOut5 {
			100% {
				-webkit-transform: translateY(40%);
				opacity: 0;
			}
		}

		@-moz-keyframes MenuAnimOut1 {
			50% {
				-moz-transform: translateZ(-250px) rotateY(30deg);
			}
			75% {
				-moz-transform: translateZ(-372.5px) rotateY(15deg);
				opacity: .5;
			}
			100% {
				-moz-transform: translateZ(-500px) rotateY(0deg);
				opacity: 0;
			}
		}

		@-moz-keyframes MenuAnimOut2 {
			100% {
				-moz-transform: translateX(-100%);
				opacity: 0;
			}
		}

		@-moz-keyframes MenuAnimOut3 {
			100% {
				-moz-transform: translateZ(300px);
				opacity: 0;
			}
		}

		@-moz-keyframes MenuAnimOut4 {
			100% {
				-moz-transform: translateZ(-300px);
				opacity: 0;
			}
		}

		@-moz-keyframes MenuAnimOut5 {
			100% {
				-moz-transform: translateY(40%);
				opacity: 0;
			}
		}

		@keyframes MenuAnimOut1 {
			50% {
				transform: translateZ(-250px) rotateY(30deg);
			}
			75% {
				transform: translateZ(-372.5px) rotateY(15deg);
				opacity: .5;
			}
			100% {
				transform: translateZ(-500px) rotateY(0deg);
				opacity: 0;
			}
		}

		@keyframes MenuAnimOut2 {
			100% {
				transform: translateX(-100%);
				opacity: 0;
			}
		}

		@keyframes MenuAnimOut3 {
			100% {
				transform: translateZ(300px);
				opacity: 0;
			}
		}

		@keyframes MenuAnimOut4 {
			100% {
				transform: translateZ(-300px);
				opacity: 0;
			}
		}

		@keyframes MenuAnimOut5 {
			100% {
				transform: translateY(40%);
				opacity: 0;
			}
		}

		.dl-menu.dl-animate-in-1 {
			-webkit-animation: MenuAnimIn1 0.3s;
			-moz-animation: MenuAnimIn1 0.3s;
			animation: MenuAnimIn1 0.3s;
		}

		.dl-menu.dl-animate-in-2 {
			-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
			-moz-animation: MenuAnimIn2 0.3s ease-in-out;
			animation: MenuAnimIn2 0.3s ease-in-out;
		}

		.dl-menu.dl-animate-in-3 {
			-webkit-animation: MenuAnimIn3 0.4s ease;
			-moz-animation: MenuAnimIn3 0.4s ease;
			animation: MenuAnimIn3 0.4s ease;
		}

		.dl-menu.dl-animate-in-4 {
			-webkit-animation: MenuAnimIn4 0.4s ease;
			-moz-animation: MenuAnimIn4 0.4s ease;
			animation: MenuAnimIn4 0.4s ease;
		}

		.dl-menu.dl-animate-in-5 {
			-webkit-animation: MenuAnimIn5 0.4s ease;
			-moz-animation: MenuAnimIn5 0.4s ease;
			animation: MenuAnimIn5 0.4s ease;
		}

		@-webkit-keyframes MenuAnimIn1 {
			0% {
				-webkit-transform: translateZ(-500px) rotateY(0deg);
				opacity: 0;
			}
			20% {
				-webkit-transform: translateZ(-250px) rotateY(30deg);
				opacity: 0.5;
			}
			100% {
				-webkit-transform: translateZ(0px) rotateY(0deg);
				opacity: 1;
			}
		}

		@-webkit-keyframes MenuAnimIn2 {
			0% {
				-webkit-transform: translateX(-100%);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateX(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes MenuAnimIn3 {
			0% {
				-webkit-transform: translateZ(300px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes MenuAnimIn4 {
			0% {
				-webkit-transform: translateZ(-300px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes MenuAnimIn5 {
			0% {
				-webkit-transform: translateY(40%);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateY(0);
				opacity: 1;
			}
		}

		@-moz-keyframes MenuAnimIn1 {
			0% {
				-moz-transform: translateZ(-500px) rotateY(0deg);
				opacity: 0;
			}
			20% {
				-moz-transform: translateZ(-250px) rotateY(30deg);
				opacity: 0.5;
			}
			100% {
				-moz-transform: translateZ(0px) rotateY(0deg);
				opacity: 1;
			}
		}

		@-moz-keyframes MenuAnimIn2 {
			0% {
				-moz-transform: translateX(-100%);
				opacity: 0;
			}
			100% {
				-moz-transform: translateX(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes MenuAnimIn3 {
			0% {
				-moz-transform: translateZ(300px);
				opacity: 0;
			}
			100% {
				-moz-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes MenuAnimIn4 {
			0% {
				-moz-transform: translateZ(-300px);
				opacity: 0;
			}
			100% {
				-moz-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes MenuAnimIn5 {
			0% {
				-moz-transform: translateY(40%);
				opacity: 0;
			}
			100% {
				-moz-transform: translateY(0);
				opacity: 1;
			}
		}

		@keyframes MenuAnimIn1 {
			0% {
				transform: translateZ(-500px) rotateY(0deg);
				opacity: 0;
			}
			20% {
				transform: translateZ(-250px) rotateY(30deg);
				opacity: 0.5;
			}
			100% {
				transform: translateZ(0px) rotateY(0deg);
				opacity: 1;
			}
		}

		@keyframes MenuAnimIn2 {
			0% {
				transform: translateX(-100%);
				opacity: 0;
			}
			100% {
				transform: translateX(0px);
				opacity: 1;
			}
		}

		@keyframes MenuAnimIn3 {
			0% {
				transform: translateZ(300px);
				opacity: 0;
			}
			100% {
				transform: translateZ(0px);
				opacity: 1;
			}
		}

		@keyframes MenuAnimIn4 {
			0% {
				transform: translateZ(-300px);
				opacity: 0;
			}
			100% {
				transform: translateZ(0px);
				opacity: 1;
			}
		}

		@keyframes MenuAnimIn5 {
			0% {
				transform: translateY(40%);
				opacity: 0;
			}
			100% {
				transform: translateY(0);
				opacity: 1;
			}
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
			-webkit-animation: SubMenuAnimIn1 0.4s ease;
			-moz-animation: SubMenuAnimIn1 0.4s ease;
			animation: SubMenuAnimIn1 0.4s ease;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
			-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
			-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
			animation: SubMenuAnimIn2 0.3s ease-in-out;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
			-webkit-animation: SubMenuAnimIn3 0.4s ease;
			-moz-animation: SubMenuAnimIn3 0.4s ease;
			animation: SubMenuAnimIn3 0.4s ease;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
			-webkit-animation: SubMenuAnimIn4 0.4s ease;
			-moz-animation: SubMenuAnimIn4 0.4s ease;
			animation: SubMenuAnimIn4 0.4s ease;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
			-webkit-animation: SubMenuAnimIn5 0.4s ease;
			-moz-animation: SubMenuAnimIn5 0.4s ease;
			animation: SubMenuAnimIn5 0.4s ease;
		}

		@-webkit-keyframes SubMenuAnimIn1 {
			0% {
				-webkit-transform: translateX(50%);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateX(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes SubMenuAnimIn2 {
			0% {
				-webkit-transform: translateX(100%);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateX(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes SubMenuAnimIn3 {
			0% {
				-webkit-transform: translateZ(-300px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes SubMenuAnimIn4 {
			0% {
				-webkit-transform: translateZ(300px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-webkit-keyframes SubMenuAnimIn5 {
			0% {
				-webkit-transform: translateZ(-200px);
				opacity: 0;
			}
			100% {
				-webkit-transform: translateZ(0);
				opacity: 1;
			}
		}

		@-moz-keyframes SubMenuAnimIn1 {
			0% {
				-moz-transform: translateX(50%);
				opacity: 0;
			}
			100% {
				-moz-transform: translateX(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes SubMenuAnimIn2 {
			0% {
				-moz-transform: translateX(100%);
				opacity: 0;
			}
			100% {
				-moz-transform: translateX(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes SubMenuAnimIn3 {
			0% {
				-moz-transform: translateZ(-300px);
				opacity: 0;
			}
			100% {
				-moz-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes SubMenuAnimIn4 {
			0% {
				-moz-transform: translateZ(300px);
				opacity: 0;
			}
			100% {
				-moz-transform: translateZ(0px);
				opacity: 1;
			}
		}

		@-moz-keyframes SubMenuAnimIn5 {
			0% {
				-moz-transform: translateZ(-200px);
				opacity: 0;
			}
			100% {
				-moz-transform: translateZ(0);
				opacity: 1;
			}
		}

		@keyframes SubMenuAnimIn1 {
			0% {
				transform: translateX(50%);
				opacity: 0;
			}
			100% {
				transform: translateX(0px);
				opacity: 1;
			}
		}

		@keyframes SubMenuAnimIn2 {
			0% {
				transform: translateX(100%);
				opacity: 0;
			}
			100% {
				transform: translateX(0px);
				opacity: 1;
			}
		}

		@keyframes SubMenuAnimIn3 {
			0% {
				transform: translateZ(-300px);
				opacity: 0;
			}
			100% {
				transform: translateZ(0px);
				opacity: 1;
			}
		}

		@keyframes SubMenuAnimIn4 {
			0% {
				transform: translateZ(300px);
				opacity: 0;
			}
			100% {
				transform: translateZ(0px);
				opacity: 1;
			}
		}

		@keyframes SubMenuAnimIn5 {
			0% {
				transform: translateZ(-200px);
				opacity: 0;
			}
			100% {
				transform: translateZ(0);
				opacity: 1;
			}
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
			-webkit-animation: SubMenuAnimOut1 0.4s ease;
			-moz-animation: SubMenuAnimOut1 0.4s ease;
			animation: SubMenuAnimOut1 0.4s ease;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
			-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
			-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
			animation: SubMenuAnimOut2 0.3s ease-in-out;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
			-webkit-animation: SubMenuAnimOut3 0.4s ease;
			-moz-animation: SubMenuAnimOut3 0.4s ease;
			animation: SubMenuAnimOut3 0.4s ease;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
			-webkit-animation: SubMenuAnimOut4 0.4s ease;
			-moz-animation: SubMenuAnimOut4 0.4s ease;
			animation: SubMenuAnimOut4 0.4s ease;
		}

		.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
			-webkit-animation: SubMenuAnimOut5 0.4s ease;
			-moz-animation: SubMenuAnimOut5 0.4s ease;
			animation: SubMenuAnimOut5 0.4s ease;
		}

		@-webkit-keyframes SubMenuAnimOut1 {
			0% {
				-webkit-transform: translateX(0%);
				opacity: 1;
			}
			100% {
				-webkit-transform: translateX(50%);
				opacity: 0;
			}
		}

		@-webkit-keyframes SubMenuAnimOut2 {
			0% {
				-webkit-transform: translateX(0%);
				opacity: 1;
			}
			100% {
				-webkit-transform: translateX(100%);
				opacity: 0;
			}
		}

		@-webkit-keyframes SubMenuAnimOut3 {
			0% {
				-webkit-transform: translateZ(0px);
				opacity: 1;
			}
			100% {
				-webkit-transform: translateZ(-300px);
				opacity: 0;
			}
		}

		@-webkit-keyframes SubMenuAnimOut4 {
			0% {
				-webkit-transform: translateZ(0px);
				opacity: 1;
			}
			100% {
				-webkit-transform: translateZ(300px);
				opacity: 0;
			}
		}

		@-webkit-keyframes SubMenuAnimOut5 {
			0% {
				-webkit-transform: translateZ(0);
				opacity: 1;
			}
			100% {
				-webkit-transform: translateZ(-200px);
				opacity: 0;
			}
		}

		@-moz-keyframes SubMenuAnimOut1 {
			0% {
				-moz-transform: translateX(0%);
				opacity: 1;
			}
			100% {
				-moz-transform: translateX(50%);
				opacity: 0;
			}
		}

		@-moz-keyframes SubMenuAnimOut2 {
			0% {
				-moz-transform: translateX(0%);
				opacity: 1;
			}
			100% {
				-moz-transform: translateX(100%);
				opacity: 0;
			}
		}

		@-moz-keyframes SubMenuAnimOut3 {
			0% {
				-moz-transform: translateZ(0px);
				opacity: 1;
			}
			100% {
				-moz-transform: translateZ(-300px);
				opacity: 0;
			}
		}

		@-moz-keyframes SubMenuAnimOut4 {
			0% {
				-moz-transform: translateZ(0px);
				opacity: 1;
			}
			100% {
				-moz-transform: translateZ(300px);
				opacity: 0;
			}
		}

		@-moz-keyframes SubMenuAnimOut5 {
			0% {
				-moz-transform: translateZ(0);
				opacity: 1;
			}
			100% {
				-moz-transform: translateZ(-200px);
				opacity: 0;
			}
		}

		@keyframes SubMenuAnimOut1 {
			0% {
				transform: translateX(0%);
				opacity: 1;
			}
			100% {
				transform: translateX(50%);
				opacity: 0;
			}
		}

		@keyframes SubMenuAnimOut2 {
			0% {
				transform: translateX(0%);
				opacity: 1;
			}
			100% {
				transform: translateX(100%);
				opacity: 0;
			}
		}

		@keyframes SubMenuAnimOut3 {
			0% {
				transform: translateZ(0px);
				opacity: 1;
			}
			100% {
				transform: translateZ(-300px);
				opacity: 0;
			}
		}

		@keyframes SubMenuAnimOut4 {
			0% {
				transform: translateZ(0px);
				opacity: 1;
			}
			100% {
				transform: translateZ(300px);
				opacity: 0;
			}
		}

		@keyframes SubMenuAnimOut5 {
			0% {
				transform: translateZ(0);
				opacity: 1;
			}
			100% {
				transform: translateZ(-200px);
				opacity: 0;
			}
		}

		/* No JS Fallback */
		.no-js .dl-menuwrapper .dl-menu {
			position: relative;
			opacity: 1;
			-webkit-transform: none;
			-moz-transform: none;
			transform: none;
		}

		.no-js .dl-menuwrapper li .dl-submenu {
			display: block;
		}

		.no-js .dl-menuwrapper li.dl-back {
			display: none;
		}

		.no-js .dl-menuwrapper li > a:not(:only-child) {
			background: rgba(0,0,0,0.1);
		}

		.no-js .dl-menuwrapper li > a:not(:only-child):after {
			content: '';
		}
		
		
/*
| ----------------------------------------------------------------------------------------------
| b. CONTENT SECTION
| ----------------------------------------------------------------------------------------------
|	1. Top Slider
|	2. Carousel
|	3. Product list
|		3-1. Product thumbnail
|		3-2. Product info
|		3-3. Product ribbon
|	4. Our clients
| ----------------------------------------------------------------------------------------------
*/
#site-content {
	background-color: #F3F3F5;
}
.section {
	margin-top: 40px;
}
.section:last-child {
	margin-bottom: 40px;
}
.section.with-carousel {
	margin-top: 0;
	margin-bottom: 0;
}

.septitle{position:absolute; width:100%; height:50px; background:#FFDE15;}
.separator-title{width:100%; background:#FFDE15; margin-bottom:25px;border-top: 4px solid #d1d2d4;}

.section .section-title {
	text-transform: uppercase;
	font-weight: 400;
	/*padding-bottom: 8px;
	border-bottom: 1px solid #FFDE15;*/
	height:50px;
	line-height:50px;
	margin-bottom: 25px;
	background: #FFDE15;
	position: relative;
	color: #000;
}

.section .section-subtitle {
	font-weight: 700;
	font-size: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:40px;
	margin-bottom: 25px;
	border-top: 5px solid #FFDE15;
	border-bottom: 5px solid #FFDE15;
	position: relative;
	color: #000;
}

.section .section-subtitles {
	font-weight: 700;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:1.3;
	margin-bottom: 20px;
	border-top: 5px solid #FFDE15;
	border-bottom: 5px solid #FFDE15;
	position: relative;
	color: #000;
}

.section-separator-title {
	text-transform: uppercase;
	font-weight: 400;
	line-height:1.3;
	margin: 0;
	color: #000;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget-title {
	text-transform: none;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #FFDE15;
	position: relative;
	color: #FFDE15;
}
.section .section-title2 {
	padding: 0;
	margin: 25px 0 0 0;
	border-top: 1px solid #FFDE15;
	position: relative;
}
.section .section-title3 {
	padding: 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #FFDE15;
	position: relative;
}
.section .section-title:after,
.footer-widgets.alt .widget-title:after {
	/*content: ' ';
	height: 1px;
	width: 50px;
	background-color: #FFDE15;
	position: absolute;
	bottom: -1px;
	left: 20px;*/
}
.section .section-title4 {
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 2px solid #FFDE15;
	position: relative;
	color: #FFDE15;
	height:45px;
}

.widget-body .widget-title {
	margin-bottom: 10px;
}

	/*
	| ----------------------------------------------------------------------------------------------
	| Top slider
	| ----------------------------------------------------------------------------------------------
	*/
	#top-slider {
		min-height: 100px;
		max-height: 500px;
		overflow: hidden;
	}
	#top-slider .slider-caption {
		width: 100%;
		max-height: 350px;
		padding: 30px 0 20px;
		position: absolute;
		top: 0;
		color: #FFDE15;
		bottom: auto;
		background-color: transparent;
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
	#top-slider .slider-caption .caption-body {
		top: 50px !important;
		left: 0% !important;
	}
	#top-slider .slider-caption .caption-body p {
		position: relative;
		padding: 0;
		font-size: 14px;
		/*text-shadow: 0 5px 5px rgba(0,0,0,0.3);*/
	}
	#top-slider .slider-caption .caption-body .title {
		font-size: 36px;
		font-weight: 700;
		/*text-shadow: 0 5px 5px rgba(0,0,0,0.3);*/
		margin: 0 10px 10px 0;
		text-transform: uppercase;
		line-height: 1.2;
		color: #FFDE15;
	}
	#top-slider .slider-caption .caption-body .price {
		color: #000;
	}
	#top-slider .slider-caption .caption-body .subtitle {
		/*color: #000;*/
		color: #FFF;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	#top-slider .slider-caption .caption-body .btn {
		display: inline-block !important;
		border: 0;
		border-radius: 2px;
		padding: 6px 15px;
		z-index:1 !important;
	}
	#top-slider .slider-caption .caption-body .btn > span {
		font-size: 13px;
		font-weight: normal;
		padding-left: 12px;
	}
	#top-slider .slider-caption .caption-body .btn > i {
		padding-top: 3px;
		padding-bottom: 7px;
		border-right: 1px solid #fff;
	}
	#top-slider .slider-caption .big-number {
		font-size: 70px;
	}
	
	
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Caption carousel box
		| ----------------------------------------------------------------------------------------------
		*/
		#top-slider .carousel-box .product { 
			margin-bottom: 0; 
		}
		#top-slider .slider-caption .carousel-box {
			width: 100%;
			max-width: 440px;
			float: right;
			background: #fff;
			border: 1px solid #FFDE15;
			border-radius: 1px;
			color: #7e7e7e;
			position: relative;
			top: 40px;
		}
		#top-slider .carousel-box .box-header {
			border-bottom: 1px solid #FFDE15;
			position: relative;
			background-color: #fafafa;
		}
		#top-slider .carousel-box .box-header .heading {
			text-transform: uppercase;
			font-weight: normal;
			padding: 1.4em;
			margin: 0;
		}
		#top-slider .carousel-box .box-header .control-direction {
			top: 13px;
			right: 19px;
		}
		#top-slider .carousel-box .box-content {
			padding: 19px;
		}
		#top-slider .carousel-box .carousel-list > li {
			padding: 0 15px;
		}
		#top-slider .carousel-box .carousel-list .title {
			font-size: 12px;
			text-transform: none;
		}
		#top-slider .carousel-box .carousel-list .details { 
			font-size: 11px;
		}
		#top-slider .carousel-box .product-thumbnail {
			min-height: 100px;
			max-height: 200px;
		}
		
		
		/*
		| ----------------------------------------------------------------------------------------------
		| Slider product's Hover effect
		| ----------------------------------------------------------------------------------------------
		*/
		#top-slider .carousel-box .product-info.hover {
			display: none;
		}
		.noIE #top-slider .carousel-box .product-info.hover .add-to-cart {
			left: 10px;
			bottom: 10px;
		}
		.noIE #top-slider .carousel-box .product-info.hover {
			display: block;
			position: absolute;
			left: 0;
			bottom: 0;
			opacity: 0;
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
			-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
			transition: transform 0.4s, opacity 0.1s 0.3s;
			background: #fff;
			width: 100%;
			margin: 0;
			padding: 10px;
		}
		.noIE #top-slider .carousel-box .product:hover .product-info {
			opacity: 1;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			transform: translateY(0px);
			-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
			-moz-transition: -moz-transform 0.4s, opacity 0.1s;
			transition: transform 0.4s, opacity 0.1s;
		}
	
	
	/*
	| ----------------------------------------------------------------------------------------------
	| Carousel
	| ----------------------------------------------------------------------------------------------
	*/
	.carousel-container {
		position: relative;
	}
	.carousel-container  li {
		margin: inherit;
	}
	.carousel-wrapper .carousel-list {
		padding: 0;
		margin: 0;
		list-style: none;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}	
	.carousel-container .carousel-list > li {
		padding: 0 5px;
		float: left;
		background-size: cover;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.carousel-container .control-direction, .products-container .control-direction {
		position: absolute;
		top: 5px;
		right: 15px;
	}
	.direction-nav > li {
		float: left;
	}
	.direction-nav {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.direction-nav .btn {
		width: 29px;
		height: 29px;
		/*border-radius:29px;*/
		padding: 0;
		margin: 0 0 0 5px;
		float: left;
		border: none !important;
	}
	.direction-nav .btn > span {
		font-size: 12px;
		color: #000;
		line-height: 29px;
	}
	.control-direction .carousel-next,
	.direction-nav .btn-next {
		background: #FFDE15;
		color: #FFF;
	}
	.direction-nav .btn-next:hover {
		background: #000;
		color: #FFF ;
	}
	
	.direction-nav .btn-prev {
		background: #FFDE15;
		color: #FFF;
	}
	.direction-nav .btn-prev:hover {
		background: #000;
		color: #FFF;
	}

	.pagination-container .direction-nav .btn > span:hover {
		color: #FFF;
	}
	
	.direction-nav .disabled {
		pointer-events: none;
		cursor: default;
		opacity: .65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.control-direction .carousel-next, .control-direction .carousel-prev{background:#FFDE15}
	.control-direction .carousel-next:hover, .control-direction .carousel-prev:hover{background:#FFDE15}
	
	/*
	| ----------------------------------------------------------------------------------------------
	| Product list
	| ----------------------------------------------------------------------------------------------
	*/
	.products-container .product {
		margin-bottom: 30px;
		/*border: 1px solid #FFDE15;
		border-radius: 2px;*/
		position: relative;
		text-align:center;
	}
	.products-container .product-carousel {
		margin-bottom: 0;
		background: #FFF;
		padding-bottom: 10px;
	}
	.products-container .photos {
		border: 1px solid #FFDE15;
		border-radius: 2px;
	}
	.products-container .promo {
		padding-bottom: 10px;
		/*border: 1px solid #FFDE15;
		border-radius: 2px;*/
	}
	.products-container .product:hover {
		/*box-shadow: 0 0 10px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	}
	
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Product thumbnail
		| ----------------------------------------------------------------------------------------------
		*/
		.products-container .product .product-link {
			display: block;
			text-align: center;
			/*padding: 10px;*/
			padding: 10px 0;
		}
		.products-container .product.promo .product-link {
			display: block;
			text-align: center;
			padding: 0;
		}		
		.products-container .product .product-link .product-thumbnail img {
			transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			
		}
		.products-container .product .product-link:hover .product-thumbnail img {
			/*-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.01); 
			filter: gray;
			-webkit-filter: grayscale(1);*/
			opacity: 1;
			filter: url(../img/grayscale-filter.svg#grayscale);
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);
			filter: gray;
		}
		.products-container .product .product-thumbnail {
			position: relative;
			/*background-color: #fafafa;*/
			overflow: hidden;
			/*border: 1px solid #E8E8E8;*/
		}
		
		.products-container .product .product-thumbnail.loading {
			background: #fafafa url('../img/loading.gif') no-repeat center center;
		}
		.products-container.portrait .product .product-thumbnail {
			min-height: 200px;
			max-height: 400px;
		}
		.products-container.landscape .product .product-thumbnail {
			min-height: 100px;
			max-height: 205px;
		}
		.product-thumbnail > .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 0.75em 1.25em;
			font-size: 16px;
			font-weight: normal;
			color: #fff;
			background-color: #000;
			opacity: 0.8;
			filter: alpha(opacity=80);
			-webkit-transition: all 0.3s ease-in;
			-moz-transition: all 0.3s ease-in;
			-o-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;
		}
		.products-container .product:hover .product-thumbnail > .caption {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.product-thumbnail > .caption.bottom-left {
			bottom: 0;
			left: 0;
			top: auto;
			right: auto;
		}
		.product-thumbnail > .caption.top-right {
			bottom: auto;
			left: auto;
			top: 0;
			right: 0;
		}
	
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Product info
		| ----------------------------------------------------------------------------------------------
		*/
		.products-container .product .product-info {
			/*margin: 5px 10px 10px 10px;*/
			margin: 5px 0 10px;
			position: relative;
			text-align: left;
		}
		.featured .product .product-info {
			margin: 15px 0 0 0;
		}
		.featured .product-info > .title {
			text-align: center;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: normal;
			margin: 0 0 5px 0;
		}
		.offer .product-info .title {
			color: #000;
			font-size: 20px;
			font-weight: 700;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: center;
			text-transform:uppercase;
		}
		.offer .product-info .title a {
			color: #000;
		}
		.offer .product-info .title a:hover {
			color: #FFDE15;
		}				
		.offer .product-info h3.details {
			font-size: 26px;
			font-weight: normal;
			color: #000;
			text-align: center;
			min-height: 70px;
		}
		.cor01{color:#8CC540 !important;} .cor02{color:#999C7F !important;} .cor03{color:#00AFF0 !important;} .cor04{color:#EB008B !important;}
		
		.offer .product-info .details {
			font-size: 14px;
			font-weight: normal;
			color: #000;
			text-align: center;
		}
		.offer .product-info .details_2 {
			font-size: 14px;
			font-weight: 400;
			color: #000;
			text-align: left;
			padding: 20px;
			width: 100%;
			min-height: 20px;
		}
		
		.offer .product-info .details_3 {
			font-size: 14px;
			font-weight: 700;
			color: #000;
			text-align: left;
			padding: 20px;
			width: 100%;
			min-height: 60px;
		}
		
		.offer .product-info .details_4 {
			font-size: 14px;
			font-weight: 700;
			color: #000;
			text-align: left;
			padding: 0;
			margin-top: 15px;
			margin-bottom: 15px;
		}

		.overdetails {
			background:#FFF;
			-webkit-transition: all 0.3s ease-in;
			-moz-transition: all 0.3s ease-in;
			-o-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;
		}
		.overdetails:hover {
			background:#FFDE15;
		}
		
		.offer .product-info .price {
			font-size: 21px;
			font-weight: 700;
			color: #FFDE15;
		}
		.offer .product-info .price s {
			font-size: 21px;
			font-weight: normal;
			color: #000;
			margin-left: 5px;
		}
		.offer .product-info .by {
			float: right;
			margin-top: 10px;
		}
		.offer .product-info .by > a {
			color: #000;
		}
		.offer .product-info .by > a:hover {
			text-decoration: underline;
		}
		.offer .product-info > .add-to-cart {
			color: #000;
			font-size: 18px;
			width: 50px;
			height: 50px;
			border-radius: 50px;
			background-color: #D1D2D4;
			display: inline-block;
			line-height:20px;
			margin:0;
			padding:0;						
			/*position: absolute;
			bottom: 0;
			left: 0;*/
		}
		.offer .product-info > .add-to-cart:hover {
			-webkit-animation-name: swing;
			-moz-animation-name: swing;
			-o-animation-name: swing;
			animation-name: swing;
			-webkit-animation-duration: 1s;
			-moz-animation-duration: 1s;
			-o-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			-moz-animation-fill-mode: both;
			-o-animation-fill-mode: both;
			animation-fill-mode: both;
		}

		
		.offer .product-info > .add-to-cart p {
			font-size: 8px;
			margin:10px 0 0 0;
			padding:0;
			line-height:15px
		}
		.offer .product-thumbnail > .caption {
			font-size: 12px;
		}
	
		button.add-to-cart, a.add-to-cart {
			color: #000;
			font-size: 18px;
			width: 50px;
			height: 50px;
			border-radius: 50px;
			border:none;
			background-color: #D1D2D4;
			display: inline-block;
			line-height:20px;
			-webkit-appearance: none;
			margin:0;
			padding:0;		
			/*position: absolute;
			bottom: 0;
			left: 0;*/
		}
		button.add-to-cart:hover, a.add-to-cart:hover {
			-webkit-animation-name: swing;
			-moz-animation-name: swing;
			-o-animation-name: swing;
			animation-name: swing;
			-webkit-animation-duration: 1s;
			-moz-animation-duration: 1s;
			-o-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			-moz-animation-fill-mode: both;
			-o-animation-fill-mode: both;
			animation-fill-mode: both;
		}

		
		button.add-to-cart p, a.add-to-cart p {
			font-size: 8px;
			margin:10px 0 0 0;
			padding:0;
			line-height:15px;
		}
		
		
		.products-container .product .btn {
		display: inline-block !important;
		border-radius: 0 !important;
		padding: 8px 12px;
		z-index:1 !important;
		font-size: 18px;
		font-weight: 700;
		margin-top: 10px;
		}
		.products-container .product .btn > span {
			font-size: 13px;
			font-weight: normal;
			padding-left: 12px;
		}
		.products-container .product .btn > i {
			line-height: 26px;
			/*padding-top: 3px;
			padding-bottom: 7px;*/
			border-right: 1px solid #fff;
		}
		
		.sabermais {
		background: transparent;
		color: #000;
		border: 1px solid #000;
		filter: none;
		cursor: pointer;
		display: inline-block;
		border-radius: 0;
		padding: 5px 8px;
		z-index:1;
		font-size: 14px;
		font-weight: 400;
		margin-top: 10px;
		}
		.sabermais:hover {
		background: #FFDE15;
		}
		
	
		/*
		| ----------------------------------------------------------------------------------------------
		| Product ribbon
		| ----------------------------------------------------------------------------------------------
		*/
		.products-container .product .ribbon {
			position: absolute;
			top: -5px;
			right: -4px;
			background: url(../img/ribbon/red.png) no-repeat top left;
			width: 78px;
			height: 78px;
			z-index: 1;
		}
		.products-container .product .ribbon.new { background-position: 0 0; }
		.products-container .product .ribbon.hot { background-position: -78px 0; }
		.products-container .product .ribbon.special { background-position: -156px 0; }
		
		/*
		| ----------------------------------------------------------------------------------------------
		| Product ribbon
		| ----------------------------------------------------------------------------------------------
		*/
		.ribbon {
			position: absolute;
			top: 0;
			right: 0;
			background: url(../img/ribbon/red.png) no-repeat top left;
			width: 78px;
			height: 78px;
			z-index: 1;
		}
		.ribbon.new { background-position: 0 0; }
		.ribbon.hot { background-position: -78px 0; }
		.ribbon.special { background-position: -156px 0; }
		
		/*
		| ----------------------------------------------------------------------------------------------
		| Product Sticker
		| ----------------------------------------------------------------------------------------------
		*/
		.sticker {
			position: absolute;
			top: 10px;
			left: -10px;
			background: url(../img/ribbon/novidade.png) no-repeat top left;
			width: 58px;
			height: 29px;
			z-index: 1;
		}
		.sticker.new { background-position: 0 0; }
	
	/*
	| ----------------------------------------------------------------------------------------------
	| Our clients
	| ----------------------------------------------------------------------------------------------
	*/
	.clients-list > li > .item {
		/*border: 1px solid #FFDE15;
		border-radius: 2px;
		background-color: #fff;*/
	}
	.clients-list > li > .item > a {
		/*margin: 10px;*/
		/*background-color: #fafafa;*/
		margin: 0;
		/*min-height: 75px;*/
		display: block;
		text-align: center;
	}
	.clients-list > li > .item img {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		opacity: 1;
		filter: none;
		-webkit-filter: grayscale(0);
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.clients-list > li:hover img {
		filter: url(../img/grayscale-filter.svg#grayscale);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		opacity: 0.5;
		
	}
	
	.efeitoimg img {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		opacity: 1;
		filter: none;
		-webkit-filter: grayscale(0);
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.efeitoimg:hover img {
		filter: url(../img/grayscale-filter.svg#grayscale);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		opacity: 0.5;
	}


/*
| ----------------------------------------------------------------------------------------------
| c. FOOTER SECTION
| ----------------------------------------------------------------------------------------------
*/
.footer-widgets {
	padding: 40px 0;
}
.footer-widgets.main {
	background: #FFF;
	color: #818385;
}
.footer-widgets.main p, .footer-widgets.main p a {
	color: #818385;
	font-size: 12px;
}
.footer-widgets.main p a:hover {
	color: #000;
}
.footer-widgets.alt {
	background: #000;
	color: #FFF;
	/*background: -moz-linear-gradient(top,  #666 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#000));
	background: -webkit-linear-gradient(top,  #666 0%,#000 100%);
	background: -o-linear-gradient(top,  #666 0%,#000 100%);
	background: -ms-linear-gradient(top,  #666 0%,#000 100%);
	background: linear-gradient(to bottom,  #666 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#000',GradientType=0 );
	border-bottom: 1px solid #000;*/
}
.sub-footer {
	background-color: #FFF;
	color: #FFF;
	padding: 15px 0;
	border-top: solid 5px #FFDE15;
}
.sub-footer .copyright {
	font-size: 12px;
	text-align:center;
	color: #818385;
}
.sub-footer .copyright a {
	color: #818385;
}
.sub-footer .copyright a:hover {
	text-decoration: underline;
	color: #000;
}
.footer-widgets .widget {
	position: relative;
}
.footer-widgets.main .widget-title {
	color: #818385;
	border-bottom: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
}

.sub-footer .logosapoio img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.sub-footer .logosapoio {
	margin: 10px auto 20px;
	text-align: center;
	float: none;
}


/* text widget */
.widget-text p {
	font-size: 12px;
	font-weight: normal;
}
.widget-text p a:hover{text-decoration: underline}

.widget-text p.data {
	color: #FFDE15;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:0;
}

/* facebook widget */
.fb-like-box {
	min-height: 200px;
}

/* subscription */
.frm-subscribtion {
	margin: 15px 0;
}
.subscribe-input {
	width:180px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	border: 0;
	border-radius: 4px;
	padding: 8px 10px 9px 10px;
	float: left;
	height:35px;
	color: #000;
	background: #E0EDE3;
	/*margin-right: 10px;*/
}
.subscribe-title {
	color: #FFF;
	margin-bottom: 15px;
	display: block;
}
.subscribe-title2 {
	color: #000;
	margin-bottom: 15px;
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
}
.subscribe-title3 {
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	font-weight: 700;
}
.frm-subscribtion .btn {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 10px 9px 10px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	height:35px;
}
.frm-subscribtion .btn.btn-primary {
    background-color: #FFF;
	color: #000;
}
.frm-subscribtion .btn.btn-primary:hover {
    background-color: #FFF;
	color: #FFDE15;
}
.credit-cards {
	padding: 0;
	margin: 0;
	list-style: none;
}
.credit-cards > li {
	display: inline-block;
}

/* footer links list */
.widget-linklist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-linklist ul > li {
	margin-bottom: 5px;
}
.widget-linklist ul > li > a {
	font-size: 12px;
	position: relative;
	color: #818385;
}
.widget-linklist ul > li > a:hover {
	/*left: 5px;*/
	color: #000;
}
	
.widget-linklist h3.widget-title a{color:#818385}
.widget-linklist h3.widget-title a:hover{color:#000;}

/* twitter feed */
.twitterfeed ul {
	padding: 0;
	margin: 0 0 0 42px;
	list-style: none;
}
.twitterfeed .tweet_list > li {
	margin-top: 20px;
	position: relative;
}
.twitterfeed .tweet_list > li:first-child {
	margin-top: 0;
}
.twitterfeed .tweet_list > li:before {
	font-size: 27px;
	position: absolute;
	left: -42px;
	top: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e001";
}
.twitterfeed .tweet_list > li:hover:before,
.twitterfeed .tweet_text a {
	color: #000;
}
.twitterfeed .tweet_text a:hover {
	text-decoration: underline;
}
.twitterfeed .tweet_list .tweet_time {
	display: block;
	margin-top: 10px;
	font-style: normal;
}


/*
| ----------------------------------------------------------------------------------------------
| d. INNER PAGES
| ----------------------------------------------------------------------------------------------
| - Display mode
| - Range slider
| - Product grid & Product List
| - Product single page
| - Checkout
| - Shopping Cart
| - Contact us
| ----------------------------------------------------------------------------------------------
*/
.inner-action-bar {
	background: #FFF;
	padding: 15px 0;
	/*background: -moz-linear-gradient(top,  #666 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#000));
	background: -webkit-linear-gradient(top,  #666 0%,#000 100%);
	background: -o-linear-gradient(top,  #666 0%,#000 100%);
	background: -ms-linear-gradient(top,  #666 0%,#000 100%);
	background: linear-gradient(to bottom,  #666 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#000',GradientType=0 );*/
	/*box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);*/
}
.lte8 .inner-action-bar {
	border-bottom: 1px solid #000;
}


	/*
	| ----------------------------------------------------------------------------------------------
	| Display mode
	| ----------------------------------------------------------------------------------------------
	*/
	.display-mode ul > li {
		float: left;
		margin-left: 16px;
	}
	.display-mode ul > li > a {
		color: #9d9d9d;
	}
	.display-mode ul > li > a:hover {
		color: #000;
	}
	.display-mode ul > li span {
		margin-right: 5px;
	}
	.display-mode ul > .active span {
		color: #000;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Range slider
	| ----------------------------------------------------------------------------------------------
	*/
	.range-slider,
	.range-slider > a {
		cursor: pointer;
	}
	.range-slider-container {
		width: 85%;
		margin: 0 auto;
	}
	.range-slider-value {
		position: relative;
		height: 40px;
		margin-top: 10px;
	}
	.range-slider-value > span {
		float: left;
		position: absolute;
		top: 10px;
		left: 0;
		margin-left: -15px;
		color: #fff;
		padding: 5px 10px;
		background: #000;
		border-radius: 2px;
		font-size: 11px;
		visibility: hidden;
	}
	.range-slider-value > span:before {
		content: ' ';
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 4px 4px 4px;
		border-color: transparent transparent #000 transparent;
		position: absolute;
		top: -4px;
		left: 50%;
		margin-left: -4px;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Product grid & Product List
	| ----------------------------------------------------------------------------------------------
	*/
	#product-area .mix {
		float: none;
		opacity: 0;
		filter: alpha(opacity=0);
		/* display: none;*/
		margin-right: -3px;
		vertical-align:top;
	}
	.product-list .mix {
		width: 100%;
	}
	.products-container.product-grid .product-info .description {
		display: none;
	}
	
	.products-container.product-grid .maisinfo, .products-container.product-list .details_3 {
		display: none;
	}
	
	.products-container.product-list .maisinfo {
		position:absolute;right:0;bottom:0;
	}
	
	
	.products-container.product-list .product-info .details,
	.products-container.product-list .product-info > .add-to-cart {
		display: none;
	}

	.product-list .product-info .title, .product-list .product-info .title a {
		color: #000;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.product-info .text2 {
		margin-bottom: 15px;
		font-size: 14px;
		color: #000;
	}	
	.product-info .date {
		font-size: 13px;
		color: #FFDE15;
	}
	.product-info .description .prices {
		font-size: 14px;
		font-weight: normal;
		margin: 25px 0;
		line-height: 1;
	}
	.product-info .description .prices > .off-price {
		color: #FFDE15 !important;
	}
	.product-info .description .prices > .orginal-price {
		color: #FFDE15;
	}
	.product-info .description .text {
		margin-bottom: 35px;
		font-size: 12px;
		color: #000;
		font-weight: 300;
	}
	.product-info .description .textnews {
		margin-bottom: 15px;
		font-size: 14px;
		color: #000;
	}
	
	.product-info .description .links {
		padding: 0;
		margin: 0;
		list-style: none;
		float: left;
		clear: none;
	}
	.product-info .description .links > li {
		float: left;
		margin-left: 20px;
		line-height: 40px;
	}
	.product-info .description .add-to-cart {
		float: left;
	}
	.product-info .description .add-to-cart > .btn {
		border-radius: 2px;
		padding: 6px 15px;
		margin-right: 10px;
	}
	.product-info .description .add-to-cart > .btn > i {
		line-height: 26px;
		padding-right: 12px;
		margin-right: 12px;
		border-right: 1px solid #fff;
	}
	.product-info .description .add-to-cart > .btn > span {
		font-size: 13px;
		font-weight: normal;
	}
	
	.back-to-list {
		float: left;
	}
	.back-to-list > .btn {
		-moz-user-select: none;
		border: solid 2px #FFDE15;
		border-radius: 2px;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: 300;
		line-height: 1;
		margin: 0;
		padding: 8px 12px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		color: #000;
		background-color: #FFDE15;
		filter: none;
	}
	.back-to-list > .btn:hover {
		color: #000;
		background-color: #FFF;
		border: solid 2px #FFDE15;
	}



	/*
	| ----------------------------------------------------------------------------------------------
	| Product details single page
	| ----------------------------------------------------------------------------------------------
	*/
	.product-single {
		margin-bottom: 30px;
		/*border: 1px solid #FFDE15;
		border-radius: 2px;*/
		position: relative;
		/*padding: 10px;*/
	}
	.product-single .product-album > a {
		display: block;
		min-height: 250px;
		background: #fafafa;
	}
	.product-single .product-album > ul {
		text-align: center;
		margin: 7px 0;
	}
	.product-single .product-album > ul > li {
		display: inline-block;
		margin-right: 2px;
	}
	.product-single .product-album > ul > li:first-child {
		margin-left: 2px;
	}
	.product-single .product-album > ul > li > a {
		width: 80px;
		height: 80px;
		display: block;
		overflow: hidden;
		/*border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;*/
		border: 1px solid #dfdfdf;
		background: #fafafa;
		overflow: hidden;
	}
	.product-single .product-info .title {
		color: #FFDE15;
		font-size: 30px;
		font-weight: 700;
		margin: 15px 0 2px;
	}
	.product-single .product-info .description .prices {
		font-size: 36px;
		margin: 15px 0;
		font-weight: 700;
	}
	.product-single .product-info .qty label, .qty label {
		font-size: 14px;
		font-weight: normal;
		color: #000;
		margin-bottom: 2px;
	}	
	.product-single .product-info .qty input, .qty input {
		font-size: 11px;
		font-weight: normal;
		background-color: #E0EDE3 !important;
		color: #000;
		border: none;
		width: 40px;
		text-align: center;
		margin-left: 10px;
		border-radius: none;
	}
	
	.product-single .product-info label.opcoes {
		font-size: 14px;
		font-weight: normal;
		color: #FFDE15;
		margin-bottom: 2px;
		margin-right: 5px;
		display: inline-block;
		width: 145px;
	}
	
	.product-single .product-info .select-opcoes {
		font-size: 14px;
		background-color: #D1D2D4;
		color: #000;
		padding: 5px 5px;
	}

	/*
	| ----------------------------------------------------------------------------------------------
	| Checkout
	| ----------------------------------------------------------------------------------------------
	*/
	.accordion-inner .title {
		font-size: 13px;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		color: inherit;
		border: 0;
	}
	.checkout .form-login,
	.checkout .form-account{
		margin: 30px 0;
	}
	.checkout .btn {
		min-width: 100px;
	}
	.paymethod label {
		font-weight: normal;
		font-size: 18px;
		line-height: 18px;
		color:#FFDE15;
	}
	.paymethod p {font-size:12px;margin:0 0 5px 0;padding:0;color:#000;background:none}
	
	.endcheckout label {
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		color:#FFDE15;
	}
	@media only screen and (max-width: 320px) {
	  .endcheckout label {
		font-weight: normal;
		font-size: 13px;
		line-height: 13px;
	}
	}

	/*
	| ----------------------------------------------------------------------------------------------
	| Cart
	| ----------------------------------------------------------------------------------------------
	*/
	.my-cart {
		width: 100%;
		border: none;
		/*border: 1px solid #FFDE15;
		border-radius: 3px 3px 0 0;*/
	}
	.my-cart thead {
		/*background: #f8f8f8;*/
		border-top: 3px solid #FFDE15;
		border-bottom: 3px solid #FFDE15;
	}
	.my-cart thead th {
		text-align: center;
		font-size: 14px;
		color: #000;
		padding: 10px 10px;
		font-weight: 700;
	}
	.my-cart tbody {
		/*border-top: 1px solid #FFDE15;*/
	}
	.my-cart tbody td {
		padding: 10px 10px;
		text-align: center;
		font-size: 13px;
	}
	
	.my-cart tbody tr {
		border-bottom: 1px solid #FFDE15;*/
	}
	.my-cart tbody tr:last-child {
		border-bottom: 3px solid #FFDE15;*/
	}

		/** Table headings */
		.my-cart .product-thumbnail {
			width: 15%;
		}
		.my-cart .product-name {
			width: 20%;
		}
		.my-cart .product-qty {
			width: 15%;
		}
		.my-cart .product-qty2 {
			width: 20%;
		}
		.my-cart .product-price {
			width: 10%;
		}
		.my-cart .product-action {
			width: 5%;
		}
		
		.my-cart h3.title-car {font-size:16px; margin-bottom: 10px; margin-top: 5px; font-weight: 700; line-height: 1.1;}

@media only screen and (max-width: 768px) {
	.my-cart tbody tr td {
		width:100%;
		float: left;
	}
	.my-cart thead {
		display: none;
	}
}
		
		/** Product thumbnail */
		.my-cart .img-placeholder {
			padding: 2px;
			/*border: 1px solid #FFDE15;
			border-radius: 2px;*/
			width: 100px;
			max-height: 130px;
			margin: 0 auto;
		}
		.my-cart .img-placeholder > a {
			background: #e1e1e1;
			display: block;
			height: 100%;
		}
		
		
		/** Product quantity */
		.my-cart .qty-btngroup {
			margin: 0 auto;
			display: table;
		}
		.qty-btngroup button {
			width: 30px;
			height: 30px;
			float: left;
			color: #000;
			font-size: 14px;
		}
		.qty-btngroup input[type="text"] {
			width: 60px;
			height: 30px;
			float: left;
			color: #000;
			font-size: 14px;
		}
		.qty-btngroup button {
			border: 0;
			background: #FFDE15;
		}
		.qty-btngroup button:hover {
			color: #fff;
			background: #000;
		}
		.qty-btngroup input[type="text"] {
			border: solid 1px #FFDE15;
			border-radius: 0;
			text-align: center;
			font-size: 14px;
			background-color:#FFF;
		}
		.qty-btngroup .plus {
			border-radius: 0 2px 2px 0;
		}
		.qty-btngroup .minus {
			border-radius: 2px 0 0 2px;
		}


		/** Product Descricao */
		.my-cart td > .desc {
			text-align: center;
			color: #000;
			font-weight: 700;
			font-size: 13px;
		}
		
		/** Product ref */
		.my-cart td > .ref {
			color: #000;
			font-weight: normal;
			font-size: 13px;
		}
		
		/** Product price */
		.my-cart td > .price {
			color: #000;
			font-weight: normal;
			font-size: 13px;
		}
		
		/** Remove product icon */
		.my-cart .remove-item {
			/*visibility: hidden;
			opacity: 0;*/
			opacity: 1;
			visibility: visible;
			font-size: 1.5em;
			color: #000;
			background: transparent;
			border: none;
		}
		.my-cart tbody tr:hover .remove-item {
			opacity: 1;
			visibility: visible;
		}
		

	/** Shop cart summary */
	.shop-summary td,
	.shop-summary th {
		padding-bottom: 10px;
		font-size: 13px;
		font-weight: normal;
	}
	.shop-summary th {
		text-align: right;
		text-transform: uppercase;
	}
	.shop-summary td {
		padding-left: 60px;
	}
	.shop-summary .total td,
	.shop-summary .total th {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.shop-summary .total td {
		color: #000;
	}


	.shop-subtotal {font-size:18px; color:#FFDE15; font-weight:700; text-align:right; margin-right:25px}
	.shop-subtotal span {margin-left:10px;font-size:18px; color:#000;}
	
	.shop-summary .shopend-subtotal {font-size:16px; color:#000; font-weight:700; padding-bottom:15px;}
	.shop-summary .shopend-subtotal span {font-weight:400;}
	.shop-summary .shopend-total {font-size:22px; color:#000; font-weight:700; padding-top:10px;}
	.shop-summary .shopend-total span {font-weight:400;}
	.shop-summary .shopend-titulo {font-size:14px; color:#000; font-weight:700;}
	.shop-summary .shopend-text {font-size:14px; color:#000; font-weight:normal;}
	.shop-summary .shopend-text2 {font-size:12px; color:#000; font-weight:normal; text-transform:none}
	.shopend-table {float:right;}
	@media only screen and (max-width: 767px) {
	  .shopend-table {float:left;}
	}
	 .shopend-table .shop-summary td {padding-left: 0;} 
	 .shopend-table .shop-summary th {padding-left: 0;padding-right: 10px;text-align:left} 
	
	.dadosclient h4{font-weight:700; color:#000; font-size:14px; margin:0 0 10px 0;}
	.dadosclient h4 span{font-weight:normal; color:#000; font-size:14px;}
	.dadosclient p{font-weight:700; color:#000; font-size:13px ;margin:0 0 10px 0;}
	.dadosclient p span{font-weight:normal; color:#000; font-size:13px;}

	/*
	| ----------------------------------------------------------------------------------------------
	| Contact us
	| ----------------------------------------------------------------------------------------------
	*/
	#contact-map {
		height: 345px;
		background: #efefef;
	}
	.contact textarea {
		height: 93px;
		resize:none;
		overflow: auto;
	}
	.contact .btn {
		font-size: 12px;
		border-radius: 1px;
		margin-top: 20px;
	}
	
	.contactos, .contactos a {
		font-size: 14px !important;
		color: #000 !important;
	}
	
	.contactos a:hover {
		color: #818385 !important;
	}	
	
	.contactos h4{color: #000; font-size: 16px; font-weight: 700; margin-bottom: 0;}
	
	
	
	
/* Google Maps
====================================*/

#map {width:100%;height:350px;color:#333;}
#map img { max-width: none !important; }


/*totop*/
#toTop {
background: url("../img/arrows-up.png") no-repeat scroll 0 0 #FFDE15;
background-color: rgba(255, 222, 21, 0.6);
display: none;
height: 29px;
width: 29px;
border-radius: 100%;
overflow: hidden;
position: fixed;
bottom: 10px;
right: 10px;
text-decoration: none;
text-indent: -99px;
z-index: 10000;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}

#toTopHover, #toTop:hover {
background: url("../img/arrows-up.png") no-repeat scroll 0 0 #000;
bottom:14px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
transition: all 0.1s linear;
}
#toTop:active, #toTop:focus {
outline: medium none;
}
.displaynone{display: none}


/* Formulário Orçamentos
====================================*/
.feedback-text {
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
    font-style: normal !important;
	font-weight: normal !important;
	color: #FFDE15 !important;
	margin-top: 5px !important;
	background: none !important;
}

.spinner-holder {
	display: none !important;
    float: left;
    position: relative;
    left: 10px;
    top: 4px;
}

.input-field {
    position: relative;
    margin: 0;
    cursor: text;
}

.input-field p {
    margin-bottom: 20px;
}

.input-field:before {
    position: absolute;
    color: #FFDE15;
}

input.error,
textarea.error {
    border: none;
    box-shadow: none;
}

input.valid,
textarea.valid {
    border: solid 1px transparent;
}

label.error {
    position: relative !important;
    bottom: 0 !important;
    left: 10px !important;
    color: #FFDE15 !important;
    font-weight: 300 !important;
    font-size: 12px !important;
	text-transform: none !important;
}

.checker label.error {
    position: absolute !important;
    top: -18px !important;
    left: -60px !important;
	width: 175px;
	height: 15px;
}

input[disabled], button[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    box-shadow: none;
    color: white;
    pointer-events: none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
/* 
====================================*/


#cookies{width:100%; background: rgba(0,0,0,0.9); position:relative; z-index:9999999; top:0!important}
.learn-more-cookies{padding-top:5px!important;font-size:10px!important;text-transform:none!important;font-weight:bold!important}

.learn-more-cookies:hover{color:white!important;text-decoration:underline!important;}

#div_cookie .description span{color:white;font-family:verdana!important;font-size: 11px!important;}

#div_cookie .description a{color:white;font-family:verdana!important;font-size: 11px!important;}
#div_cookie {margin:0 auto;}
.notification{padding: 15px 50px 17px 50px; font-size:14px; line-height:1.1; text-transform:none; text-align:center;}
#btn_cookie_accept{border: 1px solid white;color: white; font-family: verdana !important; font-size: 17px !important;font-weight: 400;line-height:1;padding: 3px 6px;text-decoration:none;}
.containercookie div:nth-child(2){position:absolute; right:10px; top:15px;}
#btn_cookie_accept:hover{color: black!important;background:white!important;}

.textcookies a {
-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.95);
-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.95);
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.95);}
.textcookies a:hover {
-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);}