body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f5f7f8;
	background-image: -moz-linear-gradient(#fff 0, #f5f7f8 100px);
	background-image: -webkit-gradient(#fff 0, #f5f7f8 100px);
	background-image: -webkit-linear-gradient(#fff 0, #f5f7f8 100px);
	background-image: -o-linear-gradient(#fff 0, #f5f7f8 100px);
	background-image: linear-gradient(#fff 0, #f5f7f8 100px);
	background-repeat: repeat-x;
}

input,
button,
select,
textarea {
  	font-family: 'Open Sans', sans-serif;
  	outline: none !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 1.5rem + 2px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #8f95a0;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #e3e6f0;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.header {
	height: 131px;
	overflow: hidden;
}

.header_logo {
	float: left;
	width: 181px;
	height: 55px;
	display: block;
	white-space: nowrap;
	margin: 20px 0 0 10px;
}

.header_logo_mobile {
    display:none;
}

.header_contacts {
	float: right;
	font-size: 16px;
	margin: 22px 10px 0 0;
}

.header_contacts p {
	margin: 0;
}

.header_contacts_text {
	line-height: 24px;
	color: #666;
}

.header_contacts_phone-numbers {
	line-height: 17px;
	font-weight: 700;
	color: #2b3e51;
}

.header_contacts_phone-numbers_item {
	margin-left: 17px;
}

.header_contacts_phone-numbers_item:first-child {
	margin-left: 0;
}

#header-phone-number{
    color: #1981bc;
    font-weight: 700;
    line-height: 24px;
}

.header_contacts_phone-numbers_item span {
	color: #1981bc;
}

.progress-bar {
	width: 940px;
	margin: 0 auto 60px;
	height: 40px;
	padding-top: 16px;
}

.progress-bar ul {
	margin: 0;
	list-style: none;
}

.progress-bar_step_container {
	float: left;
	width: 301px;
	height: 4px;
	border-top: 1px solid #d3d7d7;
	border-bottom: 1px solid #ecf0f1;
	background: #ecf0f1;
	box-shadow: inset 0 1px 0 0 #e4e8e8;
	position: relative;
}

.progress-bar_step_container.last {
	width: 37px;
}

.progress-bar_step {
	position: absolute;
	top: -17px;
	left: 0;
	width: 38px;
	display: block;
}

.progress-bar_step_container.last .progress-bar_step {
	right: 0;
	left: auto;
}

.progress-bar_step-number {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 19px;
	background: #ecf0f1;
	border:1px solid #ecf0f1;
	text-align: center;
	color: #1b242d;
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #d4d8d8, 0px 1px 0px 0px #ecf0f1;
	-moz-box-shadow: inset 0px 1px 0px 0px #d4d8d8, 0px 1px 0px 0px #ecf0f1;
	box-shadow: inset 0px 1px 0px 0px #d4d8d8, 0px 1px 0px 0px #ecf0f1;
	position: relative;
}

.progress-bar_step-number a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #1b242d;
}

.progress-bar_step-number a:hover {
	text-decoration: none;
}

.progress-bar_step-title {
	color: #7f8c8d;
	font-size: 13px;
	line-height: 17px;
	width: 140px;
	text-align: center;
	display: block;
	margin-left: -51px;
}

.progress-bar_step-title a, .progress-bar_step-title a:hover {
	text-decoration: none;
	color: #7f8c8d;
}

.progress-bar_step_container.current .progress-bar_step-number {
	border-color: #219d53;
	background: #24ad5b;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97d8b1, 0px 1px 0px 0px #dadcdd;
	-moz-box-shadow: inset 0px 1px 0px 0px #97d8b1, 0px 1px 0px 0px #dadcdd;
	box-shadow: inset 0px 1px 0px 0px #97d8b1, 0px 1px 0px 0px #dadcdd;
}

.progress-bar_step_container.current .progress-bar_step-number a {
	color: #fff;
}

.progress-bar_step_container.current .progress-bar_step-title a {
	color: #24ad5b;
}

.progress-bar_step_container.completed {
	border-bottom: 1px solid #d3d7d7;
	box-shadow: inset 1px 0 0 1px #e4e8e8;
}

.progress-bar_step_container.completed1{
    background: #2399de;    
}

.progress-bar_step_container.completed .progress-bar_step-number {
	border-color: #1d74a5;
	background: #1e8ece;
}

.progress-bar_step_container.completed .progress-bar_step-number a {
	color: #fff;
}

.progress-bar_step_container.completed .progress-bar_step-title a {
	color: #1e8ece;
}

.step-container {
	margin-bottom: 20px;
}

.step-container_header {
	height: 30px;
	padding: 10px 10px 10px 60px;
	background: url('../img/step-header-icon.png') 10px 10px no-repeat #999;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}

.step-container.current .step-container_header {
	background-color: #1981bc;
	background-position: 10px -30px;
}

.step-container_header h2 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 55px;
	margin: 0;
}

.step-container_body {
	background:#fff;
	/*overflow: hidden;*/
	float:left;
	width:100%;
}

.step-container_body .alert {
    margin-top:10px;
    font-size: 16px;
}

.step-container_body .specials {
    margin: 10px;
}

.step-container_body .specials h4 {
    padding-bottom: 5px;
    text-align: center;
}

.step-container_body .specials ul {
    margin-left: 0;
}

.step-container.current .step-container_body {
	padding-top:10px;
}

.zipcode-form {
	margin: 20px auto 120px;
	text-align: center;
}

.zipcode-form_row {
	margin-bottom: 30px;
	text-align:center;
}
	.zipcode-form_row input {
		width: 200px;
		float: none;
		margin: auto !important;
	}
.zipcode-form_row.same_day_service {
    margin-top: 30px;
    color: #666;
}


.zipcode-form_row.same_day_service a {
    display: inline;
    margin-left: 5px;
    line-height: normal;
    font-size: 18px;
    vertical-align: baseline;
}

.zipcode-form input {
	font-size: 16px;
	color: #666;
	margin: 0;
    height: 40px;
    padding-left: 10px;
}

.zipcode-form input[type="submit"] {
    width: 225px;
    height: 55px;
}

.zipcode-form_row#promoText {
	margin-right: 28px
}

.zipcode-form label {
	display: inline;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	line-height: 30px;
	margin-right: 4px;
	vertical-align: top;
}

.zipcode-form a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	margin-left: 130px;
	vertical-align: top;
}

.error-field {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}

.error-message {
	color: #c23c24;
	font-size: 12px;
	line-height: 13px;
	padding-left: 3px;
	display: block;
	text-align: left;
}

.error-field input, .error-field textarea {
	border-color: #ea4f35;
}

.contact-form .error-message {
	width: 240px;
	margin-right: 90px;
}

.address-form .error-message {
	width: 210px;
}

.error-box {
	font-size: 14px;
	line-height: 17px;
	color: #b2281c;
	background: #eed6d6;
	border: 1px solid #e8887f;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 30px 80px;
	text-align: left; 
}

.success-box {
	font-size: 14px;
	line-height: 17px;
	color: #1c903e;
	background: #caf5d6;
	border: 1px solid #36d865;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 30px 80px;
	text-align: left; 
}

.btn.small {
	padding: 0 10px;
	font-size: 12px;
}

.services {
	margin: 60px 60px 40px 10px;
}

.services_title h3 {
	font-size: 26px;
	color: #666;
	font-weight: 300;
	line-height: 140px;
	margin: 0 0 0 30px;
}

.services .row1 {
	height: 140px;
	margin-bottom: 50px;
}

.services .row1 .col {
    float: left;
	margin-left: 10px;
	height: 140px;
}

.services .row1 .col:first-child {
	margin-left: 0;
}
.padding_top_zero {
	padding-top:0px !important;
}

.services .row1 .col1 {
	width: 140px;
}

.services .row1 .col2 {
	width: 290px;
}

.services .row1 .col.col4 {
	width: 590px;
	height: auto;
}

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

.services_thumbnails-item {
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
    cursor: pointer;

    border-radius: 0.25rem;
    border: 1px solid #e3e6f0;
    border-top-width: 0.25rem;
    transition: 0.3s;
}

