@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
    content: "\e109";
}
.sund-form strong { font-weight: 500; }
.sund-form-wrapper{
	padding: 80px 15px 40px;
}
.sund-form a, .sund-form a:hover, .sund-form a:focus {
	color: #FFB323;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.sund-form h1, .sund-form h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.sund-form h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.sund-form img { max-width: 100%; }

::-moz-selection { background: #ffaa0c8f; color: #fff; text-shadow: none; }
::selection { background: #ffaa0c8f; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #ffaa0c8f;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.sund-form .inner-bg {
    padding: 40px 0 170px 0;
}

.sund-form .text {
	color: #fff;
}

.sund-form .text h1 { color: #fff; }

.sund-form .description {
	margin: 20px 0 10px 0;
}

.sund-form .description p { opacity: 0.8; }

.sund-form .description a {
	color: #fff;
}
.sund-form .description a:hover, 
.sund-form .description a:focus { border-bottom: 1px dotted #fff; }

.sund-form .top-big-link {
	margin-top: 35px;
}

.sund-form .form-box {
	padding-top: 40px;
}
form.sund-form{
	background:rgba(255, 255, 255, 0.6);
	max-width: 440px;
	width: 100%;
	position: relative;
	margin: 0 auto;

}
form.sund-form fieldset{
	background: transparent;
}
.form-top {
	overflow: hidden;
	padding: 30px 25px 15px 25px;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: center;
	text-transform: capitalize;
	font-size: 24px;
}
.form-top__title{
	font-size: inherit;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
}
.form-top__subtitle{
	font-size: inherit;
	color: #000;
	text-align: center;
}
.form-top__subtitle a{
	color: inherit;
	font-size: 24px;
}
.form-top__subtitle a:hover,
.form-top__subtitle a:focus{
	text-decoration: underline;
}

.datepicker{
	height:400px;
	width: 390px;
}
.table-condensed{
	width: 490px;
    height: 390px;
}
.input-group.date{
	margin-bottom: 20px;
}
.form-group__zip{
	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
		justify-content: space-between;

}
.form-group__zip .form-group{
	width: 48%;
}
.input-group.date .input-group-addon{
	cursor: pointer;
}
.need-help__checkbox{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
.need-help__checkbox .form-control{
	width: 35px;
	margin-right: 20px;
	margin-top: 0;
}
.need-help__checkbox label{
	margin: 0;
}
.form-select{
	height: 50px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    vertical-align: middle !important;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 50px !important;
    color: #888 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -o-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -ms-transition: all .3s !important;
    transition: all .3s !important;
}

button.btn-next{
	position: relative;
}
button.btn-next::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    visibility: visible;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button.btn-next:hover,
button.btn-next:focus,
button.btn-previous:hover,
button.btn-previous:focus{
	opacity: 1;
}
button.btn-next:hover::before,
button.btn-next:focus::before{
	width: 100%;
}
button.btn-previous{
	margin-top: 20px !important;
	background: transparent !important;
	color: #000 !important;
	opacity: 1 !important;
}
button.btn-previous:hover,
button.btn-previous:focus{
	color: #1abc9c;
}
.form-top-left h3 { margin-top: 0; }


.form-bottom {
	padding: 15px;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

form .form-bottom textarea {
	height: 100px;
}

form .form-bottom button.btn {
	min-width: 105px;
	width: 100%;
}

form .form-bottom .input-error {
	border-color: #eb1b1b;
}

form.sund-form fieldset {
	display: none;
}
.choose-move-size-block{
	left: 100%;
	transition: all .4s;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
}
.choose-move-size__active{
	left: 0;
	visibility: visible;
	opacity: 1;
}
.choose-move-size-block .form-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.choose-move-size__btn {
	background-color: #64dba1;
    border-radius: 30px;
    height: 30px;
	font-size: 20px;
	padding: 0 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 2px #64dba1;
}
.choose-move-size__btn:hover,
.choose-move-size__btn:focus{
	background-color: #fff;
	color: #64dba1;
}
.choose-move-size-block .form-bottom{
	
}
.choose-move-size-block .form-bottom-inner{
	border-radius: 7px;
    border: solid 1px #ccc;
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-big-link { margin-top: 25px; }
	.top-big-link a.btn { margin-top: 10px; }
	
	.form-bottom { padding-bottom: 25px; }
	form .form-bottom button.btn { margin-bottom: 5px; }

}
@media (max-width: 550px) {
	
	.datepicker{
		width: 100%;
		height:340px;
		left: 0 !important;
	}
	.datepicker-dropdown.datepicker-orient-bottom:after,
	.datepicker-dropdown.datepicker-orient-bottom:before{
		display: none;
	}
	.table-condensed{
		width: 100%;
		height:330px;
	}
	.form-group__zip .form-group{
		width: 100%;
	}
	.form-group__zip{
		-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}

}
@media (max-width: 415px) {
	
	.sund-form h1, .sund-form h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	
}



input[type="text"], input[type=email], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 50px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 50px;
    color: #000 !important;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, input[type=email]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #FFB323; 
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	margin-top: 15px;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #ffaa0c8f; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #ffaa0c8f; color: #fff; }

.need-help__checkbox input[type="checkbox"] {
	position: absolute;
	top: -200%;
	left: -200%;
}

.need-help__checkbox label {
  width: 44px;
  height: 26px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
	transition: all 0.3s ease;
}

.need-help__checkbox label:after {
	content: "";
	width: 20px;
	height: 20px;
	background: #aaa;
	position: absolute;
	transition: all 0.3s ease;
	left: 1px;
	top: 2px;
}

.need-help__checkbox input[type="checkbox"]:checked+label {
	border-color: #FFB323;
}

.need-help__checkbox input[type="checkbox"]:checked+label:after {
	left: 20px;
	background: #FFB323;
}

.move_size_wrapper {
	position: relative;
}

.move_size_wrapper input {
	width: 100%;
}

.btn.choose-move-size {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	z-index: 2;
	margin-top: 0;
}

.choose_move_size_val_mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 1;
	width: 100%;
}

.entrance_wrapper {
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	padding: 10px 10px 0 10px;
}

.entrance-input-wrapper {
	float: left;
	width: 50%;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.entrance-input-wrapper input {
	position: absolute;
	left: -50px;
	top: -50px;
}

.entrance-input-wrapper label {
	font-weight: normal;
	position: relative;
	width: 100%;
	cursor: pointer;
	padding-left: 30px;
	color: #000;
}

.entrance-input-wrapper label:before {
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: solid 1px #ccc;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
}

.entrance-input-wrapper input:checked + label:before {
	border: solid 1px #FFB323;
}

.entrance-input-wrapper label:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFB323;
	transition: all 0.3s ease;
	z-index: 2;
	transform: scale(0);
}

.entrance-input-wrapper input:checked + label:after {
	transform: scale(1);
}

.entrance-input-wrapper span {
	padding-left: 5px;
	display: none;
}

.entrance_title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

#move_date:hover {
	cursor: pointer;
}

.form-last-step {
	text-align: center;
	padding: 20px;
}
form .form-last-step h3{
	color: #000;
	text-align: center;
}
.submitting_description {
	padding: 15px;
	margin-bottom: 15px;
	color: #000;
	text-align: center;
}

.form-last-step a {
	display: inline-block;
	margin: 0 15px;
	transition: all 0.3s ease;
	color: #000;
}

.form-last-step a:hover {
	opacity: 0.7;
}


.datepicker table {
	width: 100%;
}
.desktop-short-form form.sund-form{
	margin: 0 auto;
    z-index: 10;
}
#custom_html-2{
	padding: 0 10px;	
}	
.form-email-page{
	background-color: #fff;
	padding: 40px 5px;
}
.form-email-page form.sund-form{
	margin: 0 auto;
	z-index: 10;
}

.choose_move_size_val_mask {
	cursor: pointer;
	transition: all 0.3s ease;
}

.choose_move_size_val_mask:hover {
	background: rgba(255,255,255,0.7);
}
.sund-form .form-group textarea.form-control {
	width: 100%;
	height: 100px !important;
	resize: none;
}
.ar_cap_box {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.ar_cap_wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.datepicker-dropdown .datepicker-days {
	display: block !important;
}

/*Captcha*/
.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  max-width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.form-bottom .form-group .CaptchaWrap .ReloadBtn { 
  background:url('../img/captcha-update.png') left top no-repeat;   
  background-size : 100%;
  width: 32px !important; 
  height: 32px !important;
  border: 0px; 
  padding: 0;
  outline: none;
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}
@media(max-width:550px) {
	.form-top {
		padding: 15px 10px 0 10px;
	}
}