form label.error {
            margin-top: -1em;
            margin-bottom: 1em;
            font-size: 12px;
            line-height: 12px;
            font-size: 1.2rem;
            line-height: 1.2rem;
            color: red;
        }

        #success,
        #error {
            display: none
        }

        #success span,
        #error span {
            display: block;
            position: absolute;
            top: 0;
            width: 100%
        }

        #success span p,
        #error span p {
            margin-top: 0em;

        }

        #success span p {
            color: red;
            font-size: 22px;
        }

        #error span p {
            color: red;
            font-size: 22px;
        }

        #availability .embed-responsive.embed-responsive-16by9 {
            padding-bottom: 20%;
			height: 600px;
        }

        #availability .embed-responsive .embed-responsive-item,
        #availability .embed-responsive iframe {
            width: 100%;
            right: 0;
            margin: auto;
        }		
		
		.dhx_cal_navline,
		.dhx_scale_bar,
		.dhx_cal_container,
		.dhx_cal_header {
			background-color: #ffffff;
		}
		
		.event,
		.dhx_cal_tab.active,
		.dhx_cal_tab.active:hover {
			background-color: #583a0d;
		}
		.dhx_month_head,
		.dhx_cal_tab,
		.dhx_cal_today_button {
			color: #583a0d;
		} 
		.dhx_cal_tab,
		.dhx_cal_tab.active {
			border-color: #583a0d;
		}
		
		.dhx_scale_holder_now,
		.dhx_now .dhx_month_head,
		.dhx_now .dhx_month_body {
			background-color: #56ce68;
		}


        @media screen and (min-width: 992px) and (max-width: 1199px) {
            #availability .embed-responsive.embed-responsive-16by9 {
                padding-bottom: 24.25%;
            }

        }

        @media screen and (min-width: 768px) and (max-width: 991px) {
            #availability .embed-responsive.embed-responsive-16by9 {
                padding-bottom: 32.25%;
            }

        }

        @media screen and (max-width: 767px) {
            #availability .embed-responsive.embed-responsive-16by9 {
                padding-bottom: 230px;
            }
			
			.embed-responsive {
				height: 600px ;
			}

			.dhx_cal_date {
				font-size: 16px !important;
			}

			.dhx_cal_tab .dhx_cal_tab_first .day_tab,
			.dhx_cal_today_button {
				display: none !important;
			}

			.dhx_cal_tab .week_tab {
				left: 0 !important;
			}

			.dhx_cal_tab .dhx_cal_tab_last .month_tab {
				left: 73px !important;
			}

        }

        @media screen and (max-width: 560px) {
            #availability .embed-responsive {
                overflow: scroll;
            }

        }