.services_thumbnails-item:hover {
    border-color: rgba(33, 200, 122, 1);
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.services_thumbnails-item-oversell {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.services_thumbnails-item.youtube 
{
	cursor: pointer;
}

.services_thumbnails-item_title {
	position: absolute;
	text-align: left;
	bottom: 1px;
	left: 43px;
	right: 1px;
	height: 42px;
	width: 96px;
	line-height: 20px;
	font-size: 15px;
	color: #2a2a2a;
	background: rgba(255,255,255,.8);
	-pie-background: rgba(255,255,255,.8);
}

.services_thumbnails-item_title.small {
	font-size: 13px;
}

.services_thumbnails-item:hover img, .services_thumbnails-item.checked img {
	opacity: .6;
	filter: alpha(opacity=60);
}


.services_thumbnails-item:hover, .services_thumbnails-item.checked {
	background: #000;
}

.services_thumbnails-item_play_icon {
	height: 48px;
	width: 48px;
	background: url('../img/youtube.png') no-repeat right;
	position: absolute;
	top: 46px;
	left: 46px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.services_thumbnails-item_icon {
	height: 32px;
	width: 32px;
	background: url(/Contents/Images/dalworth/circle.png) no-repeat right;
	position: absolute;
	top: 101px;
	left: 5px;
}

.services_thumbnails-item.checked {
	cursor: default;
}

	.services_thumbnails-item.checked .services_thumbnails-item_icon {
		background: url(/Contents/Images/dalworth/check_green.png) no-repeat right;
	}

.services_thumbnails-item_link {
	text-decoration: none;
	background: url('../img/video-icon.png') no-repeat center left;
	padding-left: 16px;
	font-size: 12px;
	line-height: 12px;
	color: #1981bc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.services_thumbnails-item_link:hover {
	text-decoration: none;
	color: #1981bc
}

.row1.btn-container {
	height: auto;
	padding-top: 20px;
	overflow: hidden;
}

.row1.btn-container .col {
	height: 32px;
}


/* build order page */

.sidebar {
	float: right;
	width: 229px;
	border-left: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

.sidebar h4 {
	margin: 17px 0 17px;
	font-weight: 700;
	color: #2b3e51;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 17px;
    text-align: center;
}

.sidebar_specials h4 {
	margin: 30px 0 15px;
	display:none;
}

.sidebar_specials {
	background: #fff;
	padding: 0 20px 20px 19px;
	overflow: hidden;
	display:none;
}

.sidebar_specials h4:first-child {
	margin-top: 19px;
}

.sidebar_specials_item {
	background: #ffeeaa;
	margin: 0 0 10px 0;
	padding: 7px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 4px;
	color: #202020;
}

.sidebar_summary_calculation_row.sidebar_specials_item {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.sidebar_specials_item p {
	margin: 0;
}

.sidebar_form {
	margin: 0 10px 0 9px;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
	padding-bottom: 20px;
}

.sidebar_form input[type=text] {
	font-size: 12px;
	color: #999;
}

.sidebar_form input::-moz-placeholder {
  	color: #999;
}

.sidebar_form input:-ms-input-placeholder {
  	color: #999;
}

.sidebar_form input::-webkit-input-placeholder {
  	color: #999;
}

.sidebar_form input[type=submit] {
	float: right;
}

.sidebar_summary {
	margin: 0 10px 0 9px;
}

.sidebar_summary_calculation {
	font-size: 14px;
	color: #333;
	line-height: 17px;
}

.sidebar_summary_calculation .terms {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #888;
    font-size: 13px;
    padding-top: 10px;
}

.sidebar_summary_calculation .name {
	float: left;
	max-width: 140px;
}

.sidebar_summary_calculation .value {
	float: right;
    align-self: flex-end;
    margin-left: auto;
}

.sidebar_summary_calculation .button {
	float: right;
	text-decoration: underline;
}

.sidebar_summary_calculation .button a {
	text-decoration: underline;
}

.sidebar_summary_calculation .value.minus {
	color: #ea4f35;
}

.sidebar_summary_calculation_row {
	overflow: hidden;
	margin-bottom: 10px;
}

.sidebar_summary_calculation_row .name {
	font-weight: 500;
    align-self: flex-start;
}

.sidebar_summary_calculation_list {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}

.sidebar_summary_calculation_list li {
	overflow: hidden;
}

.sidebar_summary_calculation_row.total {
	border-top: 1px solid #dfdfdf;
	padding-top: 4px;
	margin: 26px 0 18px;
	font-size:20px;
}

.plans-desc {
	margin: 20px auto 30px;
	overflow: hidden;
	font-size: 0;
}

.plans-desc_item {
	border: 2px solid #e4e8e9;
	border-radius: 4px;
	vertical-align: top;
	text-align: left;
}

plans-desc_item:first-child {
	margin-left: 0;
}

.plans-desc_item_head {
	height: 33px;
	background: #ecf0f1;
	padding: 0 20px;
}

.plans-desc_item_head h5 {
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: #32495f;
	margin: 8px 0 0 0; 
}

.plans-desc_item_head .v-link {
	font-size: 12px;
	color: #1981bc;
	float: right;
	padding-left: 16px;
	background: url(../img/video-icon.png) no-repeat center left;
	margin-top: 9px;
}

.plans-desc_item_head .v-link:hover {
	text-decoration: none;
}

.plans-desc_item_body {
	padding: 0 20px;
	min-height: 184px;
	overflow: hidden;
}

.plans-desc_item_body ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 10px;
	line-height: 20px;
	font-size: 14px;
}

.order-form_header {
	overflow: hidden;
	margin: 0 20px 0 30px;
	padding-bottom: 7px;
}

.order-form_header span {
	width: 190px;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}

.order-form_item {
	position: relative;
	padding: 0px 20px 20px 29px;
	border-left: 1px solid #fff;
	overflow: hidden;
}

.order-form_item.active {
	background: #f3f7f9;
	border-color: #f2f2f2;
}

.order-form_item.compact {
	padding-bottom: 4px;
}

.order-form_item_info {
	color: #666;
	position: relative;
	margin-bottom: 10px;
	border-top: 1px solid #eef5f9;
	padding: 13px 0 0 0;
}

.order-form_item.compact .order-form_item_info {
	margin-bottom: 1px;
}

.order-form_item.compact:first-child .order-form_item_info {
	border-top: none;
}

.order-form_item.compact {
	margin-bottom: 10px;
}

.order-form_item.active+.order-form_item .order-form_item_info {
	border-color: #fff;
}

.order-form_item.active .order-form_item_info {
	padding: 5px 0 0 0;
}

.order-form_item_info_number {
	position: relative;
	margin: 0 8px 0 -18px;
	color: #333;
	line-height: 14px;
}

.order-form_item_info_area, .order-form_item_info_plan {
	width: 190px;
	padding-right: 10px;
	display: inline-block;
	zoom:1;
	color: #666;
}

.order-form_item_info_area > span, .order-form_item_info_plan > span {
	margin-left: 10px;
}

.order-form_item_features ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.order-form_item_features li {
	display: inline;
	color: #999;
}

.order-form_item_controls {
	top: 50%;
	right: 25px;
	position: absolute;
	margin-top: -10px;
}

.order-form_item.active .order-form_item_controls {
	margin: 0;
	top: 35px;
}

.order-form_item.active .order-form_item_controls .blue {
	display: none;
}

.order-form_item_controls a {
	margin-left: 12px;
	text-decoration: underline;
}

.order-form_item_controls a:hover {
	text-decoration: none;
}

.order-form_item_controls a.pink, .order-form_item_controls a.pink:hover {
	color: #cc0066;
}

.order-form_item_controls a.blue, .order-form_item_controls a.blue:hover {
	color: #1981bc;
}

.order-form_item_info_area select, .order-form_item_info_plan select {
	width: 170px;
	margin-bottom: 0;
	color: #666;
}

.order-form_item_add-features {
	background: #f7fafb;
	border: 1px solid #eef5f9;
	padding: 10px 20px;
}

.order-form_item.active .order-form_item_add-features {

}

.order-form_item_add-features_title {
	font-size: 12px;
	color: #666;
	margin: 0;
}	

.order-form_item_add-features_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	line-height: 17px;
}

.order-form_item_add-features_list li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.order-form_item_add-features_list li label {
	line-height: 20px;
	font-size: 12px;
}

.order-form_item_add-features_list li input {
	margin: 0 9px 0 0;
}

.add-area {
	border: none;
	background: none;
	color: #2aca6b;
	font-weight: 700;
	padding: 0;
	outline: none;
	min-width: 170px;
	text-align: left;
}

.add-area_icon {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background: #2aca6b;
	position: relative;
	border-radius: 10px;
	margin-right: 5px;
}

.add-area_icon span {
	background: #fff;
	width:2px;
	height: 10px;
	display: block;
	position: absolute;
	top: 5px;
	left: 9px;
}

.add-area_icon span:first-child {
	width:10px;
	height: 2px;
	top: 9px;
	left: 5px;
}

.order-form_footer {
	margin: 0 0 0 0;
	border-top: 1px solid #eef5f9;
	margin-bottom: 15px;
    padding-top: 10px;
}

.order-form_footer .add-area {
	margin: 12px 0 0 10px;
}

.steps-nav {
	margin-bottom: 30px;
	padding-left: 30px;
}

.steps-nav .btn-link {
	margin-left: 15px;
}


button.next {
    width: 250px;
    height: 48px;
}

button.next img.spin {
    width: 20px; 
    padding-left: 0px;
    margin: auto;
}

.btn-success,
.btn-success:focus
{
    background-color: #21c87a;
    border-color: #21c87a;
    background-image: none;
}

.btn-success:hover,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #1CA766;
}

.btn-success:active {
    background-color: #1A9C5F;
    border-color: #1A9C5F;
}


.btn-gray,
.btn-gray:focus
{
    background-color: #a5aab7;
    border-color: #a5aab7;
    background-image: none;
    color: #ffffff;
}

.btn-gray:hover,
.btn-gray.disabled,
.btn-gray[disabled] {
  color: #ffffff;
  background-color: #9197a5;
}

.btn-gray:active {
    background-color: #737a89;
    border-color: #737a89;
}


.customSelect { 
	height: 28px;
	line-height: 28px;
	font-weight: 400;
	background: url(../img/select-arrow.png) no-repeat right 5px #f7f9fa;
	border: 1px solid #e4e8e9;
	border-radius: 3px;
	margin-left: 0 !important;
	font-size: 12px;
	color: #666;
}

.customSelectInner {
	text-indent: 10px;
}

.ez-hide { opacity: 0; filter:alpha(opacity=0); }

.ez-checkbox {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 16px;
	height: 17px;
	background: url(../img/checkbox.png) bottom left no-repeat;
	margin-right: 10px;
}

.ez-checked { 
	background-position: right;
}

.address-form-container {
	margin: 0;
	overflow: hidden;
	positon:relative;
}

.address-form {
	padding: 30px 30px 0 40px;
	width: 70%;
	margin: auto;
}
@media(max-width:500px) {
	.address-form {
		width: 100%;
		margin: unset;
	}
}
.address-form.offline {
	margin-left: 0;
}

.address-form input[name=Email]:focus:invalid {
    color: #151b26;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.address-form .control-wrapper {
    margin-bottom: 1.5rem;
}

.address-form .control-wrapper label {
    font-weight: 500;
    text-transform: uppercase !important;
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.address-form .control-wrapper .form {
    transition: all 0.2s ease-in-out;
    border-radius: 0.25rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.address-form .form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #151b26;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.address-form input[disabled] {
    background-color: #eeeeee;
}

.text-red {
    color: #da4b48;
}

.address-form .form > .address-form .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.address-form .control-wrapper .error {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 12px;
    color: #da4b48;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.address-form .control-wrapper.has-error .error {
    display: block;
}

.address-form .control-wrapper.has-error .form-control:focus {
    border-color: #da4b48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 75, 72, 0.6);
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 75, 72, 0.6);
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 75, 72, 0.6);
    outline: 0 none;
}

.inline-block {
    display: inline-block;
}

.address-form-green
{
    margin-left:40px;
   border-left: 1px solid #efefef;
}

.address-form_row {
	text-align: right;
	margin-bottom: 10px;
}

.address-form_row label {
	margin: 0 9px 0 0;
	display: inline;
	color: #666;
	font-size: 12px;
	line-height: 30px;
	vertical-align: top;
}

.address-form_row input[type=text],textarea {
	margin: 0;
	font-size: 16px;
	color: #000;
	width: 230px;
}

.address-form_row.summary input[type=text],textarea {
	width: 220px;
}

.address-form_row.offline input[type=text],textarea {
	width: 220px;
}

.address-form input::-moz-placeholder {
  	color: #ccc;
  	font-style: italic;
  	font-weight: 400;
}

.address-form input:-ms-input-placeholder {
  	color: #ccc;
  	font-style: italic;
  	font-weight: 400;
}

.address-form input::-webkit-input-placeholder {
  	color: #ccc;
  	font-style: italic;
  	font-weight: 400;
}

.address-form_buttons {
	text-align: center;
	margin-top: 30px;
	margin-left: 60px
}

.address-form_buttons button {
	float: right;
}

.address-form_buttons .btn-link {
	margin-left: 15px;
}

.address-form_buttons.offline {
	text-align: left;
	margin-top: 30px;
    margin-left: 0;
}

.promo-block {
    width: 240px;
    padding: 50px 25px 25px 35px;
	text-align: center;
	overflow: hidden;
	display:inline-block;
	position:relative;
    float: left;
}

.promo-block_heading {
	font-size: 18px;
	color: #666;
}

.promo-block_heading_top {
	font-size: 18px;
	color: #666;
	margin-bottom: 25px;
	text-align: left;	
}

.truck {
	background: url(/Contents/Images/dalworth/truck.png) no-repeat;
	width: 156px;
	height: 91px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 22px;
}

.truck_text {
	width: 60px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 20px;
	line-height: 17px;
}

.promo-block_features {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	color: #666;
	display: inline-block;
	*display: inline;
	*zoom:1;
}

	.promo-block_features li {
		padding-left: 16px;
		background: url(/Contents/Images/dalworth/check-mark_8_8.png) no-repeat left center;
		text-align: left;
		line-height: 24px;
	}

.sidebar .promo-block {
	padding: 5px 10px 20px 0;
    width: 100%;
}

.sidebar .promo-block_heading {
	color: #2b3e51;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}

.sidebar_selected {
	color: #fff;
	line-height: 17px;
	background: #2399de;
	padding: 16px 20px;
	overflow: hidden;
}

.sidebar_selected h4 {
	color: #fff;
	margin: 0 0 13px 0;
}

.sidebar_selected p {
	margin: 0;
}

.calendar-container {
	margin: 30px 30px 30px 55px;
}

.calendar_nav {
	position: relative;
	width: 320px;
	margin: 0 auto 30px;
	height: 30px;
	overflow: hidden;
}

.calendar_nav_period {
	font-size: 22px;
	color: #666;
	font-weight: 300;
	text-align: center;
	margin-top: 3px;
}

.calendar_nav_btns {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.calendar_nav_btn a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}

.calendar_nav_btn.prev a {
	background: url(../img/prev-btn.png) no-repeat center center;
}

.calendar_nav_btn.next a {
	background: url(../img/next-btn.png) no-repeat center center;
}

.calendar_nav_btn.prev {
	float: left;
}

.calendar_nav_btn.next {
	float: right;
}

.calendar {

}

.calendar_row {
	overflow: hidden;
}

.calendar_row_cell {
	height: 60px;
	width: 13.8%;
    min-width: 40px;
	text-align: center;
	line-height: 61px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	font-size: 10px;
	font-weight:400;
	color: #999;
	position: relative;
}

div.calendar_row_cell.on
{
    background-color:	#DEE9F4;
}

.calendar_row_cell:first-child {
	border-left: 1px solid #e1e1e1;
}

.calendar_row_head .calendar_row_cell  {
	border-top: 1px solid #e1e1e1;
	color: #666;
	font-size: 14px;
}

.calendar_row_cell > span {
	position: absolute;
	line-height: 1;
	right: 7px;
}

.calendar_row_cell_number {
	top:1px;
	position:absolute;
	line-height: 12px;
}

.calendar_row_cell_price {
	font-size:24px;
	color: #666;
}

.calendar_row_cell_price span {
    font-size:12px;
    font-weight:400;
}

.date-time_buttons{
    display:none;
}

.calendar_row_week .calendar_row_cell:hover, .calendar_row_week .calendar_row_cell.green:hover {
	background: #ffe372;
	cursor: pointer;
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
}

.calendar_row_week .calendar_row_cell.off {
	background: #f7f7f7;
	cursor: default;
	box-shadow: none;
}

.calendar_row_week .calendar_row_cell.off > span {
	color: #d2d2d2;
}

.calendar_row_week .calendar_row_cell.green {
	background: #91ca6b;
}

.calendar_row_week .calendar_row_cell.green > span {
	color: #fff;
}


.calendar_row_week .calendar_row_cell.last-week {
	border-bottom: 1px solid #FFCA00;
}

.calendar_row_week .calendar_row_cell.last-week.last-day {
	border-right: 1px solid #FFCA00;
}

.calendar_row_week .calendar_row_cell.last-cell {
	border-right: 1px solid #e1e1e1 !important;
}

.calendar_row_week .calendar_row_cell.selected, .calendar_row_week .calendar_row_cell.green.selected {
	background: url(../img/calendar-marker.png) no-repeat 10px 4px #FFCA00;
	cursor: default;
	box-shadow: none;
}

.calendar_row_week .calendar_row_cell.selected > span, .calendar_row_week .calendar_row_cell.selected .calendar_row_cell_number {
	color: #fff;
}

.calendar_hint_same_day {
    font-size: 16px;
    color: #999;
    margin: 20px 10px;
    text-align: center;
}

.calendar_hint {
	font-size: 12px;
	color: #999;
	text-align: right;
	margin: 5px 0 0 0;
    padding-right: 15px;
}

#calendar_hint-green-price {
    display:inline-block; 
    float:left;
}

#calendar_hint-green-price-square{
    width:89px; 
    display:inline-block; 
    background: none repeat scroll 0 0 #91CA6B; 
    height:20px;width:20px
}

