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

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

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


html, body
{
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.clearfix:before,

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

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a
{
	font-family:regular;
	text-decoration:none;
}
a:link,
a:visited
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


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

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

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

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"],
.input[type="date"],
.input[type="time"],
.input[type="number"]
{
	font-family:'regular';
	font-size:16px;
	font-weight:normal;
	color:#000000;
	line-height:40px;
	width:100%;
	height:40px;	
	padding-left:15px;
	border-radius:0px;
	background-color:transparent;
	border:1px #dddddd solid;
}

.input_short[type="text"],
.input_short[type="date"],
.input_short[type="time"],
.input_short[type="number"]
{
	font-family:'regular';
	font-size:16px;
	font-weight:normal;
	color:#000000;
	line-height:40px;
	width:40%;
	height:40px;	
	padding-left:15px;
	border-radius:0px;
	background-color:transparent;
	border:1px #dddddd solid;
}

.input[type="email"]
{
	font-family:'regular';
	font-size:16px;
	font-weight:normal;
	color:#000000;
	line-height:40px;
	width:100%;
	height:40px;	
	padding-left:15px;
	border-radius:0px;
	background-color:transparent;
	border:1px #dddddd solid;
}

.input[type="password"]
{
	font-family:'regular';
	font-size:16px;
	font-weight:normal;
	color:#000000;
	line-height:40px;
	width:100%;
	height:40px;	
	padding-left:15px;
	border-radius:0px;
	background-color:transparent;
	border:1px #dddddd solid;
}

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

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

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

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

.error
{
	color:red;	
}

.button
{
	display:inline-block;	
	background-color:#92d400;
	font-family: 'regular';
	font-weight: bold;
	font-size:12px;
	letter-spacing:0px;
	color:#ffffff;
	text-transform:uppercase;
	padding: 8px 8px 8px 8px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	border:1px #92d400 solid;
	
	-webkit-appearance: 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;
}
.button:hover
{
	background-color:#ffffff !important;
	border:0px #2CA736 solid;
	color:#92d400;
	border:1px #92d400 solid;
}

.button_small
{
	display:inline-block;	
	background-color:#92d400;
	font-family: 'regular';
	font-weight: bold;
	font-size:12px;
	letter-spacing:0px;
	color:#ffffff;
	text-transform:uppercase;
	padding: 8px 8px 8px 8px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	border:1px #92d400 solid;
	
	-webkit-appearance: 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;
}
.button_small:hover
{
	background-color:#ffffff !important;
	border:0px #2CA736 solid;
	color:#92d400;
	border:1px #92d400 solid;
}

.button_white
{
	display:inline-block;	
	background-color:#ffffff;
	font-family: 'regular';
	font-weight: bold;
	font-size:12px;
	letter-spacing:0px;
	color:#92d400;
	text-transform:uppercase;
	padding: 10px 10px 10px 10px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	border:0px #dddddd solid;
	
	-webkit-appearance: 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;
}
.button_white:hover
{
	background-color:#2C2B2B !important;
	border:0px #2CA736 solid;
	color:#ffffff;
}

.button_languages
{
	display:inline-block;
	width:30px;
	height:30px;
	background-color:#ffffff;
	font-family: 'bold';
	font-weight: bold;
	font-size:12px;
	line-height:30px;
	letter-spacing:0px;
	color:#92d400;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:30px;
	border:0px #dddddd solid;
	margin-left:5px;
	
	-webkit-appearance: 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;
}
.button_languages:hover
{
	background-color:rgba(255,255,255,0.5) !important;
	border:0px #2CA736 solid;
	color:#92d400;
}

.button_grey
{
	display:inline-block;	
	background-color:#626262;
	font-family: 'Avenir', "Arial Unicode MS", Arial;
	font-weight: normal;
	font-size:14px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 3px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	border:0px #dddddd solid;
	
	-webkit-appearance: 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;
}
.button_grey:hover
{
	background-color:rgba(255,255,255,0.5) !important;
	border:0px #2CA736 solid;
	color:#92d400;
}


/* 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;
    }
}
@-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;
    }
}


#cookie_warning_div a
{
	color:#92d400;
}

@media screen and (min-width:1001px)
{
	/* width */
	div.box_reservation_details::-webkit-scrollbar {
		width: 3px;
		position: absolute;
	}

	/* Track */
	div.box_reservation_details::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	/* Handle */
	div.box_reservation_details::-webkit-scrollbar-thumb {
		background: #888;
	}

	/* Handle on hover */
	div.box_reservation_details::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
	.box_extra_packs
	{
		position: relative;
		display: inline-block;
		width: calc(100% / 3 - 104px);
		height:480px;
		max-width:220px;
		margin: 10px;
		border-radius: 20px;
		border: 2px solid #92d400;
		vertical-align: top;
		padding: 15px;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_extra_packs h2
	{
		font-weight:bold;
		margin-bottom:30px;
	}
	.box_extra_packs .box_extra_pack
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.box_extra_packs .box_extra_pack .box_extra_pack_title h3
	{
		line-height:20px;
	}
	.box_extra_packs .box_extra_pack .box_extra_pack_img
	{
		position: relative;
		display: inline-block;
		width: 75px;
		height: 50px;
		background-color: #92d400;
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 10px;
		vertical-align: top;
	}
	.box_extra_packs table td
	{
		height:295px;
	}
	.box_extra_packs .box_extra_packs_franchise
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom:15px;
	}
	.box_extra_packs .box_extra_packs_price
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom:15px;
	}
	.box_extra_packs .box_extra_packs_price h2
	{
		margin:0;
	}
	.box_extra_packs .box_extra_packs_button
	{
		display: inline-block;
		background-color: #92d400;
		font-family: 'regular';
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 8px 8px 8px 8px;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 3px;
		border: 1px #92d400 solid;
		margin-bottom:10px;
		min-width:150px;
		
		-webkit-appearance: 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;
	}

	.register_page_block {
		width:500px;
		display:inline-block;
		vertical-align:top;
		padding-right:22px;
		margin-right:22px;
		border-right:1px solid #f0f0f0;
	}
	.login_page_block {
		width:500px;
		display:inline-block;
		vertical-align:top;
	}
	.register_login_page {
		width:100%;
		display:inline-block;
	}
	.store_login_eye {
		position: absolute;
		margin-top: 10px;
		margin-left: -30px;
		cursor: pointer;
		opacity:0.3;
	}
	
	/* DATEPICKER START */

	#ui-datepicker-div
	{
		width:400px !important;
		z-index:999999 !important;
	}
	.ui-widget,
	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button
	{
		font-family:'regular' !important;
	}
	.ui-widget-header,
	.ui-datepicker th
	{
		border: 1px solid #ffffff !important;
		background: #ffffff !important;
		color: #92d400 !important;
		font-family:'bold' !important;
	}
	.ui-datepicker th
	{
		min-width:40px;
	}
	.ui-datepicker
	{
		width: 20em !important;
		padding: 20px 20px 15px!important;
	}
	.ui-state-highlight,
	.ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight,
	.ui-state-default,
	.ui-widget-content.ui-state-default,
	.ui-widget-header .ui-state-default
	{
		border: 1px solid #d3d3d3 !important;
		background: #ffffff !important;
		font-weight: normal;
		color: #555555;
	}
	.ui-state-active,
	.ui-widget-content .ui-state-active,
	.ui-widget-header .ui-state-active,
	.ui-state-default:hover,
	.ui-widget-content.ui-state-default:hover,
	.ui-widget-header .ui-state-default:hover
	{
		border: 1px solid #92d400 !important;
		background:#eeeeee !important;
	}
	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus
	{
		border: 1px solid #999999;
		background: #ffffff !important;
		font-weight: normal;
		color: #212121;
		cursor:pointer;
	}


	/* DATEPICKER END */

	
	.header_zone
	{
		position:fixed;
		width:100%;
		height:90px;
		top:0;
		left:0;
		border:0px #ffffff solid;
		z-index:999999;

		-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:90px;
		margin-top:0px;
		border:0px #000000 solid;
		background:#92d400;
		z-index:9;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}


	.header_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:176px;
		height:70px;
		margin-top:20px;
		margin-left:0px;
		border:0px #000000 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_logo img
	{
		width:100%;		
	}		
	
	.header_zone_welcome
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:30px;
		background-color:#000000;
		border-bottom:1px #000000 solid;
		z-index:1;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.header_email
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:30px;
		margin-top:0px;
		margin-right:20px;
		border:0px #000000 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_email img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:15px;
		margin-top:0px;
		margin-right:10px;
		border:0px #000000 solid;
	}	
	.header_email h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		font-family:regular;
		font-weight:normal;
		font-size:12px;
		color:#ffffff;
		line-height:30px;
		border:0px #000000 solid;
	}	
	
	
	.header_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 610px);
		height:30px;
		margin-top:29px;
		border:0px #ffffff solid;
		z-index:1;
		overflow:hidden;
		text-align:right;
		margin-right: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;			
	}
	.header_menu a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-left:20px;
		margin-right:20px;
		padding:0px;
		font-size:14px;
		line-height:30px;
		color:#ffffff;
		z-index:1;
		text-align:center;
		font-family:regular;
		text-transform:uppercase;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;			
	}
	.header_menu a:hover
	{
		text-decoration:underline;
	}
	
	
	.header_phone
	{
		position:relative;
		display:inline-block;
		width:200px;
		float:right;
		text-align:left;
		margin-top:24px;
		margin-right: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_phone_icon
	{
		display:inline-block;
		vertical-align:middle;
		margin-right:10px;
		border:0px #ffffff solid;
		vertical-align:middle;
		width:40px;
		height:44px;
	}
	.header_phone_icon img
	{
		width:40px;
	}
	.header_phone_content
	{
		display:inline-block;
		border:0px #ffffff solid;
		vertical-align:middle;
		width:150px;
		height:44px;
	}
	.header_phone_content h2
	{
		color:#ffffff !important;
		font-family:bold !important;
		font-size:24px !important;
	}
	.header_phone_content h3
	{
		color:#ffffff;
		text-transform:uppercase;
		font-family:bold;
		font-size:14px;
		line-height:14px;
	}
	.header_phone small
	{
		color:#ffffff;
		font-family:regular;
		font-size:10px;
	}
	
	.header_account_button
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		float:right;
		width:110px;
		margin-right:20px;
		border:0px #000000 solid;
		text-align:center;
		margin-top:26px;
		z-index: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;	
	}
	.header_account_button.loggedin
	{
		margin-top:16px;
	}
	.button_white
	{
		width:90px;
	}
	.header_account_button a.link
	{
		position:relative;
		display:inline-block;
		color:#ffffff;
		margin-top:5px;
	}
	
	.header_menu_icon
	{
		position:relative;
		display:none;
		vertical-align:top;
		width:40px;
		margin-top:35px;
		margin-right:10px;
		border:0px #ffffff 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_box_menu
	{
		position:fixed;
		vertical-align:top;
		width:0%;
		max-width:0px;
		height:100%;
		top:0px;
		left:-80px;
		background-color:#92d400;
		box-shadow:0px 3px 20px rgba(0,0,0,0.3);
		z-index:9999999;
		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:30px;
		border:0px #ffffff solid;
		float:right;
		text-align:left;
		z-index:9;
		cursor:pointer;
	}
	.header_box_menu_list
	{
		position:absolute;
		display:none;
		width:340px;
		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:bold;
		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:#000000;
	}	
	.header_menu_close div
	{
		margin-top:0px;
	}
	.header_menu_close img
	{
		width:30px;
		height:17px;
		border:0px #ffffff solid;
	}

	
	.header_telephone_number
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		float:left;
		width:500px;
		height:85px;
		border:0px #000000 solid;
		text-align:right;
		z-index:9;
		margin-right:30px;
	}
	

	.header_langs
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		float:right;
		width:100px;
		margin-top:32px;
		border:0px #ffffff solid;
		text-align:left;
		width:66px;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.header_langs img
	{
		width:20px;
		display:inline-block;
		margin-right:5px;
		vertical-align:middle;
	}
	.header_langs_selected
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 25px);
		font-family:regular;
		color:#ffffff;
		cursor:pointer;
		font-size:16px;
	}		
	.header_langs_selected img
	{
		width:10px;
	}
	.header_langs_select
	{
		position:absolute;
		display:none;
		width:35px;
		top:24px;
		left:-5px;
		background:#ffffff;
		padding:5px;
		text-align:left;
	}
	.header_langs_select a
	{
		position:relative;
		display:inline-block;
		width:100%;
		color:#000000;
	}
	
	.slider_homepage_caixa
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:600px;
		margin-top:90px;
		border:0px #ff0000 solid;		
		overflow:hidden;
		z-index:1;
	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	
	.slider_homepage
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:600px;
		border:0px #00ff00 solid;
		overflow:hidden;
		z-index:1;
		
		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:600px;
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		padding:0px;
		margin:0px;
		border:0px #00ff00 solid;
		z-index:1;
	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_background .slider_background_content
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:1280px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		bottom:310px;
	}
	.slider_background .slider_background_content h1
	{
		color: #ffffff;
		font-family: bold;
		text-transform: uppercase;
	}
	.slider_background .slider_background_content h3
	{
		color: #ffffff;
	}
	.slider_video
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:600px;
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		padding:0px;
		margin:0px;
		border:0px #00ff00 solid;
		z-index:1;
	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}	
	.slider_content_area
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:1100px;	
		margin-top:150px;
		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:100%;
		margin-top:0px;
		border:0px #000000 solid;
		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:block;
		vertical-align:top;
		font-family:bold;
		font-weight:normal;
		font-size:60px;		
		line-height:70px;
		letter-spacing:-1px;
		color:#ffffff;
		padding:0px;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_content_area h3
	{
		position:relative;
		display:block;
		vertical-align:top;
		font-family:light;
		font-weight:normal;
		font-size:15px;
		line-height:25px;
		letter-spacing:0px;
		color:#ffffff;
		margin-top:10px;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.slider_content_area .button
	{
		margin-top:30px;
		width:200px;
	}		
	.slider_content_area .button:hover
	{
		background-color:#000000;
	}	
		
	.plusslider-arrows-wrapper
	{
		margin-top:-18px;
		display:none;
	}
	.plusslider-pagination-wrapper
	{
		display:none !important;
	}
	
	.top_header_margin	
	{
		padding-top:90px;
		border:0px #ff0000 solid;
	}
	
	.header_zone.shrink
	{
		position:fixed;
		top:0;
		left:0;
	}
	.header_zone.shrink .header_zone_welcome
	{
		margin-top:-200px;
	}
	.header_zone.shrink .header_zone_logo
	{
		height:60px;
	}
	.header_zone.shrink .header_logo
	{
		width:140px;
		margin-top:10px;
	}
	.header_zone.shrink .header_menu_icon
	{
		margin-top:18px;
	}
	.header_zone.shrink .header_menu
	{
		margin-top:14px;
	}
	.header_zone.shrink .header_phone
	{
		margin-top:5px;
	}
	.header_zone.shrink .header_phone small
	{
		margin-top: -5px;
		position: relative;
		display: inline-block;
	}
	.header_zone.shrink .header_account_button
	{
		margin-top:12px;
	}
	.header_zone.shrink .header_langs
	{
		margin-top:15px;
	}
	
	.title_top
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		margin-top:-140px;
		margin-bottom:0px;
		border:0px #000000 solid;
		z-index:1;
	
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.title_top h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:40px;
		line-height:50px;
		color:#ffffff;
		text-transform:uppercase;
		text-align:left;
	}			
	.title_top h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		font-family:bold;
		font-weight:normal;
		font-size:16px;
		line-height:25px;
		letter-spacing:0px;
		color:#ca1e1c;
		margin:0px 15px;
	}
	.title_line
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:50px;
		border-bottom:1px solid #ca1e1c;
	}

	.title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		margin-top:40px;
		margin-bottom:0px;
		border:0px #000000 solid;
		z-index:1;
	
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.title h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		font-family:bold;
		font-weight:normal;
		font-size:40px;
		line-height:50px;
		color:#92d400;
		text-transform:uppercase;
		text-align:left;
	}			
	.title h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		font-family:bold;
		font-weight:normal;
		font-size:16px;
		line-height:25px;
		letter-spacing:0px;
		color:#ca1e1c;
		margin:0px 15px;
	}
	.title_line
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:50px;
		border-bottom:1px solid #ca1e1c;
	}

	.header_booking_slider
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:300px;
		animation:fadein 1s;
		-moz-animation:fadein 1s;
		-webkit-animation:fadein 1s;
		-o-animation:fadein 1s;
	}
	.header_booking_slider_content
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:300px;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		animation:fadein 1s;
		-moz-animation:fadein 1s;
		-webkit-animation:fadein 1s;
		-o-animation:fadein 1s;
	}
	
	#page_booking_form
	{
		margin-top:-240px;
		margin-bottom:50px;
	}
	.header_booking_form_area
	{
		position:absolute;
		display:inline-block;
		width:100%;
		background:transparent;
		bottom:100px;
		left:0;
		z-index:9999;
	}
	.header_booking_form_area h1
	{
		color:#ffffff;
		font-family:bold;
		text-transform:uppercase;
	}
	.header_booking_form_area h3
	{
		color:#ffffff;
		margin-bottom:20px;
	}
	.header_booking_form
	{
		position:relative;
		display:inline-block;
		width:calc(90% - 20px);
		max-width:1260px;
		background:#ffffff;
		z-index:9999;
		padding:20px 0px 0px 20px;
		border-radius:6px;
		box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	}
	.header_booking_form_row
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
	.header_booking_form_row_divider
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
	.header_booking_form_fields
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.header_booking_form_field_place
	{
		position:relative;
		display:inline-block;
		width:40%;
		vertical-align:top;
		float:left;
		text-align:left;
	}
	.header_booking_form_field_place h3
	{
		line-height:20px;
		margin-bottom:5px;
		color:#777777;
	}
	.header_booking_form_field_place .select
	{
		position:relative;
		width:calc(100% - 20px);
		background:#f7f7f7;
		border-radius:6px;
		border:0px;
		color:#777777;
		padding-left:30px;
		cursor:pointer;
	}
	.header_booking_form_field_place #booking_station_lift,
	.header_booking_form_field_place #booking_station_deliver
	{
		background-image:url(/_images/icon-place.png);
		background-position:10px center;
		background-size:16px;
		background-repeat:no-repeat;
	}
	.header_booking_form_field
	{
		position:relative;
		display:inline-block;
		width:20%;
		vertical-align:top;
		float:left;
		text-align:left;
	}
	.header_booking_form.repoting .header_booking_form_field
	{
		width:calc(100% / 3);
	}
	.header_booking_form_field h3
	{
		line-height:20px;
		margin-bottom:5px;
		color:#777777;
	}
	.header_booking_form_field .input
	{
		position:relative;
		width:calc(100% - 55px);
		background:#f7f7f7;
		border-radius:6px;
		border:0px;
		color:#777777;
		padding-left:35px;
		cursor:pointer;
	}
	.header_booking_form_field #booking_hour_lift,
	.header_booking_form_field #booking_hour_deliver
	{
		background-image:url(/_images/icon-clock.png);
		background-position:10px center;
		background-size:16px;
		background-repeat:no-repeat;
	}
	.header_booking_form_field .select
	{
		position:relative;
		width:calc(100% - 20px);
		background:#f7f7f7;
		border-radius:6px;
		border:0px;
		color:#777777;
		padding-left:30px;
		cursor:pointer;
	}
	.header_booking_form_field #booking_age
	{
		background-image:url(/_images/icon-people.png);
		background-position:10px center;
		background-size:16px;
		background-repeat:no-repeat;
	}
	.header_booking_form_field .button
	{
		position:relative;
		width:calc(100% - 20px);
		height:65px;
		font-size:20px;
	}
	.header_booking_close
	{
		position: absolute;
		top: 5px;
		right: 5px;
		background: #ffffff;
		padding: 5px;
		border-radius: 100%;
		border: 2px solid #92d400;
	}


	.booking_steps {
		padding:10px 20px;
	}
	.booking_step {
		position:relative;
		display:inline-block;
		width:calc(100% / 4 - 10px);
		padding: 5px 0;
	}
	.booking_step_number {
		position:relative;
		display:inline-block; 
		vertical-align:top;
		width:40px;
		height:40px;
		border-radius:40px;
		background-color:#aaaaaa;
		text-align:center;
	}
	
	
	.booking_top_resume
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.booking_top_resume_image
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;	
		width:calc(100% / 3);
		height:200px;
		background-position:center left;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.booking_top_resume_info
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;	
		width:calc(100% / 3);
	}
	.booking_top_resume_info_row
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		margin:10px 0;
	}
	.booking_top_resume_info_left
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:50%;
		float:left;
	}
	.booking_top_resume_info_left_icon
	{
		position: relative;
		display: inline-block;
		vertical-align:middle;
		width: 40px;
		height: 40px;
		background: #92d400;
		border-radius: 6px;
		margin-right:5px;
	}
	.booking_top_resume_info_left_icon img
	{
		width:30px;
		margin-top:5px;
	}
	.box_reservation_details .booking_top_resume_info_left_icon img
	{
		width:20px;
		margin-top:5px;
	}
	.booking_top_resume_info_left h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 45px);
		text-align:left;
	}
	.booking_top_resume_info_right
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:50%;
		float:right;
	}
	.booking_top_resume_info_right_icon
	{
		position: relative;
		display: inline-block;
		vertical-align:middle;
		width: 40px;
		height: 40px;
		background: #92d400;
		border-radius: 6px;
		margin-right:5px;
	}
	.booking_top_resume_info_right_icon img
	{
		width:30px;
		margin-top:5px;
	}
	.box_reservation_details .booking_top_resume_info_right_icon img
	{
		width:20px;
		margin-top:5px;
	}
	.booking_top_resume_info_right h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 45px);
		text-align:left;
	}
	.booking_top_resume_value
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;	
		width:calc(100% / 3);
		text-align:right;
	}
	.booking_top_resume_value_box
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:50%;
		background:#92d400;
		border-radius:20px;
		text-align:center;
		padding:20px;
	}
	.booking_top_resume_value_box h2
	{
		font-family:bold;
		color:#ffffff;
	}
	.booking_top_resume_value h3
	{
		width:50%;
		padding:0px 20px;
		text-align:center;
		margin-left:calc(50% - 40px);
		font-size:14px;
	}
	
	.box_reservation_details_overlay
	{
		position:fixed;
		display:none;
		top:0;
		left:0;
		bottom:0;
		right:0;
		background:rgba(0,0,0,0.3);
		z-index:999999;
	}
	.box_reservation_details
	{
		position:fixed;
		display:none;
		top:10%;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		width:90%;
		max-width:400px;
		background:#ffffff;
		border:2px solid #92d400;
		border-radius:100px;
		z-index:999999;
		text-align:center;
		padding:20px;
		max-height: calc(90% - 100px);
		overflow: auto;
	}
	.box_reservation_details h1
	{
		text-align:center;
		color:#92d400;
		font-size:20px;
		font-family:regular;
	}
	.box_reservation_details img
	{
		max-width:300px;
	}
	.box_reservation_details .booking_top_resume_info
	{
		width:100%;
	}
	.box_reservation_details .booking_top_resume_info h3
	{
		font-size:14px;
	}
	.box_reservation_details .booking_top_resume_info_left_icon,
	.box_reservation_details .booking_top_resume_info_right_icon
	{
		width:30px;
		height:30px;
	}
	.box_reservation_details .booking_top_resume_value_box
	{
		margin-top:20px;
		padding:10px;
	}
	.box_reservation_details_close
	{
		position: absolute;
		right: 30px;
		top: 40px;
		background: #ffffff;
		padding: 5px;
		border-radius: 100%;
		border: 2px solid #92d400;
	}
	.box_reservation_details_tax
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 20px);
		padding:5px 10px;
		border-radius:10px;
		background:#92d400;
		margin-top:10px;
	}
	.box_reservation_details_tax h3
	{
		font-size:14px;
		color:#ffffff;
		line-height:20px;
	}
	.box_reservation_details_tax_designation
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 100px);
		text-align:left;
	}
	.box_reservation_details_tax_value
	{
		position:relative;
		display:inline-block;
		width:100px;
		text-align:center;
	}
	.box_reservation_details .booking_top_resume_value_box h2
	{
		font-size:20px;
	}
	
	.booking_extra
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 3 - 54px);
		height:120px;
		margin:10px;
		border-radius:20px;
		border:2px solid #92d400;
		vertical-align:top;
		padding:15px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.booking_extra_left
	{
		position:relative;
		display:inline-block;
		width:75px;
		margin-right:15px;
		height:120px;
	}
	.booking_extra_image
	{
		position:relative;
		display:inline-block;
		width:75px;
		height:50px;
		background-color:#92d400;
		background-size:auto 40px;
		background-repeat:no-repeat;
		background-position:center;
		border-radius:10px;
		vertical-align:top;
	}
	.booking_extra_right
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 90px);
		vertical-align:top;
		height:120px;
	}
	.booking_extra h1
	{
		font-size:18px;
		line-height:20px;
		font-family:regular;
		text-align:left;
		text-transform:none;
		margin-bottom:10px;
	}
	.booking_extra h3
	{
		font-size:18px;
		line-height:20px;
		font-family:regular;
		text-align:left;
		text-transform:none;
	}
	.booking_extra h3 small
	{
		font-size:16px;
		line-height:18px;
		font-family:regular;
		color:#92d400;
		text-align:left;
		text-transform:none;
	}
	.booking_extra .booking_extra_checkbox
	{
		position:absolute;
		display:inline-block;
		bottom:0;
		right:0;
		margin-top:10px;
	}
	.box_extra_input
	{
		position:absolute;
		display:inline-block;
		width:100%;
		text-align:left;
		left:0;
		bottom:0;
	}
	.box_extra_input .input
	{
		border:2px solid #92d400;
		border-radius:10px;
		margin-top:5px;
		padding:5px 10px;
		width:calc(100% - 50px);
		pointer-events: none;
	}
	.box_extra_input .box_extra_input_up
	{
		position: absolute;
		display: inline-block;
		border-radius: 3px;
		width: 20px;
		height: 24px;
		background: #92d400;
		margin-left: 5px;
		top: 5px;
		right: 0;
		text-align:center;
		cursor:pointer;
	}
	.box_extra_input .box_extra_input_down
	{
		position: absolute;
		display: inline-block;
		border-radius: 3px;
		width: 20px;
		height: 24px;
		background: #92d400;
		margin-left: 5px;
		bottom: 0px;
		right: 0;
		text-align:center;
		cursor:pointer;
	}
	.box_extra_input .box_extra_input_up img
	{
		margin-top:5px;
	}
	.box_extra_input .box_extra_input_down img
	{
		margin-top:6px;
	}
	
	
	.box_partners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:330px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border:1px #dddddd solid;
		text-align:center;
	}
	
	.btn_mobile
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:center;
	}
	.btn_mobile[align="left"]
	{
		float:left;
		text-align:left;
	}
	.btn_mobile[align="right"]
	{
		float:right;
		text-align:right;
	}
	
	.google_map iframe {
		width:100%;
		height:300px;
	}
	
	.page_content
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:left;
	}
	
	.caixa_contactos_form a
	{
		color:#92d400;
	}
	
	.stations_menu_itens {
		position:relative;
		display:block;
		width:150px;
		vertical-align:top;
		border:0px solid #92d400;
	}
	.stations_menu_item {
		position:relative;
		display:block;
		vertical-align:top;
		height:25px;
		margin:10px 0px;
		padding-left:10px;
		border-left:4px solid #92d400;
	}
	.stations_menu_item h3 {
		line-height:25px;
		text-align:left;
	}
	.stations_details_item {
		position:relative;
		display:none;
		vertical-align:top;
		width:100%;
		border:0px solid #cccccc;
		margin-top:50px;
		margin-bottom:50px;
	}
	
	.stations_details_item_image {
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:400px;
		background-color:#f7f7f7;
		background-size:cover;
		background-position:center;
		margin-top:20px;
	}
	
	.stations_details_item_text {
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 450px);
		margin-right:50px;
		text-align:left;
	}
	.stations_details_item_text h2
	{
		color:#92d400;
		margin-bottom:10px;
	}
	.stations_details_item_text h3
	{
		line-height:20px;
	}
	.stations_details_item .google_map
	{
		margin-top:20px;
	}
	
	.booking_payment_line
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 6 - 20px);
		margin:10px;
		vertical-align:bottom;
		
		-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;
	}
	.booking_payment_line img
	{
		position:relative;
		display:block;
		max-width:100%;
		max-height:100px;
	}
	
	
	
	.booking_suggestion
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 3 - 20px);
		margin:10px;
		vertical-align:top;
		
		-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;
	}
	.booking_suggestion_image
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.booking_suggestion_image img
	{
		width:100%;
	}
	.booking_suggestion_content
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:112px;
	}
	.booking_suggestion_content h1
	{
		font-size:22px;
		line-height:26px;
		color:#92d400;
	}
	.booking_suggestion_content h2
	{
		font-size:20px;
		line-height:24px;
		color:#92d400;
	}
	
	
	.box_faq_item
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.box_faq_item h2
	{
		font-size:16px;
		padding-left:10px;
		border-left: 4px solid #92d400;
	}
	.box_faq_item:hover h2
	{
		text-decoration:underline;
		cursor:pointer;
	}
	.box_faq_item h3
	{
		display:none;
		margin:10px 0;
	}
	.box_faq_item img
	{
		width:26px;
		margin-left:10px;
		cursor:pointer;
		
		-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_item.open img
	{
		transform: rotate(180deg);
	}
	
	
	
	.box_picture
	{
		position:relative;
		display:inline-block;
		width:400px;
		margin-right:50px;
		vertical-align:top;
	}
	.box_picture img
	{
		width:100%;
	}
	.box_text
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 450px);
		vertical-align:top;
		text-align:left;
	}
	
	
	.box_blog_content
	{
		width:100%;
		display:inline-block;
	}
	.box_blog_content_mobile
	{
		display:none;
	}
	
	
	.popup_booking_form_area_ovelay
	{
		position:fixed;
		display:none;
		top:0;
		left:0;
		bottom:0;
		right:0;
		background-color:rgba(0,0,0,0.3);
		z-index:999999;
		text-align:center;
	}
	.popup_booking_form_area
	{
		margin-top:15%;
	}
	

	.box_studio_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		
		-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_studio_image
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		background-size:cover;
		background-repeat:no-repeat;
		width:250px;
		height:250px;
		margin-right:50px;
		border-radius:100%;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_studio_image_text
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 300px);
		
		-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_fleet
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% / 3 - 40px);
		min-width:300px;
		margin:10px 10px;
		padding:10px;
		top:0;
		border-radius: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_fleet:hover
	{
		box-shadow:0px 3px 30px rgba(0,0,0,0.2);
		top:-5px;
	}
	.box_fleet_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:200px;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	.box_fleet_text
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 20px);
		min-height:260px;
		border:1px solid #92d400;
		border-radius:20px;
		padding:10px;
		margin-bottom:10px;
	}
	.box_fleet_text h1
	{
		font-size:20px;
		line-height:26px;
		font-family:regular;
		color:#92d400;
		text-align:left;
		height:52px;
	}
	.box_fleet_text h2
	{
		text-align:left;
		font-family: 'light';
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 30px;
		color: #000000;
	}
	.box_fleet_text h5
	{
		text-align:center;
		font-family: 'light';
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: none;
		line-height: 14px;
		color: #000000;
		margin: 5px 0px;
	}
	.box_fleet_text .emission_img
	{
		vertical-align:middle;
		margin-top:-3px;
		margin-right:3px;
		cursor:pointer;
		width:25px;
	}
	.box_fleet_text small
	{
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.box_fleet_text small:hover
	{
		text-decoration:underline;
	}
	.box_fleet .button
	{
		width:80%;
		text-transform:none;
		font-size:20px;
		line-height:20px;
		padding:8px 12px 12px;
	}
	.box_fleet_price_discount
	{
		font-size:16px;
		color:#333333;
		line-height:20px;
	}
	.box_fleet_price
	{
		font-family:bold;
		font-size:30px;
		color:#333333;
		line-height:34px;
		margin-bottom:10px;
	}
	.box_fleet a:hover
	{
		text-decoration:none;
	}
	
	
	
	.box_page_fleet_left
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		margin-right:50px;
		text-align:left;
	}
	.box_page_fleet_left .box_page_fleet_left_filter
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin-bottom:40px;
	}
	.box_page_fleet_left .box_page_fleet_left_title
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 10px);
		background:#92d400;
		padding-left:10px;
	}
	.box_page_fleet_left .box_page_fleet_left_title h3
	{
		color:#ffffff;
	}
	.box_page_fleet_left .box_page_fleet_left_item
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.box_page_fleet_left .box_page_fleet_left_item input[type="checkbox"]
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:9px;
	}
	.box_page_fleet_left .box_page_fleet_left_item h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
	}
	
	.box_page_fleet_right
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 250px);
		margin-left:-10px;
		margin-right:-10px;
	}
	
	
	.box_specialities
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 3 - 20px);
		height:350px;
		margin:10px;
		border:0px #B2201A solid;
		text-align:left;
		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_specialities:hover
	{
		box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	}	
	.box_specialities:hover .box_specialities_image
	{
		height:350px;
		overflow:hidden;	
		
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_specialities_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:350px;		
		border:0px solid;
		background-color:#000000;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(70%);
	}
	.box_specialities_text
	{
		position:absolute;
		width:calc(100% - 40px);
		bottom:40px;
		left:20px;
		text-align:center;
		border:0px #000000 solid;
		z-index:9;
	}	
	.box_specialities_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:30px;
		line-height:34px;	
		color:#ffffff;
		padding:0px;	
		border:0px #ffffff solid;
		z-index:1;
		text-transform:uppercase;
	}	
	.box_specialities_text h3
	{
		font-size:14px;
		line-height:20px;
		color:#ffffff;
	}
	
	
	
	
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 3 - 20px);
		height:350px;
		margin:10px;
		border:0px #B2201A solid;
		text-align:left;
		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_blog:hover
	{
		box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	}	
	.box_blog:hover .box_blog_image
	{
		height:350px;
		overflow:hidden;	
		
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_blog_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:350px;		
		border:0px solid;
		background-color:#000000;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(70%);
	}
	.box_blog_text
	{
		position:absolute;
		width:calc(100% - 80px);
		bottom:20px;
		left:20px;
		text-align:center;
		border:0px #000000 solid;
		z-index:9;
		background:#555555;
		padding:20px;
	}	
	.box_blog_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:20px;
		line-height:24px;	
		color:#ffffff;
		padding:0px;	
		border:0px #ffffff solid;
		z-index:1;
		text-transform:none;
		margin-bottom:10px;
	}	
	.box_blog_text h3
	{
		font-size:14px;
		line-height:18px;
		color:#ffffff;
		height:36px;
		overflow:hidden;
	}
	.box_blog_text a
	{
		color:#ffffff;
	}
	.box_blog_text .button
	{
		margin-top:10px;
		background:transparent;
		text-decoration:underline;
		border:0px solid #000000;
		letter-spacing:0px;
	}
	.box_blog_text .button:hover
	{
		background:transparent;
		text-decoration:underline;
		border:0px solid #000000;
	}

	.box_blog_list
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 3 - 22px);
		height:450px;
		margin:10px;
		border:1px #f7f7f7 solid;
		text-align:left;
		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_blog_list:hover
	{
		box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	}	
	.box_blog_list:hover .box_blog_list_image
	{
		height:300px;
		overflow:hidden;	
		
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_blog_list_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;		
		border:0px solid;
		background-color:#000000;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(70%);
	}
	.box_blog_list_text
	{
		position:absolute;
		width:calc(100% - 40px);
		height:155px;
		bottom:0px;
		left:0px;
		text-align:center;
		border:0px #000000 solid;
		z-index:9;
		background:#ffffff;
		padding:20px;
	}	
	.box_blog_list_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:20px;
		line-height:24px;	
		color:#000000;
		padding:0px;	
		border:0px #ffffff solid;
		z-index:1;
		text-transform:none;
		margin-bottom:10px;
	}	
	.box_blog_list_text h3
	{
		font-size:14px;
		line-height:18px;
		color:#000000;
		height:36px;
		overflow:hidden;
	}
	.box_blog_list_text a
	{
		color:#000000;
	}
	.box_blog_list_text a:hover,
	.box_blog_list_text h1:hover,
	.box_blog_list_text h3:hover
	{
		text-decoration:none;
	}
	.box_blog_list_text .button
	{
		margin-top:10px;
		background:transparent;
		text-decoration:underline;
		border:0px solid #000000;
		letter-spacing:0px;
		color:#000000;
	}
	.box_blog_list_text .button:hover
	{
		background:transparent;
		text-decoration:underline;
		border:0px solid #000000;
	}

	.box_home_surprise
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 4 - 60px);
		height:275px;
		margin:10px;
		padding:10px 20px;
		border:0px #B2201A solid;
		text-align:center;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		opacity:1.0;
		cursor:pointer;
		background:#92d400;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_home_surprise table td
	{
		height:275px;	
	}
	.box_home_surprise h2
	{
		position:relative;
		display:inline-block;
		width:100%;
		font-family:'bold';
		color:#ffffff;
		font-size:20px;
		line-height:24px;
		margin-bottom:5px;
	}
	.box_home_surprise h3
	{
		position:relative;
		display:inline-block;
		width:100%;
		color:#ffffff;
		line-height:20px;
		margin-bottom:20px;
	}
	.box_home_surprise_left
	{
		position:relative;
		display:inline-block;
		width:130px;
		vertical-align:middle;
	}
	.box_home_surprise_right
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 130px);
		vertical-align:middle;
		text-align:center;
	}
	.box_home_surprise_right img
	{
		max-width:130px;
	}
	.box_home_surprise a
	{
		position:relative;
		display:inline-block;
		width:100%;
		color:#ffffff;
		margin-top:10px;
	}
	.box_home_weather
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(75% - 20px);
		height:295px;
		margin:10px;
		border:0px #B2201A solid;
		text-align:center;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		opacity:1.0;
		cursor:pointer;
		background:transparent;
		
		-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_weather_item
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 4 - 22px) !important;
		margin:10px !important;
	}
	
	
	.box_category,
	.box_category_all
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% / 4 - 20px);
		height:300px;
		margin:10px;
		border:0px #B2201A solid;
		text-align:center;
		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_category:hover,
	.box_category_all:hover
	{
		box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	}	
	.box_category:hover .box_category_image,
	.box_category_all:hover .box_category_image
	{
		height:300px;
		overflow:hidden;	
		
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2);
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_category_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;		
		border:0px solid;
		background-color:#000000;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(70%);
	}
	.box_category_all .box_category_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;		
		border:0px solid;
		background-color:#000000;
		background-size:70%;
		background-position:center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(70%);
	}
	.box_category_text
	{
		position:absolute;
		width:calc(100% - 40px);
		bottom:40px;
		left:20px;
		text-align:center;
		border:0px #000000 solid;
		z-index:9;
	}	
	.box_category_all .box_category_text
	{
		bottom:130px;
	}
	.box_category_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:30px;
		line-height:34px;	
		color:#ffffff;
		padding:0px;	
		border:0px #ffffff solid;
		z-index:1;
		text-transform:uppercase;
	}	
	.box_category_text h3
	{
		font-size:14px;
		line-height:20px;
		color:#ffffff;
	}
		
		

	.box_partner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:180px;
		height:100px;
		margin:10px;
		background-color:#ffffff;
		border:0px #B2201A solid;
		border-radius:6px;
		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_partner:hover
	{
		box-shadow:0px 0px 20px rgba(0,0,0,0.4);
	}	
	.box_partner_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:100px;		
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}



	.box_partner_list
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:150px;
		height:150px;
		margin:30px;
		border:0px #000000 solid;
		border-radius:6px;
		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_partner_list_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:150px;		
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		border:01px #dddddd solid;
		z-index:1;
		float:left;
		text-align:left;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}
	.box_partner_list_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 180px);
		z-index:1;
		float:right;
		text-align:left;
	}
	.box_partner_list_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:25px;
		line-height:30px;	
		color:#000000;
		padding:0px;	
		border:0px #ffffff solid;
		z-index:1;
	}
	.box_partner_list_text h3
	{
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		line-height:30px;	
		color:#000000;
		padding:0px;	
		border:0px #ffffff solid;
		z-index:1;
	}	
	

	
	
	.box_content
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		border:0px #ffffff solid;
		z-index:1;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	
	
	
	
	.box_details_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:40%;
		height:400px;
		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_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(60% - 55px);
		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:block;
		vertical-align:top;
		font-family:bold;
		font-size:35px;
		line-height:50px;
		border:0px solid;		
	}
	.box_details_text h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:light;
		font-size:15px;
		margin-top:20px;
		border:0px solid;		
	}	
	
	



	.box_team_details_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:400px;
		height:400px;
		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_team_details_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 455px);
		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_team_details_text h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:bold;
		font-size:35px;
		line-height:50px;
		border:0px solid;		
	}
	.box_team_details_text h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:light;
		font-size:15px;
		margin-top:20px;
		border:0px solid;		
	}	
	
	



	.box_photos
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:250px;
		margin:10px;
		border-radius:8px;
		border:0px solid;
		overflow:hidden;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;		
	}
	.box_photos:hover .box_photos_image
	{
		box-shadow:0px 3px 20px rgba(0,0,0,0.4);
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(100%);
	}
	.box_photos_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:250px;		
		border:0px solid;
		background-color:#000000;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		overflow:hidden;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(80%);
	}	
	.box_photos_text
	{
		position:absolute;
		bottom:20px;
		left:20px;
		text-align:left;
		border:0px #000000 solid;
		z-index:9;	
	}
	.box_photos_text h1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:bold;
		font-size:25px;
		line-height:25px;
		color:#ffffff;
		margin-bottom:10px;
	}

	

	
	
	

	.box_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 #000000 solid;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.box_blog_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:'bold';
		font-weight:bold;
		font-size:40px;
		line-height:40px;
		color:#000000;
		margin-top:0px;
	}
	.box_blog_post h3
	{
		font-family:regular;
		font-size:15px;
		line-height:25px;
		color:#000000;
	}
	.box_blog_post .button
	{
		width:140px;
		height:30px;
		line-height:30px;
		border:0px;
	}
	.box_blog_post .button:hover
	{
		color:#ffffff;
		background-color:#000000;
	}	
	.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 #000000 solid;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}	
	.box_blog_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;		
		margin-left:0px;
		margin-right:0px;
		margin-bottom:50px;
		padding:0px;
		float:left;
		text-align:left;		
		border:0px #000000 solid;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}	
	.box_blog_newsletter .input
	{
		width:calc(100% - 100px);
		height:40px;
		padding:0px 0px 0px 10px;
		font-size:12px !important;
		border-radius:0px;
		border:0px;
		margin-right:5px;		
	}
	.box_blog_newsletter .button
	{
		height:40px;
		line-height:20px;
		font-size:12px !important;
		padding:10px;
		border:0px;
	}
	.box_blog_newsletter .button:hover
	{
		color:#ffffff;
		background-color:#000000;
	}	
	.box_blog_newsletter h3
	{
		font-size:12px !important;
		line-height:18px;
	}	
	.box_blog_last_posts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;		
		margin-left:0px;
		margin-right:50px;
		margin-bottom:50px;
		padding:0px;
		float:left;
		text-align:left;		
		border:0px #000000 solid;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}	
	.box_blog_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_home_banner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		height:500px;
		margin:0px;
		background-color:#887e71;
		border-radius:0px;
		border:0px #000000 solid;
		text-align:center;
		overflow:hidden;
		z-index:1;
		opacity:1.0;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_home_banner_image
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:500px;
		overflow:hidden;
		top:0;
		left:0;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.box_home_banner_text
	{
		position:relative;
		display:inline-block;
		width:90%;
		max-width:1280px;
		border:0px #000000 solid;
		z-index:9;
		text-align:left;
		margin-top:60px;
	}	
	.box_home_banner_text_content
	{
		position:relative;
		display:inline-block;
		width:40%;
		border:0px #000000 solid;
		z-index:9;
		text-align:left;
		padding:20px;
		background:rgba(0,0,0,0.3);
		border-radius:10px;
	}	
	.box_home_banner_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:50px;
		line-height:54px;		
		color:#ffffff;
		margin-bottom:10px;
		border:0px #ffffff solid;
		z-index:1;
		text-transform:uppercase;
	}	
	.box_home_banner_text h3
	{
		font-family:light;
		font-weight:normal;
		font-size:20px;
		line-height:26px;		
		color:#ffffff;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_home_banner .button
	{
		margin-top:20px;
		width:160px;
	}


	
	
	.box_services
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% / 4 - 20px);
		height:440px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border:1px #dddddd 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_services:hover
	{
		border:1px #92D400 solid;
		/*
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		*/
	}
	.box_services_img
	{
		position:relative;
		top:10px;
		width:100%;
		height:200px;
		overflow:hidden;
		border:0px solid;
	}
	
	.box_services_content
	{
		display: inline-block;
		vertical-align: top;
		width: 80%;
		height: 25px;
		margin-top: 10px;
		text-align: left;
		border: 0px solid;
	}
	.box_services_content h3
	{
		font-size:15px;
		line-height:25px;
	}
	.box_services_area {
		text-align:left;
	}
	
	
	
	.box_contacts_address
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 550px);
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:0px;
		text-align:left;
		margin-right: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;	
	}
	.box_contacts_address h3
	{
		margin:0;
		padding:0;
		font-family:'light';
		font-size:16px;
		font-weight:normal;
		letter-spacing:0px;
		text-decoration:none;
		line-height:30px;
		color:#000000;		
	}
	.box_contacts_form
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-bottom:50px;
		text-align:left;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.box_contacts_form h3
	{
		display:inline-block;
		margin-left:10px;
		font-size:14px;
		line-height:14px;
		border:0px #000000 solid;
	}	
	.box_contacts_form a
	{
		display:inline-block;
		font-size:14px;
		line-height:14px;
		text-decoration:underline;	
		margin-top:0px;
		border:0px #000000 solid;
	}
	.box_contacts_form a:hover
	{
		text-decoration:none;
	}
	.box_contacts_form .button
	{
		width:200px;
		height:40px;
		line-height:22px;
	}	



	.box_booking
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:100%;
		height:200px;
		margin:0px;
		background-color:#887e71;
		border-radius:0px;
		border:0px #000000 solid;
		text-align:center;
		overflow:hidden;
		z-index:1;
		opacity:1.0;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_booking:hover
	{
		overflow:hidden;
		
		opacity:1.0;
		filter:alpha(opacity=100);
		filter:brightness(100%);
	}
	.box_booking_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:200px;
		overflow:hidden;
		border:0px solid;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border-radius:0px;
		z-index:1;
		opacity:0.5;
		
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		filter:brightness(70%);
	}
	.box_booking_text
	{
		position:absolute;
		width:100%;
		top:20px;
		border:0px #000000 solid;
		z-index:9;
	}	
	.box_booking_text h1
	{
		font-family:bold;
		font-weight:normal;
		font-size:40px;
		line-height:40px;		
		color:#ffffff;
		margin-bottom:10px;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_booking_text h2
	{
		font-family:light;
		font-weight:normal;
		font-size:20px;
		line-height:30px;		
		color:#ffffff;
		border:0px #ffffff solid;
		z-index:1;
	}	
	.box_booking .button
	{
		width:200px;
		height:40px;
		margin-top:20px;
		font-size:14px;
		line-height:40px;
		font-weight:bold;
		color:#000000;
		border-radius:30px;
		background-color:#ffffff;
		border:0px #ffffff solid;
		z-index:1;
	}
	.box_booking .button:hover
	{
		color:#ffffff;
		background-color:#000000;
	}	
	

	.box_consultation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:600px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-bottom: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;	
	}
	.box_consultation .date
	{	
		font-family:regular;
		font-size:16px;
		font-weight:normal;
		color:#000000;
		line-height:40px;
		width:100%;
		height:40px;	
		padding-left:15px;
		border-radius:0px;
		border:1px #dddddd solid;
	}		
	.box_consultation .time
	{	
		font-family:regular;
		font-size:16px;
		font-weight:normal;
		color:#000000;
		line-height:40px;
		width:100%;
		height:40px;	
		padding-left:15px;
		border-radius:0px;
		border:1px #dddddd solid;
	}		
	.box_consultation .checkbox
	{	
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:20px;
		height:20px;
		margin-bottom:20px;
		line-height:10px;
		border:0px #dddddd solid;
	}	
	.box_consultation h3
	{	
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:regular;
		font-size:12px;
		font-weight:normal;
		color:#000000;
		line-height:25px;
		margin-bottom:20px;
		border-radius:0px;
		border:0px #dddddd solid;
		text-align:left;
	}					
	.box_consultation a
	{	
		position:relative;
		display:inline-block;
		vertical-align:top;
		padding-left:5px;
		font-family:regular;
		font-size:12px;
		font-weight:normal;
		color:#000000;
		line-height:25px;
		margin-bottom:20px;
		border-radius:0px;
		border:0px #dddddd solid;
		text-align:left;
	}		
		
	
	
	
	.footer_about_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:25%;
		min-height:100px;
		margin-top:50px;
		margin-bottom:20px;
		border:0px #000000 solid;
		float:left;
		text-align:left;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;			
	}
	.footer_about_us h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;	
	}
	.footer_about_us div.left
	{
		position:relative;
		display:inline-block;
		width:40%;
		text-align:left;
		float:left;
		max-width:100px;
	}
	.footer_about_us div.right
	{
		position:relative;
		display:inline-block;
		width:60%;
		text-align:left;
		float:left;
	}
	.footer_about_us a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:light;
		font-size:14px;
		line-height:26px;
		color:#ffffff;
		border:0px #ffffff solid;		
	}
	.footer_about_us a:hover
	{
		text-decoration:underline;	
	}

	
	.footer_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:18%;
		min-height:100px;
		margin-top:50px;
		margin-bottom:20px;
		margin-left:20px;
		border:0px #000000 solid;
		float:left;
		text-align:left;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;			
	}
	.footer_info h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;	
	}
	.footer_info a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:light;
		font-size:14px;
		line-height:26px;
		color:#ffffff;
		border:0px #ffffff solid;		
	}
	.footer_info a:hover
	{
		text-decoration:underline;	
	}

	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:30%;
		min-height:100px;
		margin-top:50px;
		margin-bottom:20px;
		border:0px #000000 solid;
		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_newsletter h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;
	}
	.footer_newsletter a
	{
		font-size:12px;
		line-height:6px;
		color:#ffffff;
		text-decoration:underline;
	}
	.footer_newsletter a:hover
	{
		text-decoration:underline;
		color:#000000;
	}
	.footer_newsletter .input
	{
		width:calc(100% - 20px);
		margin-right:0px;
		height:31px;
		font-size:14px;
		line-height:31px;
		color:#000000 !important;
		border-radius:6px;
		background:#ffffff;
	}
	.footer_newsletter small
	{
		font-size:12px;
		line-height:12px;
		color:#ffffff;
		margin-bottom:15px;
	}
	.footer_newsletter .button
	{
		width:140px;
		height:36px;
		line-height:14px;
		margin-top:20px;
		border:1px solid #ffffff;
		display:block;
	}
	
	
	.footer_contacts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:20%;
		min-height:100px;
		margin-top:50px;
		margin-bottom:20px;
		border:0px #000000 solid;
		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;			
	}
	.footer_contacts h1
	{
		margin-left:0px;
		margin-bottom:30px;
		font-family:bold;
		font-weight:normal;
		font-size:30px;		
		line-height:30px;
		color:#ffffff;
	}	
	.footer_contacts h3
	{
		font-size:15px;
		line-height:25px;
		color:#ffffff;	
	}	
	.footer_contacts .button
	{
		width:30px;
		height:30px;
		min-width:30px;
		padding:5px;
		margin-top:0px;
		margin-bottom:5px;
		margin-right:5px;
		background-color:transparent;
		border-radius:30px;
		border:2px #ffffff solid;
	}		
	.footer_contacts .button:hover
	{
		background-color:#777777 !important;
		border:2px #777777 solid;
	}		
	
	
	
	
	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		height:40px;
		margin-top:35px;
		margin-right:5px;
		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:regular;
		font-weight:normal;
		font-size:14px;		
		line-height:24px;
		color:#000000;		
	}
	
	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:20px;
		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;			
	}
	.footer_disclaimer a
	{	
		font-family:regular;
		font-weight:normal;
		font-size:14px;		
		line-height:24px;
		color:#ffffff;
		margin-left:10px;
		margin-right:10px;
	}
	.footer_disclaimer a:hover
	{	
		color:#30px;
		text-decoration:underline;
	}	

	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:35px;
		margin-left:0px;
		margin-right:0px;
		border:0px #ffffff 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;			
	}
	.footer_powered_by a
	{	
		font-family:regular;
		font-weight:normal;
		font-size:14px;		
		line-height:24px;
		color:#000000;	
	}
	.footer_powered_by a:hover
	{	
		color:#30px;
		text-decoration:underline;
	}
	
	.footer_icons
	{
		position:relative;
		display:inline-block;
		margin:10px 0;
	}
	.footer_icons img
	{
		position:relative;
		display:inline-block;
		margin:0 10px;
		vertical-align:middle;
	}
	.footer_icons img.praise
	{
		border:1px solid #fc5000;
		border-radius:10px;
	}
	
	
	
	
	
	
	
	#home_popup
	{
		position:relative;
		display:none;
	}
	.home_popup_overlay
	{
		position:fixed;
		display:inline-block;
		width:100%;
		height:100%;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.3);
		z-index:999999;
	}
	.home_popup
	{
		position:fixed;
		display:inline-block;
		top:20%;
		width:500px;
		left:calc(50% - 250px);
		padding:10px;
		border-radius:20px;
		border:1px solid #cccccc;
		background:#ffffff;
		z-index:999999;
	}
	.home_popup_close
	{
		position: absolute;
		right: 15px;
		top: 15px;
		cursor:pointer;
	}
	.home_popup_content
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 60px);
		background-color:#ffffff;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
		padding:30px;
		border-radius:14px;
	}
	.home_popup .home_popup_content .home_popup_title
	{
		font-size:28px;
		line-height:30px;
		margin-bottom:30px;
	}
	.home_popup .home_popup_content .home_popup_text
	{
		font-size:18px;
		line-height:22px;
		margin-bottom:30px;
	}
	.home_popup .home_popup_content .input
	{
		width:calc(100% - 20px);
		margin-bottom:10px;
	}
	.home_popup .home_popup_terms
	{
		margin-top:50px;
	}
	.home_popup .home_popup_terms input[type="checkbox"]
	{
		position:relative;
		display:inline-block;
		width:20px;
		height:20px;
		vertical-align:top;
	}
	.home_popup .home_popup_terms h3
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 35px);
		margin-left:8px;
		vertical-align:top;
		font-size:14px;
		line-height:14px;
		text-align:left;
	}
	.home_popup .home_popup_content .button
	{
		width:100%;
		margin-top:20px;
		border-radius:6px;
		text-transform:uppercase;
	}
	.home_popup_content_success,
	.home_popup_content_error
	{
		display:none;
	}
	.home_popup_content_loader
	{
		position: absolute;
		display:none;width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: 20px;
		background: rgba(255,255,255,0.4);
	}
	
}