<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'regular';
  src: url('../_fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'myriad-regular';
  src: url('../_fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

.clearfix:before,

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

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}



a:link
{
	color:#000000;
	text-decoration:none;
}
a:visited
{
	color:#000000;
	text-decoration:none;
}
a:active
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	color:#BF9F62;
	text-decoration:none;
}

.link_footer
{
	font-family: 'regular';
	font-size:14px;
	font-weight:bold;
	line-height:25px;	
	color:#818284 !important;
	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;	
}
.link_footer:hover
{
	color:#ffffff !important;
	text-decoration:none;
}
.link_footer:visited
{
	color:#818284;
}
.link_footer:active
{
	color:#818284;
}

.link_footer2
{
	font-family: 'regular';
	font-size:14px;
	font-weight:normal;
	line-height:20px;	
	color:#818284 !important;
	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;	
}
.link_footer2:visited
{
	color:#818284;
}
.link_footer2:active
{
	color:#818284;
}

.link_footer3
{
	font-family: 'regular';
	font-size:14px;
	font-weight:bold;
	line-height:25px;	
	color:#818284 !important;
	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;	
}
.link_footer3:hover
{
	color:#ffffff !important;
	text-decoration:none;
}
.link_footer3:visited
{
	color:#818284;
}
.link_footer3:active
{
	color:#818284;
}

#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: 'light';
	font-size:40px;
	line-height:40px;
	color:#000000;
	letter-spacing:3px;	
	text-transform:uppercase;
}

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

h3
{
	margin: 0;
	padding: 0;
	font-family: 'myriad-regular';
	font-size:16px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0px;
	text-decoration:none;
	line-height:30px;	
}

.input[type="text"]
{
	font-family:'regular';
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#777777;
	width:90%;
	margin:0px;
	padding-left:20px;
	background-color:#ffffff;
	border:1px #dddddd solid;
	border-radius:0px;
}

.input[type="email"]
{
	font-family:'regular';
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:20px;
	background-color:#ffffff;
	border:1px #dddddd solid;
	border-radius:0px;
}

.input[type="password"]
{
	font-family:'regular';
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:20px;
	background-color:#ffffff;
	border:1px #dddddd solid;
	border-radius:0px;
}

.datepicker {
	font-family: 'regular';
	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: 'regular';
	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:'regular';
	font-size:14px;
	background-color:#ffffff;
	color:#777777;
	width:90%;
	height:30px;
	margin:0px;
	padding-left:20px;
	font-weight:normal;
	line-height:28px;
	border:1px #eeeeee solid;
	border-radius:0px;	
}

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

.error
{
	color:red;	
}

.button
{
	position:relative;
	display:inline-block;
	vertical-align:top;	
	font-family:'regular', sans-serif;
	font-size:17px;
	font-weight:regular;
	letter-spacing:0px;
	color:#ffffff;
	text-transform:uppercase;
	padding:10px 20px 10px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	background-color:#BF9F62;
	border-radius:30px;
	
	-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:#000000;
}

.button2
{
	position:relative;
	display:inline-block;
	vertical-align:top;	
	font-family:'regular', sans-serif;
	font-size:17px;
	font-weight:regular;
	letter-spacing:0px;
	color:#ffffff;
	text-transform:uppercase;
	padding:10px 20px 10px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	background-color:#BF9F62;
	border-radius:0px;
	
	-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;
}
.button2:hover
{
	background-color:#000000 !important;
}