.timetable_title {
	font-size: 22px;
	color: #aeaeae;
	font-weight: 300;
	text-align: center;
	margin-bottom: 32px;
}

.timetable_title span {
	color: #666;
}

.timetable_head {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	padding-left: 140px;
}

.timetable_head_col {
	float: left;
}

.timetable_head_col.col1 {
	width: 160px;
	margin-right: 25px;
}

.timetable_head_col.col2 {
	width: 130px;
	margin-right: 25px;
}

.timetable_body {
	margin-bottom: 50px;
}

.timetable_body_row {
	overflow: hidden;
	position: relative;
	height: 42px;
	cursor: pointer;
	color: #999;
}

.timetable_body_row:hover {
	background: #e0f1fb;
	color: #000;
}

.timetable_body_row.selected {
	background: #c2e4f8;
	color: #000;
	cursor: default;
}

.timetable_body_row.green .timetable_greenprice {
	display: block;
}

.timetable_body_row.green .timetable_body_col.price {
	color: #91ca6b;
}

.timetable_body_row-i {
	margin: 0 0 0 110px;
	border-top:1px solid #f2f2f2;
	overflow: hidden;
	height: 41px;
	line-height: 40px;
	padding: 0 0 0 30px;
}

.timetable_body_row:first-child .timetable_body_row-i {
	border-color: #fff;
}

.timetable_body_row.selected .timetable_body_row-i, .timetable_body_row:hover .timetable_body_row-i {
	border-color: #c2e4f8;
}

.timetable_body_row:hover .timetable_body_row-i {
	border-color: #e0f1fb;
}

.timetable_body_col {
	float: left;
	font-size: 12px;
}

.timetable_body_col.time {
	width: 135px;
	margin-right: 25px;
	width: 160px;
}

.timetable_body_col.time span {
	font-size: 14px;
	color: #666;
	font-weight: 700;
}

.timetable_body_col.deposit {
	font-weight: 700;
	width: 130px;
	margin-right: 25px;
}

.timetable_body_col.price {
	font-size: 16px;
	font-weight: 700;
}

.timetable_body_col.status {
	width: 140px;
	float: right;
	text-align: center;
}

.timetable_body_col.status .status_text {
	display: none;
	color: #ff6600;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding-left: 17px;
	background: url(../img/selected-marker.png) no-repeat left center;
	line-height: 17px;
}

