@font-face {

  font-family: 'regular';

  src: url('../../_fonts/NunitoSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'bold';

  src: url('../../_fonts/NunitoSans-Bold.ttf') format('truetype');

  font-weight: bolder;

  font-style: normal;

}



@font-face {

  font-family: 'light';

  src: url('../../_fonts/NunitoSans-Light.ttf') format('truetype');

  font-weight:lighter;

  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

{

	text-decoration:none;

	color: #000000;

}

a:link,
a:visited
{

}

a:hover

{

	text-decoration:none;

}



h1
{
    margin: 0;
    padding: 0;
    font-family: regular;
    font-weight: normal;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 40px;
}



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



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



h4

{

	margin: 0;

	padding: 0;

	font-family:light;

	font-size:15px;

	font-weight:normal;

	letter-spacing:0px;

	text-decoration:none;

	line-height:30px;

	color:#000000;	

}



.input[type="text"]
{
	font-family:light;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	line-height:40px;
	width:calc(100% - 19px);
	height:36px;	
	padding-left:20px;
	border-radius:0px;
	border:1px #dddddd solid;
}



.input[type="email"]
{
	font-family:light;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	line-height:40px;
	width:calc(100% - 19px);
	height:36px;	
	padding-left:15px;
	border-radius:0px;
	border:1px #dddddd solid;
}



.input[type="password"]

{

	font-family:light;

	font-size:14px;

	font-weight:normal;

	color:#333333;

	line-height:40px;

	width:calc(100% - 19px);

	height:36px;	

	padding-left:15px;

	border-radius:4px;

	border:1px #dddddd solid;

}



.input[type="date"]

{

	height:36px;	

	font-family:light;

	font-size:14px;

	font-weight:normal;

	color:#333333;

	line-height:40px;

	padding-left:15px;

	border-radius:4px;

	border:1px #dddddd solid;

	cursor:pointer;

}



.input[type="time"]

{

	height:36px;

	font-family:light;

	font-size:14px;

	font-weight:normal;

	color:#333333;

	line-height:40px;

	padding-left:15px;

	border-radius:4px;

	border:1px #dddddd solid;

	cursor:pointer;

}



.datepicker

{

	font-family:light;

	font-size:14px;

	font-weight:normal;

	color:#333333;

	line-height:40px;

	width:100%;

	height:36px;	

	padding-left:15px;

	border-radius:4px;

	border:1px #dddddd solid;

}



.select

{

	font-family:light;

	font-size:14px;

	font-weight:normal;

	color:#333333;

	line-height:40px;

	width:100%;

	height:40px;	

	padding-left:15px;

	border-radius:4px;

	border:1px #dddddd solid;

}



.textarea
{
	font-family:light;
	font-size:16px;
	font-weight:normal;
	color:#333333;
	line-height:40px;
	width:100%;
	height:40px;	
	padding-left:15px;
	border-radius:0px;
	border:1px #dddddd solid;
}



.display_box

{

	width:100%;

	background-color:#ff3300;

}



.error

{

	color:red;	

}



.button
{
	position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    top: 0px;
    text-align: center;
    background-color: #FFFFFF;
    cursor: pointer;
    font-family: regular;
    height: 50px;
    width: 200px;
	
    -webkit-appearance: none;
    -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;
}

.button:hover
{
	top:10px;
	box-shadow:0px 3px 20px rgba(0,0,0,0.3);
	background-color: #D0929F;
}

.button_outline
{
	position: relative;
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    line-height: 50px;
    top: 0px;
    text-align: center;
    background-color: transparent;
	border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 50px;
    font-family: regular;
    height: 50px;
    width: 200px;
    font-size: 18px;
	
    -webkit-appearance: none;
    -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;
}

.button_outline:hover
{
	top:10px;
	box-shadow:0px 3px 20px rgba(0,0,0,0.3);
}

.button_arrow
{
	padding-right: 25px;
    width: 150px;
	background-color: #005687;
    background-image: url(/_images/seta-down.png);
    background-position-x: 140px;
    background-position-y: 17px;
    background-repeat: no-repeat;
}

.button_eye
{
	position: relative;
    display: inline-block;
    top: 0px;
    margin: 0px 10px;
    cursor: pointer;
    padding: 10px;
    background-color: #C7C7C7;
    border-radius: 100%;
	
    -webkit-appearance: none;
    -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;
}

.button_eye:hover
{
	top:5px;
	box-shadow:0px 3px 20px rgba(0,0,0,0.3);
}

.button_shop
{
	position: relative;
    display: inline-block;
    top: 0px;
    margin: 0px 5px;
    cursor: pointer;
    padding: 10px;
    background-color: #BB2032;
    border-radius: 100%;

    -webkit-appearance: none;
    -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;
}

.button_shop:hover
{
	top:5px;
	box-shadow:0px 3px 20px rgba(0,0,0,0.3);
}

.button_faq
{
	height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
    background-image: url(/_images/seta-down.png);
    background-position-x: 7px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.button_faq:hover
{
	top: 0px;
	background-color: #D4C39E;
}

.button img
{
	display:inline-block;
	vertical-align:middle;
	height: 18px;	
	width: 18px;	
}





/* MENU CSS */

.header_box_menu
{
	position:fixed;
	vertical-align:top;
	width:0%;
	max-width:0px;
	height:100%;
	top:0px;
	left:-80px;
	background-color: #000000;
	box-shadow:0px 3px 20px rgba(0,0,0,0.3);
	z-index:99999;
	padding-left:40px;

	transition: 0.5s;
	overflow-x: hidden;
}

.header_box_menu_icon
{
	position:absolute;
	display:inline-block;
	width:40px;
	height:50px;
	top:40px;
	right:50px;
	border:0px #ffffff solid;
	float:right;
	text-align:left;
	z-index:9;
	cursor:pointer;
}

.header_box_menu_list
{
	position:absolute;
	display:none;
	width:240px;
	min-height:200px;
	top:32px;
	left:10px;
	border:0px #ffffff solid;
	z-index:1;
	cursor:pointer;
	opacity:0.0;		
}	

.header_box_menu_list a
{
	display:block;
	width:100%;
	font-family:regular;
	font-weight:normal;		
	font-size:18px;
	line-height:44px;
	color:#FFFFFF;
	letter-spacing:0px;
	text-decoration:none;		
	float:left;
	text-align:left;
	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_box_menu_list a:hover
{
	color: #D0929F;
}	

.header_menu_close div
{
	margin-top:0px;
}

.header_menu_close img
{
	width:30px;
	height:17px;
	border:0px #ffffff solid;
}





/* END TABS*/



#fadediv {

    animation: fadein 1s;

    -moz-animation: fadein 1s; /* Firefox */

    -webkit-animation: fadein 1s; /* Safari and Chrome */

    -o-animation: fadein 1s; /* Opera */

}

@keyframes fadein {

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}

@keyframes ticker-kf {
	
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-7320px, 0, 0);
	}
}

@-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;

    }

}



@keyframes animation_top_to_bottom

{

  0%   {opacity:0%;top:-100px;}

  100% {opacity:100%;top:0px;}

}

@-moz-keyframes animation_top_to_bottom { /* Firefox */

  0%   {opacity:0%;top:-100px;}

  100% {opacity:100%;top:0px;}

}

@-webkit-keyframes animation_top_to_bottom { /* Safari and Chrome */

  0%   {opacity:0%;top:-100px;}

  100% {opacity:100%;top:0px;}

}

@-o-keyframes animation_top_to_bottom { /* Opera */

  0%   {opacity:0%;top:-100px;}

  100% {opacity:100%;top:0px;}

}





@keyframes animation_bottom_to_top

{

  0%   {opacity:0;top:100px;}

  100% {opacity:1;top:0px;}

}

@-moz-keyframes animation_bottom_to_top { /* Firefox */

  0%   {opacity:0;top:100px;}

  100% {opacity:1;top:0px;}

}

@-webkit-keyframes animation_bottom_to_top { /* Safari and Chrome */

  0%   {opacity:0;top:100px;}

  100% {opacity:1;top:0px;}

}

@-o-keyframes animation_bottom_to_top { /* Opera */

  0%   {opacity:0;top:100px;}

  100% {opacity:1;top:0px;}

}





@keyframes animation_left_to_right

{

  0%   {opacity:0;left:-100px;}

  100% {opacity:1;left:0px;}

}

@-moz-keyframes animation_left_to_right { /* Firefox */

  0%   {opacity:0;left:-100px;}

  100% {opacity:1;left:0px;}

}

@-webkit-keyframes animation_left_to_right { /* Safari and Chrome */

  0%   {opacity:0;left:-100px;}

  100% {opacity:1;left:0px;}

}

@-o-keyframes animation_left_to_right { /* Opera */

  0%   {opacity:0;left:-100px;}

  100% {opacity:1;left:0px;}

}





@keyframes animation_right_to_left

{

  0%   {opacity:0;right:-100px;}

  100% {opacity:1;right:0px;}

}

@-moz-keyframes animation_left_to_right { /* Firefox */

  0%   {opacity:0;right:-100px;}

  100% {opacity:1;right:0px;}

}

@-webkit-keyframes animation_left_to_right { /* Safari and Chrome */

  0%   {opacity:0;right:-100px;}

  100% {opacity:1;right:0px;}

}

@-o-keyframes animation_left_to_right { /* Opera */

  0%   {opacity:0;right:-100px;}

  100% {opacity:1;right:0px;}

}





.box_home_message

{

	position:relative;

	display:inline-block;

	width:100%;

	background-color:#06999F;

	animation: fadein 1s;

	-moz-animation: fadein 1s;

	-webkit-animation: fadein 1s;

	-o-animation: fadein 1s;

}

.box_home_message_content

{

	position:relative;

	display:inline-block;

	width:90%;

	max-width:1480px;

	padding:30px 0px;

	border:0px #000000 solid;

}

.box_home_message_content h3

{

	color:#ffffff;

	font-size:20px;

	line-height:20px;

}



.register_page_block.only

{

	margin:0px;

	padding:0px;

	border:0px;

}

.register_page_block.only select.store_form_select

{

	font-family: light;

    font-size: 14px;

    font-weight: normal;

    color: #333333;

    line-height: 40px;

    width: 100%;

    height: 40px;

    padding-left: 15px;

    border-radius: 4px;

    border: 1px #dddddd solid;

	margin-bottom:12px;

}

.register_page_block.only .uploadfield

{

	display:inline-block;

}



@media screen and (min-width:1001px)

