/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

/*===============================================================
	fonts
=================================================================*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) */


body {
	font-family: 'Oswald', sans-serif;
        font-weight: 300;
}

h1 {
	font-family: 'Oswald', sans-serif;
        font-weight: 400;
}

.font_custom {
	font-family: 'Oswald', sans-serif;
        font-weight: 400;
}

/*===============================================================
	general
=================================================================*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

h1 {
	color: #fff;
}

a {
	text-decoration: none;
}

input {
	border: none;
	background: none;
}

textarea {
	resize: none;
	background: none;
}

.main_container {
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	display: block;
	box-sizing: border-box;
}

.cleardiv {
	clear: both;
}

.booking_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#modal_loading img{
    filter: contrast(0.5);
}

.modal_loading {
	width:100px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-50px;
	position:fixed;
	z-index:40;
}

.modal_sfondo{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:30;
	background-color:#fff;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
}


/*===============================================================
	header
=================================================================*/

.header_container {
    width: 100%;
    height: 35px;
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
    max-width: 970px;
    margin: 0 auto;
}

/*** month and navigation ***/

.month_container_all {
	text-align:center;
}

.month_container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    width: 120px;
    font-size: 21px;
    padding: 5px;
}

.month_name {

}

.month_year {
	text-align: right;
}

.month_nav_container {
	display:flex;
   	margin: 0 10px;
}

.mont_nav_button_container {
	margin-left:5px;
}

.month_nav_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 17px;
	display: flex;
	padding: 7px;
	margin: 0 2px;
}

.month_nav_button img{
	box-sizing: border-box;
	width: 100%;
}

/****  filter select  ***/

.select_calendar_container {
	float: right;
	text-align: center;
}

.select_calendar_message {
	float: left;
}

.select_container {
	float: left;
	margin-left: 15px;
}

/**** back to today ****/
.back_today a {
	color:#333333;
}

.back_today{
        line-height: 35px;
}

/*===============================================================
	calendar
=================================================================*/

.calendar_container_all {
	width: 970px;
	margin-top: 30px;
	margin:0 auto;
	flex-direction: column;
}

/*** name days  ***/

.name_days_container {
	width: 970px;
	height: 30px;
	margin: 10px 0;
}

.day_name {
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 6px;
}

/*** days ***/

.day_container {
	width: 130px;
	height: 70px;
	float: left;
	margin-right: 6px;
	margin-bottom:6px;
}

.day_container a {	
	width: 130px;
	height: 70px;
	display: block;
	float: left;
	border: 1px dotted #ccc;
}

.day_grey a {
	
}

.day_black a {
	
}

.day_white a {
	
}

.day_red a {
	
}
	.day_red a .day_number,
	.day_red a .day_slots,
	.day_red a .day_book,
	.day_black a .day_number,
	.day_black a .day_slots,
	.day_black a .day_book {
	color: #fff;
}

.day_number {
	float: left;
	width: 26px;
	margin-left: 6px;
	height: 30px;
	margin-top: 6px;
	line-height: 30px;
	font-size: 24px;
	color: #999;
}

.day_book {
	float: left;
	width: 92px;
	height: 30px;
	line-height: 30px;
	margin-left: 6px;
	margin-top: 6px;
	text-align: left;
	color: #999;
}

.day_slots {
	color: #00CC33;
	width: 124px;
	margin-left: 5px;
	margin-top: 5px;
}

.slot_special_container {
	max-width: 900px;
}


/*===============================================================
	box preview
=================================================================*/

.box_preview_container_all {
	background-color: #fff;
	border: 3px dashed #999;
	position: fixed;
	z-index: 100;
	top: 300px;
	padding: 0 0 20px 0;
}

.box_preview_title {
	width: 240px;
	font-size: 18px;
	color: #333;
	padding: 10px 0 0 10px;
}

.box_preview_slots_container {
	margin-top: 20px;
	width: 100%;

}