.btn.btn-disabled {
	background-color: #c4c4c4;
	background-image: -moz-linear-gradient(top, #dedede, #c4c4c4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dedede), to(#c4c4c4));
	background-image: -webkit-linear-gradient(top, #dedede, #c4c4c4);
	background-image: -o-linear-gradient(top, #dedede, #c4c4c4);
	background-image: linear-gradient(to bottom, #dedede, #c4c4c4);
	border-color: #a5a5a5;
	cursor: default;
}

.timetable_greenprice {
	position: absolute;
	top: 5px;
	left: 0;
	width: 130px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background: #91ca6b;
	display: none;
}

.timetable_body_col.status .btn-disabled {
	cursor: pointer;
}

.timetable_body_row.selected .timetable_body_col.status .btn {
	display: none;
}

.timetable_body_row.selected .timetable_body_col.status .status_text {
	display: inline;
}

.timetable_body_row:hover .timetable_body_col.price, .timetable_body_row.selected .timetable_body_col.price {
	color: #000;
}

.date-time_buttons {
	text-align: right;
	margin-bottom: 30px;
}

.step-container.single .step-container_header {
	background-image: none;
	padding: 10px;
	text-align: center;
}

.step-container-task-type-name {
    text-transform: uppercase;
}

.contact-form-container {
	padding: 50px 0 30px;
	overflow: hidden;
}

.contact-form {
	width: 610px;
}

.contact-form_row {
	text-align: right;
	margin-bottom: 10px;
}

.contact-form_row label {
	margin: 0 9px 0 0;
	display: inline;
	color: #666;
	font-size: 12px;
	line-height: 30px;
	vertical-align: top;
}

.contact-form_row input[type=text] {
	margin: 0;
	font-weight: 700;
	font-size: 12px;
	color: #000;
	margin-right: 90px;
	width: 236px;
}

.contact-form_row textarea {
	width: 326px;
	resize: none;
	margin: 0;
	height: 90px;
	font-size: 12px;
}

.contact-form input::-moz-placeholder {
  	color: #ccc;
  	font-style: italic;
  	font-weight: 400;
}

.contact-form input:-ms-input-placeholder {
  	color: #ccc;
  	font-style: italic;
  	font-weight: 400;
}

.contact-form input::-webkit-input-placeholder {
  	color: #ccc;
  	font-style: italic;
  	font-weight: 400;
}

.contact-form_buttons {
	margin-top: 20px;
}

.contact-form_buttons .btn {
	margin-left: 270px;
}

.sidebar_summary .sidebar_selected {
	margin: 0 -10px 23px;
}

.order-review {
	padding-top: 75px;
	position: relative;
}

.order-review_head {
	position: relative;
	
}

.order-review_head h3 {
	color: #666;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	line-height: 32px;
}

#summary-order-submit-btn1{
    
}

.order-review_wrap {
	width: 640px;
	margin: 0 auto;
}

.order-review_section-wrap {
	position: relative;
	padding: 0 80px;
    margin-top: 20px;
}

.order-review_section_marker {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	background: #ecf0f1;
	width: 70px;
	height: 13px;
}

.order-review_section {
	position: relative;
	overflow: hidden;
    margin: 20px 10px 20px 0;
}

.order-review_section_title {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 32px;
	padding: 0 10px;
}

.order-review_section_title h4 {
	display: inline;
	font-weight: 700;
	color: #000;
	font-size: 18px;
}	

.order-review_section_title .buttons {
	display: inline-block;
}	

.order-review_section_title a {
	text-decoration: underline;
}

.order-review_section_body {
	font-size: 16px;
	line-height: 17px;
	color: #666;
	padding: 0 10px;
}

.order-review_section_body p {
	margin: 0 0 11px 0;
}

.order-review_section_col.left {
	float: left;
}

.order-review_section_col.right {
	float: right;
	text-align: right;
}

.order-review_services {
	padding: 0 10px 10px 10px;
}

.order-review_services_item {
	overflow: hidden;
	margin-bottom: 25px;
}

.order-review_services_item_desc {
	width: 240px;
	float: left;
}

.order-review_services_item_number {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #bdc3c7;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-right: 5px;
}

.order-review_services_item_title {
	color: #0c0c0c;
	font-size: 16px;
}

.order-review_services_item_features {
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

.order-review_calculation {
	border-top: 1px solid #ecf0f1;
	overflow: hidden;
	font-size: 14px;
	color: #0c0c0c;
	line-height: 17px;
}

.order-review_calculation ul {
	padding: 0;
	margin: 33px 10px 0 0;
	list-style: none;
}

.order-review_calculation ul:first-child {
	margin-top: 0;
}


.order-review_calculation_row {
	text-align: right;
	margin-bottom: 8px;
}

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

.order-review_calculation_row_value {
	width: 80px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.order-review_calculation_row_value.minus {
	color: #ea4f35;
}

.order-review_calculation_row.subtotal {
	font-weight: 700;
	margin: 18px 0 0;
}

.order-review_total {
	font-size: 24px;
	color: #0c0c0c;
	text-align: center;
    padding-bottom: 20px;
}

.order-review_total+.order-review_add-block {
	border-top: 1px solid #ecf0f1;
} 

.order-review_add-block {
	padding: 30px 10px;
	border-bottom: 1px solid #ecf0f1;
	color: #000;
	font-size: 14px;
}

.order-review_add-block h6 {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.order-review_add-block p {
	margin: 0;
}

.order-review_add-block_services {
	font-size: 16px;
	color: #666;
}

.order-review_btn-wrap {
	margin: 60px 0;
	text-align: center;
}

.order-review_print-link {
	color: #2399de;
	font-size: 14px;
	position: absolute;
	top: 35px;
	right: 70px;
	text-decoration: underline;
}

.thankyou-block {
	text-align: center;
	font-size: 18px;
	color: #666;
	padding: 75px 0 25px;
}

.thankyou-block h3 {
	font-weight: 300;
	margin: 0 0 50px 0;
	line-height: 1;
	font-size: 26px;
}

.thankyou-block p {
	margin: 0;
}

.thankyou-block .order-info {
	margin: 0 0 43px 0;
	padding: 0;
	list-style: none;
}

.thankyou-block .order-info_item {
	overflow: hidden;
	line-height: 28px;
}

.thankyou-block .order-info_item .left {
	float: left;
	text-align: right;
	width: 470px;
}

.thankyou-block .order-info_item .right {
	float: right;
	text-align: left;
	width: 470px;
	color: #000;
}

.thankyou-block .order-info_item.total {
	font-weight: 700;
	color: #000;
}

.thankyou-block .order-info_item .minus {
	color: #ea4f35;
}

.thankyou-block .order-number {
	font-size: 28px;
	height: 73px;
	line-height: 73px;
	background: #2aca6b;
	color: #fff;
	margin-bottom: 25px;
}

.thankyou-block .order-number p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 73px;
	background: url(../img/order-num-marker.png) no-repeat left center;
	padding-left:40px;
}

.thankyou-block .order-contact {
	font-size: 16px;
	margin-top: 43px;
	text-transform: uppercase;
}

.thankyou-block .order-another {
	font-size: 16px;
	margin-top: 25px;
}


.thankyou-block .manual-promo {
	font-size: 16px;
	margin-top: 20px;
}

.thankyou-block .manual-promo select {
	margin-top: 7px;
}


.thankyou-block .order-contact_info {
	display: block;
	font-size: 14px;
	text-transform: none;
	margin-top: 6px;
}

.thankyou-block .order-contact_info > span > span {
	color: #000;
}

.step-container.thanx {
	margin-bottom: 60px;
}

.terms-and-conditions:after {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px 0;
    color: #9da0a4;
    content: "Pricing Terms and Conditions";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}

.terms-and-conditions {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
    float: left;
    width: 60%;
}

.terms-and-conditions.error-field {
    border-color: #ea4f35;
}

.terms-and-conditions.error-field:after {
    border-color: #ea4f35;
}

.summary-submit {
    text-align: center;
    float: right;
    width: 250px;
    margin: 40px 40px 0 0;
}

.promocode-box {
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	clear: both;
	line-height: 30px;
	font-size: 0;
	padding: 40px 0 40px 80px;
	margin: 35px 0 0 0;
}

#promo-code-box 
{
    border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	clear: both;
	line-height: 30px;
	font-size: 0;
	display:none;
	padding:10px 5px 5px 10px;
}

#promo-code-error-message{
    display:none;
}

.promocode-box label {
	font-size: 14px;
	color: #0c0c0c;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 30px;
	margin-right: 20px;
}

.promocode-box input[type=text] {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: 700;
}

.promocode-box .btn.small {
	margin: 4px 0 0 10px;
	vertical-align: top;
	*margin-top: 0; /* ie7 hack */
}

.promocode-box input::-moz-placeholder {
  	color: #999;
  	font-weight: 400;
}

.promocode-box input:-ms-input-placeholder {
  	color: #999;
  	font-weight: 400;
}

.promocode-box input::-webkit-input-placeholder {
  	color: #999;
  	font-weight: 400;
}

.mobile {
    display: none;
}

.mobile_inline {
    display: none;
}

.styledSelect {
	display: none;
}

.summary-left-column{
    margin-left:5px;
}

.summary-right-column{
    margin-right:5px;
}

.oversell-services {
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}

.oversell-services-item 
{
	vertical-align: top;
	display: inline-block;
	padding: 0 15px 5px 15px;
}

#areaConfigurator {
    display: flex;
    flex-flow: column;
    height: 100%;
    top: 0;
}

#areaConfigurator .modal-header {
    flex: 0 1 auto;
    /* The above is shorthand for:
    flex-grow: 0,
    flex-shrink: 1,
    flex-basis: auto
    */
}

#areaConfigurator .alert {
    margin-bottom: 0;
}

#areaConfigurator .modal-footer {
    flex: 0 1 auto;
}

#areaConfigurator .modal-body {
    flex: 1 1 auto;
    max-height: none;
    padding: 0 15px 0 15px;
}

#areaConfigurator .modal-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#areaConfigurator .modal-body li {
	border-bottom:1px solid #ccc;
	font-size:14px;
    cursor: pointer;
    padding: 13px 35px 13px 5px;
}

#areaConfigurator .modal-body li a {
    font-size: 15px; 
    padding-left:4px;
}

#areaConfigurator .modal-body li div {
    display: inline-block;
}

#areaConfigurator .modal-body li div.muted {
    padding-left: 15px;
}

#areaConfigurator .modal-body li:last-of-type {
	border-bottom: none;
}