.button_grey
{
	position:relative;
	display:inline-block;
	vertical-align:top;	
	font-family:'light';
	font-size:14px;
	font-weight:regular;
	letter-spacing:1px;
	color:#ffffff;
	text-transform:uppercase;
	padding:10px 20px 10px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	background-color:#454648;
	border-radius:0px;
	
	-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:hover
{
	background-color:#000000;
}

.button_white
{
	position:relative;
	display:inline-block;
	vertical-align:top;	
	font-family:'regular', sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	color:#000000;
	text-transform:uppercase;
	padding:10px 20px 10px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	background-color:#ffffff;
	border-radius:0px;
	
	-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_white:hover
{
	background-color:#000000;
}

.button_social_networks
{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	color:#ffffff;
	border-radius:40px;
	padding:3px;
	text-align:center;
	margin-top:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	border:0px #000000 solid;
	line-height:70px; 
	background-color:#C0A161;
	
	-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
{
	background-color:#000000;
}

.button_social_networks2
{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	color:#ffffff;
	border-radius:30px;
	padding:3px;
	text-align:center;
	margin-top:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	border:0px #000000 solid;
	line-height:70px; 
	background-color:#FFE401;
	
	-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_networks2:hover
{
	background-color:#000000;
}

#pagination .css-button
{
	font-family: 'roboto', 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: white;
	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 &gt; .selected,
#desconto3,
.pag_selected,
.cart-steps.selected &gt; span,
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal
{ background-color: &lt;?php echo $account['header_color1']; ?&gt;!important; }






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

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

 #nav_tabs .menu a:visited
{   
	font-family:'roboto',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:'roboto',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:'roboto',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;
}


/* STORE CSS /////////////////////////////////*/

.store_box_featured_product_image
{
	width:235px;
	height:250px;
	background-size:cover;
	background-position:top center;
	margin-bottom:20px;
}
.store_box_content h2
{
	color:#5f6670 !important;
	font-family: 'light';
}
.store_box_content h3
{
	color:#aaa !important;
	font-family: 'light';
}
.store_box_products_price
{
	font-family: 'light'; !important;
}
.menu_categorias_item_active,
.menu_categorias_item_active h3
{
	color:#fff !important;
}

.store_novelty_bar,
.store_discount_ball,
.menu_categorias_item_active
{
	
}
.store_box_products_price_discount,
#product_final_price
{
	
}






@media screen and (min-width: 1001px)
{
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	nav
	{
		font-family:'regular';
		font-size:14px;
		z-index:9;
		border:0px #ff3300 solid;
		padding-top:0px;
	}
	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
		text-align:center;
	}
	nav li
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-left:14px;
		margin-right:14px;
	}
	nav a#pull
	{
		display:none;
	}	
	.nav-li-first
	{
		padding-left:0;
	}
	.nav-li-last
	{
		padding-right:0;
	}
	
	.header_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:80px;
		height:80px;	
		margin-top:10px;
		margin-right:20px;
		border:0px #000000 solid;
		float:left;
		text-align: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_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 480px);
		min-height:30px;
		margin-top:44px;
		border:0px #000000 solid;
		z-index:1;
		float:left;
		text-align:left;
	}
	.header_menu_active
	{

	}		

	.header_languages
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100px;
		height:20px;
		margin-top:7px;
		border:0px #000000 solid;
		right:0px;
		float:right;
		text-align:right;

		-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_cart_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:370px;
		height:35px;
		border:0px #000000 solid;
		margin-top:32px;
		float:right;
		text-align:right;

		-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_cart_info.loggedin
	{
		
	}
	.header_cart_info .box_icon_cart
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:50px;
		height:50px;
		padding:0px;
		border-radius:50px;
		text-align: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_cart_info .box_icon_cart:hover
	{
		background-color:rgba(0,0,0	,0.1);
	}
	.header_cart_info .box_icon_cart img
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:10px;
		width:30px;
		height:30px;
	}	
	.header_cart_info h3
	{
		position:absolute;
		width:28px;
		height:28px;
		top:25px;
		right:-5px;
		color:#ffffff;
		background-color:#292929;
		border-radius:100%;
		text-align:center;	
	}
	
	.link_menu
	{
		font-family: 'regular';
		font-size:14px;
		font-weight:bold;
		line-height:20px;
		text-decoration:none;
		text-transform:uppercase;
		color:#464648 !important;
		
		-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;
	}
	.link_menu:hover
	{
		color:#BF9F62 !important;
	}
	.link_menu:visited
	{
		color:#464648 !important;
	}
	.link_menu:active
	{
		color:#464648 !important;
	}
	.link_menu_active
	{
		font-family: 'regular';
		font-size:14px;
		font-weight:bold;
		line-height:20px;
		text-decoration:none;
		text-transform:uppercase;
		color:#BF9F62 !important;

	}
	.link_menu_active:hover
	{
		color:#BF9F62 !important;
	}	
	
	.slider_homepage_caixa
	{
		position:relative;
		width:100%;
		height:600px;
		margin-top:0px;
		border:0px #ff0000 solid;		
		overflow:hidden;
		z-index:1;

		-moz-animation:fadein 2s;
		-webkit-animation:fadein 2s;
		-o-animation:fadein 2s;		
	}	
	.slider_homepage
	{
		position:relative; 
		width:1150px;
		height:600px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #ff0000 solid;
		padding:0px;
		margin:0px;
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:1150px;
		height:600px;
		padding:0px;
		margin:0px;
	}		
	.slider_content_area
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:1150px;
		height:200px;
		margin-top:100px;	
		border:0px #000000 solid;
		padding:0px;
		float:center;
		text-align:left;
	}
	.slider_content_area h1
	{
		position:relative;
		display:inline;
		vertical-align:top;
		font-family:'regular';
		font-weight:regular;
		font-size:65px !important;
		text-transform:uppercase;
		width:500px;	
		line-height:65px;
		letter-spacing:2px;
		color:#454648;
		border:0px #ff0000 solid;
		float:left;
		text-align:left;
	}
	.slider_content_area h2
	{
		position:relative;
		display:inline;
		vertical-align:top;
		font-family: 'regular';
		font-weight:bold;
		font-size:20px;
		line-height:20px;
		width:500px;	
		margin-top:10px;
		color:#454648;
		border:0px #ff0000 solid;
		float:left;
		text-align:left;
	}	
	.slider_content_area h3
	{
		position:relative;
		vertical-align:top;
		width:500px;	
		font-family:'myriad-regular';
		font-weight:normal;
		font-size:20px;
		line-height:25px;		
		color:#7F7F7F;
		margin-top:10px;
		float:left;
		text-align:left;
		border:0px #ffffff solid;
	}	
	.plusslider-arrows
	{
		margin-top:-16px !important;
	}	
	
	.homepage_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:600px;
		height:350px;
		margin-top:80px;
		margin-right:80px;
		float:left;
		text-align:left;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;			
	}
	
	.homepage_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:470px;
		height:350px;
		margin-top:100px;
		margin-right:0px;
		border:0px #000000 solid;
		float:right;
		text-align:left;		
	}

	.link_header
	{
		font-family:'light';
		font-size:14px;
		font-weight:reuular;
		line-height:14px;
		color:#000000 !important;
		text-decoration:none;
		text-transform:uppercase;

		-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;	
	}
	.link_header b
	{
		font-family: 'regular';
		font-size:14px;
		font-weight:normal;
		line-height:14px;	
		text-decoration:none;
		text-transform:uppercase;
	}
	.link_header:hover
	{
		text-decoration:none;
		color:#45A9CB !important;
	}
	.link_header:visited
	{
		color:#ffffff;
	}
	.link_header:active
	{
		color:#ffffff;
	}	
		
	.homepage_banners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:31%;
		max-width:356px;
		height:300px;
		border:0px #000000 solid;
		float:left;
		margin-left:1.7%;
		margin-right:1.7%;
		margin-top:45px;
		margin-bottom:45px;
	}
	
	.box_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(10% - 2px);
		min-width:150px;
		height:270px;
		margin-left:1px;
		margin-right:1px;
		margin-bottom:1px;
		border:1px #eeeeee 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;	
	}
	.box_products:hover
	{
		border:1px #45A9CB solid;	
	}
	
	.box_portfolio
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:250px;
		height:250px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:30px;			
		border:0px #000000 solid;
		overflow:hidden;
		
		-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_portfolio_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;	
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_portfolio_image:hover
	{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}	

	.box_portfolio1
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;		
		width:250px;
		height:250px;
		top:200px;
		left:0px;
		border:0px #000000 solid;
		overflow:hidden;
		z-index: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_portfolio1_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;	
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_portfolio1_image:hover
	{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.box_portfolio2
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;		
		width:250px;
		height:250px;
		top:200px;
		right:0px;
		border:0px #000000 solid;
		overflow:hidden;
		z-index: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_portfolio2_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;	
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_portfolio2_image:hover
	{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.box_portfolio3
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;		
		width:250px;
		height:250px;
		top:200px;
		right:290px;		
		border:0px #000000 solid;
		overflow:hidden;
		
		-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_portfolio3_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition:all 0.7s ease;
		transition:all 0.7s ease;
	}
	.box_portfolio3_image:hover
	{
		-webkit-transform:scale(1.5);
		-ms-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0.8;
		filter:alpha(opacity=80);
	}		
	
	.box_portfolio4
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;		
		width:280px;
		height:540px;
		top:200px;
		left:290px;		
		border:0px #eeeeee solid;
		overflow:hidden;
		
		-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_portfolio4_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:280px;
		height:550px;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition:all 0.7s ease;
		transition:all 0.7s ease;
	}
	.box_portfolio4_image:hover
	{
		-webkit-transform:scale(1.5);
		-ms-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0.8;
		filter:alpha(opacity=80);
	}	
	
	.box_portfolio5
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;		
		width:250px;
		height:250px;
		top:490px;
		left:0px;		
		border:0px #eeeeee solid;
		overflow:hidden;
		
		-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_portfolio5_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_portfolio5_image:hover
	{
		-webkit-transform:scale(1.5);
		-ms-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0.8;
		filter:alpha(opacity=80);
	}

	.box_portfolio6
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;		
		width:540px;
		height:250px;	
		right:0px;
		top:490px;
		border:0px #eeeeee solid;
		overflow:hidden;
		
		-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_portfolio6_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:540px;
		height:250px;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_portfolio6_image:hover
	{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}	
		
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:320px;
		min-height:350px;
		border:1px #eeeeee solid;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
		padding:10px;
		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;
	}
	.box_blog:hover
	{
		border:1px #777777 solid;
	}
	.box_blog_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:200px;
		margin-bottom:0px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
	}
	.box_blog_text
	{
		text-align:left;
	}	
	.box_blog_odd {
		margin-right:15px;
	}
	.box_blog_even {
		margin-left:15px;
	}
	.box_blog_title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 60px);
		border:0px solid;
	}
	
	.box_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		height:400px;
		border:0px #000000 solid;
		margin-right:50px;
		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;
	}
	
	.box_text
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 550px);
		min-height:500px;
		border:0px #eeeeee solid;
		float:left;
		text-align:left;
	}
	
	.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;
	}
	
	.box_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:300px;
		height:400px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:30px;
		border:1px #eeeeee 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;	
	}
	.box_services:hover
	{
		border:1px #45A9CB solid;	
	}
	.box_services_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:350px;
		height:250px;
		margin-bottom:20px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_services_image:hover
	{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}	
	
	.box_services2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:200px;
		height:200px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:30px;
		border:0px #eeeeee 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;	
	}
	.box_services_image2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:120px;
		height:120px;
		margin-bottom:20px;
		border:2px #BEA062 solid;
		border-radius:15px;
		
		-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_image2:hover
	{
		border:2px #ffffff solid;
	}	
	.box_services_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:200px;
		text-align:left;
		margin-right:0px;
		border:1px solid;
	}
	
	.box_partners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:350px;
		height:350px;
		border:0px #000000 solid;
		padding:0px;
		margin-top:50px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:40px;
		text-align:center;
		float:center;
		cursor:pointer;
		overflow: hidden;
		
		-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
	{
		border:0px #AC9E6F solid;
	}	
	.box_partners_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:350px;
		height:250px;
		margin-bottom:20px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_partners_image:hover
	{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}	
	.box_partners_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:200px;
		text-align:center;
		margin-right:0px;
		border:0px solid;
	}	
	
	.box_contacts_address
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		min-height:300px;
		border:0px #000000 solid;
		margin-top:0px;
		margin-left:0px;
		margin-right:20px;
		margin-bottom:40px;
		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;
	}
	
	.box_contacts_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		min-height:300px;
		border:0px #000000 solid;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		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;
	}

	.footer_about_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		min-height:250px;
		margin-top:50px;
		margin-right:50px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}		

	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:400px;
		min-height:250px;
		margin-top:50px;
		margin-right:50px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		min-height:100px;
		margin-left:50px;
		margin-right:50px;
		margin-top:0px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:100px;
		margin-top:90px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}
	.footer_newsletter_form_input
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:240px;
		min-height:50px;
		margin-right:10px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}
	.footer_newsletter_form_button_submit
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		min-height:50px;
		margin-top:0px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}	
	.footer_newsletter_form_accept_policy
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:50px;
		margin-top:0px;
		font-family:'regular';
		font-size:14px;
		font-weight:bold;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}		

	.footer_follow_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		min-height:250px;
		margin-top:50px;
		margin-right:50px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}	
	
	.footer_contacts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		min-height:250px;
		margin-top:50px;
		margin-right:0px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}	

	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:550px;
		min-height:30px;
		margin-top:20px;
		margin-right:20px;	
		border:0px #000000 solid;
		float:left;
		text-align:left;
	}	

	.footer_payments
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		min-height:30px;
		margin-top:20px;
		margin-right:20px;
		border:0px #000000 solid;
		float:center;
		text-align:center;
	}	

	.footer_payment_methods_icon
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		min-width:50px;
		float:left;
		border:0px #ffffff solid;
	}

	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:20px;
		margin-left:10px;
		margin-right:10px;
		border:0px #ffffff solid;
		font-weight: normal;
		line-height: 20px;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		min-height:30px;
		margin-top:20px;
		margin-right:20px;
		border:0px #000000 solid;
		float:right;
		text-align:right;
	}	
}







</pre></body></html>