.box_preview_column {
	float: left;
	margin-left: 20px;
}

.box_preview_row {
	/*width:130px; with am pm */
	/*width: 84px; no am pm*/
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #999;
}
 .booked_slot {
	 color:#F00;
         opacity: 0.5;
}

/*===============================================================
	booking
=================================================================*/

.booking_container_all {
	max-width: 970px;
	margin:30px auto;
	width:100%;
}

.booking_form_input {
	width:100%;
}

.booking_container_all input[type="text"],
.booking_container_all input[type="password"],
.booking_container_all textarea,
.booking_container_all select {
	width:100% !important;
	font-size:1.2em;
	padding:7px 2px;
}

.booking_left {
    float: left;
    width: 60%;
    min-height: 490px;
    background: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 10px;
    text-align:left;
}

.booking_right {
    float: left;
    width: 40%;
    min-height: 480px;
    padding: 10px 18px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 10px;
}

.close_booking {
	width: 100px;
	text-align: right;
	float: right;
}

.close_booking a {
	color: #666;
}

.close_booking a:hover {
	color: #567BD2;
}


/* left side */

.booking_title {
	font-size: 22px;
	width:100%;
	padding: 10px 0 0 0px;
	line-height:1.4;
}

.booking_slots_container {
	width: 100%;
	max-width:620px;
	margin-top: 20px;
}

.booking_slots_column {
	float: left;
	/*width: 110px; not am pm */
	/*width:160px; with am pm*/
	margin-left: 25px;
}

.booking_slots_row {
    height: auto;
    font-size: 17px;
    border-bottom: 1px dotted #999;
    margin-bottom: 4px;
}

.booking_check {
	float: left;
	margin-top: 7px;
}

.booking_slot {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 10px;
}

.booking_price {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
	text-align:right;
}

.booking_text {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
}

.booking_seats {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
	text-align:right;
        display:none;
}

#next, #prev {
	margin-right: 5px;
        display: none;
}

#next a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/sprite.png);
	background-position: -340px -240px;
}

#next a:hover {
	background-position: -400px -240px;
}

#prev a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/sprite.png);
	background-position: -457px -240px;
}

#prev a:hover {
	background-position: -517px -240px;
}

.form_text {
	padding:10px;
	padding-bottom:0px;
	width:600px;
}

/* right side */

.booking_form_box_text {
    padding: 3px;
    width: 100%;
    margin-right: 2%;
    /*max-width: 300px;*/
    box-sizing: border-box;
    text-align:left;
}

.booking_form_box_textarea {
	float: left;
	padding:3px;	
}

.height_space {
	width: 310px;
	height: 10px;
}

.booking_form_label {
	font-size: 20px;
	margin-bottom:10px;
}

.booking_form_label span{
    font-size: 14px;
	/* techappiness code*/
    /*color: #A62A5E;*/
	color:#000;
    margin: 10px 0;
    display: block;
}

#input_booking {
	width: 100%;
	height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#textarea_booking {
	/*max-width: 302px;*/
	width:100%;
	height: 90px;
	padding:7px 10px;
	border: none;
	box-sizing:border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.action_form_button {
	margin-top: 15px;
}

.book_now_button_container {
    float: right;
    max-width: 210px;
    height: 48px;
    width: 100%;
}

.reset_form_container {
	float: left;
}

.book_button {
    max-width: 222px;
    height: 52px;
    display: block;
    text-align: center;
    line-height: 55px;
    font-size: 28px;
    width: 100%;
}

.reset_button {
	display: block;
	width: 82px;
	height: 22px;
	text-align: center;
}


.ok_button:hover {
	background-position: -680px -60px;
}

.terms_link {
	font-size: 20px;
}

.terms_link:hover {
	text-decoration: underline;
}


/**
======================================================

 * UNDER 970PX * 
 
======================================================
*/


