
@media screen and (max-width:1000px)
{
	.header_zone
	{
		position:fixed;
		width:100%;
		height:400px;
		border:0px solid;
		z-index:9;

		-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_welcome
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:30px;
		border:0px #000000 solid;
		background:#00233b;
		
		-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;
		vertical-align:top;
		width:100%;
		height:220px;
		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;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}		

	.header_zone_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		height:60px;
		margin-top:50px;
		border:0px #000000 solid;
		
		-moz-animation:fadein 1s;
		-webkit-animation:fadein 1s;
		-o-animation:fadein 1s;	
	}
	
	.header_phone
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		margin-top:0px;
		margin-right:0px;
		border:0px #ffffff solid;
		z-index:1;

		-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_phone img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:16px;
		margin-right:10px;
		border:0px #000000 solid;
	}	
	.header_phone h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 40px);
		font-family:regular;
		font-weight:normal;
		font-size:15px;
		color:#ffffff;
		line-height:30px;
		border:0px #000000 solid;
	}	

	.header_email
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		margin-top:0px;
		margin-right:0px;
		border:0px #ffffff solid;
		z-index:1;

		-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_email img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:16px;
		margin-right:10px;
		border:0px #000000 solid;
	}	
	.header_email h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 50px);
		font-family:regular;
		font-weight:normal;
		font-size:15px;
		color:#ffffff;
		line-height:30px;
		border:0px #000000 solid;
	}		

	.header_welcome
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		border:0px #000000 solid;
		z-index:1;

		-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_welcome h3
	{
		margin:0px;
		padding:0px;
		font-size:14px;
		line-height:30px;
		color:#ffffff;	
	}
	.header_welcome h4
	{
		margin:0px;
		padding:0px;
		font-size:14px;
		line-height:30px;
		color:#ffffff;
	}
	
	.header_langs
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		min-height:20px;
		border:0px #ffffff solid;
		z-index:1;
		color:#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_langs a
	{
		color:#ffffff;
		line-height:30px;
		border:0px solid;
	}	
	.header_langs a:hover
	{
		text-decoration:underline;
	}	

	.header_button
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:20px;	
		border:0px #000000 solid;

		-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;
		vertical-align:top;
		width:100%;
		height:50px;
		margin-top:0px;
		border:0px #000000 solid;
		z-index:1;

		-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;			
	}	
	nav
	{	
		position:absolute;
		padding:0px;
		margin:0px;
		width:100%;
		height:50px;
		z-index:9;
  	}	
  	nav ul
	{
		padding:0px;
		margin:0px;
		width:100%;
		height:50px;		
		display:none;
		height:auto;
		background-color:#000000;
  	}	
  	nav li
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;	
		width:100%;
		height:50px;		
		color:#ffffff !important;
		text-transform:uppercase;			
		text-align:center;
		border:0px solid;
		float:left;
  	}	
  	nav li a, li a:link, li a:active, li a:visited
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		height:100%;		
		text-align:center;
		line-height:50px;
		padding-left:0px;
		padding-right:0px;
		color:#ffffff !important;
		border-bottom:1px solid #ffffff;
				
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
  	nav li a:hover
	{
		background-color:#451F01;
		color:#ffffff !important;
	}
	nav li:last-child a
	{
		border-right: 0;
	}	
	nav a#pull
	{
		position:relative;
		display:block;
		vertical-align:middle;
		width:100%;
		height:50px;
		line-height:50px;
		color:#ffffff;
		text-align:center;
		background-color:#000000;		
	}
	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;
	}	

	.link_menu
	{
		font-family:regular;
		font-size:17px;
		font-weight:normal;
		line-height:50px;	
		color:#ffffff !important;

		-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;
	}
	.link_menu:hover
	{
		background-color:#451F01;
		color:#ffffff !important;
	}
	.link_menu:visited
	{
		color:#ffffff;
	}
	.link_menu:active
	{
		color:#ffffff;
	}
	.link_menu_active
	{
		font-family:regular;
		font-size:17px;
		font-weight:normal;
		line-height:50px;	
		color:#ffffff !important;
		background-color:#451F01;		
		
		-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_icon
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:30px;
		top:40px;
		left:0px;
		border:0px #ffffff solid;
		z-index:1;

		-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
	{
		position:relative;
		display:block;
		vertical-align:top;
		width:117px;		
		margin-top:20px;
		border:0px #000000 solid;
		z-index:1;

		-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:300px;
		height:50px;
		margin-top:20px;
		margin-left:0px;
		margin-right:0px;
		border:0px #000000 solid;
		z-index:1;

		-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% - 20px);
		height:30px;
		margin:0px;
		padding-left:20px;
		font-size:12px;
		background-color:#ffffff;
		border-radius:30px;
		border:1px #cccccc solid;
		float:left;
		text-align:left;
	}	
	.header_search input[type="image"]
	{
		position:absolute;
		width:20px;
		height:20px;
		right:10px;
		top:7px;
		padding:0px;
		border:0px #000000 solid;
		float:right;
		text-align:center;
	}	
	.header_search input:focus
	{
		outline:none;
	}
	
	
	
	
	.header_cart_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 80px);
		height:50px;
		margin-top:20px;	
		border:0px #000000 solid;
		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.loggedin
	{
		margin-top:0px;	
	}
	.header_cart_info .box_user
	{
		margin-bottom:-5px;
	}
	.header_cart_info .box_user h4
	{
		color:#ffffff;
	}
	.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:#00233b;
		border-radius:100%;
		text-align:center;	
		line-height:28px;
	}
	


	
	.header_zone.shrink
	{	
		position:fixed;
		width:100%;
		height:55px;
		background-color:#00233b;
		z-index:9999;
		box-shadow:0px 3px 10px rgba(0,0,0,0.1);;	
	}	
	.header_zone.shrink .header_zone_welcome
	{
		position:relative;
		display:inline-block;	
		width:100%;
		height:5px;
		margin-top:-200px;
		border:0px solid;
		z-index:1;
	}
	.header_zone.shrink .header_welcome
	{
		position:relative;
		display:none;	
		width:100%;
		height:10px;
		margin-top:-5px;
		border:0px solid;
		z-index:1;
	}
	.header_zone.shrink .header_langs
	{
		position:relative;
		display:none;	
		width:100%;
		height:1px;
		border:0px solid;
		z-index:1;
	}	
	.header_zone.shrink .header_zone_logo
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		border:0px #ff0000 solid;
		z-index:1;
	}	
	.header_zone.shrink .header_logo
	{
		position:relative;
		display:none;
		width:80px;		
		margin-top:5px;
		margin-right:0px;	
		border:0px #ff0000 solid;
	}
	.header_zone.shrink .header_email
	{
		position:relative;
		display:none;
		height:50px;
		margin-top:15px;		
	}
	.header_zone.shrink .header_phone
	{
		position:relative;
		display:none;
		height:50px;
		margin-top:15px;		
	}	
	.header_zone.shrink .header_cart_info
	{
		position:relative;
		display:inline-block;
		height:40px;
		margin-top:2px;
		border:0px #000000 solid;
	}	
	.header_zone.shrink .header_cart_info h3
	{
		color:#00233b;
		background-color:#ffffff;
	}	
	.header_zone.shrink .header_cart_info .box_user
	{
		margin-top:-50px;
		margin-bottom:20px;
	}	
	.header_zone.shrink .header_zone_menu
	{
		position:relative;
		display:none;
		width:calc(100% - 0px);
		height:30px !important;
		margin-top: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;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.header_zone.shrink .header_menu
	{
		position:relative;
		display:none;
		width:100%;
		height:30px;
		overflow:hidden;
		z-index:9;
	
		-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.shrink .link_menu
	{
		font-size:15px;
		height:20px;
		line-height:30px;
	}
	.header_zone.shrink .link_menu_active
	{
		font-size:15px;
		height:20px;
		line-height:30px;
	}	
	.header_zone.shrink .header_button
	{
		margin-top:-200px;
	}	
	.header_zone.shrink .header_menu_icon
	{
		top:20px;
	}	
	
	

	.slider_homepage_caixa
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:800px;
		padding:0px;
		margin-top:0px;
		border:0px #ff0000 solid;		
		overflow:hidden;
		z-index:1;
	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.slider_homepage
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:800px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:0px;
		padding:0px;
		
		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:800px;
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		padding:0px;
		margin:0px;		
	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}			
	.slider_content_area
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:1250px;	
		min-height:350px;
		margin-top:400px;
		border:0px #ffffff solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1
	{
		display:inline-block;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:40px;		
		line-height:40px;
		letter-spacing:-3px;
		color:#ffffff;
		margin-top:0px;
		margin-bottom:0px;		
		border:0px #000000 solid;	
		text-transform:uppercase;		

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_content_area h2
	{
		display:inline-block;
		width:100%;
		font-family:regular;
		font-weight:normal;
		font-size:20px;		
		line-height:20px;
		letter-spacing:-1px;
		color:#ffffff;
		margin-left:0px;
		margin-top:20px;
		margin-bottom:30px;
		border:0px #000000 solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_content_area h3
	{
		display:none;
		width:100%;	
		font-family:regular;
		font-weight:normal;
		font-size:1.8vw;
		line-height:1.8vw;
		letter-spacing:0px;
		color:#ffffff;
		margin-top:30px;
		margin-bottom:30px;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_content_area .button
	{
		display:inline-block;
		width:100%;
		max-width:200px;
		height:40px;
		font-family:regular;
		font-weight:normal;
		font-size:18px;		
		line-height:40px;
		margin-top:0px;
		color:#00233b;
		background-color:#dff9f7;
		border-radius:30px;
		border:0px #000000 solid;
	}		
	.slider_content_area .button:hover
	{
		color:#ffffff;
		background-color:#00233b;
	}	
	.plusslider-arrows-wrapper
	{
		margin-top:-18px;
	}
	
	.top_header_margin	
	{
		padding-top:0px;
		border:0px #ff0000 solid;
	}
	
	.title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		margin-top:50px;
		border:0px #000000 solid;
		text-align:center;
		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;	
	}
	.title_line
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:136px;
		height:16px;
		margin-top:10px;
		margin-bottom:20px;
		background-image:url(../_images/title-line.png);
		border:0px #000000 solid;
	}
	.title h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:bold;
		font-weight:normal;
		font-size:35px;
		line-height:40px;
		letter-spacing:-2px;
		color:#00233b;
	}
	
	
	.box_benefits
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:150px;
		margin-top:20px;
		margin-left:30px;
		margin-right:30px;
		margin-bottom:80px;
		border:0px solid;
		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_benefits h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:20px;		
		line-height:20px;
		color:#00233b;
		margin-top:5px;
		letter-spacing:-1px;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_benefits_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:120px;
		height:120px;
		border:0px solid;
		border-radius:120px;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}	
	.box_benefits_image img
	{
		margin-top:10px;
	}


	.box_home_banner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 1 - 0px);
		height:400px;
		padding:0px;
		margin:0px;
		top:0px;
		background-color:#ffffff;
		border:0px #333333 solid;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		opacity:1.0;
		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_home_banner:hover
	{		

	}	
	.box_home_banner:hover .box_home_banner_image
	{		
		/* -webkit-transform:scale(1.1); */
		/* -ms-transform:scale(1.1); */
		/* transform:scale(1.1); */
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}	
	.box_home_banner_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;
		background-color:#333333;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border-radius:0px;
		border:0px #333333 solid;
		z-index:1;
		opacity:1.0;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(80%);			
	}	
	.box_home_banner_text
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:1250px;
		height:400px;
		top:0px;
		left:0px;
		right:0px;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		border:0px #333333 solid;
		z-index:1;
		text-align:center;
		background-color:transparent;
	}		
	.box_home_banner_text table td
	{
		height:400px;
		text-align:center !important;
	}
	.box_home_banner_text h1
	{
		font-family:'bold';
		font-weight:normal;
		font-size:40px;
		line-height:40px;
		letter-spacing:0px;
		color:#ffffff;
		padding:0px;
		text-transform:uppercase;
		border:0px #ffffff solid;
		z-index: 1;
	}
	.box_home_banner_text h3
	{		
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		line-height:25px;
		letter-spacing:0px;
		color:#444444;
		padding:0px;
		margin-top:20px;
		border:0px #ffffff solid;
		z-index:1;
	}
	.box_home_banner_text_line
	{
		width:50px;
		height:5px;
		margin-top:20px;
		padding:0px;
		background-color:#229fce;
		border:0px #ffffff solid;
		z-index:1;
	}		
	.box_home_banner_text .button
	{
		padding:15px 40px;
		margin-top:20px;
		color:#00233b;
		background:#ffffff;
	}
	.box_home_banner_text .button:hover
	{
		padding:15px 40px;
		margin-top:20px;
		color:#ffffff;
		background:#00233b;
	}
	
	
	.box_home_banner_video
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 1 - 0px);
		padding:0px;
		margin:0px;
		top:0px;
		background-color:#333333;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border:0px #333333 solid;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		opacity:1.0;
		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_home_banner_video:hover
	{		

	}	
	.box_home_banner_video_area
	{
		position:relative;
		display:inline-block;
		width:90%;
		max-width:1250px;
	}
	.box_home_banner_video:hover .box_home_banner_video_iframe
	{		
		/* -webkit-transform:scale(1.1); */
		/* -ms-transform:scale(1.1); */
		/* transform:scale(1.1); */
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}	
	.box_home_banner_video_iframe
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;
		border-radius:0px;
		border:0px #333333 solid;
		z-index:1;
		opacity:1.0;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(80%);			
	}	
	.box_home_banner_video_iframe .video-container
	{
		border-radius:10px;
		overflow:hidden;
	}
	.box_home_banner_video_iframe table td
	{
		height:300px;
	}
	.box_home_banner_video_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;
		padding:0px;
		border:0px #333333 solid;
		z-index:1;
		text-align:center;
		background-color:transparent;
	}		
	.box_home_banner_video_text table td
	{
		height:400px;
		text-align:center !important;
	}
	.box_home_banner_video_text h1
	{
		font-family:'bold';
		font-weight:normal;
		font-size:40px;
		line-height:40px;
		letter-spacing:0px;
		color:#ffffff;
		padding:0px;
		text-transform:uppercase;
		border:0px #ffffff solid;
		z-index: 1;
	}
	.box_home_banner_video_text h3
	{		
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		line-height:25px;
		letter-spacing:0px;
		color:#444444;
		padding:0px;
		margin-top:20px;
		border:0px #ffffff solid;
		z-index:1;
	}
	.box_home_banner_video_text_line
	{
		width:50px;
		height:5px;
		margin-top:20px;
		padding:0px;
		background-color:#229fce;
		border:0px #ffffff solid;
		z-index:1;
	}		
	.box_home_banner_video_text .button
	{
		padding:15px 40px;
		margin-top:20px;
		color:#00233b;
		background:#ffffff;
	}
	.box_home_banner_video_text .button:hover
	{
		padding:15px 40px;
		margin-top:20px;
		color:#ffffff;
		background:#00233b;
	}
	
	
	.box_testimony_line
	{
		position:relative;
		display:none;
		vertical-align:top;
		height:300px;
		border-right:1px solid #00233b;
	}
	.box_testimony
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 21px);
		height:300px;
		margin:0px 10px 20px;
		border:0px solid;
		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_box_testimony_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100px;
		height:100px;
		border:0px solid;
		margin-bottom:10px;
		z-index:1;
		border-radius:100%;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.box_testimony_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
	}
	.box_testimony_text h1
	{
		font-family:regular;
		color:#00233b;
		font-size:18px;
		line-height:22px;
		height:44px;
		overflow:hidden;
	}
	.box_testimony_text h3
	{
		font-size:14px;
		line-height:20px;
		height:80px;
		overflow:hidden;
		margin-bottom:10px;
	}
	.box_testimony_text h2
	{
		font-size:14px;
		line-height:20px;
		color:#00233b;
	}
	.box_testimony_stars
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin:10px 0px;
	}
	.box_testimony_stars .box_testimony_star
	{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		background-image: url(https://bo7.onlinebiz.pt/_images/icon-star.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 1px;
		filter: grayscale(1);
	}
	.box_testimony_stars .box_testimony_star.active
	{
		filter: grayscale(0);
	}
	
	
	
	
	.box_home_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		
		-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_form_left
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-bottom:20px;
	}
	.box_home_form_right
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-bottom:20px;
	}
	.box_home_form .input
	{
		border-radius:40px;
		height:50px;
		color:#ffffff;
		background:#00233b;
		border:1px solid #00233b;
		margin-bottom:10px;
	}
	.box_home_form .input::placeholder
	{
		color:#ffffff;
	}
	.box_home_form .textarea
	{
		border-radius:20px;
		color:#ffffff;
		background:#00233b;
		border:1px solid #00233b;
		height:175px;
	}
	.box_home_form .textarea::placeholder
	{
		color:#ffffff;
	}
	
	
	
	.box_clients
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:150px;
		margin-top:20px;
		margin-bottom:20px;
		border:0px solid;
		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_clients h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:20px;		
		line-height:20px;
		color:#000000;
		margin-top:5px;
		letter-spacing:-1px;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_clients_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:120px;
		height:120px;
		border:0px solid;
		border-radius:0px;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}	
	.box_clients img
	{
		width:100%;
		margin-top:10px;
	}		
			
	

	.box_homepage_banner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% - 0px);
		height:400px;
		margin:0px;
		background-color:#000000;
		border:0px #000000 solid;
		overflow:hidden;
		z-index:1;
		opacity:1.0;
		
		-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_homepage_banner:hover .box_homepage_banner_image
	{
		background-color:rgba(0,0,0,0.0);
		-webkit-transform:scale(1.5);
		-ms-transform:scale(1.5);
		transform:scale(1.5);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_homepage_banner_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		z-index:1;
		opacity:0.6;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}
	.box_homepage_banner_text
	{
		position:absolute;
		width:100%;
		max-width:1250px;
		bottom:90px;
		left:0%;
		right:0%;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		text-align:center;
		border:0px #ffffff solid;
		z-index:2;
	}	
	.box_homepage_banner_text h1
	{
		margin-top:10px;
		margin-bottom:10px;
		font-family:light;
		font-weight:light;
		font-size:60px;		
		line-height:65px;
		color:#ffffff;
		letter-spacing:-2px;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_homepage_banner_text h2
	{
		margin-bottom:100px;
		font-family:light;
		font-weight:normal;
		font-size:25px;
		line-height:30px;		
		color:#ffffff;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_homepage_banner_text .button
	{
		position:absolute;
		width:200px;
		height:30px;
		bottom:0px;
		left:0%;
		right:0%;
		margin-left:auto;
		margin-right:auto;
		font-family:regular;
		font-weight:normal;		
		font-size:15px;
		line-height:30px;
		color:#ffffff;
		background-color:transparent;
		border-radius:40px;
		border:2px #ffffff solid;
		z-index:1;
	}
	.box_homepage_banner .button:hover
	{
		color:#ffffff;
		background-color:#000000;
	}	
	
	
	.box_content
	{ 
		width:100%;
		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;
	}	
	

	.box_photos
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:230px;
		height:230px;
		margin:10px;
		border-radius:8px;
		border:0px solid;
		overflow:hidden;
		
		-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_photos:hover .box_photos_image
	{
		box-shadow:0px 3px 20px rgba(0,0,0,0.4);
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}
	.box_photos_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:230px;		
		border:0px solid;
		background-color:#000000;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(80%);
	}	
	.box_photos_text
	{
		position:absolute;
		bottom:20px;
		left:20px;
		text-align:left;
		border:0px #000000 solid;
		z-index:9;	
	}
	.box_photos_text h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:bold;
		font-size:25px;
		line-height:25px;
		color:#ffffff;
		margin-bottom:10px;
	}
	
	
	
	.box_team_details_image
	{
		margin-bottom:20px;
	}
	
	.box_blog_right_area
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 40px);
		height:100%;		
		margin-left:0px;
		margin-right:0px;
		margin-top:50px;
		margin-bottom:50px;
		padding:20px;
		background-color:#f7f7f7;
		text-align:left;		
		border:0px #000000 solid;
		
		-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_blog_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;		
		margin-left:0px;
		margin-right:0px;
		margin-bottom:50px;
		padding:0px;
		float:left;
		text-align:left;		
		border:0px #000000 solid;
		
		-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_blog_newsletter .input
	{
		width:calc(100% - 100px);
		height:40px;
		padding:0px 0px 0px 10px;
		border-radius:30px;
		border:0px;
		margin-right:5px;		
	}
	.box_blog_newsletter .button
	{
		height:40px;
		line-height:23px;
		font-size:16px !important;
		padding:10px;
	}		
	.box_blog_last_posts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;		
		margin-left:0px;
		margin-right:50px;
		margin-bottom:50px;
		padding:0px;
		float:left;
		text-align:left;		
		border:0px #000000 solid;
		
		-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_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 40px);
		height:300px;		
		margin:0px 20px 20px;
		padding:0px;
		background-color:#ffffff;
		border:0px #ffffff solid;
		
		-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_blog:hover
	{
		border:0px #aaaaaa solid;
	}
	.box_blog_text
	{
		position:absolute;
		display:inline-block;
		width:calc(100% - 40px);
		overflow:hidden;
		padding:20px;
		margin:0px;
		border:0px solid;
		bottom:0px;
		left:0px;
		background:#ffffff90;
		text-align:left;
	}
	.box_blog a
	{
		color:#000000;
		text-decoration:underline;
	}
	.box_blog a:hover
	{
		text-decoration:none;
	}	
	.box_blog h1
	{
		font-family:bold;
		font-size:20px;
		line-height:24px;
		color:#00233b;
		min-height:48px;
	}
	.box_blog h3
	{
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		line-height:24px;
		color:#00233b;		
	}
	.box_blog .button
	{
		margin:0px;
		padding:0px;
		color:#00233b;
		font-family:regular;
		text-decoration:none;
		background-color:transparent;
		border:0px;
		margin-top:10px;
	}
	.box_blog .button:hover
	{
		text-decoration:none;
	}
	.box_blog_image
	{
		width:100%;
		height:300px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		opacity:1.0;
		
		-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_blog_image:hover
	{
		opacity:0.5;
	}	
	
	
	.box_blog_details_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		height:500px;
		margin-right:0px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		float:left;
		border:0px solid;
	}
	.box_blog_details_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		height:500px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		float:left;
		text-align:left;
		border:0px solid;
	}
	.box_blog .button_white
	{
		border-radius:0px;	
		width:80px;
		height:30px;
		line-height:30px;
		margin-top:0px;
		text-transform:capitalize;
	}

	.box_contacts_address
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:0px;
		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;	
	}
	.box_contacts_address h3
	{
		margin:0;
		padding:0;
		font-family:'regular';
		font-size:16px;
		font-weight:normal;
		letter-spacing:0px;
		text-decoration:none;
		line-height:30px;
		color:#000000;		
	}
	.box_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:400px;
		border:0px #cccccc solid;
		margin-bottom:50px;
		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;	
	}
	.box_contacts_form h3
	{
		display:inline-block;
		margin-left:10px;
		font-size:14px;
		line-height:14px;
		border:0px #000000 solid;
	}	
	.box_contacts_form a
	{
		display:inline-block;
		font-size:14px;
		line-height:14px;
		text-decoration:underline;	
		margin-top:0px;
		border:0px #000000 solid;
	}
	.box_contacts_form a:hover
	{
		text-decoration:none;
	}
	.box_contacts_form .button
	{
		width:200px;
		height:40px;
		line-height:26px;
	}	



	.footer_informations
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:40px;
		margin-bottom:40px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_informations h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;
		text-transform:uppercase;
	}
	.footer_informations a
	{
		font-size:14px;
		line-height:25px;
		color:#ffffff;
		text-transform:uppercase;
	}
	.footer_informations a:hover
	{
		text-decoration:underline;
	}
	
	
	.footer_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:40px;
		margin-bottom:40px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_products img
	{
		display:inline-block;
		width:100%;
		max-width:200px;
		margin-bottom:20px;
	}
	.footer_products h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;	
	}
	.footer_products h3
	{
		position:relative;
		display:inline-block;
		font-size:15px;
		line-height:25px;
		color:#ffffff;
		margin-right:5px !important;
		margin-bottom:5px !important;
		padding:0px 10px 0px 10px;
		border-radius:30px;
		border:2px #ffffff solid;
		text-transform:uppercase;
		
		-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;		
	}
	.footer_products h3.featured,
	.footer_products h3:hover
	{
		color:#00233b;
		background-color:#ffffff;
		border:2px #ffffff solid;
	}
	.footer_products h2
	{
		margin-top:20px;
		margin-bottom:10px;
		font-family:bold;
		font-weight:normal;
		font-size:20px;		
		line-height:20px;
		color:#ffffff;
	}
	
	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:50px;
		margin-right:0px;
		margin-bottom:50px;
		border:0px #000000 solid;
		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;			
	}
	.footer_newsletter h1
	{
		margin-left:0px;
		margin-bottom:20px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:34px;
		color:#ffffff;
		text-transform:uppercase;
	}
	.footer_newsletter h3
	{
		color:#ffffff;
		line-height:20px;
		margin-bottom:20px;
	}
	.footer_newsletter a
	{
		font-size:12px;
		line-height:25px;
		color:#ffffff;
		text-decoration:underline;
	}
	.footer_newsletter a:hover
	{
		text-decoration:underline;
		color:#451f01;
	}
	.footer_newsletter .input
	{
		width:calc(100% - 20px);
		margin-right:0px;
		height:54px;
		font-size:14px;
		line-height:52px;
		border-radius:60px;
		z-index:1;
	}
	.footer_newsletter small
	{
		font-size:12px;
		color:#ffffff;
	}
	.footer_newsletter .button
	{
		width:140px;
		height:58px;
		z-index:2;
		margin-top:10px;
		margin-bottom:10px;
	}
	

	
	.footer_follow_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_follow_us h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;
	}
	
	.footer_contacts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:40px;
		margin-bottom:40px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_contacts h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;
		text-transform:uppercase;
	}	
	.footer_contacts h3
	{
		font-size:12.8px;
		line-height:25px;
		color:#ffffff;	
	}	
	
	
	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:20px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_copyright h3
	{		
		font-family:bold;
		font-weight:normal;
		font-size:14px;		
		line-height:24px;
		color:#00233b;	
		text-transform:uppercase;
	}
	
	.footer_payments
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		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;		
	}
	.footer_payment_methods_icon
	{
		display:inline-block;
		margin-right:5px;
		margin-bottom:10px;
	}		

	.footer_disclaimer
	{
		position:relative;
		display:none;
		vertical-align:top;
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_disclaimer a
	{	
		font-family:regular;
		font-weight:normal;
		font-size:14px;		
		line-height:24px;
		color:#ffffff;	
	}
	.footer_disclaimer a:hover
	{	
		color:#30px;
		text-decoration:underline;
	}	


	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-top:10px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		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;			
	}
	.footer_powered_by a
	{	
		font-family:bold;
		font-weight:normal;
		font-size:14px;		
		line-height:24px;
		color:#00233b;	
		text-transform:uppercase;
	}
	.footer_powered_by a:hover
	{	
		color:#30px;
		text-decoration:underline;
	}	
}