html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.construction-message {
  display: none;
}

.body_table {
	border-collapse: collapse;
	height:100%;
	font-family: 'Lato', sans-serif;
	background-color:#DFDFDF;
	width:100%;
	color:#FFF;
}

.menu_container {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight: 600;
	color:#63C29D;
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	text-transform: uppercase;
    background-color: rgba(253,253,253,0.95);
    z-index: +1000;
	border-bottom: 1px solid #717171;
}

.menu {
	list-style: none;
}

.menu li {
	float: left;
	padding-bottom: 15px;
	margin-right: 25px;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}

.menu li a {
	color: #63C29D;
	text-decoration: none;
}

.menu li:hover a {
	color: #215A47;
	cursor: pointer;
}

.menu_container_table {
	padding: 3px;
}

.menu_container_table .call_us {
    text-align:right;
	color:#63C29D;
	font-weight: 300;
}

.menu_container_table .call_us img {
	width: 20px;
    vertical-align: middle;
}

.submenu_container {
	background-color:#63C29D;
	padding-left:0.5%;
	padding-right:0.5%;
    padding-top: 2px;
    padding-bottom: 2px;
	text-align: center;
}

.submenu table {
	width: 50%;
}

.submenu {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600; 
	font-size: 9px;
	letter-spacing: 1px;
	color:#000;
    padding: 5px;
	border-bottom: 1px solid #DFDFDF;
}