@media screen and (max-width: 969px) {

img {
	max-width: 100%;
} 

.main_container {
	width: 100%;
	margin: 0 auto;
	padding: 0.6em;
	display: block;
	box-sizing: border-box;
}

.div_height {
    width: 100%;
}

/*===============
	HEADER
=================*/

.header_container {
	width: 100%;
	height: 35px;
	margin-top: 14px;
	display: flex;
	justify-content: flex-start;
	max-width: 970px;
	margin: 0 auto;
}

.month_container_all {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.month_container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    width: 120px;
    font-size: 21px;
    padding: 5px;
}

.month_name {

}

.month_year {
	font-size: 12px;
}

.month_nav_container {
	display:flex;
	margin: 0 10px;
}

.month_nav_button {
	margin-left: 10%;
	padding: 10% 10%;
}

.select_search_container {
    width: 55%;
}

.select_container_all {
    width: 100%;
}

.search_container {
    height: 30px;
    margin-top: 15px;
    width: 100%;
}


/*===============
	BOX PREVIEW
=================*/

.box_preview_container_all {
	padding: 5px;
}

.box_preview_title {
	font-size: 15px;
}

.box_preview_header_list {
	font-size: 11px;
}

.box_preview_row {
	font-size: 12px;
}


.box_preview_header_time {
	width: 30px;
}

.box_preview_header_time_am {
	width: 50px;
}

.box_preview_header_name {
	width: 298px;
}

.box_preview_header_available {
	width: 52px;
}

.box_preview_row_time {
	width: 30px;
}

.box_preview_row_time_am {
	width: 50px;
}

.box_preview_row_name {
	width: 298px;
}

.box_preview_row_available {
	width: 62px;
}



/*===============
	CALENDAR
=================*/


.calendar_container_all {
	width: 100%;
	flex-direction: column;
	margin:0 auto;
}

.name_days_container {
	width: 100%;
	heigth:auto;
}

.day_name {
    width: 13.3%;
    font-size: 15px;
    margin-bottom: 10px;
}

.day_container {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 13.3%;
}

.day_container a {
    border: 1px dashed #CCCCCC;
    width: 100%;
}

.day_number {
	margin-left: 5%;
	margin-top: 5%;
	width: 100%;
	font-size: 24px;
}

.day_book {
    margin-left: 2%;
    margin-top: 5%;
    width: 78%;
    line-height: 100%;
    padding-top: 7%;
    font-size: 13px;
}

.day_slots {
    margin-left: 5%;
    margin-top: 0;
    width: 95%;
	font-size: 14px;
}

.day_book{
	display:none;
}


/*===============
	FORM
=================*/

.booking_container_all {
    width: 100%;
}

.prev_day {
	margin-left: 1%;
}

.close_booking {
	margin-right: 1%;
}

.booking_left {
	margin: 1%;
	min-height: 0px;
	width: 100%;
	clear: both;
	margin-top: 10px;
	border-radius: 10px;
	padding:10px 5px;
	text-align:left;
}

.booking_right {
	min-height: 0px;;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 10px;
	box-sizing: border-box;
	border-radius:10px;
}

.booking_form_box_text {
    padding: 3px;
    width: 100%;
    margin-right: 2%;
    /*max-width: 300px;*/
    box-sizing: border-box;
    text-align:left;
}

.booking_form_box_textarea {
	float: left;
	padding:3px;
	width:98%;
	margin-right:2%;
}

.mont_nav_button_container {
        margin-left:5px;
}

}



/**
======================================================

 * UNDER 600PX * 
 
======================================================
*/