#areaConfigurator .modal-body li.selected {
    color: #000;
    cursor: pointer;
    background-color: #c2e4f8;
    background-image: url(../img/ptr_check.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.card-frame {
    border: 1px solid #e3e6f0;
    border-top-width: 0.25rem;
    transition: 0.3s;
    border-radius: 0.25rem;
    color: #151b26;
    font-size: 16px;
    font-weight: 400px;
    background-color: #ffffff;
}

.room-frame {
    width: 456px;
    margin: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;        
    align-items: center; 
}

.feature-frame {
    width: 341px;
}

.room-frame.special {
    width: 214px;
    display: block;
    margin: 10px 5px 10px 5px;
}

.card-frame .content {
    padding: 1.5rem 0 1.5rem 1.5rem;
    flex: 1;
    min-width: 120px;
}

.room-frame.special .content {
    padding: 1rem 1rem 0.5rem 1rem;
}

.room-frame.special .content .text-muted {
    min-height: 60px;
}

.card-frame .content.attributed {
    padding-top: 0.7rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.card-frame .content.attributed .area_name {
    display: block;
    height: 30px;
    text-align: center;
}


.card-frame .content .addAnotherArea {
    text-shadow: none;
    margin-left: auto;
    margin-right: 20px;
    display: block;
}


.card-frame .content button {
    margin-top: 20px;
}

.card-frame .counter {
	padding: 4px 0px 4px 0px;
	width: 130px;
	text-align: center;
}
.small_area_Counter .countervalue {
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	padding-bottom: 3px;
	width: 100%;
	border:0px;
}
	
	.card-frame .counter div {
		text-align: center;
		font-size: 45px;
		line-height: 45px;
		padding-bottom: 3px;
	}
.position_relative {
	position:relative;
}
.add_section {
	position: absolute;
	top: -13px;
	left:15px;
	margin: auto;
	font-size: 13px;
	color: #ffffff;
	background-color: #fff;
	background-color: #1CA766;
	margin-top: 0px !important;
	padding: 2px 8px;
}
.delete_section {
	position: absolute;
	top: -13px;
	right: 10px;
	margin: auto;
	padding: 2px 8px;
}
.add_section i {
	line-height: 27px;
}
	.counter-horizontal {
		margin-left: 20px;
		white-space: nowrap;
		margin-right: 5px;
	}


.counter-horizontal div {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}

.text-muted {
    color: #8c98a4 !important;
    font-size: 80%;
}

.text-muted.attributeItemDescription {
    line-height: 20px;
    padding-bottom: 5px;
    margin-top: -12px
}

.text-muted.noticeable {
    color: #8c98a4 !important;
    font-size: 100%;
    font-weight: bold;
}

.card-frame .attribute-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-frame .attribute-container select.has-error {
    border-color: #da4b48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 75, 72, 0.6);
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 75, 72, 0.6);
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 75, 72, 0.6);
    outline: 0 none;
}

.card-frame .text-muted.attribute-name {
    font-size: 90%;
    line-height: 30px;
    text-align: right;
    display: inline-block;
    max-width: 60%;
}

.card-frame .attribute-value {
    display: inline-block;
    line-height: 30px;
}

.card-frame .attribute-value.list {
    width: 100%;
    max-width: 300px;
}

.card-frame .attribute-value input, .card-frame .attribute-value select {
    margin-top: 7px;
}

