@font-face {
  font-family: 'poppins';
  src: url('../_fonts/Poppins-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppins-medium';
  src: url('../_fonts/Poppins-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppins-light';
  src: url('../_fonts/Poppins-Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppins-thin';
  src: url('../_fonts/Poppins-Thin.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppins-bold';
  src: url('../_fonts/Poppins-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body
{
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'poppins';
}

.clearfix:before,

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

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a
{
	text-decoration:none;
}
a:link
{
	color:#777777;
	text-decoration:none;
}
a:visited
{
	color:#777777;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}


.link_idiomas
{
	font-family: 'poppins';
	font-size:11px;
	font-weight:normal;
	line-height:20px;	
	color:#ffffff !important;
}
.link_idiomas:hover
{
	color:#555555 !important;
}
.link_idiomas:visited
{
	color:#777777;
}
.link_idiomas:active
{
	color:#777777;
}




.link_header
{
	font-family: 'poppins';
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
	color:#000 !important;
	text-decoration:none;
}
.link_header b
{
	font-family: 'poppins';
	font-size:13px;
	font-weight:normal;
	line-height:13px;	
	text-decoration:none;
}
.link_header:hover
{
	text-decoration:none;
}
.link_header:visited
{
	color:#000000;
}
.link_header:active
{
	color:#000000;
}



.link_footer
{
	font-family: 'poppins-thin';
	font-size:14px;
	font-weight:bold;
	line-height:20px;	
	color:#fff !important;
	text-decoration:none;
}
.link_footer:hover,
.link_footer2:hover
{
	text-decoration:none;
	color:#77f76f !important;
}
.link_footer:visited
{
	color:#fff;
}
.link_footer:active
{
	color:#fff;
}


.link_footer2
{
	font-family: 'poppins-light';
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color:#fff !important;
	text-decoration:none;
}
.link_footer2:hover
{
	text-decoration:none;
}
.link_footer2:visited
{
	color:#ffffff;
}
.link_footer2:active
{
	color:#ffffff;
}



.link_news
{
	font-family: 'poppins';
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
}
.link_news:hover
{
	
}
.link_news:visited
{
	color:#ffffff;
}
.link_news:active
{
	color:#ffffff;
}


.menu_login
{
	font-family: 'poppins';
	font-size:14px;
	font-weight: normal;
	color: #41434b;
	letter-spacing:0px;
	line-height:20px;	
	color:#777777 !important;
	text-transform:uppercase;
}
.menu_login:hover
{
	color:#111111 !important;
}
.menu_login:visited
{
	color:#777777;
}
.menu_login:active
{
	color:#777777;
}

#top-link
{ 
	display:none;
	position:fixed; 
	right:30px; 
	bottom:70px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#777777; 
	padding:10px; 
	border-radius:0px;
	z-index:1999999999;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: 'poppins';
	font-size:25px;
	text-transform:uppercase;
	color:#5f6670;
	letter-spacing:0px;
	line-height:30px;
}

h2
{
	margin:0;
	padding:0;
	font-family:'poppins';
	font-size:25px;
	font-weight: normal;
	line-height:30px;
	color:#333333;
	letter-spacing:0px;
}

h3
{
	margin: 0;
	padding: 0;
	font-family: 'poppins-light';
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height:25px;	
}

.input[type="text"]
{
	font-family:'poppins';
	font-size:12px;
	background-color:#fbfbfb;
	border:0px solid #cccccc;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
}

.input[type="password"]
{
	font-family:'poppins';
	font-size:12px;
	background-color:#fbfbfb;
	border:0px solid #cccccc;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
}

.contact_input[type="text"], .contact_textarea
{
	font-family:'poppins';
	font-size:12px;
	background-color:#fff;
	border:1px solid #cccccc;
	color:#000;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
	border-radius:3px;
}

.contact_input[type="text"]::-webkit-input-placeholder, .contact_textarea::-webkit-input-placeholder
{
	font-family:'poppins-thin';
	font-size:14px;
	font-weight:bold;
}
.contact_input[type="text"]::-moz-placeholder, .contact_textarea::-moz-placeholder
{
	font-family:'poppins-thin';
	font-size:14px;
	font-weight:bold;
}
.contact_input[type="text"]:-ms-input-placeholder, .contact_textarea:-ms-input-placeholder
{
	font-family:'poppins-thin';
	font-size:14px;
	font-weight:bold;
}
.contact_input[type="text"]:-moz-placeholder, .contact_textarea:-moz-placeholder
{
	font-family:'poppins-thin';
	font-size:14px;
	font-weight:bold;
}
.datepicker {
	font-family: 'poppins';
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.select
{
	margin: 0;
	padding: 0;
	font-family: 'poppins';
	font-size:14px;
	font-weight: normal;
	color: #000000;
	letter-spacing:0px;
	width: auto;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	padding-left: 1%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px #c5c1bf;
	-moz-box-shadow: inset 0 0px 0px #c5c1;
}

.textarea
{
	font-family: 'poppins';
	font-size:14px;
	color: #333333;
	height: 33px;
	background: #fffffff;
	font-weight: none;
	min-height: 80px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #dddddd;
}

.display_box
{
width:100%;
background-color:#ff3300;
}

.error
{
color:red;	
}

h1.title {
	font-size:45px;
	font-weight:bold;
	text-transform:none;
	font-family:'poppins-bold';
	margin-bottom:10px;
	line-height:50px;
}

.button
{
	background:#77f673;
	position:relative;
	display:inline-block;	
	font-family:'poppins-thin', sans-serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0px;
	color:#fff;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:30px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button:hover
{
	background-color:#000 !important;
	border:0px #77f76f solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_blue
{
	position:relative;
	display:inline-block;	
	font-family:'poppins-thin', sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding: 8px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:30px;
	border:0px #dddddd solid;
	font-family: 'poppins', sans-serif;
    letter-spacing: 1px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_blue:hover
{
	background-color:#000 !important;
	border:0px #77f76f solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'poppins', sans-serif;
	color: #777777;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_transparent:hover
{
	background-color:#cccccc !important;
	border:1px #cccccc solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_orange
{
	position:relative;
	display:inline-block;	
	font-family:'poppins', sans-serif;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	color:#fff;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_orange:hover
{
	border:0px #77f76f solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_grey
{
	background-color:#ddd;
	font-family: 'poppins', sans-serif;
	font-weight: normal;
	font-size:12px;
	letter-spacing:0px;
	color:#fff;
	text-transform:uppercase;
	padding: 6px 20px 6px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;	
	border-radius:30px !important;
	border:0px #ddd solid;
}
.button_grey:hover
{
	background-color:#cccccc !important;
	border:0px #555555 solid;
	color:#ffffff;
}

.service_button {
	vertical-align:top;
	font-size:14px;
	padding:8px 15px;
	font-family: 'poppins', sans-serif;
	letter-spacing:1px;
	margin: 10px 3px;
}

.header_button_social_networks
{
	position:relative;
	display:inline-block;
	width:14px;
	height:14px;
	color:#ffffff;
	border-radius:10px;
	padding:3px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:1px;
	cursor:pointer;
	border:0px #000000 solid;
	line-height:70px; 
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.header_button_social_networks:hover
{
	background-color:#F9B500;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}


.button_social_networks
{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	color:#ffffff;
	border-radius:30px;
	padding:3px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	border:0px #000000 solid;
	line-height:70px; 
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_social_networks:hover
{
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}



#pagination .css-button
{
	font-family: 'poppins', sans-serif;
	display: inline-block;
	text-align: center;
	padding:10px;	
	font-size: 12px;
	font-weight: normal;
	background-color:#DCDCDC;
	text-decoration: none;
	margin-right:2px;
}

.pag_selected {
	background-color:#1d1d1d !important;
}

.plus, .minus {
	width: 10px;
	height: 10px;
	font-size: 12px;
	color: #fff;
	background-color: #666666;
	padding: 0px 3px 7px 5px;
	text-decoration: none !important;
	cursor:pointer;
}

.plus:hover {
	background-color: #A0A0A0;
}

.minus {
	font-weight: bolder;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 7px;
	margin-top:3px;
}

.minus:hover {
	background-color: #A0A0A0;
}

.button-cart,
#categories-list > .selected,
#desconto3,
.pag_selected,
.cart-steps.selected > span,
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal
{ background-color: <?php echo $account['header_color1']; ?>!important; }



















/* TABS*/
 
 #nav_tabs .menu
{   
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:'poppins',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-family:'poppins',Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:visited
{   
	font-family:'poppins',Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#3b3f49;
	/*background-color:#fec524;*/
	font-family:'poppins',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#3b3f49;
	font-family:'poppins',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.greydout {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.greydout:hover {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}



.menu_categorias_item_active,
.menu_categorias_item_active h3 {
	color:#fff !important;
}

.contrast_background {
	background:#fff;
}
.contrast_background_gray {
	background:#f8f8f8;
}

.footer_site_map h2,
.footer_payment_methods h2,
.footer_contacts h2,
.footer_newsletter h2 {
	border-bottom:3px solid #77f76f;
	color:#77f76f;
}

.slider_content_area .button {
	font-size:20px;
}

@media screen and (min-width: 1001px)
{
	.box_video_gallery {
		width:calc(50% - 20px);
		display:inline-block;
		max-width:500px;
		margin-bottom:40px;
	}
	.box_video_gallery.box_gallery_odd {
		margin-left:20px;
	}
	.box_video_gallery.box_gallery_even {
		margin-right:20px;
	}
	.box_gallery
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin: 0 8px 20px;
		width: 244px;
		border:1px #ffffff solid;
		text-align:left;
		opacity:1;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_gallery:hover
	{
		border:1px #eee solid;
		background-color:#fff;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_gallery h1 {
		text-align:center;
	}
			
	.box_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:200px;
		border:0px #ffffff solid;
		text-align:center;
		overflow:hidden;
		float:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_image:hover {
		opacity:0.7;
	}
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	nav
	{
		width:100%;
		font-family:'poppins',Arial, sans-serif;
		font-size:13px;
		z-index:1999;
		text-transform: uppercase;
		border:0px #ff3300 solid;
		padding-top:0px;
	}

	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
		text-align:right;
	}

	nav li
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
	}

	nav a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:40px;
		line-height:40px;
		color:#000 !important;	
		padding-left:16px;
		padding-right:16px;
		text-decoration:none;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	nav a:hover
	{
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	nav a#pull
	{
		display:none;
	}

	.header_mail_contact
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		float:left;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.header_phone_contact
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		float:left;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	

	.header_social_networks_links
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		float:right;
		text-align:right;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
		
	.header_idiomas
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:140px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.header_logo
	{
		position:relative;
		display:inline-block;
		max-width:300px;
		height:100px;	
		margin-right:10px;
		margin-top:10px;
		border:0px #000000 solid;
		float:left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	
	.header_logo img
	{
		max-width:300px;
		max-height:115px;
	}
	
	.header_info
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 300px);
		margin-right:0px;
		border:0px solid;
		text-align:left;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.header_info img
	{
		margin-bottom:-2px;
	}
	
	.header_info h3
	{
		font-size:13px;
		color:#fff;
		display:inline-block;
		padding-right:5px;
		padding-top:1px;
	}
	
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		float:left;
		width:320px;
		margin-right:0px;
		border:0px solid;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}

	.header_cart_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 400px);
		float:right;
		margin-top:0px;
		padding:0px;
		text-align:right;
		border:0px #000000 solid;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.header_cart_salutation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		padding:0px;
		margin-top:10px;
		text-align:right;
		border:0px #000000 solid;
		color:#5f6670;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
		
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 280px);
		height:40px;
		border:0px #4488ee solid;
		z-index:99;
		margin-top:0px;
		float: right;
		margin-top:15px;
	}
	nav a {
		border-radius:20px;
	}
	nav a:hover, .header_menu_active {
		color:#fff !important;
		border-radius:20px;
	}
	
	.plusslider-arrows-wrapper {
		margin-top:-18px;
	}
	
	.homepage_box_our_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:510px;
		height:200px;
		background-color:#cccccc;
		background-image:url(../_images/mthexpresso-os-nossos-produtos.jpg);
		background-size:cover;
		background-repeat:no-repeat;
		z-index:1;
		margin-top:20px;
		margin-right:25px;
		cursor:pointer;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.homepage_box_our_products:hover
	{		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.homepage_box_our_equipments
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:510px;
		height:200px;
		background-color:#dddddd;
		background-color:#cccccc;
		background-image:url(../_images/mthexpresso-os-nossos-equipamentos.jpg);
		background-size:cover;
		background-repeat:no-repeat;
		z-index:1;
		margin-top:20px;
		cursor:pointer;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}	
	.homepage_box_our_equipments:hover
	{		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:320px;
		min-height:300px;
		border:1px #eee solid;
		margin-bottom:40px;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_blog:hover
	{
		border:1px #aaa solid;
	}
	
	.box_blog_odd {
		margin-right:15px;
	}
	.box_blog_even {
		margin-left:15px;
	}
	
	
	.box_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;
		border:1px #00000 solid;
		margin-bottom:0px;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:500px;
		border:0px #eeeeee solid;
		text-align:center;
	}
	
	.caixa_contactos_morada
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:550px;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:100px;
		text-align:left;
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}
	
	.caixa_contactos_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:400px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-right:0px;
		margin-bottom:20px;
		text-align:center;
		background-color:#ffffff;
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}	
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #aaaaaa solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:500px;
		height:50px;
		margin-right:20px;
		border:0px #cccccc solid;
		text-align:left;
	}
	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		width:500px;
		height:50px;
		margin-right:0px;
		border:0px #cccccc solid;
		text-align:left;
	}
	
	.footer_icons_ecommerce
	{
		position:relative;
		display:inline-block;
		width:250px;
		height:100px;
		margin-top:10px;
		vertical-align:top;	
		border:0px solid;
		text-align:center;
	}
	
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		width:247px;
		margin-right:16px;
		border:0px #ffffff solid;
		text-align:left;
		color:#fff;
		vertical-align:top;
	}
	.footer_site_map div
	{
		display:inline-block;
		vertical-align:top;
		width:100px;
		height:100%;
		border:0px solid;
	}
	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		width:247px;
		margin-right:16px;
		border:0px #ffffff solid;
		text-align:left;
		font-family: 'poppins-thin';
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
		vertical-align:top;
	}
	
	.footer_payment_methods
	{
		position:relative;
		display:inline-block;
		width:247px;
		margin-right:16px;
		border:0px #ffffff solid;
		text-align:left;
		color:#fff;
		vertical-align:top;
	}
	.footer_payment_methods_icon
	{
		position:relative;
		display:inline-block;
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}

	.footer_contacts
	{
		position:relative;
		display:inline-block;
		width:247px;
		margin-right:0px;
		border:0px #ffffff solid;
		text-align:left;
		font-family: 'poppins-thin';
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		color: #fff !important;
		vertical-align:top;
	}

	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		margin-top:10px;
		margin-right:5px;
		border:0px #ffffff solid;
	}
	.footer_copyright h3,
	.footer_disclaimer h3,
	.footer_powered_by h3
	{
		font-family: 'poppins-light';
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color:#fff;
	}
	
	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:10px;
		margin-left:10px;
		margin-right:10px;
		border:0px #ffffff solid;
		font-family: 'poppins-light';
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		margin-top:10px;
		border:0px #ffffff solid;
	}	
	
	.slider_homepage_caixa
	{
		position: relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:500px;
		border:0px #000000 solid;		
		overflow:hidden;
		z-index:1;	
	}	
	.slider_homepage
	{
		position:relative; 
		width:1050px;
		height:500px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:0px;
		padding:0px;
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:1050px;
		height:500px;
		padding:0px;
		margin:0px;
	}
	
	.header_langs {
		width:290px;
		display:inline-block;
		color:#fff;
	}
	.header_langs a {
		cursor:pointer;
		color:#fff !important;
	}
	.header_langs a:hover {
		color:#fff !important;
	}
	.header_langs div {
		position:relative;
		display:inline-block;
		float:right;
		width:20px;
		height:20px;
		margin-left:5px;
		margin-top:5px;
		border:0px #ffffff solid;
	}
	
	.slider_content_area {
		position:relative;
		margin-top:120px;
		text-align:center;
		max-width:950px;
		height:300px;
		border:0px #ffffff solid;
	}
	
	.home_banner {
		position:relative;
		width:100%;
		min-height:200px;
		margin-top:0px;
		background-color:#ffffff;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}
	
	.home_service_three {
		width:330px;
		height:440px;
		display:inline-block;
		margin-bottom:30px;
		vertical-align:top;
		-moz-box-shadow: 0 0 5px #e8e8e8;
		-webkit-box-shadow: 0 0 5px #e8e8e8;
		box-shadow: 0 0 5px #e8e8e8;
	}
	
	.home_service_three.middle {
		margin: 0 30px;
	}
	
	.home_service_three_image {
		background-repeat:no-repeat;
		background-size:cover;
		width:330px;
		height:250px;
	}
	.home_service_three_content {
		background:#fff;
		padding:15px 10px;
		height:160px;
	}
	
	.home_service_three_content h1 {
		height:60px;
		text-align:left;
		margin-bottom:5px;
		text-transform:none;
		font-family:'poppins-bold';
	}
	
	.home_service_three_content h3 {
		height:54px;
		text-align:left;
		color:#717171;
		font-size:14px;
		line-height:18px;
		font-family:'poppins-thin';
		font-weight:bold;
	}
	
	.home_service_three_content h3 span {
		font-weight:bold;
		font-family:'poppins';
	}
	.home_service_three_price {
		position: relative;
		width: 110px;
		margin-left: 220px;
		color: #fff;
		height: 44px;
		display: inline-block;
		margin-top: 206px;
		font-size: 30px;
	}
	.home_service_three_price span {
		font-family:'poppins-bold';
	}
	
	.home_banner_left {
		width:50%;
		position:relative;
		display:inline-block;
		vertical-align:top;
	}
	.home_banner_left_content {
		width:475px;
		float:right;
		background:#00d2ff;
		color:#fff;
		padding: 50px 50px 50px 0;
		vertical-align:top;
	}
	.home_banner_right {
		width:50%;
		position:relative;
		height: 100%;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.home_contact_left {
		margin-top:-24px;
		width:50%;
		position:relative;
		background:url(/_images/callcenter_black.png);
		height: 100%;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home_contact_right {
		width:50%;
		position:relative;
		display:inline-block;
		vertical-align:top;
	}
	.home_contact_right_content {
		width:475px;
		float:right;
		padding: 0px 50px;
		vertical-align:top;
	}
	
	.box_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;
		border:1px #dddddd solid;
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:30px;
		text-align:center;
		cursor:pointer;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_services:hover
	{
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_services img {
		width:100%;
	}
	.box_services_details
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:350px;
		height:480px;
		border-radius:8px;
		border:1px #ffffff solid;
		padding:5px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
		text-align:center;
		cursor:pointer;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_services_image {
		width:100%;
		height:150px;
		margin-top:0px;
		border:0px solid; 
		background-size:cover;
		background-position:top center;
	}
	.box_services h2 b {
		line-height: 15px;
	}
	.box_services h2 {
		color:#000;
		font-size:15px;
	}
	.box_services_line {
		position:relative;
		display:inline-block;
		width:40px;
		margin-top:20px;
		margin-bottom:0px;
		float:center;
	}
	
	.box_image_details
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		min-height:300px;
		border:0px #000000 solid;
		margin-right:40px;
		margin-bottom:40px;
		text-align:center;
		float:left;
	}
	.box_text_details
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		min-height:300px;
		border:0px #000000 solid;
		margin-bottom:0px;
		text-align:left;
		color:#000;
	}	
	
	.box_partners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:185px;
		height:185px;
		border:1px #dddddd solid;
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:30px;
		text-align:center;
		cursor:pointer;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_partners:hover
	{
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
}











@media screen and (max-width:1000px)
{	
	.box_video_gallery {
		width:100%;
		display:inline-block;
		max-width:500px;
		margin-bottom:20px;
	}
	.box_partners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:185px;
		height:185px;
		border:1px #dddddd solid;
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:30px;
		text-align:center;
		cursor:pointer;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_partners:hover
	{
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.box_image_details
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		border:0px #000000 solid;
		margin-bottom:40px;
		text-align:center;
		float:center;
	}
	.box_text_details
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:300px;
		border:0px #000000 solid;
		margin-bottom:40px;
		text-align:center;
		color:#000;
	}
	
	.box_services_image {
		width:100%;
		height:110px;
		margin-top:0px;
		border:0px solid; 
		background-size:cover;
		background-position:top center;
		margin-bottom:-10px;
	}
	.box_services h2 b {
		line-height: 15px;
		padding:0 5px;
	}
	.box_services h2 {
		color:#000;
		font-size:15px;
	}
	.box_services_line {
		position:relative;
		display:inline-block;
		width:40px;
		margin-top:10px;
		margin-bottom:0px;
		float:center;
	}
	.box_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:185px;
		height:185px;
		border:1px #dddddd solid;
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:30px;
		text-align:center;
		cursor:pointer;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_services:hover
	{
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.box_services_details
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:350px;
		height:480px;
		border-radius:8px;
		border:1px #ffffff solid;
		padding:5px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
		text-align:center;
		cursor:pointer;
				
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.header_langs a {
		cursor:pointer;
		color:#fff !important;
	}
	.header_langs a:hover {
		color:#fff !important;
	}
	.header_langs div img {
		vertical-align:middle;
	}
	.home_contact_left {
		margin-top:-50px;
		width:100%;
		position:relative;
		background:url(/_images/callcenter_black.png);
		height: 100%;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home_contact_right {
		width:100%;
		position:relative;
		display:inline-block;
		vertical-align:top;
	}
	.home_contact_right_content {
		width:calc(100% - 30px);
		padding: 30px 15px 20px;
		vertical-align:top;
	}
	
	.home_banner_left {
		width:100%;
		position:relative;
		display:inline-block;
		vertical-align:top;
	}
	.home_banner_left_content {
		width:calc(100% - 40px);
		background:#00d2ff;
		color:#fff;
		padding: 20px;
		vertical-align:top;
	}
	.home_banner_right {
		width:100%;
		position:relative;
		height: 250px;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home_service_three {
		width:calc(100% - 30px);
		margin: 0 15px;
		display:inline-block;
		margin-bottom:30px;
		vertical-align:top;
		-moz-box-shadow: 0 0 5px #e8e8e8;
		-webkit-box-shadow: 0 0 5px #e8e8e8;
		box-shadow: 0 0 5px #e8e8e8;
	}
	
	.home_service_three.middle {
		margin: 0px;
	}
	
	.home_service_three_image {
		background-repeat:no-repeat;
		background-size:cover;
		width:100%;
		height:250px;
	}
	.home_service_three_content {
		background:#fff;
		padding:15px 10px;
	}
	
	.home_service_three_content h1 {
		text-align:left;
		margin-bottom:5px;
		text-transform:none;
		font-family:'poppins-bold';
	}
	
	.home_service_three_content h3 {
		text-align:left;
		color:#717171;
		font-size:14px;
		line-height:18px;
		font-family:'poppins-thin';
		font-weight:bold;
	}
	
	.home_service_three_content h3 span {
		font-weight:bold;
		font-family:'poppins';
	}
	.home_service_three_price {
		position: relative;
		width: 110px;
		margin-left: 220px;
		color: #fff;
		height: 44px;
		display: inline-block;
		margin-top: 206px;
		font-size: 30px;
		float:right;
	}
	.home_service_three_price span {
		font-family:'poppins-bold';
	}
	
	.header_info
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin-right:0px;
		border:0px solid;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.header_info img
	{
		margin-bottom:-2px;
	}
	
	.header_info h3
	{
		font-size:13px;
		color:#fff;
		display:inline-block;
		padding-right:5px;
		padding-top:1px;
	}
	.box_gallery
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin: 0 8px 20px;
		width: 244px;
		border:1px #ffffff solid;
		text-align:left;
		opacity:1;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_gallery:hover
	{
		border:1px #eee solid;
		background-color:#fff;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.box_gallery h1 {
		text-align:center;
	}
	.header_email
	{
		position:relative;
		width:150px;
		height:20px;
		border:0px #4488ee solid;
		z-index:9;
		text-align:center;
		padding-top:5px;
		margin-bottom:10px;
	}
	
	.header_idiomas
	{
		position:relative;
		width:150px;
		height:30px;
		border:0px #ffffff solid;
		text-align:center;
		margin-top:5px;
	}
	
	.header_logo
	{
		position:relative;
		max-width:calc(100% - 20px);
		max-height:120px;	
		margin-top:10px;
		margin-bottom:10px;
		border:0px #000000 solid;
		text-align:center;
		float:center;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	
	.header_logo img
	{
		max-width:300px;
		max-height:100px;
	}
		
	.header_menu
	{
		position:relative;
		width:100%;
		height:50px;
		z-index:1;
		text-decoration:none;
	}
	.plusslider {
		margin-top:-1px !important;
	}
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		float:center;
		height:50px;	
		border:0px solid;
		text-align:center;
		width: calc(100% - 60px);
		padding-left: 40px;
		padding-right: 20px;		
	}
	
	.header_cart_info
	{
		position:relative;
		text-align:center;
		border:0px #000000 solid;
		width: calc(100% - 40px);
		padding: 0 20px;
		margin:10px 0 15px;
	}
		
	.cart_salutation
	{
		position:relative;
		width:100%;
		height:50px;
		margin-top:0px;
		margin-bottom:0px;
		border:0px #ff0000 solid;
		float:center;
		text-align:center;
	}	

	.cart_info
	{
		position:relative;
		margin-top:0px;
		width:100%;
		height:55px;	
		border:0px solid;
		text-align:center;
	}

	nav
	{	
		position: absolute;
		padding:0px;
		margin:0px;
		width: 100%;
		height: 50px;
		height: auto;
		z-index:9999;
  	}	
  	nav ul
	{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		height: 50px;		
		display: none;
		height: auto;
  	}	
  	nav li
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		float:left;
		color:#ffffff !important;
		text-align:center;
		border:0px solid;
		text-transform:uppercase;
		vertical-align:middle;		
  	}	
  	nav li a, li a:link, li a:active, li a:visited
	{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width:100%;		
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		height: 100%;
		line-height:50px;
		padding-left:0px;
		padding-right:0px;
		color:#ffffff !important;		
		border-bottom: 1px solid #bbbbbb;
		text-decoration:none;
	}
  	nav li a:hover
	{
		background-color: #333333;
		color:#ffffff !important;
	}
	nav li:last-child a
	{
		border-right: 0;
	}	
	nav a#pull
	{
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		vertical-align:middle;
		text-align:center;
		color:#fff !important;
		line-height:55px;
	}
	nav a#pull:after
	{		
		content:"";	
		color:#fff !important;
		background: url('../_images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.slider_homepage_caixa
	{
		position:relative;
		width:100%;
		min-height: 200px;
		border: 0px #ff0000 solid;
		margin-top:0px;		
		overflow:hidden;
		
		animation: fadein 2s;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}	
	.slider_homepage
	{
		position: relative; 
		width: 100%;
		min-height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-position: top;
		border: 0px #aaEE00 solid;
		background-color: #eeeeee;
		margin-top: -15px;
	}	
	.slider_background
	{
		position: relative; 
		background-position: top center; 
		background-repeat: no-repeat;
		background-size: cover;	
		width: 100%;
		min-height: 200px;
		border: 0px #ff0000 solid;
	}

	.headline
	{
		position:relative;
		width:100%;
		min-height:30px;	
		border:0px solid;
		margin-bottom:10px;
	}
	
	.login
	{
		position:relative;
		display:inline-block;
		width:100%;
		max-width:250px;
		min-height:80px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-bottom:20px;
	}	
	
	.caixa_produtos_destaque
	{
		position:relative;
		display:inline-block;
		width:236px;
		height:410px;
		border:1px #dddddd solid;
		margin-left:12px;
		margin-right:12px;
		margin-bottom:24px;
		text-align:center;
		border:1px #eeeeee solid;
	}
	.caixa_produtos_destaque:hover
	{
		border:1px #bbbbbb solid;
	}
		
	.caixa_produtos
	{
		position:relative;
		display:inline-block;
		width:200px;
		height:360px;
		border:1px #dddddd solid;
		margin-left:12px;
		margin-right:12px;
		margin-bottom:24px;
		text-align:center;
		border:1px #eeeeee solid;
	}
	.caixa_produtos:hover
	{
		border:1px #bbbbbb solid;
	}
		
	.caixa_noticias
	{
		position:relative;
		display:inline-block;
		max-width:300px;
		height:400px;
		border:0px #f5f5f5 solid;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
		text-align:center;
	}
	
	.footer_icons_ecommerce
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100px;
		margin-top:10px;
		margin-bottom:10px;
		vertical-align:top;	
		border:0px solid;
		text-align:center;
	}
	
	.footer_logo
	{
		position:relative;
		width:100%;
		height:100px;	
		margin-bottom:10px;
		border:0px #ffffff solid;
		text-align:center;
	}
	
	.footer_social_networks
	{
		position:relative;
		width:100%;
		min-height:40px;
		border:0px solid;
		text-align:center;
		margin-bottom:20px;
	}
	
	.footer_site_map
	{
		position:relative;
		width:100%;
		min-height:200px;
		border:0px solid;
		text-align:center;
		margin-bottom:40px;
	}
	
	.footer_newsletter
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:40px;
		font-family: 'poppins-light';
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #fff;
	}
	
	.footer_contacts
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		padding-bottom:30px;
		font-family: 'poppins-light';
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #fff;
	}		
	
	.footer_payment_methods
	{
		position:relative;
		width:100%;
		min-height:60px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:20px;
	}
	
	.footer_payment_methods_icon {
		position:relative;
		display:inline-block;
		margin-left:5px;
		margin-right:5px;
	}
	
	
	.footer_copyright h3,
	.footer_disclaimer h3,
	.footer_powered_by h3
	{
		font-family: 'poppins-light';
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color:#fff;
	}
	
	.footer_disclaimer
	{
		position:relative;
		width:100%;
		min-height:40px;
		margin-bottom:0px;
		border:0px solid;
		text-align:center;
		text-transform:uppercase;
	}
	
	.footer_copyright
	{
		position:relative;
		width:100%;
		min-height:40px;
		padding-top:20px;
		border:0px #ffffff solid;
		text-align:center;
	}

	.footer_powered_by
	{
		position:relative;
		width:100%;
		min-height:30px;
		padding-bottom:20px;
		border:0px #ffffff solid;
		text-align:center;
	}	
	
	.caixa_contactos_morada
	{
		position:relative;
		width:90%;
		min-height:200px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-bottom:20px;
		
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}
	
	.caixa_contactos_form
	{
		position:relative;
		width:90%;
		min-height:400px;
		border:0px #ff0000 solid;
		margin-bottom:20px;
		text-align:center;
		background-color:#ffffff;
		
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}	
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #cccccc solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.boxservices
	{ 
		width:100%;
		margin-bottom:20px;
		vertical-align:top;
	}	
	
	.login_on
	{
		position:relative; 
		width:270px;
		margin-bottom:20px;
		border:0px #cccccc solid;
	}
	
	.login_off
	{
		position:relative; 
		width:270px;
		height:50px;
		margin-bottom:20px;
		border:0px #cccccc solid;
	}
	
	.header_langs {
		text-align:center;
		width:100%;
		display:inline-block;
	}
	.header_langs div {
		position:relative;
		display:inline-block;
		width:20px;
		height:20px;
		margin-right:5px;
		margin-top:5px;
		border:0px #ffffff solid;
	}
	
	.slider_content_area {
		position:relative;
		margin-top:100px;
		text-align:center;
		max-width:calc(100% - 20px);
		height:300px;
		border:0px #ffffff solid;
	}
	.home_banner {
		position:relative;
		width:100%;
		min-height:50px;
		margin-top:15px;
		background-color:#ffffff;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}
}















