@media print {
	.no-print {
		display: none
	}
}

.bluemenmoving-container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

header.bluemenmoving-header ul {
	padding-left: 0;
	margin: 0;
	list-style: none
}

header.bluemenmoving-header img {
	max-width: 100%
}

header.bluemenmoving-header a:focus,
header.bluemenmoving-header a:hover {
	text-decoration: none
}

header.bluemenmoving-header .bluemenmoving-header-top {
	background-color: #2e3193;
	padding: 2px 0 3px 0
}

header.bluemenmoving-header .bluemenmoving-header-top .bluemenmoving-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header.bluemenmoving-header .bluemenmoving-header-top .header-top-col {
	width: 33.3%
}

header.bluemenmoving-header .bluemenmoving-header-top .header-top-quote img {
	width: 140px
}

header.bluemenmoving-header .bluemenmoving-header-top .header-top-tel {
	text-align: center
}

header.bluemenmoving-header .bluemenmoving-header-top .header-top-tel a {
	font: 700 20px/50px Lato, sans-serif;
	color: #fff;
	position: relative;
	bottom: 2px;
	right: 1px
}

header.bluemenmoving-header .bluemenmoving-header-top .header-top-socials {
	font: 12.8px/32px Lato, sans-serif;
	color: #fff;
	text-align: right
}

header.bluemenmoving-header .bluemenmoving-header-top .header-top-socials a:first-child {
	margin: 0 6px 0 7px
}

header.bluemenmoving-header .bluemenmoving-header-mid {
	background-color: #fff;
	padding-right: 16px
}

header.bluemenmoving-header .bluemenmoving-header-mid .logo {
	width: 340px;
	padding: 43px 0 30px;
	margin-left: 8px;
}

header.bluemenmoving-header .bluemenmoving-header-nav {
	padding-right: 17px;
	background: #fff
}

header.bluemenmoving-header .bluemenmoving-header-nav .main-nav li {
	display: inline-block
}

header.bluemenmoving-header .bluemenmoving-header-nav .main-nav li a {
	font: 700 12.8px/50px Lato, sans-serif;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	opacity: .7;
	padding: 10px 15px 10px 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

header.bluemenmoving-header .bluemenmoving-header-nav .main-nav li a:focus,
header.bluemenmoving-header .bluemenmoving-header-nav .main-nav li a:hover {
	opacity: 1
}

footer.bluemenmoving-footer {
	background-color: #f1f1f1;
	padding: 15px 0 24px 0;
	font: 14.4px/36px Lato, sans-serif;
	color: #777
}

footer.bluemenmoving-footer .bluemenmoving-footer-left {
	opacity: .6
}

@media print {
	.no-print {
		display: none;
	}
}

.rs ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.rs img {
	max-width: 100%;
}

.rs a:hover,
.rs a:focus {
	text-decoration: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #7d7d7d;
	overflow-x: hidden;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	background: #fff;
}

.content-wrapper {
	padding: 30px 200px;
	background: url(../img/home-wide.jpg) center/cover, no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-info {
	background-color: rgba(103, 162, 196, .7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px;
	padding: 40px 40px 0 40px;
}

.content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin-bottom: 40px;
}

.content-item:nth-child(2n) {
	margin-left: 20px;
	width: calc(50% - 20px);
}

.item__info {
	color: #fff;
}

.item__img {
	margin-right: 10px;
}

.item__title {
	font-size: 18px;
	font-weight: 700;
}

.sf-calculate-wrapper .form-control[readonly] {
	background-color: #fff;
}

.er-picker__day {
	font-weight: 400;
	text-align: left;
}

.spmenu label:hover {
	background: transparent;
}

.back-link {
	color: #b5b1b1;
}
@media (max-width:1500px) {
	.content-wrapper{
		padding: 30px;
	}
}
@media (max-width:1200px) {
	.content-wrapper{
		padding: 30px 0;
		-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
	}
}
@media (max-width:767px) {
	.header-top-quote {
		display: none;
	}

	header.bluemenmoving-header .bluemenmoving-header-top .header-top-col {
		width: 50%;
	}

	header.bluemenmoving-header .bluemenmoving-header-top .header-top-tel {
		text-align: left;
	}

	header.bluemenmoving-header .bluemenmoving-header-top {
		padding: 0;
	}
}
@media (max-width:625px) {
	.content-wrapper{
		display: block;
	}
	.content-info{
		display: none;
	}

	.bluemenmoving-footer .bluemenmoving-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
    -ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}
@media (max-width:440px) {
	.sf-calculate-wrapper {
		width: 100%;
	}

	.calc-intro_description {
		zoom: .7;
	}
}