@media screen and (max-width:1050px)
{	
	.title
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:center;
		margin:50px 0px 50px;
	}
	.title h1
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-family: bold;
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        color: #023a77;
        border-bottom: 0px #E75094 solid;
	}
	
	
	
	.header_zone
	{
		position:fixed;
		width:100%;
		height:190px;
		border:0px solid;
		z-index:9;
		border-bottom:0px solid #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;	
	}
	
	.header_zone_logo
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:190px;
		border:0px #777777 solid;
		z-index:1;		
		background:transparent;
		padding:10px 0px;

		animation-name:animation_bottom_to_top;
		animation-duration:2s;
		animation-iteration-count:1;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		transition:all 0.3s;
	}
	
	
	
	
	.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% - 80px);
		max-width:201px;
		margin-top:10px;
		margin-bottom:20px;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.header_logo img
	{
		width: 100%;
		max-width:201px;
	}
	
	
	.header_menu_icon
	{
		position:absolute;
		width:40px;
		height:40px;
		top:78px;
		left:0px;
		border:0px #333333 solid;
		z-index:1;
		cursor:pointer;

		-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:none;
		width:100%;
		height:50px;
		text-decoration:none;
		background-color:#e76706;
		z-index:9;
	}
	.plusslider
	{
		margin-top:0px !important;
	}
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		float:center;
		height:50px;	
		border:0px solid;
		text-align:center;
		width: calc(100% - 60px);
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom:20px;
	}
	
	.header_cart_info
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:30px;
		margin-bottom:20px;
		text-align:center;
	}
		
	.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:99999999999999999999999999999999;
		background:#e76706;
		
  	}	
  	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:white !important;
		line-height:55px;
	}
	nav a#pull:after
	{		
		content:"";	
		color:white !important;
		background: url('../_images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	
	
	
	.header_zone.shrink
	{	
		position:fixed;
		width:100%;
		height:60px;
		background-color:#ffffff;
		box-shadow:0px 3px 20px rgba(0,0,0,0.1);
		z-index:9999;
		border-bottom:0px solid #ffffff;
	}
	.header_zone.shrink .header_zone_logo
	{
		height:60px;
		padding:0px;
	}
	.header_zone.shrink .header_zone_menu
	{
		display:none;
	}	
	.header_zone.shrink .header_menu_icon
	{	
		top:25px;
	}
	.header_zone.shrink .header_logo
	{
		width:100px;
		height:52px;
		margin-top:-75px;
	}
	.header_zone.shrink .header_menu
	{
		width:calc(100% - 340px);
		margin-top:15px;
	}	
	.header_zone.shrink .header_langs
	{
		margin-top:20px;
	}				
	.header_zone.shrink .header_button
	{
		margin-top:12px;
	}			
	.header_zone.shrink .header_search
	{
		margin-top:-300px;
	}
	
	
	
	
	.slider_homepage_caixa
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;
		margin-top:0px;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border:0px #e81a1c solid;		
		z-index:1;
		overflow:hidden;

		animation-name:animation_top_to_bottom;
		animation-duration:2s;
		animation-iteration-count:1;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		transition:all 0.3s;
	}
	.slider_homepage_caixa .swiper-video-container
	{
		padding-bottom:32.75% !important;
		height:400px;
		padding-top:0px;
	}
	.slider_homepage_caixa .swiper-video-container video
	{
		width:unset !important;
		height:400px;
	}
	.slider_homepage
	{
		position: relative; 
		width: 100%;
		height:400px;
		background-position: center;
		background-repeat: no-repeat;
		background-position: top;
		border: 0px #aaEE00 solid;
		background-color: #eeeeee;
	}
	.slider_homepage
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;		
		margin-top:0px;
		padding:0px;
		border:0px #333333 solid;
		overflow:hidden;
		
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.slider_background
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;		
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		padding:0px;
		margin:0px;	
		border:0px #333333 solid;
		overflow:hidden;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}			
	.slider_content_area
	{
		display:none !important;
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:0px;
		border:0px #ffffff solid;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
		text-align:right;
		
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 90%;
		margin-top:250px;
		padding:0px;
		border:0px #ffffff solid;
		text-align:left;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	
	.slider_content_area h1
	{
		position:relative;
		display:inline-block;
		font-family:bold;
		font-size:60px;		
		line-height:70px;
		letter-spacing:0px;
		color:#023a77;
		text-transform:none;
		padding:0px;
		border:0px #ffffff solid;	
		width:100%;
	}
	.slider_content_area h2
	{
		position:relative;
		display:inline-block;
		font-family:bold;
		font-size:40px;		
		line-height:40px;
		letter-spacing:0px;
		margin-bottom: 20px;
		color:#014B58;
		text-transform:uppercase;
		padding:0px;
		border:0px #ffffff solid;	
		width:10%;
	}
	.slider_content_area h3
	{
		position:relative;
		display:inline-block;
		font-family:light;
		font-size:18px;		
		line-height:22px;
		letter-spacing:0px;
		margin-bottom: 30px;
		color:#000000;
		text-transform:none;
		padding:0px;
		border:0px #ffffff solid;	
		width:100%;
		margin-top:30px;
	}
	.slider_content_area .button
	{
		border:1px solid #023a77;
		background-color:rgba(255,255,255,0.7);
		color:#023a77;
	}	
	.slider_content_area .button:hover
	{
		
	}
	
	
	
	
	.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_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:70px;
		font-family: 'roboto-light';
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #ffffff;
	}	
	.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_contacts
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		padding-bottom:30px;
		font-family: 'roboto-light';
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #000;
		margin-top:70px;
	}		
	
	.footer_payment_methods
	{
		position:relative;
		width:100%;
		min-height:60px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:0px;
	}
	
	.footer_payment_methods_icon {
		position:relative;
		display:inline-block;
		margin-left:5px;
		margin-right:5px;
	}
	
	.footer_place
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:90%;
		min-height:50px;
		border:0px #cccccc solid;
		text-align:left;
	}
	.footer_place
	{
		font-family:'roboto-light';
		font-size:14px;
	}
		
	.footer_phone
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:90%;
		min-height:50px;
		border:0px #cccccc solid;
		text-align:left;
	}
	.footer_phone
	{
		font-family:'roboto-light';
		font-size:14px;
	}	

	.footer_email
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:90%;
		min-height:50px;
		margin-bottom:30px;
		border:0px #cccccc solid;
		text-align:left;
	}
	.footer_email
	{
		font-family:'roboto-light';
		font-size:14px;
	}		
	
	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		min-height:30px;
		margin-top:20px;
		margin-bottom:20px;
		margin-right:10px;
		border:0px #cccccc solid;
		text-align:center;
	}
	.footer_copyright h3
	{
		font-family:light;
		font-size:12px;
		color:#000000;	
	}
		
	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:30px;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:10px;
		margin-right:10px;
		border:0px #cccccc solid;
		text-align:center;
	}
	.footer_disclaimer a
	{
		font-family:light;
		font-size:12px;
		color:#000000;	
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		height:30px;
		margin-top:20px;
		margin-bottom:20px;
		margin-right:10px;
		border:0px #cccccc solid;
		text-align:center;
	}	
	.footer_powered_by a
	{
		font-family:light;
		font-size:12px;
		color:#000000;	
		line-height:30px;
	}
	
	
	.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;
	}
	
	.store_header
	{ 	
		position:relative;
		width:100%;
		height:100%;
		min-height:50px;
		border:0px solid;
		text-align:center;
	}	
	
	.store_filters
	{
		display:none;
	}	
	
	.store_filters_mobile
	{
		position:relative;
		float:center;
		width:100%;
		height:100%;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.store_breadcrumb
	{
		position:relative;
		width:100%;
		min-height:50px;
		border:0px #000000 solid;
		text-align:center;	
		margin-bottom:0px;
	}
	
	.store_search
	{
		margin-right: auto;
		margin-left: auto;
		width:80%;
		min-height:50px;
		border:0px solid;
		margin-bottom:20px;
		text-align:center;
	}
	
	.store_order_by
	{
		position:relative;
		display:inline-block;
		width:50%;
		height:50px;
		border:0px solid;
		float:center;
		text-align:center;		
	}
	
	.store_products_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;
		margin-top:20px;
	}
	
	.store_product_detail_image
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
			
	.store_product_detail_body
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
	
	.store_promotions_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;	
	}

	.store_steps
	{
		position:relative; 
		width:90%;	
		height:50px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border:1px #cccccc solid;
	}
	
	.store_column_title
	{
		display:none;
		position:relative;
		width:90%;
		height:20px;
		background-color:#cccccc;
		text-align:center;
		border:0px solid;
	}
	
	.store_column_data
	{
		position:relative;
		width:90%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border-bottom:1px #eeeeee solid;
	}
	
	.store_total
	{
		position:relative;
		width:90%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border-bottom:1px #eeeeee solid;
	}
	
	.store_total_line
	{
		position:relative;
		width:90%;
		height:2px;
		background-color:#cccccc;
		border:0px solid;
		margin-bottom:10px;
	}	
	
	.store_button_continue
	{
		position:relative;
		width:100%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border:0px #cccccc solid;
		margin-bottom:20px;
	}	

	.store_button_buy
	{
		position:relative;
		width:100%;
		height:40px;
		line-height:30px;
		background-color:#ffffff;
		text-align:center;
		border:0px #cccccc solid;
		margin-bottom:20px;
	}
		
	.store_mobile_title
	{
		display:show;
	}		
		
		
	.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;
	}
	
	.cell
	{
		position:relative;
		width:100% !important;
		min-height:50px;
		border-bottom:1px #dddddd solid !important;
		text-align:center !important;
	}
	
	.header_button
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 200px;
		margin-top:15px;
		border:0px #333333 solid;
		z-index:1;
		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_search
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:200px;
		height:40px;
		padding:0px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		border-radius:40px;
		border:1px #cccccc solid;
		z-index:1;
		text-align:left;
		background:#ffffff;

		-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_search input[type="text"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 65px);
		height:32px;
		margin-top:3px;
		margin-left:25px;
		padding-left:0px;
		font-size:14px;
		color:#000000;
		background-color:transparent;
		border-radius:0px;
		border:0px #333333 solid;
		border-bottom:1px #ffffff solid;
		float:left;
		text-align:left;
	}
	.header_search input[type="text"]::placeholder
	{
		color:#000000;
	}		
	.header_search input[type="image"]
	{
		position:absolute;
		width:18px;
		height:18px;
		right:15px;
		top:3px;
		padding:8px 0px;
		border-radius:0;
		border:0px #333333 solid;
		float:right;
		text-align:center;
		background-color:transparent;
		
		-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_search input[type="image"]:hover
	{
		
	}	
	.header_search input:focus
	{
		outline:none;
	}	
	
	
	.header_langs
	{
		position:absolute;
		right:0px;
		top:0px;
		display:inline-block;
		vertical-align:middle;
		width:20px;
		margin-top:75px;
		border:0px #ffffff solid;
		text-align:right;
		z-index:2;

		-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_langs img
	{
		width:20px;
		display:inline-block;
		margin-right:5px;
		vertical-align:middle;
	}
	.header_langs_selected
	{
		position:relative;
		display:inline-block;
		width:20px;
		font-family:regular;
		color:#ffffff;
		cursor:pointer;
		font-size:16px;
		padding:0px 5px;
	}	
	.header_langs_select
	{
		position:absolute;
		display:none;
		width:20px;
		top:24px;
		left:0px;
		background:#ffffff;
		padding:5px;
		text-align:left;
	}
	.header_langs_select a
	{
		position:relative;
		display:inline-block;
		width:100%;
		color:#000000;
		margin-bottom:5px;
	}
	
	
	.home_featured_zone
	{
		position:relative;
		width:90%;
		border:0px #000000 solid;
		text-align:center;	
	}	

	.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;
	}
	
	.store_discount_ball h2,
	.store_novelty_bar h2 {
		color:#fff !important;
	}
	
	.home_banner {
		width:100%;
		max-height:500px;
		background-repeat:no-repeat;
		background-size:cover;
		padding:20px 0 40px;
	}
	.home_banner h1 {
		font-size: 35px;
		font-weight:normal;
		color:#fff;
		text-transform:none;
		text-align:center;
		margin-left:0;
		width:100%;
		padding-top:0;
		padding-bottom:20px;
	}
	.home_banner h2 {
		font-size: 15px;
		line-height: 25px;
		color:#fff;
		text-transform:none;
		text-align:center;
		margin-left:0;
		width:100%;
	}
	.home_banner .button {
		margin-top:30px;
		margin-left:0;
		background:#fff;
		color:#282828;
		padding:15px 30px;
	}
	.home_category
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:261px;
		height:260px;
		margin-right:1px;
		margin-bottom:1px;
		overflow:hidden;
		border:0px solid;
	}
	.home_category_background
	{
		width:261px;
		height:260px;
		display:table;
		background-repeat:no-repeat;
		background-size:cover;
		vertical-align:top;
	}
	.home_category .home_category_button {
		display: table-cell;
		width:230px;
		height:60px;
		margin-left:15px;
		margin-right:15px;
		vertical-align:middle;
		text-transform:uppercase;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
	.home_category
	{
		background:rgba(231, 103, 6, 0.8);
		display: table-cell;
		vertical-align: middle;
		font-weight:bold;
		color:#fff;
		font-size:14px;
		line-height:23px;
		padding: 10px 0;
		width:230px;
		margin-left:15px;
	}
	.home_category_text
	{
		color:#003E7E;
		border:0px solid;
	}
	
	.home_full_category {
		width:90%;
		height:150px;
		display:inline-block;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.home_full_category .home_full_category_background {
		width:100%;
		height:150px;
		display:inline-block;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		text-align:left;
	}
	.home_full_category .home_category_button {
		display: table-cell;
		width:100%;
		height:140px;
		margin-left:15px;
		margin-right:15px;
		vertical-align:bottom;
		text-transform:uppercase;
		font-weight:bold;
		color:#fff;
		text-align:left;
		padding:0 10px 10px;
	}
	.home_full_category .home_category_text:hover {
		background:rgba(2, 58, 119, 0.8);
		color:#fff;
	}
	.home_full_category .home_category_text {
		display: table-cell;
		vertical-align: middle;
		font-weight:bold;
		color:#023a77;
		font-size:12px;
		line-height:14px;
		padding: 2px 5px;
		margin-left:15px;
	}	
	
	
	
	.product_category {
		width:261px;
		height:260px;
		display:inline-block;
		margin-right:1px;
		margin-bottom:1px;
		vertical-align:top;
		overflow:hidden;
	}
	.product_category_background {
		width:261px;
		height:260px;
		display:table;
		background-repeat:no-repeat;
		background-size:cover;
		vertical-align:top;
	}
	.product_category .product_category_button {
		display: table-cell;
		width:230px;
		height:60px;
		margin-left:15px;
		margin-right:15px;
		vertical-align:middle;
		text-transform:uppercase;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
	.product_category .product_category_text {
		background:rgba(231, 103, 6, 0.8);
		display: table-cell;
		vertical-align: middle;
		font-weight:bold;
		color:#fff;
		font-size:14px;
		line-height:23px;
		padding: 10px 0;
		width:230px;
		margin-left:15px;
	}
	
	.box_blog
	{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 330px;
		min-height: 200px;
		border: 0px #eee solid;
		margin-bottom: 40px;
		text-align: center;
		margin-left:12px;
		margin-right:12px;
		-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
	{
		
	}
	
	.box_blog_image {
		position:relative;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	.box_blog_image img {
		width:100%;
	}
	.box_blog_content {
		position:relative;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		padding:10px 0 10px;
	}
	.box_blog h4
	{
		font-size:12px;
		line-height:12px;
		color:#999;
		text-align:left;
		margin-bottom: 15px;
		margin-top: 5px;
		font-weight:normal;
	}
	.box_blog h1
	{
		font-size:15px;
		line-height:18px;
		color:#e76706;
		text-align:left;
		margin-bottom: 5px;
		text-transform:none;
	}
	.box_blog h2
	{
		font-size:14px;
		line-height:20px;
		font-weight: bold;
		color:#727071;
		border-top:1px solid #f4f4f4;
		border-bottom:1px solid #f4f4f4;
		margin: 15px 0;
		padding:8px 0;
		text-align:left;
	}
	.box_blog h2 span
	{
		color:#b0251e;
	}
	.box_blog h3
	{
		font-size:15px;
		line-height:18px;
		color:#282828;
		text-align:left;
	}
	.box_blog span
	{
		color:#282828;
	}
	.box_blog_content span a {
		color:#282828;
		text-decoration:underline;
		text-transform:lowercase;
		font-size:14px;
	}
	
	.box_blog_odd {
		margin-right:0px;
	}
	.box_blog_even {
		margin-left:0px;
	}
	
	
	
	
	
	
	.box_home_headline
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 1 - 0px);
		margin-top:100px;
		margin-bottom:100px;
		border:0px #ff0000 solid;
		border-radius:0px;
		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_home_headline_image
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		margin-top:0px;
		margin-bottom:50px; 
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		border-radius:0px;
		border:0px #333333 solid;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);		
	}
	.box_home_headline_image_back img
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;		
	}	
	.box_home_headline_text
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		padding:0px;
		border:0px #333333 solid;
		z-index:2;
		text-align:center;
	}		
	.box_home_headline_text h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		color:#023a77;
		margin-bottom:25px;
		border-bottom:0px #E75094 solid;
	}
	.box_home_headline_text h2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:20px;
		line-height:20px;
		letter-spacing:0px;
		color:#000000;
		margin-bottom:10px;
	}	
	.box_home_headline_text h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:light;
		font-weight:normal;
		font-size:14px;
		line-height:25px;
		letter-spacing:0px;
		color:#2b2b27;
		margin-top:15px;
	}
	.box_home_headline_text .button
	{
		width:120px;
		margin:20px 10px;
	}
	.box_home_headline_text .button:hover
	{

	}
	.box_home_headline_text .button.white
	{
		margin:0px 10px;
	}
	
	
	
	
	.box_home_category
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 0px);
		height:350px;
		margin:1px 0px;
		overflow:hidden;
		background:#f7f7f7;
		
		-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_home_category.empty
	{
		display:none;
	}
	.box_home_category_front
	{
		position:relative;
		display:inline-block;
		width:100%;
		height: 100%;
		transform-style: preserve-3d;
		transition: all 0.4s linear;
        
		-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_home_category.with_subs:hover .box_home_category_front {
		transform: rotateY(180deg);
	}
	.box_home_category.with_subs:hover .box_home_category_back {
		transform: rotateY(0deg);
	}
	.box_home_category_back
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 40px);
		padding:20px;
		background:rgba(0,0,0,0.5);
		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_home_category_back h3
	{
		font-family:bold;
		font-size:18px;
		line-height:24px;
		color:#ffffff;
	}
	.box_home_category_back h3:hover
	{
		color:#e76706;
	}
	.box_home_category .face
	{
		position: absolute;
		left:0px;
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
	}
	.box_home_category .face.back
	{
		display: block;
		transform: rotateY(180deg);
		box-sizing: border-box;
	}
	.box_home_category_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:350px;
		background-size:cover;
		background-position: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_home_category:hover .box_home_category_image
	{
		-webkit-transform:scale(1.1);
		-ms-transform:scale(1.1);
		transform:scale(1.1);
	}
	.box_home_category_image_overlay
	{
		position:absolute;
		display:inline-block;
		width:100%;
		height:350px;
		left:0px;
		top:0px;
		background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 100%);
	}
	.box_home_category_text
	{
		position:absolute;
		display:inline-block;
		width:calc(100% - 40px);
		margin:20px;
		left:0px;
		bottom:0px;
		text-align:left;
	}
	.box_home_category_text h2
	{
		font-family:bold;
		font-size:36px;
		line-height:40px;
		color:#ffffff;
	}
	
	
	
	
	.box_home_inspiration
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:left;
		margin-top:50px;
	}
	.box_home_inspiration h1
	{
		font-family: bold;
        font-weight: normal;
        font-size: 50px;
        line-height: 50px;
        color: #023a77;
		margin-bottom:20px;
	}
	.box_home_inspiration h2
	{
		font-family: bold;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
		margin-bottom:20px;
	}
	
	.box_inspiration
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 10px);
		margin:10px 0px;
		padding:5px;
		vertical-align:top;
		top:0px;

		-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;	
	}
	.box_inspiration:hover
	{
		top:-10px;
		box-shadow:0px 0px 40px rgba(0,0,0,0.2);
		border:0px #aaaaaa solid;	
	}
	.box_inspiration_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:250px;
		background-size:cover;
		background-position:center;
	}
	.box_inspiration_text
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 0px);
		margin:10px 0px 0px;
		text-align:left;
	}
	.box_inspiration_text h2
	{
		font-family:bold;
		font-size:20px;
		line-height:24px;
		color:#000000;
	}
	.box_inspiration_text h3
	{
		color:#000000;
	}
	
	
	
	
	.footer_about_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin:50px 0px 0px 0px;
		text-align:center;
	}	
	.footer_about_us h1
	{
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		color:#000000;
		margin-bottom:20px;
		text-transform:none;
	}
	
	
	.footer_exhibition
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin:50px 0px 0px 0px;
		text-align:center;
	}	
	.footer_exhibition h1
	{
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		color:#000000;
		margin-bottom:20px;
		text-transform:none;
	}
	
	
	.footer_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin:50px 0px 0px 0px;
		text-align:center;
	}	
	.footer_services h1
	{
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		color:#000000;
		margin-bottom:20px;
		text-transform:none;
	}
	
	
	.footer_social
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin:50px 0px 50px 0px;
		text-align:center;
	}	
}