@media screen and (max-width: 599px) {

	.month_name {

	}

	.month_year {
		font-size: 10px;
	}

	.month_container_all {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.select_calendar_container {
		float: left;
		margin-top: 2%;
		width: 100%;
	}

	.select_container {
		float: left;
	}

	.day_name {
		font-size: 10px;
		width: 12%;
		margin-bottom: 10px;
	}

	.day_number {
		font-size: 23px;
		width:100%;
	}

	.day_book {
		font-size: 10px;
		margin-top: 14%;
		display:none;
	}

	.day_slots {
		font-size: 11px;
		margin-top: 2px;
		line-height: 1.3
	}

	.name_days_container {
		width: 100%;
		height:auto;
	}

	.mont_nav_button_container {
		margin-left:5px;
	}
}

.month_container_all,.calendar_container_all {
	display:none;   
}

h1 {
	color: #FF1493;
	font-size: 23px;
	margin-top: 5px;
	text-align: center;
}

.select_calendar_message {
	float: none;
}

.select_container {
	float: left;
	margin: 0 auto;
	width: 100%;
}

.select_calendar_container {
	/*margin-top: 25%;*/
	float: none;
}

#calendar_select_input{ 
    margin: 20px 0!important;
    font-size: 18px;
    max-width: 370px;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}

.hide{
    display:none;
}

.col-100 {
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
} 

.col-50 {
    display: flex;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.text-center{
    text-align:center;
}

.text-left{
    text-align:left;
}

.text-right{
    text-align:right;
}

.user-details {
    display: flex;
    padding: 10px 10px;
    background-color: #f6f2f4;
    font-size: 12px;
    box-sizing: border-box;
    justify-content: space-between;
}
.user-details span {
    font-size: 16px;
    padding: 20px;
    line-height: 1.4em;
}
.user-details {
	line-height: 2em;
}

h3 {
	font-size: 22px;
	text-transform:uppercase;
	line-height:1.2em;
	font-weight:bold;
}

.modal {
    width: 90%;
    max-height: max-content;
	top: 5vh;
    left: 0;
    position: fixed;
    background-color: #FFF;
    z-index: 40;
    right: 0;
    margin: auto;
    /*bottom: 0;*/
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: -2px 14px 13px 8px #0003;
    padding: 20px 0;
    border-radius: 10px;
    max-width: 480px;
    line-height:1.2em;
}

.modal span{
    font-size:14px;
    line-height:1.2;
    max-width:90%;
}

.ok_button {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px auto;
    font-size: 20px;
    padding: 10px;
    width: 80%;
}

/******/
#modal_response {
	height:auto !important;
}
.copyright {
	font-size:0.75em;
	padding:10px;
}
.title {
	font-weight:bold;
	margin-bottom:10px;
	display:inline-block;
}
.booking-header,
.booking-social,
.booking-footer {
	font-family:Arial;
}

.booking-header {
	overflow:hidden;
}

.booking-header > div {

}
.booking-header-title {

}
.booking-header h1 {
	text-align:center;
	font-size:3em;
	color:#00979b;
	width:100%;
}

.booking-logo {
	width:250px;
	margin:0 auto;
	overflow:hidden;
}

.booking-title {
	margin:25px 0;
}

.booking-main input[type="text"] {
	height:auto !important;
	
}
.booking-main textarea {
	width:100% !important;
}
.booking-main input[type="text"],
.booking-main textarea {
	padding:5px 7px !important;
}

.booking-footer {
	background-color: #ff29b3;
	padding:25px;
	text-align:left;
	color:#fff;
	font-size:0.9em;
	line-height:1.2em;
}

.booking-footer a {
	color:#fff;
	text-decoration:none;
}

.booking-footer a:hover {
	color:#d3d3d3;
}

.booking-social-rounded a {
	border-radius:100%;
	background-color:#fff;
	border:1px solid #fff;
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	padding-top:6px;
	color:#ff29b3;
}

.booking-social-rounded a:hover {
	border-radius:100%;
	background-color:#ff29b3;
	color:#fff;
}

.booking-social {
	margin:25px 0;
}

.booking-social a {
	text-decoration:none;
}

.__block {
    border-radius: 10px;
	/*
    display: flex;
    align-content: center;
    flex-direction: column;
	*/
    position: relative;
    margin-top: 30px;
    padding: 30px 10px 10px 10px;
    text-align: center;
    min-height: 140px;
	/*
    justify-content: space-around;
    overflow-wrap: anywhere;
	*/
    transition: all 0.3s linear;
	line-height:1.2em;
}

