

.section-content .custom-checkbox-wrap .custom-checkbox-presenter:nth-of-type(2) {
    display:none;
}
label {
    margin:0;
}
.next-month, .prev-month {
    color: #ced4da;
}
.month-short {
    display:none !important;
}
.fixed-header-box {
    top:0px !important;
}

.go-thru {
	display: table;
	width: 100%;
}
input[type="date"]::before {
	color: #999999;
	content: attr(placeholder);
}
input[type="date"] {
	color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #666666;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}
.go-thru input {
	padding: 7px 60px;
    font-size: 22px;
    font-family: "Open Sans";
    font-weight: 400;
    background: #2c396b;
    cursor: pointer;
    display: table;
    color: white;
    margin: 30px auto;
    border: 3px solid #2d396b;
    overflow: hidden;
}
.underlin {
    opacity: 0.2;
    margin-top: 20px;
}
.reservation_form {
	background:none;
	width:70%;
	padding:15px;
	margin:0 auto;
	overflow: hidden;
}
.res_title {
	font-size: 30px;
    color: #2d396b;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    display: table;
}
.show_off {
	display:none;
}
.sub_res {
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 30px;
    color: #5a6074;
}
.input_block {
	width:60%;
	float:left;
}
.add_block {
	width:40%;
	float:left;
}
.input_block input {
	width: 45%;
    border: 1px solid #bbbbbb;
    height: 35px;
    background: none;
    margin: 0 auto;
    padding: 0 10px;
    display: table;
    font-size: 14px;
    font-weight: 400;
    color: #858585;

}
.add_title {
    font-size: 18px;
    font-weight: 200;
    color: #5a6074;
}
.add_block select {
	width:100%;
	border: 1px solid #bbbbbb;
	height:35px;
	background:none;
	margin:0 auto;
	display:table;
	font-size:18px;
	font-weight:400;
	color: #858585;
	text-align:center;

}
.input_block input:not(:first-child) {
	margin-top:20px;
}
.service-block {
	padding: 20px;
	overflow: hidden;
	font-size: 16px !important;
    padding-left: 0;
    border-bottom: 1px solid #eaeaea;
}
.service_names {
	float:left;
	margin-top: 7px;
}
.service_right {
	float:right;
}
.service_right div {
	display:inline-block;
	margin-right:50px;
}
.service_names a:hover {
	border:0;
}
.btn-active {
	background-color:#308d54 !important;
}
.service_right .service_submit {
	display:inline-block !important;
	padding: 12px 17px !important;
}
.service_dest {
	width: 100%;
    float: left;
    border-top: 1px solid #586bb4;
    margin-top: 20px;
    padding-top: 20px;
}
.service_dest p {
	color: #444343 !important;
}
.service-block .fa {
	font-size: 25px;
    vertical-align: middle;
	text-decoration: none;
}
.service_submit {
	display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out,border .3s ease-out,background .3s ease-out,box-shadow .3s ease-out!important;
    font: 400 14px/1em var(--vamtam-primary-font-font-family);
    border-radius: 0;
    border: none;
    padding: 16px 30px;
    -webkit-font-smoothing: auto;
    background: var(--vamtam-accent-color-1);
    color: var(--vamtam-accent-color-1-hc);
	letter-spacing: .125rem;
    text-transform: uppercase;
	color:white !important;
}




@media only screen and (max-width: 500px) {
	.reservation_form {
		width:100%;
	}
	.go_back {
		font-size:18px;
		text-align:center;
	}
	.service_right {
		float:none;
		display:inline-block;
		text-align: center;
	}
	.ss_edited {
		float:right !important;
	} 
	.service_right div {
		margin-right:10px !important;
	}
}
@media only screen and (max-width: 400px) {
	.ss_edited {
		display: table;
    	width: 100%;
    	float: left;
		text-align:left;
	} 
}
@media only screen and (max-width: 767px) {
	.show_off {
		display:block;
	}
}
@media only screen and (max-width: 1080px) {
	.add_block {
		width:100%;
		margin-top:25px;
		text-align:center;
	
	}
	.add_block p {
		margin: 25px auto;
		display: table;
	}
	.input_block {
		width:100%;
	}
	.input_block input {
		width:60%;
	}
}