{

	.header_zone

	{

		position:fixed;

		width:100%;

		height:100px;

		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_welcome
	{
		position: relative;
        display: none;
        vertical-align: top;
        width: 100%;
        height: 30px;
		top: 0px;
        background-color: #FFFFFF;
        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_logo
	{
		position: relative;
        display: inline-block;
        width: 100%;
        height: 150px;
		top: 0px;
        z-index: 1;
        background: #D0929F;

		-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:100%;

		height:30px;

		padding:10px 0px;

		margin-top:0px;

		border:0px #ffffff solid;

		z-index:1;

		background:#ffffff;

		border-top:1px solid #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;

		transition: all 0.3s;	

		animation: fadein 1s;

		-moz-animation: fadein 1s;

		-webkit-animation: fadein 1s;

		-o-animation: fadein 1s;

	}





	.header_social_networks

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100px;

		margin-top:8px;

		border:0px #000000 solid;

		z-index:1;

		float:left;

		text-align:left;





		animation-name: animation_top_to_bottom;

		animation-duration:1s;

		animation-iteration-count:1;

		-webkit-transition: all 0.3s;

		-moz-transition: all 0.3s;

		transition: all 0.3s;				

	}

	.header_social_networks .button

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:24px;

		height:24px;

		margin-left:5px;

		padding:0px;

		background-color:transparent;

		background-size:20px;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:100%;

		border:0px #079DDC solid;

		z-index:1;

		float:left;



		-webkit-transition: all 0.3s;

		-moz-transition: all 0.3s;

		transition: all 0.3s;	

		animation: fadein 1s;

		-moz-animation: fadein 1s;

		-webkit-animation: fadein 1s;

		-o-animation: fadein 1s;

		animation-direction: inherit;			

	}	





	.header_hashtag

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		height:40px;

		margin-top:0px;

		margin-right:20px;

		border:0px #333333 solid;

		float:left;

		text-align:left;

		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_hashtag h3

	{

		position:relative;

		display:inline-block;

		vertical-align:middle;

		font-family:regular;

		font-weight:normal;

		font-size:14px;

		color:#ffffff;

		line-height:40px;

		border:0px #333333 solid;

	}

	

	

	

	.header_email
	{
		position:relative;
		display:none;
		vertical-align:top;
		height:30px;
		border:0px #333333 solid;
		float:left;
		text-align:left;
		z-index:1;

		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 img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:15px;
		margin-right:10px;
		border:0px #333333 solid;
	}	

	.header_email h3
	{
		position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: regular;
        color: #FFFFFF;
        line-height: 30px;
	}

	

	.header_address

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		height:40px;

		margin-top:0px;

		margin-right:20px;

		border:0px #333333 solid;

		float:left;

		text-align:left;

		z-index:1;



		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_address img

	{

		position:relative;

		display:inline-block;

		vertical-align:middle;

		width:15px;

		margin-top:2px;

		margin-right:10px;

		border:0px #333333 solid;

	}	

	.header_address h3

	{

		position:relative;

		display:inline-block;

		vertical-align:middle;

		font-family:light;

		font-weight:normal;

		font-size:14px;

		color:#000000;

		line-height:40px;

		border:0px #333333 solid;

	}	
	

	.header_phone
	{
        position: absolute;
        display: inline-block;
        vertical-align: top;
        height: 25px;
        margin-top: 0px;
        border: 0px #ffffff solid;
        right: 100px;
        z-index: 1;

        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_phone img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:15px;
		margin-right:10px;
		border:0px #333333 solid;
	}	

	.header_phone h3
	{
		position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: light;
        font-weight: normal;
        font-size: 14px;
		line-height: 25px;
        color: #FFFFFF;
	}

	

	

	

	

	.header_b2b

	{

		width:300px;

		margin-right:20px;

		border:0px #333333 solid;

		z-index:1;

		float: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_b2b a

	{

		font-family:bold;

		font-size:16px;

		color:#2A2D96;

		line-height:30px;

		text-decoration:none;

	}

	.header_b2b a:hover

	{

		text-decoration:underline;

	}









	.header_messages

	{

		position:absolute;

		display:inline-block;

		min-height:30px;

		width:calc(100% - 200px);

		top:0px;

		left:0px;

		right:0px;

		margin-left:auto;

		margin-right:auto;

		border:0px #ffffff solid;

		text-align:center;

		z-index:1;

		overflow:hidden;		

	}

	.header_messages img

	{

		position:relative;

		display:none;

		vertical-align:middle;	

		margin:0px 5px;

		padding:0px;

		border:0px #e81a1c solid;

	}		

	#header_messages

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:calc(100% - 50px); 

		min-height:30px;

		margin:0px;

		padding:0px;

		border:0px #00ff00 solid;

	}

	.header_messages h3

	{

		margin:0px;

		padding:0px;

		font-size:12px;

		line-height:30px;

		color:#ffffff;

		border:0px #e81a1c solid;		

	}

	.header_messages h4

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		margin:0px;

		padding:0px;

		font-size:14px;

		line-height:40px;

		color:#ffffff;

		border:0px #e81a1c solid;

		text-transform:none;

		font-family:regular;

	}

	
	.header_langs
	{
		position: absolute;
        vertical-align: top;
        height: 30px;
        border: 0px #ffffff solid;
        z-index: 1;
        top: 0px;
        right: 0px;
        float: right;
        text-align: center;
	}	

	.header_langs .link_langs
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:30px;
		font-family:light;
		font-size:14px;
		color:#ffffff;
		line-height:30px;
		margin-left:5px;
		margin-right:0px;
		margin-top:0px;
		padding:0px;
		border-radius:0px;
		border:0px #ffffff solid;
		place-content: center;
		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_langs .link_langs:hover
	{
		font-weight:bold;
	}
	
	.header_langs img
	{
		height: 30px;
		width: 30px;
	}

	.header_langs .link_langs_active
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:30px;		
		font-family:regular;
		font-weight:bold;
		font-size:14px;
		color:#ffffff;
		line-height:30px;
		margin-left:5px;
		margin-right:0px;
		margin-top:0px;
		padding:0px;
		border-radius:0px;
		border:0px #000000 solid;
		place-content: center;
		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_langs .link_langs img
	{
		height: 20px;
		width: 20px;
		opacity: 0.5;

		-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 .link_langs_active img
	{
		height: 20px;
		width: 20px;
		opacity: 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_langs img:hover
	{
		opacity: 1;
	}

	.header_langs h3
	{
		position:relative;
		display:none;
		vertical-align:top;		
		font-family:light;
		font-size:12px;
		color:#000000;
		text-transform:uppercase;
		line-height:25px;
		margin-left:5px;
	}

	.header_menu_icon
	{
        position: absolute;
        display: none;
        margin-top: 40px;
        margin-bottom: 40px;
        left: 0px;
        border: 0px #333333 solid;
        z-index: 1;
        cursor: pointer;
        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_right

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:310px;

		max-width:1480px;

		height:50px;

		margin-top:0px;

		border:0px #333333 solid;

		z-index:1;

		overflow:hidden;

		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_menu_right a

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		font-family:regular;

		font-weight:normal;

		font-size:14px;

		letter-spacing:0px;

		color:#ffffff;

		text-transform:uppercase;

		padding-left:0px;

		padding-right:0px;

		margin-left:0px;

		margin-right:0px;

		line-height:30px;

		border-radius:0px;

		border:0px #ffffff solid;

		margin-top:10px;

		

		-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_right a img

	{

		display:inline-block;

		vertical-align:middle;

		margin-right:5px;

	}

	.header_menu_right a.button_promotions

	{

		background:#000000;

		border-radius:40px;

		padding:0px 20px;

		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;

	}

	.header_menu_right a.button_assistance

	{

		background:#06999F;

		border-radius:40px;

		padding:4px 20px;

		margin-left:10px;

		top:-4px;

		font-family:bold;

		text-transform:none;

		

		-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_right a.button_promotions:hover,

	.header_menu_right a.button_assistance:hover

	{

		top:3px;

	}

	

	

	

	.header_menu
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 850px);
        max-width: 1480px;
        height: 25px;
        margin: 63px 50px;
		margin-right: 50px;
        z-index: 1;
        overflow: hidden;
        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_menu .link_menu 
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-weight: normal;
        font-size: 16px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin: 0px 20px;
        line-height: 25px;

        -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 .link_menu:hover
	{
		color:#000000;
	}

	.header_menu .link_menu:active
	{
		color: #FFFFFF;
	}

	.header_menu .link_menu_active
	{	
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: regular;
        font-weight: normal;
        font-size: 16px;
        color:#000000;
        text-transform: uppercase;
        margin: 0px 20px;
        line-height: 25px;

        -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 .link_menu_active:hover
	{
		color: #D0929F;
	}

	.header_submenu

	{

		position: absolute;

		display: none;

		top: 50px;

		left: 0;

		z-index:9;

	}

	.header_submenu_content

	{

		position: relative;

		display: none;

		width: calc(100% - 40px);

		background:#ffffff;

		padding:20px;

		text-align:left;

	}

	.header_submenu_content .link_submenu

	{

		position: relative;

		width:calc(100% - 15px);

		display: block;

		padding:5px 10px 5px 5px;

		color:#000000;

		font-family: light;

		font-weight: bold;

		font-size: 14px;

		text-transform:none;

		letter-spacing:0px;

	}

	.header_submenu_content .link_submenu:hover

	{

		color:#ffffff !important;

	}

	.header_submenu_content .link_submenu img

	{

		opacity:0;

		vertical-align:middle;

	}

	.header_submenu_content .link_submenu:hover img

	{

		opacity:1;

		filter: invert(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_sub_submenu_content

	{

		position: absolute;

		display: none;

		width: calc(100% - 40px);

		background:#ffffff;

		padding:20px;

		text-align:left;

		right: -224px;

		margin-top: -45px;

	}

	.header_submenu_content .link_subsubmenu

	{

		position: relative;

		width:calc(100% - 20px);

		display: block;

		padding:5px 10px;

		color:#ffffff;

		font-family: light;

		font-weight: bold;

		font-size: 14px;

		text-transform:none;

		letter-spacing:0px;

	}

	.header_submenu_content .link_subsubmenu:hover

	{

		color:#1C0A0D !important;

	}


	.header_logo
	{
		position: relative;
        display: inline-block;
        height: 130px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        z-index: 3;

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

	.header_logo img
	{
		height: 100%;
		width: 100%;
	}

	

	

	.header_button
	{
		height: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 10px;
        z-index: 1;
        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_button .button:hover

	{

		

	}
	

	





	.header_contacts

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:230px;

		margin-top:35px;

		margin-right:0px;

		border:0px #ffffff solid;

		z-index:1;

		text-align:left;

		float: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_contacts h3

	{

		color:#000000;

		font-family:bold;

		font-size:14px;

		line-height:24px;

	}

	.header_contacts img

	{

		display:inline-block;

		vertical-align:middle;

		margin-right:5px;

	}

	.header_contacts h3.header_contacts_phone

	{

		font-size:18px;

	}

	

	

	

	

	

	

	

	

	.header_search
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 250px;
        height: 40px;
        padding: 0px 15px 0px 5px;
        margin: 55px 0px;
		margin-right: 100px;
        border-bottom: 1px #FFFFFF solid;
        z-index: 1;
        text-align: left;
        background: 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="text"]
	{
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 10px);
        height: 40px;
        padding-left: 5px;
        font-size: 16px;
		line-height: 40px;
        color: #FFFFFF;
        background-color: transparent;
        border-radius: 0px;
        border: 0px #333333 solid;
        border-bottom: 0px #333333 solid;
        float: left;
        text-align: left;
	}

	.header_search input[type="text"]::placeholder
	{
		color:#FFFFFF;
	}		

	.header_search input[type="image"]
	{
		position: absolute;
        width: 20px;
        height: 20px;
        right: 0px;
        top: 10px;
        padding: 0px 10px;
        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:focus
	{
		outline:none;
	}		

	

	

	

	

	

	.header_cart_info
	{
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 25px;
        top: 65px;
        border: 0px #333333 solid;
        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

	{

		margin-top:-24px;	

	}

	.header_cart_info .box_user

	{

		position:relative;

		display:block;

		vertical-align:top;

		height:25px;

		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 .box_icon_cart
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:25px;
		height:25px;
		top: 0px;
		padding:0px;
		border-radius:100%;
		text-align:center;
		background:transparent;
		margin:0px 5px;

		-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
	{
		top: 5px;
	}

	.header_cart_info .box_icon_cart:hover img

	{

		/* opacity:0.8; */

	}

	.header_cart_info .box_icon_cart img
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:25px;
		height:25px;

		-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 h3
	{
		position:absolute;
		width:20px;
		height:20px;
		top:15px;
		right:-10px;
		color:#000000;
		background-color: #ffffff;
		border-radius:100%;
		text-align:center;	
		line-height:20px;
	}

	.header_cart_info h4
	{
		color:#ffffff;
	}















	

	

	

	.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_welcome

	{

		margin-top:-50px;

	}	

	.header_zone.shrink .header_zone_logo
	{
		
	}

	.header_zone.shrink .header_zone_menu

	{

		display:none;

	}	

	.header_zone.shrink .header_menu_icon
	{	
		
	}

	.header_zone.shrink .header_logo
	{
		
	}	

	.header_zone.shrink .header_menu
	{

	}		

	.header_zone.shrink .header_submenu

	{

		top:45px !important;

	}		

	.header_zone.shrink .header_langs
	{

	}		

	.header_zone.shrink .header_search
	{

	}		

	.header_zone.shrink .header_cart_info
	{

	}	

	.header_zone.shrink .header_cart_info .box_user
	{

	}

	.header_zone.shrink .header_button
	{
		
	}

	.header_zone.shrink .header_button .button.white
	{

	}



	.header_zone.shrink .header_menu .link_menu,
	.header_zone.shrink .header_menu .link_menu_active
	{

	}

	.slider_homepage_caixa
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:700px;
		margin-top: 150px;
		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
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:700px;	
		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:700px;	
		background-position:center 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;
	}	

	.overflow-hidden
	{
		overflow: hidden;
		height: 100px;
        place-content: center;
	}

	.slider_bar
	{
		position:relative;
		display:inline-block;
		margin-top: 50px;
		
		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_bar h1
	{
		font-size: 80px;
		font-family: bold;
		color: #D4C39E;
	}

	.img-ticker {
		animation: ticker-kf 120s linear infinite;
	}

	.-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.flex {
		display: flex;
	}

	.self-start {
		align-self: flex-start;
	}

	.flex-none {
		flex: none;
	}

	.mx-4 {
		margin-left: 30px;
		margin-right: 30px;
	}

	.w-64 {
		width: auto;
	}
	
	.slider_background_footer
	{
		position: relative;
        display: inline-block;
        width: 100%;
        height: 100px;
        top: -100px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
		background-image:url(/_images/corte-topo.png);
		z-index: 9;

		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:100%;
		height:575px;
		border:0px #ffffff solid;

		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%;
        height: 200px;
        max-width: 1480px;
        margin-top: 250px;
        margin-bottom: 250px;
        text-align: center;

		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';
        color: #ffffff;
		text-transform: uppercase;
        margin-bottom: 25px;
        padding: 0px;
        border: 0px #ffffff solid;
        width: 100%;
        font-size: 60px;
        line-height: 60px;
	}

	.slider_content_area h2
	{
		position: relative;
        display: inline-block;
        font-family: 'regular';
        color: #ffffff;
        margin-bottom: 25px;
        padding: 0px;
        border: 0px #ffffff solid;
        width: 100%;
        font-size: 30px;
        line-height: 30px;
	}

	.slider_content_area h3
	{
		position:relative;
		display:block;
		font-family:regular;
		font-weight:normal;
		font-size:18px;
		line-height:24px;
		letter-spacing:0px;
		color:#ffffff;
		padding:0px;
		margin-top:20px;
		border:0px #333333 solid;
		text-transform:none;
		width:51%;
	}

	.slider_content_area a:hover
	{
        text-decoration: none;
		top: 5px;
	}

	.slider_content_area .button
	{
		margin-top: 25px;
	}	

	

	.plusslider-arrows-wrapper

	{

		margin-top:-18px;

	}


	.slider_footer_content_area_box table

	{

		padding:50px 50px 0px 0px;

	}

	.slider_footer_content_area_box .button

	{

		background-color: #FFFFFF; 
		
		color: #06999F;

	}

	.slider_footer_content_area_box h2

	{

		font-family:bold; 
		
		color: #FFFFFF;

		text-align: left;

		padding-left: 175px;

	}

	.slider_footer_content_area_box h3

	{

		font-family:regular; 
		
		color: #CEDD00;

		text-align: left;

		padding-left: 175px;

	}

	.box_products
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 4 - 40px);
        top: 0px;
        margin: 0px 20px;
        z-index: 1;
        overflow: hidden;
        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_products:hover
	{		
		top:10px;
	}

	.box_products_image
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 100%;
        height: 450px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;	
	}

	.box_products_image_gradient
	{
		position: relative;
        top: -100%;
        height: 1000px;
        z-index: 1;
		background-color: #D0929F;
		opacity: 0.5;
	}	

	.box_products_button
	{
		position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 30px;
	}	

	.box_products_text
	{
		position: relative;
        padding: 20px 0px;
        z-index: 1;
        text-align: left;
	}		

	.box_products_text table td
	{

	}

	.box_products_text img
	{
		position:relative;
	}

	.box_products_text h1 
	{
		position: relative;
        display: inline-block;
        width: 100%;
        font-family: regular;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        color: #000000;
    }

	.box_products_text h2
	{
		position: relative;
        display: inline-block;
        font-family: bold;
        font-size: 16px;
        line-height: 16px;
        color: #000000;
    }

	.box_products h3
	{
		position: absolute;
        font-family: bold;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background-color: #D0929F;
        color: #FFFFFF;
        z-index: 9;
        text-align: center;
        place-content: center;
        top: 25px;
        left: 15px;
	}

	.box_products_text h4
	{
		position: relative;
        display: inline-block;
        font-family: regular;
        font-size: 16px;
        line-height: 16px;
        text-decoration: line-through;
        color: #D0929F;
        margin-right: 10px;
    }

	.box_products_text .button
	{
		margin-top: 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;
	}

	.box_products_text .button:hover
	{		
		top:10px;
		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	
	}

	.box_products_discount h1
	{
		position: absolute;
        z-index: 9;
        left: 20px;
        top: 20px;
        font-family: bold;
        font-size: 16px;
        line-height: 16px;
        border-radius: 100%;
        background-color: #D0929F;
        color: #FFFFFF;
        padding: 20px 10px;
	}

	.box_instagram
	{
		position: relative;
        display: inline-block;
        place-content: center;
        width: calc(100% / 5 - 20px);
        height: 100%;
        padding: 0px;
        margin: 0px 10px;
        top: 0px;
        background-size: cover;
        border: 0px #333333 solid;
        border-radius: 0px;
        z-index: 1;
        overflow: hidden;
        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_instagram:hover
	{	
		top: 10px;
	}	
	
	.box_instagram img
	{
		width: 100%;
		height: 100%;
	}	

	.box_instagram_text
	{
		position: absolute;
        display: inline-block;
        width: 100%;
        height: 150px;
        bottom: 0px;
        text-align: center;
        left: 0px;
        z-index: 1;
	}	

	.box_instagram_text h1
	{
		font-family: regular;
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 10px;
	}

	.box_instagram_text a
	{
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
		top: 0px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 10px;
	}

	.box_instagram_text a:hover
	{
		text-decoration: underline;
	}

	.box_banner
	{
		position: relative;
        display: inline-block;
        place-content: center;
        width: calc(100% / 3 - 2px);
        height: 100%;
        padding: 0px;
        margin: 50px 1px;
        top: 0px;
        background-size: cover;
        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_banner:hover
	{	
		top: 10px;
	}	
	
	.box_banner img
	{
		width: 100%;
		height: 100%;
	}	

	.box_banner_text
	{
		position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        bottom: 0px;
        text-align: center;
        place-content: center;
        left: 0px;
        z-index: 1;
	}	

	.box_banner_text h1
	{
		font-family: regular;
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 10px;
	}

	.box_banner_text a
	{
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
		top: 0px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 10px;
	}

	.box_banner_text a:hover
	{
		text-decoration: underline;
	}

	.box_slider_footer_left
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 3 - 60px);
        height: 150px;
		float: left;
        padding: 0px;
        margin: 50px 30px;
        top: 0px;
		background-color: #754344;
		color: #FFFFFF;
        z-index: 1;
        overflow: hidden;
        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_slider_footer_center
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 3 - 60px);
        height: 150px;
        padding: 0px;
        margin: 50px 30px;
        top: 0px;
		background-color: #F2EFE6;
		color: #000000;
        border-radius: 0px;
        z-index: 1;
        overflow: hidden;
        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_slider_footer_right
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 3 - 60px);
        height: 150px;
		float: right;
        margin: 50px 30px;
        top: 0px;
		background-color: #000000;
		color: #FFFFFF;
        border-radius: 0px;
        z-index: 1;
        overflow: hidden;
        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_slider_footer_text
	{
		position: absolute;
        display: inline-block;
        padding: 25px;
		height: 100px;
        place-content: center;
		text-align: left;
        left: 0px;
        z-index: 1;
	}	

	.box_slider_footer_left h1
	{
		font-family: bold;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
		color: #FFFFFF;
        padding: 0px;
        text-transform: uppercase;
	}

	.box_slider_footer_left h2
	{
		font-family: light;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        padding: 0px;
        text-transform: uppercase;
	}

	.box_slider_footer_center h1
	{
		font-family: bold;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
		color: #000000;
        padding: 0px;
        text-transform: uppercase;
	}

	.box_slider_footer_center h2
	{
		font-family: light;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #000000;
        padding: 0px;
        text-transform: uppercase;
	}

	.box_slider_footer_right h1
	{
		font-family: bold;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
		color: #FFFFFF;
        padding: 0px;
        text-transform: uppercase;
	}

	.box_slider_footer_right h2
	{
		font-family: light;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        padding: 0px;
        text-transform: uppercase;
	}

	.box_gallery
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 40px);
		height: 100%;
        padding: 0px;
        top: 0px;
        background-color: #000000;
        border: 0px #000000 solid;
        border-radius: 0px;
        z-index: 1;
        overflow: hidden;
        opacity: 1.0;
        margin: 20px 20px;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	
	.box_gallery img
	{
		width: 100%;
		height: 100%;
	}	

	.box_gallery .button
	{
		position: absolute;
        right: 5%;
        top: 85%;
        width: 25px;
        height: 25px;
        padding: 10px;
        background-color: transparent;
        z-index: 9;
	}

	.box_gallery .button:hover
	{
        top: 455px;
		box-shadow:none;
	}

	.box_about_us
	{
		background-color: #FFFFFF;
		height: 700px;
	}
	
	.box_about_us_text
	{
		position: relative;
        display: inline-block;
        width: calc(90% - 500px);
        float: left;
        margin-top: 100px;
        text-align: left;
	}
	
	.box_about_us_text h1
	{
		position: relative;
        display: inline-block;
        width: calc(100% - 100px);
	}
	
	.box_about_us_text h3
	{
		font-family: light;
        color: #000000;
        margin-top: 50px;
        font-size: 24px;
        line-height: 40px;
	}
	
	.box_about_us_text .button
	{
		margin-top: 100px;
	}

	.box_about_us_image
	{
		position: relative;
        display: inline-block;
        width: 500px;
        float: right;
        height: 100%;
        margin-top: 50px;
        background-size: contain;
        background-repeat: no-repeat;
	}

	.box_about_us_image img
	{
		width:100%; 
		height:100%; 
	}



	.slider_footer_content_area_box

	{

		padding-top: 50px;

		padding-right: 100px;
		
		padding-bottom: 50px;

		height: 125px;

	}

	.slider_footer_content_area_box_phone

	{
		position: relative;

		display:inline-block;

		top: -33px;

		width:30%; 

	}

	.slider_footer_content_area_box_phone img

	{

		float: left;

		margin-left: 100px;

	}

	.slider_footer_content_area_box_bar

	{
		position: relative;

		display:inline-block;

		width:1%; 

	}

	.slider_footer_content_area_box_clock

	{
		position: relative;

		display:inline-block;

		top: -33px;

		width:30%; 

	}

	.slider_footer_content_area_box_clock img

	{

		float: left;

		margin-left: 100px;

	}

	.slider_footer_content_area_box_button

	{
		position: relative;

        display: inline-block;

        width: 35%;

        text-align: right;

        top: -75px;

	}













	.services_box .button

	{

	}

	

	.top_header_margin	

	{

		padding-top:0px;

		border:0px #e81a1c solid;

	}	

	

	

	.slider_divider

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:156px;

		background-image:url(/_images/slider-background.png);

		background-size:contain;

		background-position:top center;

		background-repeat:no-repeat;

		margin-top: -70px;

        z-index: 2;

	

		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;

	}

	.footer_divider

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:110px;

		background-image:url(/_images/footer-background.png);

		background-size:contain;

		background-position:bottom center;

		background-repeat:no-repeat;

		margin-bottom:-1px;

        z-index: 0;

		

		 -moz-animation: fadein 1s; -webkit-animation: fadein 1s; -o-animation: fadein 1s;

	}









	.sub_header
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		height:350px;
		border:0px #333333 solid;
		z-index:1;	
		margin-top: 150px;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}

	.sub_header_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:100%;

		height:350px;

		background-color:#777777;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border:0px #333333 solid;

		z-index:1;



		animation: fadein 1s;

		-moz-animation: fadein 1s;

		-webkit-animation: fadein 1s;

		-o-animation: fadein 1s;

	}

	.sub_header_mask

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width: 100%;

		height: 350px;

		background-color:#000000;

		border:0px #333333 solid;

		z-index:1;		

		opacity:0.1;

	}	

	

	





	

	.title
	{
		position:relative;
		display:inline-block;
		width:100%;
		vertical-align:top;	
		margin-top:50px;
		margin-bottom:50px;
		border:0px #333333 solid;
		z-index:1;	
		text-align: center;

		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;
	}

	.title img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
	}
	
	.title h1 img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        margin-bottom: 20px;
	}

	.title h1
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #000000;
        text-transform: uppercase;
        font-size: 30px;
		line-height: 30px;
        font-family: regular;
		margin-left: 10px;
	}

	.title h2
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #000000;
        text-transform: uppercase;
        font-size: 30px;
		line-height: 30px;
        font-family: regular;
		margin-left: 10px;
	}	

	.title h3
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 60%;
        font-family: 'light';
        font-size: 24px;
        line-height: 26px;
        color: #110C3D;
        margin-top: 20px;
	}

	.title h4
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #110C3D;
        font-size: 24px;
        line-height: 26px;
        font-family: bold;
        width: 100%;
	}

	.title_line
	{
		position: relative;
        display: none;
        vertical-align: top;
        width: 75px;
        height: 5px;
        float: left;
        background-color: #005687;
        margin-top: 20px;
	}






	.title_testemonial

	{

		position:relative;

		display:inline-block;

		width:100%;

		vertical-align:top;	

		margin-top:100px;

		margin-bottom:50px;

		border:0px #333333 solid;

		z-index:1;	

		text-align: left;



		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;

	}

	.title_testemonial h1

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		font-family:regular;

		font-size:40px;

		line-height:40px;

		letter-spacing:0px;

		color:#afa78e;

		text-transform:none;	

		margin-top:25px;

	}

	.title_testemonial h2

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		text-align: left;

		width:100%;

		font-family:light;

		font-size:24px;
		
		line-height:24px;

		letter-spacing:5px;

		color: #575B52;

		margin-top:10px;

		text-transform: uppercase;

	}		
	

	

	

	

	.box_icon_ecommerce

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 40px);

		height:100px;

		margin:0px;

		padding:0px;

		top:0px;

		border:0px #ffffff 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_icon_ecommerce_image

	{

		position:relative;

		display:none;

		vertical-align:top;

		width:50px;

		height:100px;

		margin-right:20px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px #333333 solid;

		z-index:1;

		float:left;

	}	

	.box_icon_ecommerce_text

	{

		position:relative;

		display:table;

		width:calc(100% - 0px);

		height:100px;

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_icon_ecommerce_text h1

	{

		position:relative;

		display:table-cell;

		vertical-align:middle;

		font-family:bold;

		font-weight:normal;

		font-size:24px;

		line-height:24px;

		letter-spacing:0px;

		color:#000000;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	

	

	

	



	.box_home_section

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 20px);

		margin:0px 10px;

		border:0px #ff0000 solid;

		border-radius:0px;

		z-index:1;

		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_section h1

	{

		font-size:32px;

		line-height:34px;

		color:#ffffff;

		margin-bottom:10px;

	}

	.box_home_section h3

	{

		margin-bottom:10px;

		color:#ffffff;

	}

	.box_home_section .button

	{

		background:transparent;

		color:#ffffff;

		border:1px solid #ffffff;

	}

	.box_home_section .button:hover

	{

		

	}

	

	

	

	

	

	.box_home_headline

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 1 - 0px);

		height:450px;

		margin-top:0px;

		margin-bottom:50px;

		border:0px #ff0000 solid;

		border-radius:0px;

		z-index:1;

		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_headline_image_back

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:50%;

		height:450px;

		margin-right:50px; 

		/*background-image:url(../_images/back1.png);*/

		background-size:auto;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px #ff0000 solid;

		z-index:1;

		float:left;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;

		filter:brightness(100%);		

	}	

	.box_home_headline_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:50%;

		height:450px;

		margin-top:0px;

		margin-right:50px; 

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px #333333 solid;

		z-index:1;

		float:left;

		

		-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:top;

		width:calc(50% - 50px);

		padding:0px;

		border:0px #333333 solid;

		z-index:2;

		float:right;

		text-align:left;

	}		

	.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;

		letter-spacing:-1px;

		color:#000000;

		margin-bottom:25px;

		border-bottom:0px #E75094 solid;

	}

	.box_home_headline_text h2

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		max-width:500px;

		font-family:regular;

		font-weight:normal;

		font-size:25px;

		line-height:25px;

		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:#000000;

		margin-top:15px;

	}

	.box_home_headline_text .button

	{

		width:120px;

		margin-top:25px;

		float:left;

	}

	.box_home_headline_text .button:hover

	{



	}

	

	



	

	.box_testimonial

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 4 - 42px);

		margin:0px 10px 20px;

		padding:20px 10px;

		top:0px;

		border:1px #06999F solid;

		border-radius:20px;

		z-index:1;

		overflow:hidden;

		background:#ffffff;

		opacity:1.0;

		box-shadow: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;	

	}

	.box_testimonial_ball

	{

		position:relative;

		display:inline-block;

		width:60px;

		height:60px;

		border-radius:100%;

		background:#06999F;

		color:#ffffff;

		font-family:regular;

		font-size:30px;

		line-height:60px;

		text-align:center;

		text-transform:uppercase;

		background-size:cover;

		background-position:center;

	}

	.box_testimonial_text

	{

		position:relative;

		display:inline-block;

		width:100%;

	}

	.box_testimonial_stars

	{

		position:relative;

		display:inline-block;

		width:100%;

		margin-top:5px;

		margin-bottom:15px;

	}

	.box_testimonial_star

	{

		position:relative;

		display:inline-block;

		width:12px;

		height:11px;

		background-image:url(/_images/icon-star.png);

		background-size:contain;

		background-position:center;

		opacity:0.2;

		margin:0px 2px;

	}

	.box_testimonial_star.active

	{

		opacity:1;

	}

	.box_testimonial_text h1

	{

		font-family:regular;

		font-size:20px;

		text-transform:uppercase;

		color:#1e1e1e;

	}

	.box_testimonial_text h2

	{

		font-family:regular;

		font-size:15px;

		margin-top:10px;

	}

	.box_testimonial_text h3

	{

		font-size:14px;

	}

	

	

	.box_home_banner
	{
		position: relative;
        display: inline-block;
        width: 100%;
        height: 350px;
        margin-top: 50px;
        margin-bottom: 50px;
        top: 0px;
        z-index: 1;
        overflow: hidden;
        background-repeat: no-repeat;
        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_banner:hover .box_home_banner_image
	{		
		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:350px;
		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;		
	}	

	.box_home_banner_image img
	{
		width:100%;
	}

	.box_home_banner_text
	{
		position: relative;
		max-width: 1480px;
        width: 90%;
        height: 350px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        place-content: center;
        z-index: 9;
	}		

	.box_home_banner_text h1
	{
		position: relative;
        display: inline-block;
        font-family: bold;
        font-weight: bold;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 0px;
        color: #ffffff;
		text-transform: uppercase;
        padding: 0px;
        border: 0px #ffffff solid;
        width: 60%;
		margin-bottom: 25px;
	}

	.box_home_banner_text h2
	{
		position: relative;
        display: inline-block;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding: 0px;
        border: 0px #ffffff solid;
        width: 100%;
        font-size: 40px;
        line-height: 40px;
	}

	.box_home_banner_text h3
	{
		position:relative;
		display:block;
		font-family:regular;
		font-weight:normal;
		font-size:18px;
		line-height:24px;
		letter-spacing:0px;
		color:#ffffff;
		padding:0px;
		margin-top:20px;
		border:0px #333333 solid;
		text-transform:none;
		width:51%;
	}

	.box_home_banner_text a
	{
		position: relative;
        display: inline-block;
        top: 0px;
        width: 20%;
        margin-left: 40%;
        margin-right: 40%;
        font-family: bold;
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: underline;
        padding: 0px;
        border: 0px #ffffff 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_home_banner_text a:hover
	{
		top: 5px;
	}
	

	

	.box_footer_banner

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 1 - 0px);

		height:200px;

		padding:0px;

		margin:0px;

		top:0px;

		border:0px #333333 solid;

		border-radius:0px;

		z-index:1;

		overflow:hidden;

		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_footer_banner:hover

	{		



	}

	.box_footer_banner_text

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 200px);

		height:200px;

		padding:0px;

		border:0px #333333 solid;

		z-index:1;

		text-align:left;

	}		

	.box_footer_banner_text table td,

	.box_footer_banner_button table td

	{

		height:200px;

		text-align:left !important;

	}

	.box_footer_banner_text h1

	{

		font-family:'bold';

		font-weight:normal;

		font-size:40px;

		line-height:40px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		text-transform:none;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_footer_banner_text h3

	{		

		font-family:light;

		font-weight:normal;

		font-size:20p0x;

		line-height:20px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		margin-top:20px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_footer_banner_button

	{

		position:relative;

		display:inline-block;

		width:200px;

	}

	.box_footer_banner_button .button

	{

		color:#ffffff;

		border:1px solid #06999F;

	}



	

	

	

	.box_categories

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 4 - 30px);

		margin:0px 5px;

		padding:10px;

		top:0px;

		background-color:transparent;

		border:0px #333333 solid;

		border-radius:8px;

		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_categories:hover

	{		

		top:-10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	

	}	

	.box_categories_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:250px;

		background-color:#333333;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:6px;

		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_categories_text

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 0px);

		padding:10px 0px;

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_categories_text h1

	{

		font-family:regular;

		font-weight:normal;

		font-size:30px;

		line-height:30px;

		letter-spacing:0px;

		color:#000000;

		text-transform:none;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	

	

	

	

	

	.box_home_banner_small

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 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_small:hover

	{		



	}	

	.box_home_banner_small:hover .box_home_banner_small_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_small_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;		

	}	

	.box_home_banner_small_image img

	{

		width:100%;

	}

	.box_home_banner_small_text

	{

		position:absolute;

		left:0px;

		bottom:0px;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 100px);

		margin-top:0px;

		padding:20px 50px;

		border:0px #333333 solid;

		z-index:1;

		text-align:left;

		background:rgba(0,0,0,0.3);

	}		

	.box_home_banner_small_text img

	{

		position:absolute;

		bottom:20px;

		right:20px;

	}

	.box_home_banner_small_text table td

	{

		text-align:left !important;

	}

	.box_home_banner_small_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:40px;

		line-height:40px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		text-transform:none;

		border:0px #ffffff solid;

		z-index: 1;

		width:100%;

	}

	.box_home_banner_small_text h3

	{		

		font-family:regular;

		font-weight:normal;

		font-size:20px;

		line-height:20px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		margin-top:20px;

		border:0px #ffffff solid;

		z-index:1;

		width:70%;

		max-width:500px;

	}

	.box_home_banner_small_text_line

	{

		width:50px;

		height:5px;

		margin-top:20px;

		padding:0px;

		background-color:#229fce;

		border:0px #ffffff solid;

		z-index:1;

	}		

	.box_home_banner_small_text .button

	{

	}









	

	.box_home_icon

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 20px);

		margin:0px 5px 20px;

		padding:5px;

		top:0px;

		background-color:#ffffff;

		border:0px #333333 solid;

		border-radius:0px;

		z-index:1;

		overflow:hidden;

		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_home_icon_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		top:0px;

		width:100%;

		height:96px;

		background-color:transparent;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0;

		border:0px #333333 solid;

		z-index:1;

		opacity:1.0;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;		

	}	

	.box_home_icon_text

	{

		position:relative;

		display:inline-block;

		width:calc(100% - 20px);

		max-width:290px;

		padding:0px 10px;

		border:0px #333333 solid;

		z-index:1;

		text-align:center;

		margin-top:20px;

	}		

	.box_home_icon_text h1

	{

		display:inline-block;

		font-family:bold;

		font-weight:normal;

		font-size:24px;

		line-height:30px;

		letter-spacing:0px;

		color:#000000;

		text-transform:none;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_home_icon_text h3

	{

		display:inline-block;

		font-family:regular;

		font-weight:normal;

		font-size:18px;

		line-height:20px;

		letter-spacing:0px;

		color:#000000;

		text-transform:none;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_home_icon_text .button

	{

		background-color:#ffffff;

		color:#000000;

	}

	

	

	

	

	.box_services
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 30px);
        height: 300px;
        margin: 0px 15px;
        margin-bottom: 20px;
        padding-bottom: 100px;
        top: 0px;
        background-color: transparent;
        z-index: 1;
        overflow: hidden;
        cursor: pointer;

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

	.box_services:hover
	{
		top: 10px;
		box-shadow:0px 2px 30px rgba(0,0,0,0.4);
	}

	.box_services .button
	{
		top: -50px;
		z-index: 99999;
		color: #FFFFFF;
	}

	.box_services .button:hover
	{
		top: -40px;
	}

	.box_services_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		top:0px;
		width:100%;
		height:500px;
		background-color:#333333;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border:0px #333333 solid;
		z-index:1;
		opacity:1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;		
	}	

	.box_services_image_mask
	{
		position: relative;
        top: -100%;
        height: 100%;
        z-index: 1;
        background: #6d2ae7;
		opacity: 0.4;
	}

	.box_services_image_gradient
	{
		position: relative;
        top: -80px;
        float: left;
        height: 80px;
        width: 70%;
        z-index: 1;
        background: #D4C39E;
        border-radius: 0px 20px;
	}	

	.box_services_text
	{
		position: absolute;
        bottom: 0px;
        left: 0px;
        display: inline-block;
        width: 100%;
        z-index: 1;
        text-align: center;
	}		

	.box_services_text img
	{
		position:relative;
	}

	.box_services_text h1
	{
		font-family: bold;
        font-weight: normal;
        margin-left: 10%;
        width: fit-content;
        background-color: #BB2032;
        padding: 10px;
        margin-bottom: 50px;
        text-align: left;
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
	}

	.box_services_text .button
	{
		background-color:#ffffff;
		color:#000000;
	}

	.box_services_text_line
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 5px;
        float: left;
        background-color: #38D6FF;
        margin-top: 20px;
        margin-bottom: 50px;
        margin-left: 10%;
	}


	.box_faq
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 50px);
        height: 50px;
        margin: 0px 25px;
        margin-bottom: 20px;
        top: 0px;
        background-color: #110C3D;
        border-radius: 25px;
        z-index: 1;
        overflow: hidden;
        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_faq:hover
	{
		box-shadow:0px 2px 30px rgba(0,0,0,0.4);
		padding-bottom: 200px;
	}

	.box_faq_text
	{
		position: relative;
        display: inline-block;
        height: 50px;
        float: left;
        width: 80%;
        padding-left: 5%;
        text-align: left;
        z-index: 1;
	}	

	.box_faq_text h1
	{
		font-family: regular;
        font-weight: normal;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        margin-top: 13px;
        margin-bottom: 13px;
        letter-spacing: 0px;
        color: #D4C39E;
        z-index: 1;
        text-transform: none;
	}

	.box_faq_content
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 200px;
        padding-top: 25px;
        border-top: 1px solid #D4C39E;
        background-color: #110C3D;
        z-index: 9;
        overflow: hidden;
        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_faq_content_text
	{
		position: relative;
        display: inline-block;
        height: 200px;
        float: left;
        width: 100%;
        text-align: left;
        z-index: 1;
	}	

	.box_faq_content_text h1
	{
		font-family: regular;
        font-weight: normal;
        width: 90%;
        height: 200px;
        font-size: 18px;
        line-height: 20px;
        padding: 0 5%;
        letter-spacing: 0px;
        color: #D4C39E;
        z-index: 1;
        text-transform: none;
	}

	.box_packs
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 4 - 20px);
		margin:10px;
		margin-bottom: 50px;
		padding:0px;
		top:0px;
		border:0px #333333 solid;
		border-radius:20px;
		z-index:1;
		overflow:hidden;
		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_packs_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		top:0px;
		width:100%;
		height:300px;
		background-color:#333333;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border-radius:10px;
		border:0px #333333 solid;
		z-index:1;
		opacity:1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;		
	}

	.box_packs:hover
	{
		top:10px;
		box-shadow:0px 2px 30px rgba(0,0,0,0.4);
		cursor: pointer;
	}

	.box_packs_image_mask
	{
		position: relative;
        top: -100%;
        height: 100%;
        z-index: 1;
        background: #6d2ae7;
		opacity: 0.4;
	}

	.box_packs_image_gradient
	{
		position: relative;
        top: -125%;
        height: 25%;
        z-index: 1;
        background: linear-gradient(transparent, #EE6422);
	}	

	.box_packs_text
	{
		position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        border: 0px #333333 solid;
        z-index: 1;
        background: linear-gradient(transparent);
        text-align: center;
	}		

	.box_packs_text table td
	{
		/* height:260px; */
	}

	.box_packs_text img
	{
		position:relative;
	}

	.box_packs_text h1
	{
		font-family: bold;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #202960;
        text-transform: none;
        padding: 0px;
        margin-bottom: 20px;
		margin-left: 5%;
		width: 90%;
	}

	.box_packs_text h2
	{
		font-family:regular;
		font-size:20px;
		line-height:20px;
		letter-spacing:0px;
		color:#ff9101;
		text-transform:none;
		padding:0px;
		border:0px #ffffff solid;
		z-index: 1;
	}


	.box_team
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 4 - 60px);
        margin: 30px;
        padding: 0px;
        top: 0px;
        border: 0px #333333 solid;
        border-radius: 20px;
        z-index: 1;
        overflow: hidden;
        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_team_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		top:0px;
		width:100%;
		aspect-ratio: 1/1;
		background-color:#333333;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		border-radius:100%;
		border:0px #333333 solid;
		z-index:1;
		opacity:1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;		
	}

	.box_team_image:hover
	{
		top:10px;
		cursor: pointer;
	}

	.box_team_image_mask
	{
		position: relative;
        top: -100%;
        height: 100%;
        z-index: 1;
        background: #6d2ae7;
		opacity: 0.4;
	}

	.box_team_image_gradient
	{
		position: relative;
        top: -125%;
        height: 25%;
        z-index: 1;
        background: linear-gradient(transparent, #EE6422);
	}	

	.box_team_text
	{
		position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        border: 0px #333333 solid;
        z-index: 1;
        background: linear-gradient(transparent);
        text-align: center;
	}		

	.box_team_text table td
	{
		/* height:260px; */
	}

	.box_team_text img
	{
		position:relative;
	}

	.box_team_text h1
	{
		font-family: bold;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #202960;
        text-transform: none;
        padding: 0px;
        margin-bottom: 20px;

	}

	.box_team_text h2
	{
		font-family:regular;
		font-size:20px;
		line-height:20px;
		letter-spacing:0px;
		color:#ff9101;
		text-transform:none;
		padding:0px;
		border:0px #ffffff solid;
		z-index: 1;
	}


	.box_values
	{
		position: relative;
        display: inline-block;
        width: calc(100% / 4);
        top: 0px;
        height: 175px;
        z-index: 1;
        overflow: hidden;
        opacity: 1.0;
        border-radius: 0px;
		margin-bottom: 100px;
		
        -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_values:hover
	{		
		
	}

	.box_values_image
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 100px;
        height: 100px;
        background-color: transparent;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 0px #333333 solid;
        z-index: 1;
        opacity: 1.0;

		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;	
	}

	.box_values_image_gradient
	{
		position: relative;
        top: -100%;
        height: 1000px;
        z-index: 1;
		background-color: #617d5f;
		opacity: 0.5;
	}	

	.box_values_button
	{
		position: absolute;
        z-index: 1;
        text-align: center;
        width: 30%;
        right: 0px;
        bottom: 25px;
	}	

	.box_values_text
	{
		position: relative;
        z-index: 1;
        text-align: center;
        width: 100%;
		top: 25px;
	}	

	.box_values_text img
	{
		position:relative;
	}

	.box_values_text h1
	{
		position: relative;
        font-family: 'bold';
        font-size: 30px;
        line-height: 30px;
        text-transform: none;
        width: 100%;
        color: #110C3D;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
	}

	.box_values_text h2
	{
		position: relative;
        display: inline-block;
        width: 75%;
        font-family: regular;
        font-size: 24px;
        line-height: 24px;
        color: #346EB5;
    }

	.box_values h3
	{
		position: absolute;
        top: 0px;
        right: 0px;
        font-family: regular;
        font-size: 20px;
        line-height: 20px;
        background-color: #000000;
        color: #FFFFFF;
        border-radius: 100%;
        padding: 15px 5px;
        z-index: 9;
    }

	.box_values_text .button
	{
		margin-top: 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;
	}

	.box_values_text .button:hover
	{		
		top:10px;
		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	
	}


	.box_experiences 
	
	{
		
        position: relative;
        display: inline-block;
        width: 48%;
		top:0px;
        height: 500px;
        margin: 5% 1%;
        border-radius: 50px;
        z-index: 1;
		overflow:hidden;
		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_experiences:hover

	{		

		top:10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	

	}


	.box_experiences_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		top:0px;

		width:100%;

		height:100%;

		background-color:#333333;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:10px;

		border:0px #333333 solid;

		z-index:1;

		opacity:1.0;

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;	

	}

	.box_experiences_image_gradient

	{

		position: relative;

        top: -100%;

        height: 1000px;
		
        z-index: 1;

		background-color: #617d5f;

		opacity: 0.5;

	}	

	.box_experiences_text

	{

		position: absolute;
        bottom: 0px;
        padding: 40px;
        z-index: 1;
        text-align: left;

	}		

	.box_experiences_text table td

	{

		/* height:260px; */

	}

	.box_experiences_text img

	{

		position:relative;

	}

	.box_experiences_text h1

	{

		font-family: bold;
        font-size: 40px;
        color: #ffffff;

	}

	.box_experiences_text h3 
	
	{

		font-family: regular;
        font-size: 24px;
        color: #ffffff;
    }

	.box_experiences_text .button

	{
		margin-top: 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;

	}

	
	

	.box_experiences_text .button:hover

	{		

		top:10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	

	}



	.box_works

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 20px);

		height:400px;

		margin:10px;

		padding:0px;

		top:0px;

		background-color:#ffffff;

		border:0px #333333 solid;

		border-radius:10px;

		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_works:hover

	{		

		top:10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	

	}

	.box_works:hover .box_works_text

	{		

		opacity:1;

	}

	.box_works_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		top:0px;

		width:100%;

		height:400px;

		background-color:#333333;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:10px;

		border:0px #333333 solid;

		z-index:1;

		opacity:1.0;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;		

	}	

	.box_works_text

	{

		position:absolute;

		bottom:0px;

		left:0px;

		display:inline-block;

		width:calc(100% - 40px);

		height:360px;

		padding:20px;

		border:0px #333333 solid;

		z-index:1;

		text-align:center;

		margin-top:0px;

		background:rgba(0,0,0,0.5);

		text-align:center;

		opacity:0;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;

	}		

	.box_works_text table td

	{

		height:400px;

		text-align:center;

	}

	.box_works_text img

	{

		position:absolute;

		right:20px;

		bottom:20px;

	}

	.box_works_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:24px;

		line-height:30px;

		letter-spacing:0px;

		color:#ffffff;

		text-transform:none;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_works_text h3

	{

		font-family:regular;

		font-weight:normal;

		letter-spacing:0px;

		color:#ffffff;

		text-transform:none;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_works_text .button

	{

		width:100px;

		height:20px;

		margin-top:20px;

		background-color:#ffffff;

		color:#000000;

	}









	

	.box_professional

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 4 - 20px);

		height:360px;

		margin:5px;

		padding:5px;

		top:0px;

		background-color:#ffffff;

		border:0px #333333 solid;

		border-radius:8px;

		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_professional:hover

	{		

		top:10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	

	}

	.box_professional_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		top:0px;

		width:100%;

		height:300px;

		background-color:#333333;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:6px;

		border:0px #333333 solid;

		z-index:1;

		opacity:1.0;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;		

	}	

	.box_professional_text

	{

		position:relative;

		display:inline-block;

		width: 100%;

        padding:0px;

		border:0px #333333 solid;

		z-index:1;

		text-align:left;

		margin-top:10px;

		height:48px;

		overflow:hidden;

	}		

	.box_professional_text table td

	{

		/* height:260px; */

	}

	.box_professional_text h1

	{

		font-family:regular;

		font-weight:normal;

		font-size:20px;

		line-height:24px;

		letter-spacing:0px;

		color:#000000;

		text-transform:none;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_professional_text .button

	{

		width:100px;

		height:20px;

		margin-top:20px;

		background-color:#ffffff;

		color:#000000;

	}









	

	.box_frota

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 40px);

		height:350px;

		margin:0px 20px;

		padding:0px;

		top:0px;

		background-color:#ffffff;

		border:0px #333333 solid;

		border-radius:10px;

		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_frota:hover

	{		

		top:-10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.3);		

	}	

	.box_frota_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:250px;

		margin:0px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:10px;

		border:0px solid #29bed9;

		z-index:1;		

		opacity:1;

		

		-moz-animation: all 1s;

		-webkit-animation: all 1s;

		-o-animation: all 1s;

		-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_frota:hover .box_frota_image

	{

		filter: brightness(70%);

	}

	.box_frota_text

	{

		position:relative;

		display:inline-block;

		width:calc(100% - 20px);

		padding:10px;

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_frota_text table td

	{

		text-align:center;

	}

	.box_frota_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:25px;

		line-height:25px;

		letter-spacing:0px;

		color:#000000;

		text-transform:none;

		padding:0px;

		margin-top:0px;

		margin-bottom:15px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_frota_text h3

	{

		font-size:16px;

		line-height:20px;

		margin-bottom:15px;

		border:0px #ffffff solid;

		z-index:1;

		color:#000000;

	}

	.box_frota_text h3 table

	{

		width:100%;

	}

	.box_frota_text .button

	{

		border-radius:50px;

		min-width:120px;

		margin-bottom:10px;

	}	

	.box_frota_text .button:hover

	{

		top:0px;

		box-shadow:0px 0px 0px;

	}	









	

	.box_tours

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 2 - 40px);

		height:350px;

		margin:0px 20px 40px;

		padding:0px;

		top:0px;

		background-color:#ffffff;

		border:0px #333333 solid;

		border-radius:20px;

		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_tours:hover

	{		

		top:-10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.3);		

	}	

	.box_tours_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:350px;

		margin:0px;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:20px;

		border:0px solid #29bed9;

		z-index:1;		

		opacity:1;

		

		-moz-animation: all 1s;

		-webkit-animation: all 1s;

		-o-animation: all 1s;

		-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_tours:hover .box_tours_image

	{

		filter: brightness(70%);

	}

	.box_tours_text

	{

		position:absolute;

		bottom:0px;

		left:0px;

		display:inline-block;

		width:calc(100% - 80px);

		padding:30px 40px;

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_tours_text table td

	{

		text-align:left;

	}

	.box_tours_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:30px;

		line-height:30px;

		letter-spacing:0px;

		color:#ffffff;

		text-transform:none;

		padding:0px;

		margin-top:0px;

		margin-bottom:15px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_tours_text h3

	{

		font-size:16px;

		line-height:20px;

		margin-bottom:15px;

		border:0px #ffffff solid;

		z-index:1;

		color:#000000;

	}

	.box_tours_text .button

	{

		border-radius:50px;

		min-width:120px;

		margin-bottom:10px;

	}	

	.box_tours_text .button:hover

	{

		top:0px;

		box-shadow:0px 0px 0px;

	}	









	

	.box_transfers

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 20px);

		height:350px;

		margin:0px 10px;

		padding:0px;

		top:0px;

		background-color:#000000;

		border:0px #333333 solid;

		border-radius:10px;

		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_transfers:hover

	{		

		top:-10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.3);		

	}	

	.box_transfers_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:350px;

		margin:0px;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px solid #29bed9;

		z-index:1;		

		opacity:1;

		

		-moz-animation: all 1s;

		-webkit-animation: all 1s;

		-o-animation: all 1s;

		-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_transfers:hover .box_transfers_image

	{

		filter: brightness(70%);

	}

	.box_transfers_text

	{

		position:absolute;

		display:inline-block;

		width:calc(100% - 20px);

		padding:10px;

		top:0px;

		left:0;

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_transfers_text table td

	{

		height:350px;

		text-align:center;

	}

	.box_transfers_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:34px;

		line-height:34px;

		letter-spacing:0px;

		color:#000000;

		text-transform:uppercase;

		padding:0px;

		margin-top:15px;

		margin-bottom:15px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_transfers_text h3

	{

		font-size:16px;

		line-height:20px;

		margin-bottom:15px;

		border:0px #ffffff solid;

		z-index:1;

		color:#ffffff;

	}

	.box_transfers_text .button

	{

		border-radius:50px;

		min-width:120px;

		margin-bottom:10px;

	}	

	.box_transfers_text .button:hover

	{

		top:0px;

		box-shadow:0px 0px 0px;

	}	









	

	.box_portfolio

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 3 - 60px);

		height:400px;

		margin:20px;

		padding:0px;

		top:0px;

		background-color:#000000;

		border:0px #333333 solid;

		border-radius:20px;

		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_portfolio:hover

	{		

		top:-10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.3);			

	}	

	.box_portfolio:hover .box_portfolio_image 

	{		

		-webkit-transform:scale(1.1);

		-ms-transform:scale(1.1);

		transform:scale(1.1);

		

		filter:brightness(100%);			

	}		

	.box_portfolio_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:400px;

		background-size:cover;

		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_portfolio_text

	{

		position:absolute;

		width:calc(100% - 0px);

		bottom:50px;

		padding:0px;

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_portfolio_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:40px;

		line-height:40px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		margin-top:10px;

		margin-bottom:10px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_portfolio_text h3

	{

		display:none;

		font-size:14px;

		line-height:24px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		margin-bottom:20px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_portfolio_text .button

	{

		display:none;

	}





	







	.box_home_about_us

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% - 0px);

		min-height:400px;

		margin:0px;

		padding:0px;

		border:0px #333333 solid;

		border-radius:0px;

		z-index:1;

		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_home_about_us_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:50%;

		height:400px;

		margin-right:50px;

		border:0px solid;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		z-index:1;

		overflow:hidden;

	}

	.box_home_about_us_text

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:calc(50% - 50px);

		padding:0px;

		border:0px #ffffff solid;

		z-index:1;

		text-align:left;

	}	

	.box_home_about_us_text h1

	{

		display:block;

		width:100%;

		font-family:bold;

		font-weight:normal;

		font-size:30px;

		line-height:30px;

		letter-spacing:0px;

		color:#333333;

		margin-bottom:0px;

		border:0px #ffffff solid;

		z-index:1;

	}	

	.box_home_about_us_text h3

	{

		display:block;

		width:100%;

		font-family:light;

		font-weight:normal;

		font-size:17px;

		line-height:24px;	

		color:#333333;

		padding:0px;

		margin-top:10px;

		margin-bottom:20px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_home_about_us_text .button

	{

		

	}	











	.box_equipments

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 2 - 40px);

		height:450px;

		margin-top:20px;

		margin-left:20px;

		margin-right:20px;

		margin-bottom:20px;

		padding:0px;

		top:0px;

		border:0px #EAF2F3 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_equipments_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:250px;

		background-color:#333333;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px #333333 solid;

		z-index:1;

		overflow:hidden;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;

		filter:brightness(100%);		

	}

	.box_equipments_text

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 0px);

		border:0px #333333 solid;

		z-index:1;

	}		

	.box_equipments_text h1

	{

		font-family:bold;

		font-weight:normal;

		font-size:30px;

		line-height:30px;

		letter-spacing:0px;

		color:#238dc2;

		padding:0px;

		margin-top:20px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_equipments_text h3

	{

		font-family:light;

		font-weight:normal;

		font-size:15px;

		line-height:30px;

		letter-spacing:0px;

		color:#333333;

		margin-top:10px;

		padding:0px;

		border:0px #ffffff solid;

		z-index:1;

	}











	







	.box_activities

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% / 4 - 20px);

		height:300px;

		margin-top:10px;

		margin-left:10px;

		margin-right:10px;

		margin-bottom:10px;

		padding: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_activities_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		height:300px;

		background-color:#333333;

		background-size:cover;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px #333333 solid;

		z-index:1;

		overflow:hidden;

		opacity:0.9;

		

		-webkit-transition: all 0.7s ease;

		transition: all 0.7s ease;

		filter:brightness(90%);		

	}

	.box_activities:hover

	{		

		top:-10px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.4);	

	}	

	.box_activities:hover .box_activities_image

	{		

		-webkit-transform:scale(1.2);

		-ms-transform:scale(1.2);

		transform:scale(1.2);

		opacity:1.0;

		filter:alpha(opacity=100);

		filter:brightness(70%);

	}	

	.box_activities_text

	{

		position:absolute;

		bottom:20px;

		width:calc(100% - 0px);

		height:80px;		

		border:0px #333333 solid;

		z-index:1;

		text-align:center;

	}		

	.box_activities_text h1

	{

		font-family:regular;

		font-weight:normal;

		font-size:30px;

		line-height:30px;

		letter-spacing:0px;

		color:#ffffff;

		text-transform:uppercase;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_activities_text h3

	{

		font-family:light;

		font-weight:normal;

		font-size:16px;

		line-height:30px;

		letter-spacing:0px;

		color:#ffffff;

		text-transform:uppercase;

		text-decoration:underline;

		margin-top:10px;

		padding:0px;

		border:0px #ffffff solid;

		z-index: 1;

	}

	.box_activities_text .button

	{

		margin-top:20px;

	}	



	





	.box_partners

	{ 

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% / 6 - 40px);

		height:100px;

		margin-left:20px;

		margin-right:20px;

		padding:0px;

		top:0px;

		border:0px #dddddd 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_partners:hover

	{ 

		top:-10px;

		box-shadow:0px 2px 20px rgba(0,0,0,0.2);

	}

	.box_partners_image

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:100px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

		border:0px #dddddd solid;

	}

	

	



	.box_protocols

	{ 

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% / 5 - 40px);

		height:300px;

		margin-top:10px;

		margin-left:10px;

		margin-right:10px;

		margin-bottom:10px;

		padding:10px;

		top:0px;

		border-radius:8px;

		border:1px #dddddd 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_protocols:hover

	{ 

		top:-5px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.1);

	}

	.box_protocols_image

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:100px;

		margin-top:10px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

	}	

	.box_protocols_text

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:140px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

	}

	.box_protocols_text h1

	{

		display:block;

		width:100%;

		max-width:800px;

		font-family:bold;

		font-weight:normal;

		font-size:24px;

		line-height:24px;	

		color:#777777;

		padding:0px;

		margin-top:10px;

		margin-bottom:10px;

		border:0px #ffffff solid;

		z-index:1;

	}	

	.box_protocols_text h3

	{

		display:block;

		width:100%;

		font-family:light;

		font-weight:normal;

		font-size:15px;

		line-height:20px;	

		color:#777777;

		padding:0px;

		margin-top:0px;

		margin-bottom:20px;

		border:0px #ffffff solid;

		z-index:1;

	}

	.box_protocols_text .button

	{

		color:#777777;

		background-color:transparent;

		box-shadow:0px 0px 0px;

		z-index:1;

	}

	.box_protocols_text .button:hover

	{

		text-decoration:underline;

		z-index:1;

	}




	.box_brands
	{ 
		position: relative;
        display: inline-block;
        vertical-align: top;
		top: 0px;
        width: calc(100% / 5 - 30px);
        margin: 15px;
        border-radius: 0px;
        border: 0px #dddddd solid;
        cursor: pointer;

		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_brands:hover
	{
		top: 10px;
	}

	.box_brands_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}	

	.box_brands img
	{
		position:relative;
		height: 50px;
		width: 50px;
        margin-left: 0px;
	}



	.box_clinic 
	
	{

        display: inline-block;

        vertical-align: top;

        width: 31%;

        height: 100%;

        margin-top: 10px;

        margin-left: 1%;

        margin-right: 1%;

		margin-bottom: 10px;
		
        border: 1px #dddddd 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_clinic:hover

	{ 

		top:-5px;

		box-shadow:0px 2px 30px rgba(0,0,0,0.1);

	}

	.box_clinic_image

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:200px;

		background-size:contain;

		background-repeat:no-repeat;

	}	

	.box_clinic_text

	{

		position:relative;

		display:inline-block;

		width:90%;

		padding: 5%;

		height:100px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

	}

	.box_clinic_text h1

	{

		font-size:40px;

		line-height:40px;	

	}	

	.box_clinic_text h3

	{

		margin-top:20px;

		font-size:24px;

		line-height:24px;

	}

	.box_clinic_text .button

	{

		color:#777777;

		background-color:transparent;

		box-shadow:0px 0px 0px;

		z-index:1;

	}

	.box_clinic_text .button:hover

	{

		text-decoration:underline;

		z-index:1;

	}

			

						

	





	.box_promotions

	{ 

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% / 3 - 40px);

		height:400px;

		margin-left:10px;

		margin-right:10px;

		margin-bottom:20px;

		top:0px;

		border:0px #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_promotions:hover

	{ 

		top:-10px;

		box-shadow:0px 3px 30px rgba(0,0,0,0.2);



		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_promotions_image

	{

		position:relative;

		display:inline-block;

		width:100%;

		height:400px;

	}

	.box_promotions_text

	{

		position:absolute;

		width:calc(100% - 20px);

		bottom:20px;

		left:20px;

		right:0px;

		margin-left:auto;

		margin-right:auto;

		padding:0px;

		border:0px #ffffff solid;

		text-align:left;

		z-index:3;

	}	

	.box_promotions_text h1

	{

		margin-top:10px;

		margin-bottom:10px;

		font-size:30px;

		line-height:30px;

		color:#ffffff;

		text-transform:uppercase;

	}

	.box_promotions_text h3

	{

		margin-top:10px;

		margin-bottom:10px;

		font-size:20px;

		line-height:20px;

		color:#ffffff;

	}	

	.box_promotions_text .button

	{

		position:absolute;

		bottom:10px;

		left:40px;

		right:40px;

	}


	

	.contacts_box
	{
		position:relative;
		display:inline-block;
		width: 94%;
	}

	.contacts_checkbox
	{
        position: relative;
        display: inline-block;
        margin-top: 10px;
	}

	.contacts_button
	{
		position: relative;
        display: inline-block;
        float: right;
	}




	.box_testemonial
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 4 - 65px);
        margin: 0px 10px 50px;
        padding: 20px;
        top: 0px;
        border: 1px solid #D4C39E;
        border-radius: 10px;
        z-index: 1;
        overflow: hidden;
        background: #ffffff;
        opacity: 1.0;
        box-shadow: none;
        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_testemonial_ball
	{
		position: relative;
        display: inline-block;
        width: 75px;
        height: 75px;
        border-radius: 100%;
        font-size: 40px;
        line-height: 75px;
        text-align: center;
        text-transform: uppercase;
        background-color: #110C3D;
        color: #D4C39E;
	}

	.box_testemonial_text
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align: center;
	}

	.box_testemonial_text h1
	{
		margin-top: 10px;
        font-family: regular;
        font-size: 20px;
        font-weight: normal;
        color: #000000;
        text-transform: uppercase;
        line-height: 24px;
	}

	.box_testemonial_description h3
	{
		position: relative;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        text-align: center;
        margin-bottom: 20px;
	}

	.box_testemonial_stars
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin-top:15px;
		margin-bottom:15px;
	}

	.box_testemonial_star
	{
		position:relative;
		display:inline-block;
		width:25px;
		height:25px;
		background-image:url(/_images/star.png);
		background-size:contain;
		background-position:center;
		opacity:0.2;
		margin:0px 2px;
	}

	.box_testemonial_quot_marks
	{
		position:relative;
		display:inline-block;
		width:40px;
		height:40px;
		background-image:url(/_images/aspas-icon.png);
		background-size:contain;
		background-position:center;
		background-repeat: no-repeat;
		margin:0px 2px;
	}

	.box_testemonial_star.active
	{
		opacity:1;
	}

	.box_testemonial_name h1
	{
		font-family: bold;
		font-weight: bold;
		font-size: 20px;
		line-height: 20px;
		color: #009DA4;
	}

	.box_testemonial_name h2
	{
		font-family:regular;
		font-size:15px;
		margin-top:10px;
	}

	.box_testemonial_name h3
	{
		font-family: regular;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		color: #CEDD00;
	}



	.box_blog

	{
		position:relative;
		display:inline-block;
		vertical-align:top;        
		width: calc(100% / 2 - 50px);
        margin: 25px;
		top:0px;
		background-color:#ffffff;
		border:0px #333333 solid;
		text-align:left;
        margin-bottom: 25px;

		-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
	{
		top: 10px;
	}

	.box_blog_odd

	{

		margin-left:0px;

	}	

	.box_blog_even

	{

		margin-right:0px;

	}

	.box_blog_image

	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		height:370px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.9));
		
		-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 .button
	{
		position: absolute;
        right: 0px;
        margin-top: 355px;
        height: 25px;
        width: 25px;
        background-image: url(/_images/blog-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 10px;
        border-radius: 0px;
	}

	.box_blog_text

	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: -50px;
        width: calc(80% - 80px);
        height: 130px;
        border: 0px solid;
        margin: 0 10%;
        padding: 20px 40px;
        z-index: 3;
        text-align: left;
        background-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;		
	}

	.box_blog_text h1
	{
		font-family: bold;
        font-weight: normal;
        font-size: 26px;
        line-height: 26px;
        color: #000000;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	.box_blog_text h2
	{
		color: #000000;
        padding: 10px 0px;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-family: light;
	}

	.box_blog_text h3
	{
		font-family: regular;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        text-align: left;
	}

	.box_blog_text h4
	{
		font-family: regular;
        font-size: 20px;
        line-height: 20px;
        color: #EBBB3B;
	}

	.box_blog_text .button_a
	{
		font-size: 16px;
		line-height: 20px;
		font-family: bold;
		color: #754344;
		text-decoration: underline;
	}

	.box_blog_text .button_a:hover
	{
		text-decoration: none;
	}

	.box_blog_text_button

	{
		text-decoration:underline;
		color: #5680bc;
		cursor: pointer;
		font-family: light;
		font-size:14px;
		line-height:14px;
	}

	.box_blog_text_button :hover

	{
		color: #000000;
	}









	



	.box_blog_left_area

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 405px);

		min-height:500px;		

		margin-left:0px;

		margin-right:50px;

		margin-top:50px;

		margin-bottom:50px;

		padding:0px;

		float:left;

		text-align:left;		

		border:0px #333333 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_post

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:100%;

		min-height:200px;		

		margin-bottom:50px;

		padding:0px;

		text-align:left;

		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_post h1

	{

		font-family:regular;

		font-weight:normal;

		font-size:30px;

		line-height:40px;

		color:#333333;

		text-transform:uppercase;

		margin-top:0px;

		letter-spacing:0px;

	}

	.box_blog_post h3

	{

		font-family:light;

		font-size:15px;

		line-height:25px;

		color:#333333;

	}

	.box_blog_post .button

	{

		width:140px;

		height:30px;

		line-height:30px;

		text-align:center;

		padding:6px 15px;

		border:0px #333333 solid;

	}

	.box_blog_post .button:hover

	{



	}	

	.box_blog_right_area

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:300px;

		height:100%;		

		margin-left:0px;

		margin-right:0px;

		margin-top:50px;

		margin-bottom:50px;

		padding:20px;

		background-color:#f7f7f7;

		float:right;

		text-align:left;		

		border:0px #333333 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 #333333 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% - 120px);

		height:40px;

		padding:0px 0px 0px 10px;

		border-radius:0px;

		border:0px;

		margin-right:5px;		

	}

	.box_blog_newsletter h3

	{

		font-size:15px;		

	}

	.box_blog_newsletter h4

	{

		display:inline-block;

		font-size:11px;		

	}	

	.box_blog_newsletter a

	{

		display:inline-block;

		font-size:11px;		

	}	

	.box_blog_newsletter .button

	{

		display:inline-block;

		width:100px;

		padding:10px;

		border:0px #333333 solid;

	}

	.box_blog_newsletter .button:hover

	{



	}	

	.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 #333333 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_details_image

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:500px;

		height:500px;

		margin-right:50px;

		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:600px;

		height:500px;

		background-size:cover;

		background-position:top center;

		background-repeat:no-repeat;

		float:left;

		text-align:left;

		border:0px solid;

	}







	.box_footer_icon

	{

		position:relative;

		display:inline-block;

		vertical-align:middle;

		width:calc(100% / 4 - 120px);

		min-height:50px;		

		margin:20px 40px 20px 40px;

		padding:0px;

		border-radius:0px;

		border:0px #333333 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_footer_icon_image

	{

		position:relative;

		display:inline-block;

		vertical-align:middle;		

		width:50px;

		height:50px;

		margin-right:20px;

		background-size:contain;

		background-position:center;

		background-repeat:no-repeat;

		border-radius:0px;

		border:0px solid;

		float:left;

		

		-webkit-transition: all 0.3s;

		-moz-transition: all 0.3s;

		transition: all 0.3s;	

		animation: fadein 1s;

		-moz-animation: fadein 1s;

		-webkit-animation: fadein 1s;

		-o-animation: fadein 1s;

		animation-direction: inherit;			

	}

	.box_footer_icon_text

	{

		position:relative;

		display:table;

		width:calc(100% - 80px);

		height:50px;

		border:0px 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;		

	}

	.box_footer_icon_text h3

	{

		display:table-cell;

		vertical-align:middle;

		font-family:regular;

		font-weight:normal;

		font-size:15px;

		line-height:20px;

		color:#ffffff;

		border:0px solid;

	}







	

	.box_contacts_address

	{		

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 650px);

		min-height:200px;

		border:0px #cccccc solid;

		margin-right:0px;

		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;	

	}

	.box_contacts_address h3
	{
		margin-bottom:50px;
		padding:0;
		font-family:'light';
		font-size:16px;
		font-weight:normal;
		letter-spacing:0px;
		text-decoration:none;
		line-height:30px;
		color:#333333;		
	}

	.box_contacts_form

	{		

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:600px;

		min-height:400px;

		border:0px #cccccc solid;

		margin-bottom:50px;

		float:right;

		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 #333333 solid;

	}	

	.box_contacts_form a

	{

		display:inline-block;

		font-size:14px;

		line-height:14px;

		text-decoration:underline;	

		margin-top:0px;

		border:0px #333333 solid;

	}

	.box_contacts_form a:hover

	{

		text-decoration:none;

	}

	.box_contacts_form .button
	{
		width:200px;
		height:40px;
		line-height:10px;
		text-align: center;
		border: none;
	}


	.box_home_contacts_title
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: calc(50% - 50px);
		min-height:300px;
		border:0px #cccccc solid;
		margin-top:0px;
		margin-right:50px;
		float:left;
		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_home_contacts_title h1
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #005687;
        font-size: 30px;
        line-height: 30px;
        font-family: bold;
        margin-top: 75px;
        width: 100%;
	}
	
	.box_home_contacts_subtitle
	{		
		position: relative;
        display: inline-block;
        vertical-align: top;
        height: 75px;
        width: 100%;
        left: 0px;
        bottom: 75px;
        border-radius: 0px 0px 20px 20px;
        background-color: #005687;
        margin-top: 0px;
        text-align: center;
        opacity: 0.6;

		-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_home_contacts_subtitle_h1 img
	{
		position: relative !important;
        display: inline-block !important;
        vertical-align: top !important;
        height: 40px !important;
        width: 40px !important;
        left: 150px !important;
        margin-top: -5px !important;
        border-radius: 0px !important;
        border: 0px solid !important;
	}
	
	.box_home_contacts_subtitle_h1
	{
		position: relative !important;
        display: inline-block !important;
        vertical-align: top !important;
        height: 50px !important;
        width: 100% !important;
        color: #FFFFFF !important;
        font-size: 40px !important;
        left: 0px !important;
        margin-top: -130px !important;
        border-radius: 20px !important;
        border: 0px solid !important;
	}

	.box_home_contacts_title h2
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0px;
        color: #38D6FF;
        font-size: 30px;
        line-height: 30px;
        font-family: bold;
        width: 100%;
	}	

	.box_home_contacts_title h3
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        font-family: light;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000000;
        margin-top: 40px;
	}	

	.box_home_contacts_title img
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        margin-top: 25px;
        float: left;
        border-radius: 10px;
        border: 0px 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_home_contacts_address
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 100%;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:0px;
		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;	
	}

	.box_home_contacts_address h1
	{
		color:#000000;	
	}

	.box_home_contacts_address b
	{
		color:#ffffff;	
	}

	.box_home_contacts_address_image
	{
		position:relative;
		display:inline-block;
		width:90%;
		height:500px;
		margin-top:0px;
		border-radius:20px;
		overflow:hidden;
		background-size:cover;
		background-position:left;
	}

	.box_home_contacts_address_image_text
	{
		position:absolute;
		width:calc(100% - 80px);
		left:0px;
		bottom:0px;
		background:rgba(101, 99, 102, 0.8);
		padding:40px 40px;
		text-align:left;
	}

	.box_home_contacts_address_image_text h2
	{
		color:#ffffff;
		font-family:bold;
		font-size:30px;
		line-height:30px;
	}

	.box_home_contacts_address_image img
	{
		display:none;
		width:100%;
		max-height: 400px;
		border-radius:20px;
	}

	.box_home_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 50%;
		min-height:300px;
		border:0px #cccccc solid;
		margin-top:75px;
		float:right;
		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_home_contacts_form h3
	{
		display:inline-block;
		margin-left:10px;
		font-family: regular;
		font-size:14px;
		line-height:14px;
		border:0px #333333 solid;
	}	

	.box_home_contacts_form a
	{
		display:inline-block;
		font-family: regular;
		font-size:14px;
		line-height:14px;
		text-decoration:underline;	
		margin-top:0px;
		border:0px #333333 solid;
		color: #000000;
	}

	.box_home_contacts_form a:hover
	{
		text-decoration:none;
	}

	.box_home_contacts_form .button
	{
		border: none;
	}

	.box_home_contacts_form .button img
	{
		margin-left: 75px;
		width: 20px;
		height: 20px;
		margin-top: -5px;
	}

	.box_home_contacts_form .input[type="text"],
	.box_home_contacts_form .input[type="email"],
	.box_home_contacts_form .textarea
	{
		background: #FFFFFF;
        border: 1px solid #f2f2f2;
        font-family: regular;
        color: #000000;
        margin-bottom: 15px;
        font-size: 16px;
        height: 50px;
        padding-left: 25px;
        width: 90%;
	}

	.box_home_contacts_form .textarea
	{
        height: 300px;
	}

	.box_home_contacts_form .input::placeholder,
	.box_home_contacts_form .textarea::placeholder
	{
		color: #000000;
	}
	





	

	.box_details_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:45%;
		margin-right:50px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		float:left;
		border:0px 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_details_image img
	{

	}

	.box_details_text
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(55% - 50px);
        min-height: 500px;
        float: right;
        text-align: left;
        border: 0px 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_details_text h1
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: bold;
        /* font-weight: bold; */
        font-size: 30px;
        text-transform: uppercase;
        line-height: 50px;
        color: #D0929F;		
	}

	.box_details_text h2

	{

		position:relative;

		display:block;

		vertical-align:top;

		font-family:bold;

		font-size:30px;

		line-height:30px;

		color:#000000; 

		border:0px solid;		

	}		

	.box_details_text h3

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		font-family:light;

		font-size:15px;

		margin-top:20px;

		color:#000000; 

		border:0px solid;		

	}	

	.box_details_text h4
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        font-family: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 50px;
        color: #D0929F;		
	}

	

	

	

	.box_consultation

	{		

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(50% + 10px);

		margin:0 -5px;

		min-height:200px;

		border:0px #cccccc solid;

		margin-right:0px;

		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_consultation .input[type="text"]

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% - 29px);

	}

	.box_consultation .input[type="email"]

	{

		position:relative;

		display:inline-block;

		vertical-align:top;		

		width:calc(100% - 29px);

	}

	.box_consultation .input

	{

		width:calc(100% - 29px);

		margin:0 5px;

	}

	.box_consultation .textarea

	{

		width:calc(100% - 29px);

		margin:0 5px;

		height:80px;

	}

	.box_consultation .input.half

	{

		width:calc(50% - 29px);

		margin:0 5px;

	}

	.box_consultation .input[type="date"]

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:calc(50% - 27px);

		height:40px;	

		margin:0 5px;

		font-family:light;

		font-size:17px;

		font-weight:normal;

		color:#333333;

		line-height:40px;

		padding-left:15px;

		border-radius:0px;

		border:1px #cccccc solid;

		cursor:pointer;

	}

	.box_consultation .select[name="request_time"]

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:calc(50% - 10px);

		height:42px;

		margin:0 5px;

		font-family:light;

		font-size:17px;

		font-weight:normal;

		color:#333333;

		line-height:40px;

		padding-left:15px;

		border-radius:0px;

		border:1px #cccccc solid;

		cursor:pointer;

	}

	.box_consultation .input[type="time"]

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:200px;

		height:40px;

		font-family:light;

		font-size:17px;

		font-weight:normal;

		color:#333333;

		line-height:40px;

		padding-left:15px;

		border-radius:0px;

		border:1px #cccccc solid;

		cursor:pointer;

	}

	.box_consultation .input:checked

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		width:30px;

		float:left;

	}	

	.box_consultation h3

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		font-family:light;

		font-size:12px;

		line-height:20px;

		margin-right:5px;

	}	

	.box_consultation a

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		font-family:light;

		font-size:12px;

		line-height:20px;

		text-decoration:underline;

	}			

	.box_consultation #chrono_verification1_container_div

	{

		position:relative;

		display:inline-block;

		vertical-align:top;	

		margin-top:20px;

		margin-bottom:20px;

	}		

			

	





	.footer_about_us

	{

		display:inline-block;

		vertical-align:top;

		width:33%;

		min-height:250px;

		margin-top:70px;

		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;			

	}

	.footer_about_us img

	{

		width:100%;

		max-width:300px;

		margin-bottom:30px;

	}

	.footer_about_us h1

	{

		width:100%;

		font-family:bold;

		font-weight:normal;

		font-size:30px;

		line-height:30px;

		letter-spacing:0px;

		color:#000000;

		text-transform:none;

		margin-bottom:20px;

	}

	.footer_about_us h3

	{

		position:relative;

		display:block;

		font-family:regular;

		font-weight:normal;

		font-size:17px;

		line-height:24px;

		letter-spacing:0px;

		color:#ffffff;

		padding:0px;

		border:0px #333333 solid;

		text-transform:none;

	}

	.footer_about_us div:first-of-type

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:140px;

		border:0px #ffffff solid;	

	}

	.footer_about_us div

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		width:calc(100% - 140px);

		border:0px #ffffff solid;	

	}

	.footer_about_us a

	{

		font-family:regular;

		font-size:16px;

		line-height:28px;

		color:#000000;

		border:0px #ffffff solid;

		display:inline-block;

		margin-right:15px;

		text-transform:none;

	}

	.footer_about_us a:hover

	{

		text-decoration:underline;

	}




	.footer_information
	{
		display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-top: 50px;
        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;			
	}

	.footer_information h1
	{
		width: 100%;
        font-family: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 5px;
	}

	.footer_information h3
	{
		display:inline-block;
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:20px;
		color:#000000;
		width:100%;
	}

	.footer_information small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}

	.footer_information a
	{
		display: inline-block;
        position: relative;
        font-family: regular;
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        color: #FFFFFF;
        width: 100%;

	}	

	.footer_information a:hover
	{	
		text-decoration:underline;
	}

	.footer_information td
	{
		vertical-align: top;
	}	

	

	.footer_products
	{
		display: inline-block;
        vertical-align: top;
        width: 15%;
        margin-top: 50px;
        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;			
	}

	.footer_products h1
	{
		width: 100%;
        font-family: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 5px;
	}

	.footer_products h3
	{
		display:inline-block;
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:20px;
		color:#000000;
		width:100%;
	}

	.footer_products small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}

	.footer_products a
	{
		display: inline-block;
        position: relative;
        font-family: regular;
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        color: #FFFFFF;
        width: 100%;

	}	

	.footer_products a:hover
	{	
		text-decoration:underline;
	}

	.footer_products td
	{
		vertical-align: top;
	}

	

	.footer_site_map
	{
		display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-top: 50px;
        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;			
	}

	.footer_site_map h1
	{
		width: 100%;
        font-family: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 5px;
	}

	.footer_site_map h3
	{
		display:inline-block;
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:20px;
		color:#000000;
		width:100%;
	}

	.footer_site_map small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}

	.footer_site_map a
	{
		display: inline-block;
        position: relative;
        font-family: regular;
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        color: #FFFFFF;
        width: 100%;

	}	

	.footer_site_map a:hover
	{	
		text-decoration:underline;
	}

	.footer_site_map td
	{
		vertical-align: top;
	}	




	.footer_newsletter_title
	{
		position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 75px;
        place-content: center;
        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_title img
	{
		width:100%;
		max-width:300px;
		margin-bottom:30px;
	}

	.footer_newsletter_title h1
	{
		font-size: 30px;
        font-family: light;
        color: #FFFFFF;
        text-transform: uppercase;
	}

	.footer_newsletter_title h3
	{
		position:relative;
		display:block;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		line-height:20px;
		letter-spacing:0px;
		color:#ffffff;
		padding:0px;
		margin-top:10px;
		border:0px #333333 solid;
		text-transform:none;
	}

	.footer_newsletter_title div:first-of-type
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:140px;
		border:0px #ffffff solid;	
	}

	.footer_newsletter_title div
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 140px);
		border:0px #ffffff solid;	
	}

	.footer_newsletter_title a
	{
		font-family:regular;
		font-size:16px;
		line-height:28px;
		color:#000000;
		border:0px #ffffff solid;
		display:inline-block;
		margin-right:15px;
		text-transform:none;
	}

	.footer_newsletter_title a:hover
	{
		text-decoration:underline;
	}

	.footer_newsletter
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        place-content: 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
	{
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:20px;
		line-height:30px;
		letter-spacing:0px;
		color:#ffffff;
		text-transform:uppercase;
		margin-bottom:20px;
	}

	.footer_newsletter h3
	{
		display:inline-block;
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:20px;
		text-align: center;
		color:#FFFFFF;
		width:100%;
	}

	.footer_newsletter small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}

	.footer_newsletter a
	{
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:20px;
		color:#FFFFFF;
	}	

	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		border:0px #333333 solid;
		text-align:center;
	}

	.footer_newsletter_text img
	{	
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:87px;
		margin-right:13px;
	}

	.footer_newsletter_text h1
	{	
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		letter-spacing:0px;
		color:#000000;
		text-transform:none;
		margin-bottom:10px;
	}

	.footer_newsletter_text h3
	{
		max-width:400px;
		margin-bottom:30px;
		margin-top:20px;
		color:#000000;
		font-weight:normal;
		font-size:16px;
	}

	.footer_newsletter_text small
	{
		font-family:light;
		font-weight:normal;
		font-size:12px;
		line-height:20px;
		color:#000000;
	}		

	.footer_newsletter_form
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 500px;
        min-height: 40px;
        place-content: center;
        border: 0px #ffffff solid;
        text-align: left;
        max-width: 800px;
	}		

	.footer_newsletter_form .input
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 100%;
        height: 50px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 16px;
        padding-left: 0px;
        color: #FFFFFF;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #FFFFFF;
	}

	.footer_newsletter_form .input::placeholder
	{
		color: #FFFFFF;
	}

	.footer_newsletter_form .button
	{
        position: absolute;
        height: 54px;
        top: 125px;
        left: 0px;
        right: 0px;
        margin: 25px auto;
        margin-bottom: 25px;
        text-transform: uppercase;
        border: none;
    }



	.footer_newsletter_form .button:hover
	{
		
	}

	.footer_newsletter_form div
	{
		position:absolute;
		width:calc(100% - 0px);
		left:0px;
		border:0px #ffffff solid;		
	}

	.footer_newsletter_form div .checked
	{
		width:14px;
		height:14px;
		padding:2px;
		border:0px #ffffff solid;		
	}	

	.footer_newsletter_form div h4
	{
		position:relative;
		display:inline-block;
		vertical-align:top;			
		font-family:regular;
		font-size:12px;
		color:#000000;
		line-height:20px;
		margin-right:5px;
		border:0px #ffffff solid;		
	}	

	.footer_newsletter_form div a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		font-family:light;
		font-size:12px;
		color:#000000;
		line-height:20px;
		border:0px #ffffff solid;		
	}

	.footer_newsletter_form div a:hover
	{
		text-decoration:underline;
	}	

	.footer_newsletter_form div.footer_newsletter_logo
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 3 - 10px);
		min-width:175px;
		height:56px;
		background-color:transparent;
		background-position:center;
		background-size:auto;
		background-repeat:no-repeat;
		top:0px;
	}

	.footer_newsletter .button_social
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		top:0px;
		width:40px;
		height:40px;
		margin-right:5px;
		padding:0px;
		background-size:25px;
		background-position:center;
		background-repeat:no-repeat;
		border-radius:50px;
		border:0px solid transparent;
		z-index:1;
		text-align:left;
		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;		
	}

	.footer_newsletter .button_social img
	{
		margin-bottom:0px;
		width:40px;
	}

	.footer_newsletter .button_social:hover
	{
		top:5px;
		background-color:transparent;
		border:0px solid transparent;
	}







	.footer_social_networks

	{
		display: inline-block;
        vertical-align: top;
        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;				
	}
	

	

	.footer_follow_us
	{
		display: inline-block;
        vertical-align: top;
        width: 20%;
		margin-left: 5%;
        margin-top: 50px;
        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;				
	}

	.footer_follow_us h1
	{
		width: 100%;
        font-family: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 5px;
	}

	.footer_follow_us h2
	{
		display: inline-block;
        font-family: light;
        font-size: 15px;
        line-height: 24px;
        color: #FFFFFF;
        width: 100%;
		margin-bottom: 25px;
	}	

	.footer_follow_us h3
	{
		display: inline-block;
        position: relative;
        font-family: bold;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
        color: #FFFFFF;
        width: 100%;
	}	

	.footer_follow_us a
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size:15px;
		line-height:35px;
		color:#FFFFFF;
		cursor: pointer; 
	}	

	.footer_follow_us a:hover
	{
		text-decoration:underline;
	}

	.footer_follow_us .button_social
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 25px;
        height: 25px;
        margin-right: 15px;
        padding: 10px;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #FFFFFF;
        border-radius: 100%;
        z-index: 1;
        text-align: left;
        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;		
	}

	.footer_follow_us .button_social img
	{
		width:25px;
	}

	.footer_follow_us .button_social:hover
	{
		top:5px;
	}





	

	.footer_contacts
	{
		display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-top: 50px;
        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;				
	}

	.footer_contacts h1
	{
		width: 100%;
        font-family: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 5px;
	}

	.footer_contacts h2
	{
		display: inline-block;
        font-family: light;
        font-size: 15px;
        line-height: 24px;
        color: #FFFFFF;
        width: 100%;
		margin-bottom: 25px;
	}	

	.footer_contacts h3
	{
		display: inline-block;
        position: relative;
        font-family: bold;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
        color: #FFFFFF;
        width: 100%;
	}	

	.footer_contacts a
	{
		display:inline-block;
		position:relative;
		font-family:regular;
		font-weight:normal;
		font-size:15px;
		line-height:35px;
		color:#FFFFFF;
		cursor: pointer; 
	}	

	.footer_contacts a:hover
	{
		text-decoration:underline;
	}

	.footer_contacts .button_social
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0px;
        width: 25px;
        height: 25px;
        margin-right: 15px;
        padding: 10px;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50px;
        z-index: 1;
        text-align: left;
        background-color: #754344;

		-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 .button_social img
	{
		width:25px;
	}

	.footer_contacts .button_social:hover
	{
		top:5px;
	}

	



	

	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height: 50px;	
		margin-right:0px;
		border:0px #ffffff 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;			
	}

	.footer_copyright h3
	{		
		font-family: light;
        font-size: 14px;
        line-height: 50px;
        color: #FFFFFF;
	}

	



	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		text-align: center;
		height: 50px;
		
		-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:light;
		font-size:14px;		
		line-height:50px;
		color: #FFFFFF;
	}

	.footer_disclaimer a:hover
	{	
		text-decoration:underline;
	}

	.footer_disclaimer img
	{
		position: relative;
        display: inline-block;
        height: 25px;
        margin-top: 7px;
        margin-right: 5px;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
	}

	

	

	.footer_payments

	{

		position:relative;

		display:inline-block;

		vertical-align:top;

		height:40px;

		margin-top:50px;

		border:0px #ffffff solid;

		text-align:left;

		padding: 10px 20px;

		

		-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_powered_by
	{
		position: relative;
        display: inline-block;
        vertical-align: top;
		height: 50px;
        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;			
	}

	.footer_powered_by a
	{	
		font-family:light;
		font-weight:normal;
		font-size:14px;		
		line-height:50px;
		color: #FFFFFF;
	}

	.footer_powered_by a:hover
	{	
		text-decoration:underline;
	}	

	

	

	.footer_whatsapp

	{

		position: fixed;

		bottom: 110px;

		right: 33px;

		width: 52px;

		z-index: 999;

		background: transparent;

		padding: 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;		

	}

	.footer_whatsapp:hover

	{

		bottom: 105px;

		background:transparent;

	}

	.up_footer

	{

		position: relative;
        display: inline-block;
        width: 100%;
        height: 100px;
		z-index: 2;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
		background-image:url(/_images/corte-footer.png);

		animation: fadein 1s;

		-moz-animation: fadein 1s;

		-webkit-animation: fadein 1s;

		-o-animation: fadein 1s;
		
	}

	

	

}