.__block a {
	text-decoration:none;
	color:#fff;
}

.__block .icon {
    position: absolute;
    top: -20px;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
}

.__block .logo {
    max-width: 80px;
    margin: auto;
}

.__block.facebook {
    background: #1877F2;
}

.__block.instagram {
	/*
    background-image: linear-gradient(
            213deg, #5B52CE, #CA1497, #F0016C, #FED061);
			*/
	background-color:#ea0584;
}

.__block.wup {
    background: #1EBEA5;
}

.__block.maps {
    background: #a4a4a4;
}

.__block.facebook:hover,
.__block.instagram:hover,
.__block.wup:hover,
.__block.maps:hover {
    background: #ff29b3;
	background-size: 200%;
}

.__block .small-text {
    font-size: 0.75em;
    color: #fff;
    opacity: 0.9;
}

.__block .big-text {
    font-size: 1em;
    color: #fff;
    opacity: 0.9;
    font-weight: 600;
}

.__block.wup .big-text {
    font-size: 1.5em;
    font-family: sans-serif;
}

.link-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    
}
.link-icon img {
	max-width: 15px;
}

.mp-wrapper {
	border-radius:5px;
	background-color:#fff;
	border:1px solid #fff;
	padding:5px;
	overflow:hidden;
	display:inline-block;
}

.mp-wrapper img {
	max-height:30px;
}

.booking-services {
	width:30%;
	min-width:250px;
	min-height:300px;
	margin:25px auto;
	position:relative;
}
.booking-services li {
	font-size:1.3em;
	margin:10px 0;
	color:#fff;
	font-weight:400;
	background-color:#ff29b3;
	padding:5px;
	line-height:1.2em;
	text-align:left;
	padding-left:25px;
	border-radius:5px;
}
.booking-services-arrow {
	position:absolute;
	top:-160px;
	right:50%;
	margin-right:-350px;
	z-index:-1;
}
.booking-services-arrow img {
	width:auto;
	height:150px;
}

.design-img img {
    width: 500px;
	position:relative;
    display: flex;
    align-items: center;
    animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes example {
  0%   {top:0px;}
  50%  {top:20px;}
  100% {top:0px;}
}

.btn-price {
	display:inline-block;
	padding:10px;
	background-color:transparent;
	border:2px solid #ff29b3;
	color:#ff29b3;
	text-decoration:none;
	border-radius:5px;
	font-size:1.5em;
}
.btn-price:hover {
	background-color:#ff29b3;
	color:#fff;
}

/* CALENDAR VS BOOTSTRAP */
.month_container,
.month_nav_button {
	height:40px;
	width:auto;
	padding:10px;
}
.main_container {
	background-image:url('./../images/header.png');
	background-repeat:no-repeat;
}
.month_container {
	width:150px;
}
.day_book {
	font-size:0.9em;
	float:none;
	width:auto;
}

#window-info {
	position:fixed;
	top:45%;
	left:50%;
	margin-left:-200px;
	width:400px;
	height:auto;
	text-align:center;
	
	border: 5px solid #00979b;
	background-color:#ff29b3;
	color:#fff;
	padding:10px;
	
	border-radius:25px;
}

#window-info p {
	font-size:1.2em;
	line-height:2em;
}
#window-info a {
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
}

#window-info-btn {
	border: 1px solid #fff;
	background-color:#00979b;
	color:#fff;
	
	text-align:center;
	font-size:1.5em;
	padding:7px 20px;
	margin-top:10px;
}

#window-info-btn:hover {
	border: 1px solid #00979b;
	background-color:#fff;
	color:#00979b;
}

@media screen and (max-width: 450px) {
	#window-info {
		top:45%;
		margin-left:0;
		left:5%;
		width:90%;
		height:auto;
	}
}