.submenu .item {
	width: 25%;
    text-align: center;
	color:#FFF;
	font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.submenu .item:hover {
	color:#215A47;
	cursor: pointer;
}
.submenu .item.borders {
	border-left: 1px solid #FFF;
}

.menu_container_table_2 {
    display: none;
}

.lightbox {
	font-family: 'Fire+Sans', sans-serif;
    display: none;
    position: fixed;
    z-index: +10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
    display: block;
}

.lightbox .logo {
    padding: 10px;
    float: left;
    cursor: pointer;
}

.lightbox .close {
    padding: 10px;
    float: right;
    cursor: pointer;
}

.lightbox .menu_box {
    display: block;
    position: fixed;
    top:0px;
    right:0px;
    background-color: #FFF;
    width: 395px;
    height: 100%;
    padding: 0px;
}

.lightbox hr {
    border: 0.2px solid #215A47;
	border-radius: 50%;
}

.lightbox .menu_box .call_us {
    text-align:center;
	color:#63C29D;
	font-size: 12px;
	font-weight: 300;
}

.lightbox .menu_box .call_us img {
	width: 15px;
    vertical-align: middle;
}

.general_menu_content_header {
    text-align: left;
	font-weight: 600;
    font-size: 12px;
	text-transform: uppercase;
}

.general_menu_content_title {
    text-align: left;
	font-weight: 600;
    font-size: 14px;
}

.general_menu_content_title span {
    font-size: 12px;
	font-weight: 300;
	text-transform: none;
}

.general_menu_content_subtitle {
    font-size: 10px;
    font-weight: 300;
}

.general_menu_content_header td:hover {
	color: #62C19B;
    cursor: pointer;
}

.general_menu_content_title td:hover {
	font-weight: 300;
    cursor: pointer;
}

.general_menu_content_subtitle td:hover {
    color: #7F7F7F;
    cursor: pointer;
}

.general_menu_content_subtitle .menu_footer {
    padding-left: 5px;
    text-align: center;
}

.general_menu_content_subtitle .social img {
    width: 30px;
    cursor: pointer;
    filter: none;
}

.general_menu_content_subtitle .social img {
    width: 30px;
    cursor: pointer;
    filter: none;
}

.banner {
	background-image:url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:270px;
	width: 100%;
}

.next {
	font-size:40px;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	width:100%;
    padding-top: 20px;
}

.next_2 {
	font-size:20px;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	width:100%;
}

.container {
	background-color:#FFF;
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
    width: 100%;
	margin-top: 10px;
}

.content {
	font-family: 'Open+Sans', sans-serif;
    width: 100%;
    text-align: center;
	color:#000;
    padding: 0px;
}

/*PACKAGE-SUMMARY*/
.package_summary {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300; 
	font-size: 12px; 
	color:#000;
    background-color: rgba(255,255,255,0.90);
    z-index: +50000;
    padding: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.package_summary .title {
	font-size: 14px;
	font-weight: 600;
}

.package_summary input {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300; 
	font-size: 12px; 
	color:#000;
    background: none;
    border: none;
    width: 80px;
    text-align: right;
}

.package_summary .services_count {
    font-size: 12px;
    text-align: center;
    width: 10px;
	color: #63C29D;
}

.package_summary .days_nights {
    font-size: 12px;
    text-align: center;
    width: 15px;
}

.package_summary .total {
	font-weight: 600;
	font-size: 16px;
	color: #63C29D;
}

.package_summary .summary_line {
    border-bottom: 1px solid #757575; 
	height: 1px; 
	display: flex; 
	vertical-align: middle;
}
/*END-PACKAGE-SUMMARY*/

.progress_bar_container {
    margin: 0 auto;
    background-color: #F1F1F1;
    width: 50%;
    height: 20px;
    border-radius: 10px;
}

.progress_bar {
    background-color: #63C29D;
    height: 20px;
    border-radius: 10px;
}

.arrow_button {
    font-weight: 800;
    font-size: 30px;
    cursor: pointer;
    color:#63C29D; 
    margin: 0 auto;
    text-align: center;
    width: 100px;
}

.arrow_button span {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.arrow_button:hover {
    color:#215A47; 
    cursor: pointer;
}

.start_button {
    font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
    margin-bottom: 30px;
	width:120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
    margin: 0 auto;
}

.start_button:hover {
	background-color:#215A47;
	color: #63C29D;
	cursor: pointer;
}

.mainContent .productRow {
	color:#000;
	background-color: #FFF;
	padding-left: 5px;
    padding-right: 5px;
}

.mainContent .productRow .months {
    display: inline-block;
    margin: 0 auto;
	padding-left: 3%;
	padding-right: 3.5%;
	width: 20%;
    margin: 20px;
}

.productRow .months .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#3D3D3D;
	font-size:16px;
}

.productRow .months .div_radio {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
	width: 30px;
    margin: 5px;
 	cursor: pointer;
}

/* Each product Information in the catalog */
.mainContent .productRow .productInfo2 {
    margin: 0 auto;
	padding-left: 3.5%;
	padding-right: 3.5%;
    padding-top: 10px;
    padding-bottom: 30px;
	width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #FFF;
    display: none;
}

.mainContent .productRow .productInfo2.first {
    display: block;
}

.mainContent .productRow .productInfo2.no {
    display: none;
}

.productRow .productInfo2 .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#3D3D3D;
	font-size:24px;
}

.productRow .productInfo2 .subtitle {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	color:#3D3D3D;
	font-size:16px;
	position: relative;
	top: -10px;
}

.productRow .productInfo2 .subtitle .note {
	color:#868686;
	font-size:12px;
}

.productRow .productInfo2 .error_message {
	display: block;
	color:#C74341;
	font-size:12px;
	font-weight: 600;
}

.productRow .productInfo2 .header {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#868686;
	font-size:16px;
	letter-spacing: 5px;
	text-transform: uppercase;
	position: relative;
	top: 15px;
}

.form_radio {
	display: block;
 	position: relative;
  	padding-left: 0px;
    padding: 10px;
 	cursor: pointer;
	width:100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    margin: 0 auto;
}

.form_radio input[type=radio] {
	position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 7px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: #E3E3E3;
    border-radius: 50%;
}

.form_radio:hover input ~ .checkmark {
    background-color: #868686;
}

.form_radio input:checked ~ .checkmark {
    background-color: #63C29D;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form_radio input:checked ~ .checkmark:after {
    display: block;
}

.form_radio .checkmark:after {
 	top: 7.2px;
	left: 7.2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFF;
}

.productRow .productInfo2 .input {
	font-family: 'Work+Sans', sans-serif;
	font-size:14px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #868686;
    border-radius: 2px;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
    margin: 0 auto;
}

.productRow .productInfo2 .label {
	font-size:9px;
    font-weight: 400;
    color: #868686;
    position: relative;
    top:17px;
    left: 0px;
    text-align: center;
}

.productRow .productInfo2 .dates {
    position: relative;
	width: 100%;
}

.productRow .productInfo2 .dates .input {
    width: 200px;
	background-image: url('../images/arrival_date.png'); 
    background-position: 0px 15px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.productRow .productInfo2 .dates .label {
	position: absolute;
    top: 5px;
	left: 25%;
    font-size: 9px;
    font-weight: 400;
    color: #868686;
    text-align: center;
    pointer-events: none;
}

 .mainContent .productRow .occasion {
    display: inline-block;
    margin: 0 auto;
	padding-left: 3.5%;
	padding-right: 3.5%;
	width: 75%;
    margin: 20px;
}

.productRow .occasion .div_radio {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
	width: 20%;
    margin: 5px;
 	cursor: pointer;
	font-size: 14px;
}

.div_radio input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
}

.option {
    height: 30px;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #868686;
    border-radius: 2px;
    padding: 5px;
}

.div_radio:hover input ~ .option {
    background-color: #E3E3E3;
}

.div_radio input:checked ~ .option {
    background-color: #63C29D;
    color: #FFF;
}

.div_radio input:disabled ~ .option {
    background-color: #868686;
    color: #FFF;
    cursor: not-allowed;
}

.option:after {
    content: "";
    position: absolute;
    display: none;
}

 .mainContent .productRow .party {
    display: inline-block;
    margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
	width: 50%;
    margin: 20px;
}

 .mainContent .productRow .length {
     display: inline-block;
     margin: 0 auto;
	 padding-left: 0.5%;
	 padding-right: 0.5%;
	 width: 50%;
     margin: 10px;
     position: relative;
     top: -20px;
     left: -35px;
}

.productRow .productInfo2 .label_people {
	font-size:9px;
    font-weight: 400;
    color: #868686;
    position: relative;
    top:-15px;
    left: 0px;
    text-align: center;
}

.productRow .productInfo2 .label_people span {
	font-size:8px;
    font-weight: 300;
}

.productRow .productInfo2 .people {
    display: inline-block;
	font-family: 'Work+Sans', sans-serif;
	font-size:14px;
    height: 50px;
    width: 150px;
    background-color: #FFF;
    border: 1px solid #868686;
    border-radius: 2px;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
    margin: 0 auto;
    margin: 10px;
}

.productRow .productInfo2 .people_input {
	font-size:18px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 20px;
    padding: none;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: -5px;
}

.productRow .productInfo2 .add_remove_button {
	font-size:24px;
    font-weight: 600;
    color: #63C29D;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.productRow .productInfo2 .add_remove_button img {
	width: 20px;
}

.productRow .productInfo2 .add_remove_button.not {
	cursor: not-allowed;
}

.productRow .productInfo2 .add_remove_button.not:active {
    pointer-events: none;
}

.productRow .productInfo2 .add_remove_button.not img {
  	filter: grayscale(100%);
}

.productRow .productInfo2 .dates_general {
    position: relative;
	width: 100%;
}

.productRow .productInfo2 .dates_general .input {
    width: 200px;
	background-image: url('../images/arrival_date.png'); 
    background-position: 0px 15px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.productRow .productInfo2 .dates_general .label {
	position: absolute;
    top: 5px;
	left: 25%;
	left: 25%;
    font-size: 9px;
    font-weight: 400;
    color: #868686;
    text-align: center;
    pointer-events: none;
}

.mainContent .productRow .islands {
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}

.div_checkbox input[type='checkbox'] {
	position: absolute;
    opacity: 0;
}

.option_island {
    display: inline-block;
    margin: 0 auto;
    width: 22%;
	margin: 10px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #868686;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A;
}

.option_island .content {
    font-size: 9px;
    font-weight: 600;
    color: #2A2A2A;
}

.option_island .content span {
	font-weight: 200;
	font-size:10px;
}

.option_island .content td {
    vertical-align: top;
	width: 50%;
}

.option_island .content img {
    width: 25px;
    vertical-align: middle;
}

.option_island .content tr {
    height: 50px;
}

.option_island .num_act {
    background-color: transparent;
	text-align: center;
	border: 1.5px solid #2A2A2A;
	border-radius: 3px;
	color: #2A2A2A;
	width: 12px;
	height: 12px;
	line-height: 12px;
	vertical-align: middle;
	padding: 2px;
	font-size: 12px;
	font-weight: 400;
}

.option_island .placeholder {
	color: #2A2A2A;
	font-size: 12px;
	font-weight: 400; 
}

.div_checkbox:hover input[type='checkbox'] ~ .option_island {
    background-color: #E3E3E3;
}

.div_checkbox input[type='checkbox']:checked ~ .option_island {
    background-color: #63C29D;
    color: #FFF;
}

.div_checkbox input[type='checkbox']:checked ~ .option_island .num_act {
    background-color: #FFF;
	color: #63C29D;
	border: 1.5px solid #FFF;
}

.div_checkbox input[type='checkbox']:checked ~ .option_island .placeholder {
	color: #FFF;
}

.div_checkbox input[type='checkbox']:checked ~ .option_island .content, .div_checkbox input[type='checkbox']:checked ~ .option_island .content img {
    color: #FFF;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.div_checkbox input[type='checkbox']:checked ~ .option_island .island_selected::after {
    content: 'SELECTED';
	padding-top: 50px;
    font-size: 8px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.div_checkbox input[type='checkbox']:checked:hover + .option_island .island_selected::after {
    content: 'CLICK TO REMOVE';
}

.div_checkbox input[type='checkbox']:disabled ~ .option_island {
    background-color: #868686;
    color: #FFF;
    cursor: not-allowed;
}

.div_checkbox input[type='checkbox']:disabled:hover + .option_island .island_selected::after {
    content: 'NOT ALLOWED, REMOVE ALL ACTIVITIES/TOURS';
}

.div_checkbox input[type='checkbox']:disabled ~ .option_island .num_act {
	border: 1.5px solid #FFF;
	background-color: transparent;
    color: #FFF;
}

.div_checkbox input[type='checkbox']:disabled ~ .option_island .placeholder {
	color: #FFF;
}

.div_checkbox input[type='checkbox']:disabled ~ .option_island .content, .div_checkbox input[type='checkbox']:disabled ~ .option_island .content img {
    color: #FFF;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.div_checkbox input[type='checkbox']:disabled:not(:checked) ~ .option_island .island_selected::after {
    content: 'REACHED MAXIMUM - CHANGE RANGE OF DATES';
	padding-top: 50px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.option_island:after {
    content: "";
    position: absolute;
    display: none;
}

.mainContent .productRow .categories {
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}

.div_radiobox input[type='radio'] {
	position: absolute;
    opacity: 0;
}

.option_category {
    display: inline-block;
    margin: 0 auto;
    width: 10%;
	margin: 5px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #868686;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #2A2A2A;
}

.option_category span {
    font-size: 10px;
    font-weight: 400;
	position: relative;
	top: -1px;
}

.div_radiobox:hover input[type='radio'] ~ .option_category {
    background-color: #E3E3E3;
}

.div_radiobox input[type='radio']:checked ~ .option_category {
    background-color: #63C29D;
    color: #FFF;
}

.div_radiobox input[type='radio']:checked ~ .option_category .category_selected::after {
    content: 'FILTERED';
	padding-top: 30px;
	font-size: 8px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.option_category:after {
    content: "";
    position: absolute;
    display: none;
}

.mainContent .productRow .activities {
    border: 1px solid #868686;
    border-radius: 5px;
	display: none;
	padding: 10px;
	margin-bottom: 20px;
}

.mainContent .productRow .activities .header {
    margin-top: -10px;
	padding-bottom: 20px;
}

.mainContent .productRow .activities .collapse {
    position: relative;
	top: -1px;
	left: 0px;
	float: right;
    cursor: pointer;
	background-color: #63C29D;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	z-index: +1000;
}

.mainContent .productRow .activities .collapse img {
    width: 15px;
}

.mainContent .productRow .productInfo3 {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
	width: 22%;
    margin: 10px;
    margin-bottom: 15px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #FDFDFD;
    cursor: pointer;
}

.productRow .productInfo3 .category {
	position: absolute;
  	top: 10px;
  	left: 0px;
	font-family: "Open+Sans", sans-serif;
	font-size:10px;
	font-weight: 600;
	color:#000;
    height: 20px;
	line-height: 23px;
    vertical-align: middle;
    text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0px;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.80);
	display: inline-block;
    padding: 0 10px 0 10px;
}

.productRow .productInfo3 .category .category_icon {
	position: relative;
	top:-1px;
	left: -4px;
    width: 18px;
}

.mainContent .productRow .productInfo3.no {
    display: none;
}

.productRow .productInfo3 .productImg {
	max-width: 600px;
	max-height: 400px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	position: relative;
  	overflow: hidden;
}
	
.productRow .productInfo3 .productImg img {
	width:100%;
	object-fit: cover;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .productInfo3 .content {
	padding-left: 0.5%;
	padding-right: 0.5%;
}

.productRow .productInfo3 .title {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color:#2590CF;
	font-size:14px;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.productRow .productInfo3 .title:hover {
	text-decoration: underline;
	cursor: pointer;
}

.productRow .productInfo3 .title a:link {
	color:#2590CF;
    text-decoration: none;
}

.productRow .productInfo3 .title a:visited {
	color:#2590CF;
    text-decoration: none;
}

.productRow .productInfo3 .price_note {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size: 8px;
	position: relative;
	top:15px;
}

.productRow .productInfo3 .price_symbol {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size:13px;
	position: relative;
    left:3px;
	top:-2px;
}

.productRow .productInfo3 .price {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 800;
	border:none;
	background-color: transparent;
	width:100px;
	text-align: center;
	color: #000;
	font-size: 22px;
	position: relative;
}

.productRow .productInfo3 .unit {
	font-family: 'Work+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size: 11px;
    letter-spacing: 0.6px;
	position: relative;
    top:-13px;
}

.productRow .productInfo3 .unit_input {
	font-family: 'Work+Sans', sans-serif;
	font-weight: 300;
	border:none;
	vertical-align: middle;
	background-color: transparent;
	width:15px;
	text-align: center;
	color: #000;
	font-size: 11px;
    letter-spacing: 0.6px;
	position: relative;
	top: -1px;
}

.productRow .productInfo3 .features {
    font-family: 'Open+Sans', sans-serif;
    font-size:8px; 
    width: 100%;
	padding: 0 2px 0 2px;
}

.productRow .productInfo3 .features img {
    width: 18px;
}

.productRow .productInfo3 .buttons_container {
    height: 40px;
	vertical-align: middle;
	position: relative;
    top:-10px;
}

.productRow .productInfo3 .book_button.Available {
	text-transform: uppercase;
	width:70%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
	position: absolute;
	top: 50%; 
	left: 50%;
    transform: translate(-50%,-50%);
}

.productRow .productInfo3 .book_button.Available::after {
    content: 'Add to Bundle';
}

.productRow .productInfo3 .book_button.Available:hover {
	background-color:#215A47;
	color: #63C29D;
	cursor: pointer;
}

.productRow .productInfo3 .book_button.Added {
	text-transform: uppercase;
	width:70%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-color: #8E8E8E;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
    display: non;
	position: absolute;
	top: 50%; 
	left: 50%;
    transform: translate(-50%,-50%);
	z-index: +1000;
}

.productRow .productInfo3 .book_button.Added::after {
    content: 'Added';
}

.productRow .productInfo3 .book_button.Added:hover {
	background-color:#C74141;
	color: #FFF;
    cursor: pointer;
}

.productRow .productInfo3 .book_button.Added:hover::after {
    content: 'Remove';
}

.productRow .productInfo3 .book_button.Not_Available {
	text-transform: uppercase;
	width:70%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #C74141;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
	position: absolute;
	top: 50%; 
	left: 50%;
    transform: translate(-50%,-50%);
}

.productRow .productInfo3 .book_button.Not_Available::after {
    content: 'Not Available';
}

.productRow .productInfo3 .book_button.Not_Available:hover {
	background-color:#000;
	color: #8E8E8E;
    cursor: not-allowed;
}

.productRow .productInfo3 .book_button.Not_Available:active {
    pointer-events: none;
}

.productRow .productInfo3 .book_button.Reached {
    content: 'REACHED MAXIMUM';
	text-transform: uppercase;
	width:70%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 2px;
	background-color:#DEB100;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
	display: none;
	position: absolute;
	top: 50%; 
	left: 50%;
    transform: translate(-50%,-50%);
}

.productRow .productInfo3 .Reached::after {
    content: 'REACHED MAXIMUM';
}

.productRow .productInfo3 .book_button.Reached:hover {
	background-color:#B89200;
	color: #FFF;
    cursor: not-allowed;
}

.productRow .productInfo3 .book_button.Reached:hover::after {
    content: 'CHANGE RANGE OF DATES';
}

.productRow .productInfo3 .book_button.Reached:active {
    pointer-events: none;
}

.productRow .productInfo3 .tooltip {
    position: relative;
    display: inline-block;
	margin: 0px;
	padding: 0px;
}

.productRow .productInfo3 .tooltip img {
    width: 15px;
	line-height: 5px;
	vertical-align: middle;
    cursor: help;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px;
}

.productRow .productInfo3 .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color:rgba(0,0,0,0.70);
    color: #FFF;
    text-align: center;
    font-size: 8px;
    padding: 5px 5px;
    border-radius: 4px;
	letter-spacing: 1px;
    position: absolute;
    font-weight: 400;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    margin-bottom: 3px;
}

.productRow .productInfo3 .tooltip:hover .tooltiptext {
  	visibility: visible;
}

.productRow .productInfo3 .tooltip .tooltiptext::after {
	 content: " ";
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -10px;
	 border-width: 5px;
	 border-style: solid;
	 border-color: rgba(0,0,0,0.70) transparent transparent transparent;
}

.mainContent .productRow .productInfo3.Accommodation {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
	width: 18%;
    margin: 10px;
    margin-bottom: 15px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #FDFDFD;
	cursor: default;
}

.productRow .productInfo3.Accommodation .top_pick {
	float: left;
    position: absolute;
	margin-top: 10px;
	font-family: "Open+Sans", sans-serif;
	font-size:10px;
	font-weight: 600;
	color:#FFF;
    width: 65px;
    height: 20px;
	line-height: 23px;
    vertical-align: middle;
    text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0px;
    text-transform: uppercase;
    background-color: #509200;
}

.productRow .productInfo3.Accommodation .top_pick::after {
	content: 'Top Pick';
}

.productRow .productInfo3.Accommodation .top_pick.yes {
	visibility: visible;
}

.productRow .productInfo3.Accommodation .top_pick.no {
	visibility: hidden;
	content: '&nbsp;';
}

.productRow .productInfo3.Accommodation .productImgAcc {
    align-items: center;
    justify-content: center;
    max-width: 600px;
    max-height: 230px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.productRow .productInfo3.Accommodation .productImgAcc img {
	width:100%;
	object-fit: cover;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .productInfo3.Accommodation .title {
    padding-left: 10px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 700;
	height: 25px;
	color: #353535;
	font-size:16px;
	width: 75%;
}

.productRow .productInfo3.Accommodation .title:hover {
	text-decoration: none;
	cursor: default;
}

.productRow .productInfo3.Accommodation .content {
	position: relative;
	display: block;
}

.productRow .productInfo3.Accommodation .category_accommodation {
	position: absolute;
  	top: 5px;
	right: 2px;
	font-family: "Open+Sans", sans-serif;
	font-size:8px;
	font-weight: 600;
	color:#FFF;
    width: 75px;
    height: 15px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
    text-transform: uppercase;
    background-color: #EEC300;
}

.productRow .productInfo3.Accommodation .category_accommodation.B::after {
	content: 'Budget';
}

.productRow .productInfo3.Accommodation .category_accommodation.M::after {
	content: 'Mid-Range';
}

.productRow .productInfo3.Accommodation .category_accommodation.F::after {
	content: 'First Class';
}

.productRow .productInfo3.Accommodation .category_accommodation.L::after {
	content: 'Luxury';
}

.productRow .productInfo3.Accommodation .features {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 5px;
    width: 93%;
    font-size: 10px;
    text-transform: capitalize;
    height: 100px;
}

.productRow .productInfo3.Accommodation .features .title {
    font-family: "Open+Sans", sans-serif;
    margin-left: -3px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.productRow .productInfo3.Accommodation .features .bullets {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    margin: 5px;
    column-count: auto;
    column-gap: 20px;
    column-width: 100px;
}

.productRow .productInfo3.Accommodation .features .bullets li {
    background: url('../images/features.png') no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    break-inside: avoid;
    margin-bottom: 2px;
}

.productRow .productInfo3.Accommodation .features .bullets li:nth-child(5n+1):not(:nth-child(-n+5)) {
    break-before: column;
}

.productRow .productInfo3.Accommodation .room_upgrade {
	opacity: 0.7; 
	background-color: #509200; 
	border-radius: 0px 0px 4px 4px; 
	color: #FFF; 
	font-size: 9px; 
	font-weight: 400; 
	padding-top: 3px; 
	padding-bottom: 3px;
}

.productRow .productInfo3.Accommodation .room_upgrade::after {
	content: 'FREE Room upgrade if available*';
}

.productRow .productInfo3.Accommodation .room_upgrade.yes {
	visibility: visible;
}

.productRow .productInfo3.Accommodation .room_upgrade.no {
	visibility: hidden;
	content: '&nbsp;';
}

.productRow .productInfo3 .book_button.Accommodation.Available::after {
    content: 'Pick for Bundle';
}

.productRow .productInfo3 .book_button.Accommodation.Added::after {
    content: 'Picked';
}

.productRow .productInfo3 .book_button.Accommodation.Added:hover::after {
    content: 'Remove';
}

.mainContent .productRow .activities.extras {
    border: 1px solid #868686;
    border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
}

.mainContent .productRow .productInfo3.Extras {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
	width: 18%;
    margin: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #FDFDFD;
	cursor: default;
}

.mainContent .productRow .productInfo3.Extras.no {
    display: none;
}

.mainContent .productRow .productInfo3.Extras.checked {
    background-color: #F8FFFC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.productRow .productInfo3.Extras .productImg {
	width:100%;
	height: 50px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	position: relative;
	box-sizing: border-box;
}

.productRow .productInfo3.Extras .category {
	position: relative;
	top: 0;
  	left: 0;
	right: 0;
	font-family: "Open+Sans", sans-serif;
	font-size:10px;
	font-weight: 600;
	color:#FFF;
	width: 100%;
    height: 20px;
	line-height: 23px;
    vertical-align: middle;
    text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0px 0px;
    text-transform: uppercase;
    background-color: rgba(38,38,38,0.80);
	padding: 0px;
}

.productRow .productInfo3.Extras .category .category_icon {
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.productRow .productInfo3.Extras .title {
	letter-spacing: 1px;
	text-align: center;
	font-weight: 600;
	height: 75px;
	color: #353535;
	font-size:16px;
	margin-top: 5px;
	margin: 0 auto;
	width: 90%;
}

.productRow .productInfo3.Extras .title:hover {
	text-decoration: none;
	cursor: default;
}


.productRow .productInfo3.Extras .explore {
    text-align: center;
    font-size: 11px;
	font-weight: 300;
	color:#2590CF;
}

.productRow .productInfo3.Extras .explore:hover {
    text-decoration: underline;
	cursor: pointer;
}

.productRow .productInfo3.Extras .explore img {
	position: relative;
	top: -0.7px;
	width: 14px;
}

.productRow .productInfo3.Extras .book_button.Available {
	text-transform: uppercase;
	width:30%;
	height: 14px;
	line-height: 17px;
	background-color: transparent;
	border: 1px solid #63C29D;
	color:#63C29D;
}

.productRow .productInfo3.Extras .book_button.Available::after {
    content: 'Add';
}

.productRow .productInfo3.Extras .book_button.Available:hover {
	border: 1px solid #215A47;
	color: #215A47;
	cursor: pointer;
}

.productRow .productInfo3.Extras .book_button.Added {
	text-transform: uppercase;
	border: 1px solid #8E8E8E;
	width:30%;
	height: 14px;
	line-height: 17px;
}

.productRow .productInfo3.Extras .book_button.Added:hover {
	border: 1px solid #C74141;
}

/*GENERAL-INFORMATION*/
.mainContent .productRow .activities.information {
    border: 1px solid #868686;
    border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
}

.productRow .activities.information input[type="text"], input[type="email"], input[type="tel"] {
	border-radius:3px;
	width:75%;
	height:35px;
	font-size:14px;
	font-weight:300;
	background-color: #FBFBFB;
	border: 0.5px solid #888888;
	padding-left: 5px;
}

.productRow .activities.information ::placeholder {
	font-size:12px;
    color: #959595;
}

.productRow .activities.information select {
	font-family: 'Open+Sans', sans-serif;
	border-radius:3px;
	font-size:14px;
	font-weight:300;
	background-color: #FBFBFB;
	border: 0.5px solid #959595;
    width: 75%;
	height: 20px;
	padding-left: 5px;
}

.productRow .activities.information textarea {
	font-family: 'Open+Sans', sans-serif;
	border-radius:3px;
	font-size:14px;
	font-weight:300;
	background-color: #FBFBFB;
	border: 0.5px solid #959595;
    width: 75%;
    height: 100px;
	padding-left: 5px;
	resize: none;
}

.productRow .activities.information input[type=checkbox] {
    width: 20px;
	height:20px;
	margin-bottom: 10px;
}

.productRow .activities.information .robot {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#000;
	font-size:12px;
}

.productRow .notes {
	font-family: 'Open+Sans', sans-serif;
	font-size:10px;
	color: #C74141;
	display: none;
}

.productRow .disclosure {
	font-weight: 300; 
	font-size: 10px; 
	color:#000;
	text-align: center;
	margin-top: 20px;
}

.send_button {
    font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
    margin-bottom: 30px;
	width:275px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
    margin: 0 auto;
}

.send_button:hover {
	background-color:#215A47;
	color: #63C29D;
	cursor: pointer;
}

.send_button.not {
    font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
    margin-bottom: 30px;
	width:275px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-color: #C74141;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
    margin: 0 auto;
}

.send_button.not:hover {
	background-color:#000;
	color: #8E8E8E;
    cursor: not-allowed;
}

.send_button.not:active {
    pointer-events: none;
}
/*END-GENERAL-INFORMATION*/

.lightbox {
	font-family: 'Open+Sans', sans-serif;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
    display: block;
}

.lightbox .close {
    position: absolute;
	top: 5px;
    right: 5px;
    cursor: pointer;
}

.lightbox .description_box {
    display: block;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    width: 900px;
    max-height: 90vh;
    padding: 0px;
    border-radius: 5px;
}

.lightbox .description_box .main_table {
    padding: 20px;
}

.lightbox .conditions_box {
    display: block;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
	background-color: transparent;
    width: 850px;
	margin-top: 20px;
	padding-top: 10px;
    color: #FFF;
	text-align: justify;
	padding: 0px 30px 0px 30px;
	font-weight: 200;
	font-size: 10px;
	letter-spacing: 0.3px;
}

.lightbox .conditions_box a:active, .lightbox .conditions_box a:link, .lightbox .conditions_box a:visited {
	color:#2590CF;
}

.description_box .main_image {
    width: 400px;
}

.description_box .thumbnail_container {
	margin-top: 20px;
    text-align: center;
    width: 400px;
}

.description_box .thumbnail_container .thumbnail {
    display: inline-block;
    border: 1px solid #7F7F7F;
    border-radius: 2px;
    width: 35px;
    margin-right: 5px;
}

.description_box .thumbnail_container .thumbnail:hover {
    border: 1px solid #000;
	opacity: 0.7;
}

.description_box .thumbnail_container .thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox .description_box .title  {
    text-align: left;
    font-size: 20px;
	font-weight: 600;
	color: #000;
	vertical-align: top;
	margin-top: 0px;
	padding-left: 10px;
}

.lightbox .description_box .title.long {
    font-size: 18px;
}

.lightbox .description_box .title:hover {
	text-decoration: none;
}

.lightbox .description_box .subtitle {
    text-align: left;
    font-size: 14px;
	font-weight: 400;
	color:#7F7F7F;
	padding: 0px 10px 0px 10px;
}

.lightbox .description_box .subtitle .product_code {
    font-size: 9px;
	letter-spacing: 0.5px;
	font-weight: 300;
	color:#2A2A2A;
	text-transform: uppercase;
}

.lightbox .description_box .book_button.Available {
	width:20%;
	height: 15px;
	line-height: 17px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
	display: none;
	margin-left: 170px;
}

.lightbox .description_box .book_button.Available::after {
    content: 'ADD';
}

.lightbox .description_box .book_button.Added {
	width:20%;
	height: 15px;
	line-height: 17px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
	display: none;
	margin-left: 170px;
}

.lightbox .description_box .book_button.Added::after {
    content: 'ADDED';
}

.lightbox .description_box .book_button.Added:hover::after {
    content: 'REMOVE';
}

.lightbox .description_box .book_button.Reached {
	width:20%;
	height: 15px;
	line-height: 17px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
	display: none;
	margin-left: 170px;
}

.lightbox .description_box .Reached::after {
    content: 'REACHED';
}

.lightbox .description_box .book_button.Reached:hover::after {
    content: 'CHANGE';
}

.lightbox .description_box .book_button.Not_Available {
	width:20%;
	height: 15px;
	line-height: 17px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	font-size: 8.5px;
	font-weight: 600;
    margin: 0 auto;
	display: none;
	margin-left: 170px;
}

.lightbox .description_box .book_button.Not_Available::after {
    content: 'UNAVAILABLE';
}

.lightbox .description_box .features {
    font-size:8px; 
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.lightbox .description_box .features img {
    width: 18px;
}

.lightbox .description_box .description {
    text-align: justify;
    font-size: 12px;
	font-weight: 300;
	color: #000;
	padding: 0px 10px 0px 10px;
}

.lightbox .description_box .about {
    text-align: left;
    font-size: 12px;
	font-weight: 300;
	color: #000;
	padding: 20px 5px 5px 5px;
}

.lightbox .description_box .about td {
	border-bottom: 0.5px solid #DFDFDF;
	padding: 5px 0px 5px 5px;
}

.lightbox .description_box .about .last {
	border-bottom: none;
}

.lightbox .description_box .about img {
    width: 25px;
	vertical-align: middle;
}

.lightbox .description_box .explore {
    text-align: left;
    font-size: 14px;
	font-weight: 300;
	color:#2590CF;
	padding: 15px 10px 10px 10px;
}

.lightbox .description_box .explore:hover {
    text-decoration: underline;
}

.lightbox .description_box .explore img {
	position: relative;
	top: -0.7px;
	width: 16px;
}

.lightbox .description_box .physical_level {
    text-align: left;
	text-transform: uppercase;
    font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color:#000;
	padding: 10px 10px 0px 10px;
	margin-bottom: -20px;
}

.lightbox .description_box .physical_level img {
	position: relative;
	top: -1px;
	width: 35px;
}

.lightbox .description_box .license {
	font-size: 8px; 
	letter-spacing: 0.5px; 
	font-weight: 600; 
	color: #C74141; 
	position: absolute; 
	bottom: 85px; 
	right: 10px;
}

.lightbox .description_box .license img {
	position: relative;
	top: -1px;
	width: 30px;
}

.lightbox .description_box .description_footer {
  	display: inline-block;
    margin: 0 auto;
    padding: 0px;
	background-color: #F4F4F4;
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 5px 5px;
	font-family: 'Open+Sans', sans-serif;
}

.description_footer .footerRow {
	padding: 0px 20px 10px 20px;
	margin-top: -10px;
}

.description_footer .footerRow .footerInfo {
    display: inline-block;
	padding: 0px 0px 0px 0px;
	width: 25%;
    margin: 0px 30px 0px 30px;
	vertical-align: top;
}
	
.footerRow .footerInfo .footerImg {
	width: 25px;
    display: block;
    margin: 0 auto;
	position: relative;
	left: -115px;
	top: 25px;
}
	
.footerRow .footerInfo .footerImg img {
	width:25px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.footerRow .footerInfo .title {
	font-weight: 600;
	color:#000;
	font-size:10px;
}

.footerRow .footerInfo .description {
	position: relative;
	top: -10px;
	font-weight: 300;
	color:#000;
	font-size:10px;
    height: 20px;
    text-align: left;
}

/*CARTE-BUTTONS*/
.carte_buttons {
    bottom:0px;
    width: 100%;
    background-color: rgba(255,255,255,0.80);
    z-index: +2000;
	font-family: 'Open+Sans', sans-serif;
}

.carte_buttons span {
    font-size: 10px;
    color: #C74141;
    display: none;
}

.carte_buttons .button_active {
	text-transform: uppercase;
	margin-top: 8px;
	width:120px;
    height: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
    line-height: 10px;
	letter-spacing: 2px;
	background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
    display: non;
}

.carte_buttons .button_active:hover {
	background-color:#215A47;
	color: #63C29D;
	cursor: pointer;
}

#send0 {
    display: none;
}

.carte_buttons .button_disabled {
	text-transform: uppercase;
	margin-top: 8px;
	width:120px;
    height: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
    line-height: 10px;
	letter-spacing: 2px;
	background-color: #C74141;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
    cursor: not-allowed;
}

.carte_buttons .button_disabled:hover {
	background-color:#000;
	color: #FFF;
	cursor: not-allowed;
}

.carte_buttons .disclosure {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300; 
	font-size: 11px; 
	color:#000;
	text-align: center;
	padding: 5px;
}
/*END-CARTE-BUTTONS*/

.footer {
	background-color:#215A47;
	font-weight: 300;
	color:#FFF;
	padding:1%;
	width: 100%;
    height: 150px;
	font-size: 12px; 
	font-family: sans-serif; 
    text-align: center;
}

.social img {
	cursor: pointer;
	width: 30px;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.footer_menu td {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_menu td:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer_menu_border {
    border-right: 1px solid #FFF;
}


/* Media query for tablets */
@media only screen and (max-width: 768px) {
.content {
	display: none;
}

.construction-message {
    display: block;
	margin: 0 auto;
    text-align: center;
    padding: 20px;
    background-color: #F7F7F7;
    border: 1px solid #DDD;
  }
}