#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
#overlay .popup {
    top: 5%;
    left: 0;
    right: 0;      
    margin: auto;
    width: 85%;
    min-width: 280px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
#overlay .close {
    top: -15px;
    right: -10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
}
#overlay .close:before {
    content: "\f00d";
    font-size: inherit;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#overlay select {
    cursor: pointer;
		}
#overlay .logo {
			width: 150px;
		}
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
.checkout {
    background-color: #dedee4;
    color: #435469;
    border-radius: 4px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
	text-align:center;
}
.tableC {
	width: 100%;
	margin-bottom: 20px;
}
.tableC td, .tableC th {
	padding: 2px;
}
.tableC th {
	padding-bottom: 10px;
    border-bottom: solid 1px #98a2ac;
}
.tableC td {
    border-bottom: solid 1px #dedee4;
	padding-top: 30px;
	vertical-align:top;
}
.tableC .caption-title,
.tableC .caption-title a {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: none;
    color: #0d1d31;
}
.tableC .caption-title a:hover {color: #dc143c;}
.tableC .caption-category {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    text-transform: none;
    color: #435469;
}
.tableC .caption-text {
    font-size: 14px;
    color: #435469;
}
.tableC .caption-price {
    font-size: 15px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #dc143c;
	text-align:right;
}
a.del {
    background-color: #dedee4;
    color: #435469;
    border-radius: 4px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 8px;
    display: inline-block;
}
a.del:hover {
    background-color: transparent;
    color: #DC143C;
}
.btn-check {
    background-color: transparent;
    border-color: #96a0aa;
    color: #96a0aa;
    font-weight: 700;
    line-height: 1;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 16px;
	border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-check:hover {
    background-color: #dc143c;
    border-color: #dc143c;
    color: #ffffff;
	border-radius: 10px;
}
.red {
    color: #dc143c;
    font-size: 130%;
}
.mtitle {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 24px;
    color: #3ADF00;
}
.checkform .bootstrap-select > .selectpicker {
    font-size: 14px;
    height: 40px;
    padding: 10px 12px;
}

label {
    font-size: 18px;
}
@media (min-width: 768px) {
.col-sm-3.malf {
    width: 25%;
}
}
@media (max-width: 767px) {
.col-xs-6.malf {
    width: 50%;
}
}

.visible-xxs {
    display: none!important;
}
@media (max-width: 479px) {
.col-xxs-12 {
    width: 100% !important;
	float:none !important;
}
.visible-xxs {
    display: block!important;
}
}
.checkform select.form-control {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 12px;
}
.form-control.qual {
	width: 50px;
	text-align:center;
	margin:auto;
    height: 35px;
    padding: 7px;
}
select.form-control.qual {
	padding: 0px;
	padding-left:20px;
}
.tableC .h3 strong {
    color: #dc143c;
}
.tableC .caption-lable {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.tableC * {
	font-size: 12px !important;
}
.tableC .h3 strong {
	font-size: 16px !important;
}
.form-control.qual {
	width: 35px;
    height: 20px;
    padding: 0px;
    border: 1px solid #c2c4cb;
    border-radius: 2px;
}
select.form-control.qual {
	padding: 0px;
	padding-left:13px;
}
.tableC .caption-price {
    line-height: 20px;
}
.tableC .caption-lable {
    line-height: 20px;
}
}
.form-check {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 12px;
    border-radius: 10px;
    border: 1px solid #c8cdd2;
    color: #6d7a83;
	margin-bottom:10px;
}
.form-check:focus {
    border: 1px solid #dc143c;
}
.radio {
	padding-left: 20px;
	cursor:pointer;
}
.radio .radio-custom-dummy {
    pointer-events: none;
    border: 1px solid #9B9B9B;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
.schedule-alt .tab-content.lv2 .tab-pane {
     padding-left: 15px; 
     padding-right: 15px; 
}
}
@media (max-width: 600px) {
.btn-theme-xl {
    font-size: 18px;
    padding: 25px 15px;
}
.btn-theme {
    text-transform: none;
    font-size: 16px;
    padding: 15px 15px;
}
}
.checkform {
	margin-bottom: 20px;
}
.checkform .select2-container--bootstrap .select2-selection {
    height: 50px;
        line-height: 18px;
    font-weight: 400;
    border-radius: 15px;
    padding: 15px 25px;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
}
.checkform .select2-container {
     min-width: 100px; z-index: 10!important;
}
.select2-dropdown {
    max-height: 300px;
}