.card-frame .attribute-value input {
    margin-right: 0;
}
.sr_left {
	width: 220px;
	float: left;
	background-color: #fff;
	padding: 10px;
}
.sr_left_top {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 10px 0px;
	background-color: #1981bc;
	font-weight: bold;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
}
.sr_left_top_inner {
	width: 100%;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #d9edf7;
	border-right: 1px solid #d9edf7;
	border-bottom: 1px solid #d9edf7;
	min-height: 350px;
}
	.opt_features_table_container::-webkit-scrollbar,
	.sr_left_top_inner::-webkit-scrollbar {
		width: 2px;
		height: 8px;
		border-radius: 8px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.opt_features_table_container::-webkit-scrollbar-thumb,
	.sr_left_top_inner::-webkit-scrollbar-thumb {
		background: #1981bc;
		border-radius: 8px;
	}
	.opt_features_table_container::-webkit-scrollbar-track,
	.sr_left_top_inner::-webkit-scrollbar-track {
		background: transparent;
		border-radius: 8px;
	}
.sr_left_top_inner_block {
	border: none;
	padding: 10px 12px;
	border-radius: 0;
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid #d9edf7;
	cursor:pointer;
}
	.sr_left_top_inner_block.sr_active, .sr_left_top_inner_block:hover {
		background-color: #d9edf7;
	}
	.sr_left_top_inner .sr_left_top_inner_block:last-child {
		border-bottom: 0px;
	}
.opt_features_table_container {
	width: calc(100% - 220px);
	float: left;
	overflow: auto;
}
.opt_features_table {
	width: 100%;
	float: left;
	list-style: none;
	padding-left: 2px;
	table-layout:fixed;
}
.select-rooms-grid,
.sr_grid_custom {
	width: calc(100% - 220px);
	float: left;
	list-style: none;
	padding-left: 2px;
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;*/
}
	.sr_grid_custom .package-card {
		flex: 1 0 48%;
		margin: 5px;
		min-width:48%;
	}
.sr_grid_custom .room-frame {
	width: 47%;
	float: left;
	position:relative;
}
.roomsOffline {
	padding: 10px;
}
.pack_opt_cont {
	width: 100%;
	float: left;
	display: flex;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
.tooltip_custom {
	flex: 1 0 46%;
	margin: 5px;
	min-width: 46%;
	box-shadow: 2px 2px 8px #ccc;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 20px;
}
.sp_header {
	font-size: 23px !important;
	color: #1981bc;
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-weight: bold !important;
	margin: 0px 0px;
	border-bottom: 1px solid #e3e6f0;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.pack_opt span {
	font-weight: bold;
	font-size: 10px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}
	.pack_opt input {
		float:left;
		margin-left:5px;
	}
	.opt_features_table tr td {
		border: 1px solid #e6e6e6;
		padding: 10px;
		width: 165px;
	}
	.opt_features_table tr td:first-child {
		background-color: #fafafa;
		line-height: 16px;
		font-weight: bold;
		color: #4d5354;
		position: sticky;
		left: 0px;
		z-index: 9;
	}
.opt_features_table tr:first-child td {
	vertical-align:top;
}
.opt_features_table .cd-features-list li {
	border: 0px;
}
.opt_features_table ul li {
	list-style:none;
}
.opt_features_table ul {
	padding-inline-start:0px;
}
.opt_features_table h3 {
	margin: 0px;
	text-align: center;
	font-size: 18px;
}
.det_icon_div {
	width:100%;
	float:left;
	text-align:center;
}
.det_icon_div i {
	font-size: 12px;
	background-color: #1981bc;
	border-radius: 50%;
	padding: 4px;
	color: #fff;
}
	.roomsOffline textarea {
		height: 100px;
		width: 100%;
		padding: 8px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box; /* Firefox, other Gecko */
		box-sizing: border-box; /* Opera/IE 8+ */
	}
.details_div {
	width:100%;
	float:left;
	font-size:12px;
	padding:5px 0px;
	/*display:none;*/
}
	.details_div.active {
		display: block;
	}
.package-container {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.package-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 100;
    flex-basis: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.25rem;
    margin: 0 2px 4px 2px;
    min-width: 172px;
    /*max-width: 285px;*/

}

.package-card header {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border-radius: 0.25rem 0.25rem 0 0;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e6f0;
}

.package-card header h4 {
    font-weight: 400;
    font-size: 1.5rem;
    cursor: pointer;
}

.package-card header .allrooms {
    color: #646f79;
}

.package-card header .from,  .package-card header .asterisk {
    color: #646f79;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 2.2;
    vertical-align: baseline;
}

.package-card header .asterisk {
    font-size: 1rem;
    vertical-align: top;
}


.package-card header .price {
    color: #151b26;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}

	.package-card .body {
		padding: 1rem 1rem 2rem 2rem;
		flex: 1 1 auto;
		background-color: #f9f9f9;
	}

.package-card .body ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.package-card .body ul li {
    font-size: 13px;
    padding: 0.5rem 0;
}

.package-card .body ul li.check {
    list-style-image: url('/img/check_small.png');
}

.package-card .next {
    margin: 10px auto 0 auto;
    display: block;
    width: 195px;
}

.disclamer {
    margin: 10px;
    color: #646f79;
    font-size: 0.8rem;
    text-align: right;
}

.flipswitch.package {
    margin: 0 auto;
}


.flipswitch {
  position: relative;
  width: 55px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
}
	.flipswitch input[type=checkbox], .flipswitch input[type=radio] {
		display: none;
	}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #FFFFFF;
  border-radius: 50px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in 0s;
  -moz-transition: margin 0.2s ease-in 0s;
  -ms-transition: margin 0.2s ease-in 0s;
  -o-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "";
  padding-left: 12px;
  background-color: #2AFF9B;
  color: #FFFFFF;
}
.flipswitch-inner:after {
  content: "";
  padding-right: 12px;
  background-color: #D1D1D1;
  color: #888888;
  text-align: right;
}
.flipswitch-switch {
  height: 24px;
  width: 24px;
  margin: -5px;
  background: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
  background: #21C87A;
  border: 0px solid #FFFFFF;  
  margin: -4px;
}

.flipswitch-switch:checked {
    background: #ffffff;
}

.card-frame .right-side {
    padding: 8px 15px 8px 10px;
}

.card-frame .right-side .price {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: right;
    padding-bottom: 10px;
    line-height: 40px;
}

.card-frame .right-side .special {
    text-align: right; 
    display: flex;
    align-items: center;
}

.card-frame .right-side .special .name {
    flex: 1; 
    color: #8c98a4;
    font-size: 14px;
}

.card-frame .right-side .special .amount {
    padding-left: 10px;
    font-size: 25px;
    color: #da4b48;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.card-frame .right-side .price .plus-sign {
    color: #D1D1D1;
}

.card-frame .right-side .flipswitch {
    margin-left: auto; 
    margin-right: 0;    
}

.card-frame.review  {
    padding-top: 5px;
}


.card-frame.review .right-side .price {
    padding-bottom: 0;
    font-size: 40px;
}

.card-frame.review .buttons {
    padding-top: 10px;
    width: 100px;
}

.card-frame.review .buttons a {
    margin-right: 10px;
}

.card-frame.room-frame.special .right-side {
    padding: 0 0 10px 10px;
    width: 85px;
    margin: 0 auto;
}

.card-frame.room-frame.special .right-side img {
    width: auto;
    margin: auto;
}

.review-container {
    
}

.round_button {
    position: relative;
    line-height: 0.7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
    border-radius: 50%;
    transition: 0.3s ease-in-out;    
    text-decoration: none;
    outline: 0;
    border: none;
}

.round_button.summary {
    width: 2.2rem;
    height: 2.2rem;    
}

.round_button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.round_button.edit {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;    
}

.round_button.edit:hover {
    color: #fff;
    background-color: #0488D9;
    border-color: #0488D9;
}

.round_button.delete {
    color: #fff;
    background-color: #da4b48;
    border-color: #da4b48;    
}

.round_button.delete:hover {
    color: #fff;
    background-color: #d12e2a;
    border-color: #d12e2a;
}

.btn-info,
.btn-info:focus
{
    background-color: #1da1f2;
    border-color: #1da1f2;
    background-image: none;
    text-decoration: none;
}

.btn-info:hover,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #0488D9;
}

.btn-info:active {
    background-color: #0379C3;
    border-color: #0379C3;
}

.add_service_button {
    text-align: right;
    padding: 5px 12px 0 0;
}

.price_details {
    padding: 10px 12px 10px 0;
    text-align: right;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.price_details .have_promo {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0 5px 0;
}

.price_details .amount_text {
    color: #8c98a4;
    display: inline-block;
}

.price_details .amount {
    padding-left: 10px;
    min-width: 80px;
    display: inline-block;
}

.price_details .amount.minus {
    color: #ea4f35;
}

.price_details .amount.total {
    font-weight: 600; 
    font-size: 25px;
}

.price_details .amount.total.green {
    color: #21c87a;
    font-size: 20px;
}


.price_details input {
    height: 20px;
    padding: 0.625rem 1.125rem;
}

.price_details button {
    height: 42px;
}

.custom-summary {
    margin: 10px 10px 0 0;
    text-align: right;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.custom-summary .price {
    color: #151b26;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.custom-summary .from, .custom-summary .asterisk {
    color: #646f79;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 2.2;
    vertical-align: baseline;
}

.custom-summary .asterisk {
    font-size: 1rem;
    vertical-align: top;
}

.owl-stage{
    margin: 0 auto;
}

@media only screen 
and (min-device-width: 50px) 
and (max-device-width : 400px) {
    #areaConfigurator .modal-footer .placeholder {
	    line-height: 70px
    }    
}

@media only screen 
and (min-device-width: 50px) 
and (max-device-width: 960px) 
{ 
    .calendar_row_cell {
        height: 40px;
        line-height: 40px;
    }

    .calendar_row_cell_price {
        font-size: 14px;
    }

    .timetable_body {
        margin-bottom: 0;
    }

    .timetable {
        margin: 0 0 0 5px;
    }

    .price_details .amount_text {
        width: 69%;
    }

    .price_details .amount_text.total {
        width: auto;
    }

    .select-rooms-grid {
        justify-content: space-around;
    }

    .review-container {
        max-width: 456px;
        margin: 0 auto;        
    }

    button.next {
        width: 90%;
        max-width: 450px;
        height: 55px;
    }


    .modal {
        width: 90%;
        margin-left: -45%;
    }

    .address-form_row.summary input[type=text],textarea {
	    width: 100%;
    }


    .address-form_buttons.offline {
	    text-align: center;
    }

    .mobile {
        display: block;
    }

    .mobile_inline {
        display: inline;
    }
    
	.error-message {
		font-size: 12px;
		line-height: 12px;
		color: #b2281c;
		padding: 5px 0 10px 10px;
		margin: 0px 0px 10px !important;
		text-align: left; 
		display: block;
		position: static;
		width: auto !important;
	}

	.error-field {
		display: block;
		padding-bottom: 0;
	}

	.error-box {
		margin: 20px 10px;
	}

	body {
		background: #f5f5f5;
	}

	.wrapper {
		width: auto;
		min-width: 320px;
	}

	.desktop {
	    display: none;
	}

	.header {
		height: 50px;
		background: #24ad5b;
		padding: 0 10px;
	}

    .header img {
        padding-top: 1px;
        display: inline-block;
    }

    .header_logo {
        display:none;
    }
    
	.header_logo_mobile {
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		text-indent: 0;
		background: none;
		margin: 12px 0 0 0;
		width: auto;
		height: auto;
	    float: right;
	    display: inline-block;
	}

    .header_logo_mobile:active, .header_logo_mobile:visited, .header_logo_mobile:hover{
        color: white;
        text-decoration: none;
    }

	.header_contacts {
		display: none;
	}

	.nav-btn {
		position: absolute;
		top: 18px;
		right: 20px;
		width: 22px;
		background: #fff;
		overflow: hidden;
		padding: 3px 0;
		display: block;	
		border: none;
		outline: none;
	}

	.nav-btn span {
		display: block;
		height: 3px;
		border-top: 3px solid #24ad5b;
		border-bottom: 3px solid #24ad5b;
	}

	.progress-bar {
		padding: 0;
		margin: 0;
		height: auto;
		display: none;
	}

	.progress-bar ul {
		
	}

	.progress-bar ul li {
		float: none;
		height: auto;
	}

	.page-heading {
		height: 66px;
		padding-left: 20px;
		display: block;
		position: relative;
	}

	h1 {
		font-size: 20px;
		color: #0b0b0b;
		font-weight: 400;
		margin: 0;
		line-height: 66px;
	}

	#steps-nav-wrapper .price {
		background: #daf7e6;
		position: absolute;
		top: 0;
		right: 0;
		height: 37px;
		padding: 6px 10px 0;
		color: #999;
		font-size: 15px;
		line-height: 16px;
		border: 1px solid #97e6b6;
		border-radius: 5px;
	    z-index: 10001;
        margin-right: 10px
	}

	#steps-nav-wrapper .price:empty {
	    display: none;
	}

	#steps-nav-wrapper .price span {
		color: #1981bc;
		line-height: 20px;
		display: inline;
	}

	#steps-nav-wrapper .price span span {
	    font-size: 8px;
	}

	#steps-nav-wrapper .price div {
	    text-align: right;
	    font-size: 10px;
	}

	#steps-nav-wrapper .min_price_info {
	    padding: 5px;
	    font-weight: bold;
	    font-size: 12px;
	    text-align: center;
	}


	.page-heading h1 {
		padding-right: 90px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.step-container {
		margin-bottom: 5px;
	}

    .step-container_body .alert {
        margin-top: 0;
        font-size: 14px;
    }

    .step-container_body .specials {
        margin: 0;
    }

	.step-container.current {
		margin-bottom: 0;
	}

	.step-container:last-child {
		margin-bottom: 0;
	}

	.step-container_header {
		background: #fff;
		padding: 11px 7px 11px 64px;
		height: auto;
		position: relative;
	}

	.step-container_header h2 {
		line-height: 50px;
		color: #000;
		white-space: normal;
	}

	.step-container.current .step-container_header h2 {
		color: #fff;
	}

	.step-container_header h2 span.mobile {
		display: block;
		height: 30px;
		width: 30px;
		border-radius: 15px;
		text-align: center;
		line-height: 30px;
		position: absolute;
		top: 50%;
		left: 20px;
		background: #999;
		color: #fff;
		margin-top: -15px;
	}

	.step-container.current .step-container_header h2 span.mobile {
		color: #1981bc;
		background: #fff;
	}

	.step-container_body {
		background: none;
		position: relative;
		overflow: visible;
	}

	.zipcode-form {
		margin: 50px 0;
		width: auto;
		padding: 0 20px;
	}

	.zipcode-form label {
		display: block;
		text-align: left;
		font-size: 16px;
		margin-bottom: 6px;
	}

	.zipcode-form input[type="text"] {
		margin: 0 auto 20px;
		display: block;
		box-sizing: border-box;
		width: 60%;
		height: 50px;
	    max-width: 300px;
	}

    .zipcode-form input[type="submit"] {
        width: 60%;
        max-width: 300px;
    }


    .zipcode-form_row#promoText {
	    margin-right: 0
    }

    .service_button_line {
        display: flex;
        padding: 0 5px;
    }

	.services {
		margin: 0 auto;
	}

	.services .row1 {
		height: auto;
		overflow: hidden;
		margin-bottom: 0;
	}

	.services .row1 .col {
		margin: 0 3px;
	    flex: 1;
	}	
    
    .services .row1 .col1 {
        height: auto;
	}

    .services_thumbnails-item {
        width: auto;
        height: auto;
        min-width: 70px;
        max-width: 140px;
        margin: 0 auto;
    }

    .services_thumbnails-item_title {
        display: block;
        text-align: center;
        left: 0;
        height: auto;
        width: auto;
        font-size: 12px;
        font-size: 3.2vw;
        line-height: 3.3vw;
        font-family: "Verdana";
    }

    .services_thumbnails-item_title.small {
        font-size: 2.7vw;
    }

    .services_thumbnails-item_container {
	    float: none;
	    display: inline-block;        
    }

	.col.col2.services_title {
		width: auto;
		float: none;
		margin: 0;
		height: 40px;
		overflow: hidden;
	}

	.services_title h3 {
        font-size: 20px;
		margin: 47px 0 27px;
		text-align: center;
		line-height: 1;
	    font-weight: 400;
	}

	.services_thumbnails-item_link {
		display: none;
	}

	.services .row1 .col.col4 {
		width: auto;
		margin: 0;
		text-align: center;
	}

    .services_thumbnails-item_icon {
        height: 32px;
        width: 32px;
        left: calc(50% - 16px);
        top: calc(35% - 16px);
        display: none;
    }

    .services_thumbnails-item.checked .services_thumbnails-item_icon {
        display: block;
    }

	.services_thumbnails-item:hover img {
		opacity: 1;
	}

	.services_thumbnails-item:hover .services_thumbnails-item_title {
		background: rgba(255,255,255,.8)
	}

	.services_thumbnails-item.checked img {
		opacity: .8;
	}

	.services_thumbnails-item.checked:hover .services_thumbnails-item_icon {
		visibility: visible;
	}

	.row1.btn-container {
		height: auto;
		margin: 40px 0 20px 0;
		padding: 0;
	}

	.row1.btn-container .col {
		height: auto;
	}

	.row1.btn-container .col2 {
		display: none;
	}

	.row1.btn-container .col4 {
		float: none;
	}

	.row1.btn-container .error-message {
		margin: 0 10px 20px;
	}

	.sidebar {
		float: none;
		width: 100%;
	    background-color: #f5f5f5;
	    position: fixed;
	    bottom: 0;
	    z-index: 3;
	    margin-bottom: 0;
	    border-top: 1px solid #e3e6f0;
        -webkit-box-shadow: 0px -1px 20px 0px rgba(206,209,219,1);
        -moz-box-shadow: 0px -1px 20px 0px rgba(206,209,219,1);
        box-shadow: 0px -1px 20px 0px rgba(206,209,219,1);
	}

	.subwrapper {
		margin: 0;
	}

	.plans-desc {
		width: auto;
		display: none;
	}

	.plans-desc_item {
		float: none;
		width: auto;
		margin: 0;
	}

	.plans-desc_item_body {
		min-height: 0;
	}

	.step-container_body {
		display: none;
	}

	.step-container.current .step-container_body {
		display: block;
	}

	.create-btn {
		margin: 21px 0 0;
		border: none;
		height: 69px;
		background: #fff;
		font-size: 20px;
		color: #2085d6;
		text-shadow: none;
		font-weight: 400;
		width: 100%;
		border: 1px solid #ebebeb;
		border-bottom: 1px solid #d1d1d1;
		border-radius: 4px;
		box-sizing: border-box;
		display: block;
	}

	.order-form {
		margin: 0 10px;
	}

	.order-form_header {
		display: none;
	}

	.order-form_item {
		margin: 20px 0 0;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 3px;
		padding: 0;
	}

	.order-form_item_info {
		border-top: none;
		padding: 23px 19px 2px;
		height: 35px;
		margin-bottom: 0;
	}

	.order-form_item_info_number {
		display: none;
	}

	.order-form_item_info_area {
		font-size: 20px;
		color: #000;
		font-weight: 400;
		display: inline;
		width: auto;
		padding: 0;
	}

    .order-form_item_info_plan:not(:empty):before {
        content: ' - ';
    }

	.order-form_item_info_plan {
		font-size: 16px;
		color: #666;
		font-weight: 400;
		display: inline;
		width: auto;
		padding: 0;
		position: relative;
	}

	.order-form_item_info_area span, .order-form_item_info_plan span {
		margin: 0;
	}

	.order-form_item_features {
		padding: 0 4px;
	}

	.order-form_item_features li {
		border-radius: 2px;
		color: #000;
		padding: 0 4px;
		margin:0 7px 5px 0;
		display: inline-block;
	}


	.order-form_item_features ul {
		padding: 5px 0 0 0;
	}

	.order-form_item_controls {
		top: 25px;
		margin-top: 0;
	}

	.order-form_item_add-features_list li label {
		font-size: 14px;
		line-height: 27px;
	    white-space: normal;
	}

	.order-form_item.active {
		margin: 20px 0 0;
		border: 1px solid #d1d1d1;
		background: #f3f7f9;
	}

	.order-form_item.active .order-form_item_controls {
		top: 20px;
	}

	.order-form_item .order-form_item_controls .pink {
		display: none;
	}

	.order-form_item.active .order-form_item_info {
		margin: 0;
		padding: 10px 20px 10px;
		height: auto;
	}

	.order-form_item.active .order-form_item_controls .pink {
		display: block;
	}

	.order-form_item.active .order-form_item_incl-features {
		display: block;
		padding: 36px 20px 40px;
		margin: 0;
	}

	.order-form_item.active .order-form_item_add-features {
		background: #f3f7f9;
		border: none;
	}

	.order-form_item.active .order-form_item_info_area {
		display: block;
		margin-bottom: 20px;
	}

	.order-form_item.active .order-form_item_info_area:after {
		display: none;
	}

	.order-form_item.active .order-form_item_info_plan {
		display: block;
		position: relative;
	}

	.order-form_item.active .order-form_item_add-features {
		padding: 0 20px;
	}

	.order-form_item.active .order-form_item_add-features_title {
		font-size: 16px;
		color: #000;
		margin-bottom: 10px;
	}

	.order-form_item.active .order-form_item_add-features_list {
		font-size: 14px;
		color: #666;
	}

	.order-form_item.active .order-form_item_add-features_list li {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}

	label input[type=checkbox]:checked+span {
		font-weight: bold;
	}

	.order-form_item.active .order-form_item_info_title {
		display: block;
		font-size: 16px;
		color: #000;
		margin-bottom: 16px;
	}

	.order-form_item.active .order-form_item_info select {
		width: 100%;
		height: 40px;
	}

	.order-form_item_btn-wrap {
		display: block;
		text-align: center;
		padding: 30px 0 20px;
	}

	.order-form_item_btn-wrap .btn {
		margin: 0 11px;
	}

	.btn.no-bg {
		background: none;
		border: transparent;
		color: #2980b9;
		box-shadow: none;
	}

	.order-form_footer {
		text-align: center;
		border: none;
		margin: 32px 0 70px;
	}

	.order-form_footer .add-area {
		margin: 0;
	}

	.steps-nav {
 		text-align: center;
 		margin-bottom: 20px;
 		padding: 0;
	}

	.steps-nav .btn-link {
		display: none;
	}

	.plan_select-list_wrap {
		display: block;
		position: absolute;
		left: -10px;
		right: -10px;
		top: 42px;
		width: auto;
		border: 1px solid #e4e8e9;
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 7px 0 rgba(0,0,0,.6);
	}

	div.plan_select-list_head:before {
		display: block;
		border: 10px solid transparent;
		width: 0;
		height: 0;
		content: '';
		border-bottom: 10px solid #ecf0f1;
		position: absolute;
		top: -20px;
		left: 23px;
	}

	div.plan_select-list_head {
		background: #ecf0f1;
		display: block;
		text-align: center;
		font-size: 16px;
		color: #32495f;
		height: 45px;
		line-height: 45px;
		position: relative;
	}

	.plan_select-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.plan_select-list_item {
		border-top: 5px solid #ecf0f1;
		padding: 9px 20px 5px;
	}

	.plan_select-list_item:first-child {
		border-top: none;
	}

	.plan_select-list_item_title {
		color: #32495f;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 10px;
		display: block;
	}

	span.plan_select-list_item_title {
		margin-bottom: 10px;
	}

	.plan_select-list_item_features {
		font-size: 12px;
		color: #333;
		margin: 0;
		padding: 0 0 0 10px;
		list-style: none;
		line-height: 24px;
	}

	.plan_select-list_item.selected {
		background: url(../img/selected-icon.png) no-repeat right center #e6f8ed;
	}

	.plan_select-list_item.selected .plan_select-list_item_title {
		color: #2aca6b;
	}

	/* build order page mobile */

	.nav {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.6);
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.nav ul {
		padding: 0;
		margin: 0;
	}

	.nav li {
		border-top: 1px solid #3ab56c;
		border-bottom: 1px solid #209b52;
		list-style: none;
	}

	.nav li:first-child {
		border-top: none;
	}

	.nav li:last-child {
		border-bottom: none;
	}

	.nav li a { 
		color: #fff;
		line-height: 45px;
		display: block;
		height: 45px;
		padding-left: 30px;
		font-size: 16px;
		background: #24ad5b;
	}

	.nav li a:hover {
		text-decoration: none;
	}

	.nav.active {
		display: block;
	}

	/* select */

	.plan_select {
		visibility: hidden;
	}

	.styledSelect {
	  position:absolute;
	  top:0px;
	  right:0px;
	  bottom:0;
	  left:0;
	  padding:0 10px;
	  font-weight:bold;
	  font-size: 14px;
	  color: #666;
	  font-weight: 400;
	  border: 1px solid #e4e8e9;
	  border-radius: 3px;
	  line-height: 38px;
	  display: block;
	  height: 38px;
	  background: url(../img/select-arrow.png) no-repeat right 10px #f7f9fa;
	}

	.customSelect {
		height: 38px;
		line-height: 38px;
		background-position: right 10px;
		font-size: 14px;
		
	}

	.order-form_item_info_area .customSelect {
		width: 100%;
		box-sizing: border-box;
	}

	.order-form_item_info_area .customSelectInner {
		box-sizing: border-box;
		width: 100% !important;
	}

	.styledSelect:active,
	.styledSelect.active {
  		color:#000;
	}

	.plan_select-list_wrap {
	    display: none;
	}

	.ez-checkbox {
		width: 26px;
		height: 27px;
		background-image: url(../img/checkbox-mob.png);
	}

	.ez-checked { 
		background-position: right;
	}

	.address-form-container {
		margin: 35px 0px 30px;
		position:relative;
	}

    .address-form_row.offline input[type=text],textarea {
	    width: 100%;
    }


	.address-form {	
		border: none;
		float: none;
		margin: 0;
		padding: 0 20px;
		bottom:0;
	}

	.address-form_row {
		text-align: left;
	    padding: 0 15px 0 5px; 
	}

	.address-form_row label {
		display: block;
		font-size: 16px;
		margin-bottom: 6px;
	}

	.address-form_row input[type=text] {
		margin: 0 auto 0px;
	    width: 100%;
		box-sizing: border-box;
        height: 40px;
	}	
    
    .address-form_row textarea {
		margin: 0 auto 0px;
        width: 100%;
		box-sizing: border-box;
        height: 100px;
	}

	.address-form-container .promo-block{
		display: none;
	}

    .other-services textarea {
        height: 100px;
    }

	.address-form_buttons .btn-link {
		display: none;
	}

    .address-form_buttons {
        margin-left: 0;
    }

    .address-form_buttons button {
	    float: none;
    }

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

    .calendar {
        padding-left: 5px;
    }

    .calendar-container {
        margin-left: 0;
        width: 100%;
    }

    .calendar_nav {
        width: 280px;
    }

    .calendar_hint {
        font-size: 10px;
        padding-left: 5px;
    }

    .timetable_title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .timetable_body_row-i {
        margin-left: 5px;
        padding-left: 0;
    }

    .timetable_body_col.status {
        width: 80px;
    }

    .timetable_body_col.time {
        width: 130px;
    }

    .timetable_body_row.green .timetable_body_col.time {
        background-color: #91ca6b;
        color: white;    
    }

    .timetable_body_row.green .timetable_body_col.time span {
        color: white;    
    }

    .timetable_body_row.green .timetable_greenprice {
        display: none;
    }

    .timetable_head {
        padding-left: 5px;
    }

    .timetable_head_col.col1 {
        width: 130px;
    }

    .timetable_body_row:first-child .timetable_body_row-i {
        border-color: #f2f2f2;
    }

	.date-time {
		display: block;
		padding-top: 30px;
	}

	.date-time_date {
		font-size: 22px;
		color: #666;
		font-weight: 300;
		text-align: center;
		margin: 0;
		line-height: 1;
		margin-bottom: 20px;
	}

	.date-time_calendar {
		overflow-x:scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding: 0;
		margin: 0 8px 10px;
		list-style: none;
		height: 60px;
		white-space: nowrap;
		font-size: 0;
	}

	.date-time_calendar_item {
		display: inline-block;
		margin-left: 1px;
		background: #fff;
		height: 60px;
		width: 50px;
		text-align: center;
		font-weight: 700;
		overflow: hidden;
	}

	.date-time_calendar_item:first-child {
		margin-left: 0;
	}

	.date-time_calendar_item_day {
		display: block;
		color: #999;
		font-size: 14px;
		margin: 4px 0 6px;
	}

	.date-time_calendar_item_number {
		display: block;
		color: #333;
		font-size: 20px;
	}

	.date-time_calendar_item.green .date-time_calendar_item_day, .date-time_calendar_item.green .date-time_calendar_item_number {
		color: #24ad5b;
	}

	.date-time_calendar_item.selected {
		background: #ff6600;
	}

	.date-time_calendar_item.selected .date-time_calendar_item_day, .date-time_calendar_item.selected .date-time_calendar_item_number {
		color: #fff;
	}

	.date-time_green-info {
		color: #24ad5b;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 30px 0;
	}

	.date-time_timetable {
		padding: 0;
		margin: 0 0 20px 0;
		list-style: none;
	}

	.date-time_timetable_item {
		height: 58px;
		overflow: hidden;
		padding: 0 8px;
	}

	.date-time_timetable_item_info {
		float: left;
		font-size: 14px;
		color: #666;
		line-height: 58px;
	}

	.date-time_timetable_item_info.incl-deposit {
		line-height: 20px;
		margin-top: 9px;
	}

	.date-time_timetable_item_period {
		display: block;
	}

	.date-time_timetable_item_period span {
		font-size: 16px;
		color: #333;
		font-weight: 700;
	}

	.date-time_timetable_item_deposit {
		display: block;
	}

	.date-time_timetable_item_price {
		float: right;
		color: #333;
		font-size: 16px;
		font-weight: 700;
		line-height: 58px;
	}

	.date-time_timetable_item.green .date-time_timetable_item_price {
		color: #24ad5b
	}

	.date-time_timetable_item.selected {
		background: #c2e4f8;
	}

	.contact-form {
		width: auto;
		border: none;
		float: none;
		padding: 0;
		margin: 0;
		padding: 0 20px;
	}

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

	.contact-form_row label {
		display: block;
		font-size: 16px;
		margin-bottom: 6px;
	}

	.contact-form_row input[type=text] {
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		height: 40px;
	}

	.contact-form_row textarea {
		width: 100%;
		box-sizing: border-box;
	}

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

	.contact-form_buttons .btn {
		margin: auto;
	}

	.order-review_section_marker {
		display: none;
	}

	.order-review_section-wrap {
		padding: 0 0 0 10px;
	}

	.order-review {
		padding: 30px 10px 0;
	}

	.order-review_section {

	}

	.order-review_section_col {
		width: auto;
	}

	.order-review_section_col.left {
		float: none;
	}

	.order-review_section_col.right {
		float: none;
		text-align: left;
	}

	.order-review_section_title {
		padding: 0 10px;
		margin-bottom: 22px;	
	}

    .order-review_section_title .buttons {
        float: right;
    }	

	.order-review_section_title h4{
	    font-weight: 700;
	}

	.order-review_section_body {
		padding: 0 30px;
	}

	.order-review_section_title h4 {
		font-size: 20px;
		text-transform: none;
		line-height: 30px;
	}

	.order-review_section_title a {
		font-size: 12px;
		float: right;
		line-height: 30px;
	}

	.order-review_section_title button {
		float: right;
	    margin-right: 5px;
	}

	.order-review_section_title > span {
		display: none;
	}

	.order-review_section_body p {
		margin: 0 0 2px 0;
	}

	.order-review_section_col.left {
		margin-bottom: 40px;
	}

    .order-review_section_col.left.contact {
		margin-bottom: 0px;
	}

	.order-review_services {
		padding: 0;
	}

	.order-review_services_item_desc {
		float: none;
	    width: auto;
	}

	.order-review_services_item_features {
		margin-left: 30px;
	}

	.order-review_calculation {
		border-color: #bdc3c7;
	}

	.order-review_calculation {
	    margin-top: 20px;
	}

	.order-review_calculation ul {
		margin-top: 18px;
	}

	.order-review_calculation_row {
		margin-bottom: 0;
	}

	.order-review_wrap {
		width: auto;
	}

	.order-review_total {
		height: auto;
		line-height: 28px;
		font-size: 22px;
		padding: 20px 0;
		border-color: #bdc3c7;
	}

	.order-review_add-block {
		border-color: #bdc3c7;
	}

	.order-review_total+.order-review_add-block {
		border-color: #bdc3c7;
	} 

	.order-review_btn-wrap {
		margin: 30px 0;
	}

	.step-container.single .step-container_header {
		text-align: left;
		padding-left: 20px;
	}

	.thankyou-block {
		background: #fff;
		text-align: left;
		padding: 30px 20px 10px;
	}

	.thankyou-block h3 {
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.thankyou-block .order-info_item {
		margin-bottom: 17px;
	}

	.thankyou-block .order-info_item .left, .thankyou-block .order-info_item .right {
		display: block;
		text-align: left;
		width: auto;
		float: none;
		line-height: 1;
	}

	.thankyou-block .order-info_item .left {
		margin-bottom: 2px;
	}

	.thankyou-block .order-number {
		font-size: 18px;
		margin: 0 -20px 25px;
	}

	.thankyou-block .order-number {
		background: url(../img/order-num-marker.png) no-repeat 20px center #2aca6b;
		text-align: center;
		height: auto;
		line-height: 1;
	}

	.thankyou-block .order-number p {
		text-align: center;
		background: none;
		padding: 10px 0;
		line-height: 35px;
		display: block;
	    margin-left: 40px;
	}

	.thanx {
		background: #fff;
	}

	.thankyou-block .order-contact {
		margin-top: 33px;
	}

	.thankyou-block .order-contact_info > span {
		display: block;
	}

	.order-review_print-link {
		display: none;
	}

	.promocode-box {
		border-color: #bdc3c7;
		padding: 26px 10px 30px 10px;
	}

	.promocode-box label {
		font-size: 16px;
		line-height: 17px;
		color: #666;
		margin: 0 0 6px 0;
		display: block;
	}

	.promocode-box input[type=text] {
		width: 100%;
		box-sizing: border-box;
		height: 30px;
		margin-bottom: 20px;
	}

	.promocode-box .error-field input[type=text] {
		margin: 0;
	}

	.promocode-box .error-message {
		margin-bottom: 20px !important;
	}

	.promocode-box .btn.small {
		display: block;
		margin: 0 auto;
		padding: 5px 20px;
		font-size: 14px;
	}


    .terms-and-conditions {
        float: none;
        width: auto;
        padding: 35px 5px 5px 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .summary-submit {
        float: none;
        width: 100%;
        margin: 0;
    }

    .package-container {
        padding: 0;
    }

    .package-container-wrapper {
        padding: 10px 10px 0 10px;
    }

    .package-card {
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e3e6f0;
        border-radius: 0.25rem;
        margin: 0 2px 4px 2px;
        width: 280px;
        max-width: 350px;
    }
	.serviceItem {
		width:100%;
		float:left;
	}
	.sidebar_summary_calculation_row {
		/*display: flex;*/
	}

    .sidebar_summary_calculation .name {
        max-width: none;
    }

    .sidebar_summary_calculation .value {
        padding-left: 20px;
    }

    .sidebar_summary_calculation_row.total.collapsed {
        border: none;
        font-size: 24px;
        margin: 0 5px 0 5px;
        height: 35px;
        line-height: 35px;
        padding-top: 2px;
    }    
       
    .sidebar_summary_calculation_row.total.collapsed a {
        padding-left: 7px;
    }

    .sidebar_summary_calculation_row.total.collapsed .name {
        font-weight: normal;
        font-size: 18px;
    }

    .sidebar_summary_calculation_row.total.collapsed .value {
        font-weight: bold;
    }        
    
    .sidebar_summary_calculation_row.total.collapsed.green {
        color: #24ad5b;
        font-size: 12px;
        float: right;
        height: 16px;
        line-height: 14px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 5px;
    }       
    
    .sidebar_summary_calculation_row.total.collapsed.green .value-green {
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 40px;
    }       
}
@media (max-width:820px){
	.add_section {
		left:7px;
	}
	.card-frame .content {
		padding-left:35px;
	}
}
@media (max-width: 767px) {
    body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }    
}

@media (max-width: 420px) {
    .address-form .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }    
}

@media (max-width: 420px) {
    .address-form .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }    
}

@media only screen 
and (min-width : 480px) 
and (max-width : 960px) 

{
    .services_thumbnails-item_title {
        font-size: 15px;
        line-height: normal;
    }    
    
    .services_thumbnails-item_title.small {
        font-size: 15px;
    }

}





