/*global css starts*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: 'Helvetica Neue', 'Open Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #222;
	padding-top: 44px;
}
.clr{
	clear: both;
}
/*icon sprite*/
[class^="icon-"], [class*=" icon-"] {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
}

input[type="text"] {
	outline: none !important;
}

/*icon sprite*/
.btnPrimary {
	background-color: #f16e25;
	color: #fff;
	border-radius: 5px;
    text-align: center;
	border: 1px solid #f16e25;
}
.btnPrimary:hover {
	color: #f16e25;
	background-color: #fff;
	text-decoration: none;
	
}
.listInline {
	padding-left: 0;
	list-style: none;
}
.listInline li {
	float: left;
}

/*global css ends*/

/*nav style*/
.contactNo {
	font-weight: bold;
	line-height: 44px;
}
.navbar {
	background-color: #fff;
	min-height: 44px;
	border-bottom: 1px solid #ccc;
}
.nav.navbar-nav {
	border-right: 1px solid #e5e5e5;
}

.navbar-nav>li {
	margin-right: 20px;
}
.navbar-nav>li>a {
	padding: 0;
	color: #222;
	line-height: 44px;
	font-weight: 500;
}
.navbar-nav>li>a.logo {
	padding-right: 35px;
	display: block;
	border-right: 1px solid #e5e5e5;
}
.navbar-nav>li>a:hover {
	background-color: transparent;
}
.navbar-nav>li>.reqCall {
	width: 162px;
	padding: 7px 0;
	text-align: center;
	line-height: normal;
	color: #fff;
	font-weight: normal;
	margin-top: 6px;
}
.navbar-nav>li>.reqCall:hover {
	background: #fe8813;
}
.icon-phone {
	display: inline-block;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	background-position: 0 0;
}
.icon-member {
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	background-position: 0 -20px;
}
.navbar-nav>li.membersLink {
	padding-left: 20px;
	border-left: 1px solid #e5e5e5;
}
.mobNav {
	height: 44px;
	position: fixed;
	background-color: #fff;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}
.dropMenu {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;  /*z-index: 99;*/
	top: 100%;
	border-top: 1px solid #f16e25;
	text-align: center;
	z-index: 9999;
}
.dropMenu li a {
	border-bottom: 1px solid #ddd;
	color: #f16e25;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.mobLogo {
	padding: 10px;
}
.mobPhone, .dropMenuOpen {
	display: inline-block;
	width: 45px;
	border-left: 1px solid #f0f0f0;
	height: 44px;
	position: relative;
}
.mobPhone:before {
	background-image: url('../images/sprite.png');
	background-position: -36px -218px;
	content: "";
	display: block;
	position: absolute;
	height: 19px;
	top: 13px;
	width: 19px;
	left: 12px;
}
.dropMenuOpen span, .dropMenuOpen span:before, .dropMenuOpen span:after {
	content: "";
	height: 3px;
	width: 20px;
	top: 20px;
	left: 13px;
	position: absolute;
	background-color: #f16e25;
}
.dropMenuOpen span:before {
	top: -6px;
	left: 0;
}
.dropMenuOpen span:after {
	top: 6px;
	left: 0;
}

/*footer starts*/
.footer {
	background-color: #444;
	padding: 20px 0;
	color: #888;
	text-align: center;
}
.footer a {
	color: #888;
	font-size: 12px;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.socialLinks, .topLinks {
	margin: 0 auto 20px;
	width: 460px;
}
.topLinks li a {
	line-height: 12px;
	padding: 0 10px;
	border-right: 1px solid #888;
}
.topLinks li:last-child a {
	border-right: 0;
}
.socialLinks {
	width: 104px;
}
.socialLinks li a {
	display: block;
	margin-right: 15px;
	height: 24px;
	width: 24px;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
}
.socialLinks li:last-child a {
	margin-right: 0;
}
.socialLinks li .icon-fb {
	background-position: -25px 0;
}
.socialLinks li .icon-twitter {
	background-position: -25px -29px;
}
.socialLinks li .icon-gPlus {
	background-position: -28px -58px;
}
.bottomLinks {
	width: 980px;
	margin: 0 auto 75px;
}
.bottomLinks a {
	margin-right: 10px;
	white-space: nowrap;
}

/*footer ends*/

.pageHeading{
	font-size: 30px;
	text-align: center;
	font-weight: 300;
}
.pageHeading a{
	float: left;
	font-size: 14px;
	color: #666;
	margin-top: 12px;
	font-weight: 500
}
.icon-nextSmall,
.icon-prevSmall{
	display: inline-block;
	height: 15px;
	width: 10px;
	vertical-align: middle;
	margin-right: 10px;
	background-position: -45px -284px;
}
.icon-nextSmall{
	background-position: -45px -263px;
}
.tabcontent {
	display: none;
	min-height: 75px;
}
.tabcntActive {
	display: block;
}

/* Push styles for.cbp-spmenu-vertical menus */
.cbp-spmenu {
	background: #FFF;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #FFF;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #f16e25;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 18px;
	color: #f16e25;
}

.cbp-spmenu a:hover,
.cbp-spmenu a:focus,
.cbp-spmenu a:active {
	text-decoration: none;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 44px;
	z-index: 9998;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #ddd;
	padding: 1em;
	font-size: 16px;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/*----------Added home css -----------*/

.crokery {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}

.banner {
	position: relative;
	background:none;
}

.img {
	width: 100%;
}

.img {
	height: 390px;
	background: url('../images/banner.jpg') no-repeat center top;
	background-size: cover;
}

.imgCutlery {
	/*width: 100%;*/
	height: 390px;
	background: url('../images/banner_cutlery.jpg') no-repeat center top;
	background-size: cover;
}
.imgEnter {

	/*width: 100%;*/
	height: 390px;
	background: url('../images/banner_enter.jpg') no-repeat center top;
	background-size: cover;
}

.imgDrawer {

	/*width: 100%;*/
	height: 390px;
	background: url('../images/banner_drawer.jpg') no-repeat center top;
	background-size: cover;
}

.imgDoll {

	/*width: 100%;*/
	height: 390px;
	background: url('../images/banner_doll.jpg') no-repeat center top;
	background-size: cover;
}
.banner .cycle-overlay {
	color: white;
	filter: alpha(opacity=60);
	position: absolute;
	bottom: 50%;
	width: 100%;
	text-align: center;
}

.banner .cycle-overlay h2,
.banner .cycle-overlay p {
	font-size: 34px;
	font-weight: 300;
	color: #fff;
}

.banner .cycle-overlay p {
	font-size: 18px;
}

.banner .cycle-pager {
	position: absolute;
	top: 48%;
	left: 47%;
	font-size: 40px;
	color: red;
	z-index: 1111;
}

.banner .cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #a2a2a3;
	border-radius: 50%;
	margin-right: 10px;
}

.banner .cycle-pager .cycle-pager-active {
	background-color: #a2a2a3;
}

.fourSteps {
	background: #37b349 url('../images/fourStepsBG.jpg') 0 207px repeat-x;
	padding-bottom: 45px;
	padding-top: 116px;
	height: 356px;
}

.efficientTool {
	position: relative;
	z-index: 999;
	background-color: #fff;
	margin-top: -215px;
	margin-bottom: 45px;
	padding: 20px 0;
}

.efficientTool.fixed {
	position: fixed;
	top: 45px;
	margin: -80px auto;
	left: 0;
	right: 0;
	padding-bottom: 10px;
}

.efficientTool.fixed p {
	margin-bottom: 10px;
}

.fourStep h4 {
	font-size: 26px;
	margin: 0 0 25px 0;
	font-weight: 300;
}

.efficientTool h3,
.efficientTool p {
	font-size: 26px;
	margin: 0 0 7px;
	color: #000;
	font-weight: 300;
}

.efficientTool p {
	font-size: 18px;
	margin: 0 0 20px;
}

.navbar .shiftBtns {
	display: none;
	float: left;
	margin-left: 20px;
}

.navbar .shiftBtns a {
	padding: 7px 0;
	font-size: 14px;
	margin-top: 5px;
	width: 150px;
}
.shiftBtns a:hover {
	background: #fe8813;
}

.navbar .shiftBtns span {
	margin: 0 20px;
}

.stickeyWrap {
	width: 320px;
	margin: 0 auto;
}

.shiftBtns.forMobile {
	display: none;
	background: #FFF;
	width: 100%;
	position: fixed;
	top: 44px;
	z-index: 999;
}

.shiftBtns.forMobile a {
	font-size: 14px;
	display: inline-block;
	padding: 7px 0;
	width: 130px;
}

.shiftBtns.forMobile span {
	margin: 0 10px;
}

.shift {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	padding: 11px 0;
	text-align: center;
}

.shift:hover,
.shift:focus {
	color: #fff;
	text-decoration: none;
}

.shiftBtns span {
	margin: 0 25px;
	font-size: 12px;
	color: #666;
	display: inline-block;
	text-align: center;
	width: 31px;
	background-color: #eee;
	padding: 7px 0;
	border-radius: 50%;
}

.icon-home,
.icon-vehicle {
	display: inline-block;
	vertical-align: middle;
	background-position: 0 -46px;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.icon-vehicle {
	background-position: 0 -69px;
	width: 23px;
}

.steps {
	display: block;
	height: 83px;
	width: 81px;
	background-image: url('../images/steps-sprite.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

.steps-map {
	background-position: 0 0;
}

.stepsArticle {
	background-position: 0 -93px;
}

.stepsMover {
	background-position: 0 -187px;
}

.stepsPayment {
	background-position: 0 -280px;
}

.stepsList li {
	text-align: center;
}

.stepsList li i {
	margin-bottom: 10px;
}

.stepsList p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 auto;
}

.whyEzmov {
	background-color: #eee;
	padding: 50px 0;
}

.sectionTitle {
	font-size: 34px;
	text-align: center;
	margin: 0 0 20px 0;
}

.whyEzmov .reasonHeading,
.whyEzmov .count {
	font-size: 16px;
	color: #555;
	display: block;
	text-align: center;
}

.whyEzmov .count {
	font-size: 30px;
	color: #f26f29;
}

.reasonList {
	padding-bottom: 70px;	/*margin-bottom: 50px;*/
}

.reasonList i {
	display: block;
	min-height: 51px;
	margin: 0 auto 8px;
	background-image: none;
}

.reasonList i:before {
	display: block;
	content: "";
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	position: relative;
}

.reasonList i.icon-homes:before {
	background-position: 0px -91px;
	width: 54px;
	height: 31px;
	position: relative;
	margin: 0 auto;
	top: 20px;
}

.reasonList i.icon-cities:before {
	margin: 0 auto;
	background-position: 0px -122px;
	width: 51px;
	height: 51px;
}

.reasonList i.icon-movers:before {
	margin: 0 auto;
	background-position: 0px -179px;
	width: 48px;
	height: 30px;
	top: 21px;
}

.reasonList i.icon-customers:before {
	top: 20px;
	margin: 0 auto;
	background-position: 0px -215px;
	width: 32px;
	height: 30px;
}

.statements .reel {
	width: 84px;
}

.statements li {
	margin-bottom: 20px;
}

.statements p {
	font-size: 20px;
	color: #666;
	text-align: center;
	font-weight: 300;
}

.statements p span {
	font-weight: normal;
	font-size: 22px;
	color: #f26f29;
}

.testimony {
	padding: 55px 0;
}

.testimony h3 {
	margin-bottom: 10px !important;
}

.testimony h4 {
	text-align: center;
	margin-bottom: 45px;
	font-weight: 300;
}

.reel {
	display: block;
	margin: 0 auto 50px;
	height: 1px;
	width: 177px;
	background-color: #a1a1a1;
	position: relative;
}

.icon-commas,
.icon-reel {
	display: block;
	width: 54px;
	height: 35px;
	content: "";
	margin: 0 auto;
	position: absolute;
	left: 50%;
	background-color: #fff;
	bottom: -17px;
	margin-left: -27px;
	background-position: 10px -543px;
}

.icon-commas {
	height: 27px;
	width: 48px;
	bottom: -14px;
	background-position: 10px -583px;
	z-index: 99999;
	margin-left: -24px;
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
}

.fancybox-opened .fancybox-skin {
	border: 2px solid #FFF;
	border-radius: 0;
}

.videoWrap {
	margin-bottom: 70px;
}

.videos div {
	width: 270px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}

.videos div a {
	position: absolute;
	display: block;	/*margin: 0 auto;*/
	left: 50%;
	top: 50%;
	margin-top: -22px;
	margin-left: -22px;
	height: 54px;
	width: 54px;
	background-color: #f16e25;
	opacity: 0.8;
	border-radius: 50%;
}

.videos div a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -6px;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.testimonialWrap {
	width: 100%;
	text-align: center;
}

.testimonialWrap .reel {
	margin: 10px auto 40px;
}

.cycle-prev,
.cycle-next {
	height: 50px;
	width: 28px;
	left: 0;
	margin-top: -25px;
	top: 50%;
	cursor: pointer;
	position: absolute;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -617px;
	z-index: 199;
}

.cycle-next {
	right: 0;
	left: auto;
	background-position: 0 -672px;
}

.testimonialWrap p {
	font-size: 22px;
	color: #666;
	font-style: italic;
	width: 52%;
	margin: 0 auto 20px;
}

.testimonials {
	margin-bottom: 50px;
}

.customerImg {
	margin-bottom: 10px;
}

.custName {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 0 0 5px;
}

.occupation {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
}

.viewAllTest {
	display: block;
	width: 180px;
	font-size: 14px;
	color: #f26f26;
	text-align: center;
	font-weight: bold;
	border: 1px solid #f26f26;
	padding: 4px 0;
	border-radius: 3px;
	margin: 0 auto;
}

.viewAllTest:hover {
	background-color: #f26f26;
	color: #fff;
	text-decoration: none;
}

.toBePartner {
	background-color: #eee;
	padding: 55px 0 0;
}

.toBePartner .sectionTitle {
	margin-bottom: 50px;
}

.partnerList li {
	margin-bottom: 40px;
}

.partnerList li i {
	display: block;
	width: 80px;
	height: 50px;
	float: left;
	position: relative;
	background-image: none;
}

.partnerList li i:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
}

.partnerList li .icon-document:before {
	width: 40px;
	height: 50px;
	background-position: 0 -251px;
}

.partnerList li .icon-agreement:before {
	width: 36px;
	height: 46px;
	background-position: 0 -307px;
}

.partnerList li .icon-service:before {
	width: 50px;
	height: 44px;
	background-position: 0 -359px;
}

.partnerList li .icon-honesty:before {
	width: 49px;
	height: 46px;
	background-position: 0 -409px;
}

.partnerList li .icon-packing:before {
	width: 41px;
	height: 36px;
	background-position: 0 -461px;
}

.partnerList li .icon-crew:before {
	width: 47px;
	height: 35px;
	background-position: 0 -503px;
}

.partnerList li span {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

.multiHats {
	background-color: #37b349;
	padding: 55px 0;
}

.multiHats h3 {
	margin-bottom: 10px;
}

.multiHats h4,
.multiHats h5,
.multiHats h6 {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 55px;
	color: #fff;
}

.multiHats h5 {
	font-size: 16px;
	color: #222;
	margin: 0 0 5px;
	font-weight: bold;
}

.multiHats h6 {
	font-size: 14px;
	margin-bottom: 15px;
}

.employeeInfo {
	text-align: center;
}

.employeeInfo img {
	margin-bottom: 20px;
}

.employeeInfo p {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}

.meetEzmovers {
	border: 1px solid #fff;
	color: #fff;
	width: 180px;
	font-size: 14px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 4px 0;
	border-radius: 4px;
}

.meetEzmovers:hover {
	background-color: #fff;
	color: #37b349;
	text-decoration: none;
}

.helpOrg {
	background-color: #eee;
	padding: 60px 0;
	position: relative;
	min-height: 500px;
}

.helpOrg .sectionTitle {
	margin-bottom: 55px;
}

.helpInfo {
	text-align: center;
}

.helpInfo i {
	display: block;
	margin: 0 auto 20px;
	width: 71px;
	height: 66px;
	position: relative;
	background-image: none;
}

.helpInfo i:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
}

.icon-cashless:before {
	width: 71px;
	height: 34px;
	margin-left: -35px;
	background-position: 0 -727px;
}

.icon-billing:before {
	width: 45px;
	height: 56px;
	margin-left: -22px;
	background-position: 0 -767px;
}

.icon-payments:before {
	width: 45px;
	height: 58px;
	margin-left: -22px;
	background-position: 0 -829px;
}

.icon-noBills:before {
	width: 51px;
	height: 66px;
	margin-left: -25px;
	background-position: 0 -893px;
}

.helpInfo span {
	font-size: 16px;
	color: #444;
}

.ezmNews {
	background: url('../images/bottom-banner.png') no-repeat;
	background-size: cover;
}

.arrangeOrg {
	width: 620px;
	background-color: #fff;
	position: relative;
	margin: -160px auto 60px;
	padding: 30px 60px;
}

.arrangeOrg h4 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 30px 0;
}

.arrangeOrg form {
	padding: 0 0 0 20px;
}

.infoField {
	margin-bottom: 20px;
	width: 220px;
	float: left;
	margin-right: 20px;
}

.infoField span {
	font-size: 12px;
	color: #2a2d2e;
}

.infoField span sup {
	color: #f16e25;
}

.infoField input[type="text"] {
	border: 0;
	border-bottom: 1px solid #f16e25!important;
	font-size: 16px;
	color: #2a2d2e;
	width: 100%;
	height: 30px;
	background: none;
}

.infoField input[type="text"]:focus {
	outline: none;
}

.submitInfoBtn {
	display: block;
	float: left;
	width: 220px;
	text-align: center;
	font-size: 14px;
	padding: 4px 0;
	margin-top: 20px;
	border: 1px solid #f16e25;
}

.submitInfoBtn:hover {
	background-color: #fff;
	text-decoration: none;
}

.icon-News {
	display: block;
	width: 36px;
	margin: 0 auto 10px;
	height: 42px;
	background-position: 0 -965px;
}

.newsWrap ul {
	margin: 0 auto;
	width: 860px;
	position: relative;
}

.newsWrap > ul > li {
	margin-right: 30px;
	cursor: pointer;
	display: table;
	height: 150px;
	float: left;
}

.newsWrap > ul > li div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 3px solid transparent;
}

.newsWrap > ul > li.active div {
	border-bottom: 3px solid #fff;
}

.newsWrap > ul > li img {
	opacity: 0.4;
}

.newsWrap > ul > li.active img {
	opacity: 1;
}

.newsWrap .tabContentWrap {
	background-color: #fff;
}

.newsWrap .tabcontent {
	margin: 0 auto;
	width: 860px;
}

.newsContent {
	padding: 20px 0 55px;
}

.newsDate {
	font-size: 12px;
}

.newsContent h3 {
	font-size: 20px;
	font-weight: bold;
	color: #f16e25;
	margin: 0;
	line-height: 25px;
}

/*page 2 style starts*/
.banner2 {
	background-image: url('../images/banner2.jpg');
	background-size: cover;
}

.banner2 > .container > h2 {
	text-align: center;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	margin: 35px 0;
}

.scheduleWrap {
	margin-bottom: 60px;
}

.schedules {
	background-color: #eee;
}

.scheduleLeft,
.scheduleRight {
	width: 50%;
	float: left;
	min-height: 415px;
	padding: 30px 20px;
}

.scheduleLeft p {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	font-weight: 300;
}

.scheduleLeft div img {
	width: 100%;
	margin-bottom: 20px;
}

.scheduleRight {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.38);
	padding: 30px 60px 30px 40px;
}

.scheduleLeft .scheduleOffer {
	font-size: 18px;
	color: #f16e25;
	line-height: 30px;
	margin-bottom: 40px;
	font-weight: normal;
}

.enterPhone {
	margin-bottom: 20px;
}

.enterPhone input[type="text"] {
	border: none;
	border-bottom: 1px solid #f16e25;
	width: 97%;
	margin: 0;
}

.fieldTitle {
	font-size: 12px;
	color: #000;
}

.enterPhone .baseNote {
	font-size: 12px;
}

.daysList {
	margin-bottom: 20px;
}

.daysList li {
	width: 50%;
	margin-bottom: 10px;
}

.timeList li a,
.daysList li a {
	color: rgba(0, 0, 0, 0.40);
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}

.daysList li.active a,
.timeList li.active a,
.timeList li a:hover,
.daysList li a:hover {
	color: #f16e25!important;
	border-bottom: 1px solid #f16e25!important;
}

.daysList li a:focus {
	color: rgba(0, 0, 0, 0.40);
	border-bottom: 0;
}

.timeList sub {
	bottom: 0;
}

.timeList li {
	width: 33.33%;
	margin-bottom: 15px;
}

.scheduleRight input[type="button"] {
	background-color: #f16e25;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 100%;
	height: 30px;
	border-radius: 4px;
}

.wordsSpeak {
	background-color: #fff;
}

.wordsSpeak .sectionTitle {
	margin-bottom: 30px;
}

.wordsSpeak .testimony {
	padding: 0;
}

.wordsSpeak .reasonList {
	margin-bottom: 50px;
	padding-bottom: 0;
}

.wordsSpeak .icon-commas {
	width: 45px;
	background-position: 9px -583px;
	margin-left: -23px;
}

.stepsMove {
	padding: 30px 0;
	background-color: #eee;
}

.stepsMove ul {
	margin-bottom: 0;
}

.stepsMove li {
	margin-bottom: 30px;
}

.stepsMove li i {
	position: relative;
	font-style: normal;
	height: 21px;
	margin-right: 5px;
	border-radius: 50%;
	text-align: center;
	width: 21px;
	color: #fff;
	font-size: 14px;
	vertical-align: top;
	z-index: 999;
	display: inline-block;
	background-color: #ee7700;
}

.stepsMove li p {
	display: inline-block;
	margin: 0;
	width: 75%;
	font-size: 13px;
	line-height: 14px;
}

/*page3 style starts*/
.banner3 {
	background-color: #eeeeee;
	padding: 30px 0;
}
.banner3 .container > h2 {
	color: #f16e25;
	font-size: 34px;
	text-align: center;
	margin: 0 0 30px;
}
.newLeft {
	background-color: #37b349;
	position: relative;
}
.newLeft .scheduleOffer {
	color: #000;
}
.newLeft  p {
	color: #fff;
	line-height: 16px;
}
.timelineImg {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	padding: 0 20px;
}
.newRight {
	padding: 30px 20px;
	position: relative;
}
.newRight input.scheduleCall {
	position: absolute;
	bottom: 20px;
	margin: 0 0px;
	width: 89%;
}
.newRight .enterPhone input[type="text"] {
	border-bottom: 1px solid #37b349;
}
.selectDay li a {
	display: block;
	text-decoration: none;
}
.selectDay li a span {
	font-size: 14px;
	color: #7f7f7f;
	display: block;
	text-align: center;
}
.selectDay li a .dateSelect {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}
.selectDay li a.active span, .selectDay li a:hover span {
	color: #37b349;
}
.selectDay li a.active .dateSelect, .selectDay li a:hover .dateSelect {
	color: #fff;
	background-color: #37b349;
}
.newCalender {
	position: relative;
}
.selectPrev, .selectNext {
	position: absolute;
	top: 25px
}
.selectNext {
	right: 0
}
.selectNext a, .selectPrev a {
	display: block;
	height: 17px;
	width: 9px;
	background-position: 0 -1012px;
}
.selectPrev a:hover {
	background-position: -14px -1012px;
}
.selectNext a {
	background-position: -28px -1012px;
}
.selectNext a:hover {
	background-position: -42px -1012px;
}
.timeSlider .ui-slider-horizontal .ui-slider-range {
	background-color: #37b349;
}
.timeSlider .ui-slider-horizontal {
	background-color: rgba(0, 0, 0, 0.15);
	height: 3px;
}
.timeSlider {
	margin-bottom: 5px;
	padding-top: 40px;
}
.timeSlider > p {
	margin-bottom: 50px;
}
.timeSlider .ui-slider-horizontal .ui-slider-handle {
	height: 30px;
	top: -29px;
	width: 21px;
	margin-left: -10px;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: -43px -544px;
}
.timeSlider .ui-slider-horizontal .ui-slider-handle:focus {
	outline: none;
}
.times li {
	width: 10px;
	padding: 0;
	margin-right: 41px;
}
.times li:last-child {
	margin-right: 0;
}
.times li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.times li.active span {
	color: rgba(0, 0, 0, 1);
}
.times li .amPm {
	font-size: 8px;
}

/*page3 style ends*/

/*shipment status starts*/
.shipmentStatus {
	background-color: #37b349;
	padding: 50px 0;
}
.icon-origin, .icon-destination {
	display: block;
	height: 37px;
	margin-right: 10px;
	width: 35px;
	float: left;
	background-position: 0 -1034px;
}
.icon-origin {
	height: 42px;
	background-position: -40px -1034px;
}
.originName {
	margin-left: -3px;
}
.originName p, .destiName p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 20px;
}
.originName p span, .destiName p span {
	font-size: 16px;
	color: #000;
}
.statusList span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.statusList {
	padding: 120px 0 0 35px;
	border-left: 1px solid #fff;
	margin: -5px 0 0 10px;
}
.statusList li {
	position: relative;
	margin-bottom: 40px;
}
.statusList li:before {
	position: absolute;
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 50%;
	left: -40px;
	top: 50%;
	margin-top: -5px;
}
.statusList li.active:before {
	background-color: #37b349;
	border: 5px solid #fff;
	box-sizing: content-box;
	left: -45px;
	margin-top: -10px;
}
.statusList li p {
	vertical-align: middle;
	font-size: 10px;
	width: 80%;
	margin: 0 0 0 20px;
	display: inline-block;
	background-color: #41d056;
	padding: 10px 40px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	position: relative;
}
.statusList li p:before {
	content: "";
	display: block;
	position: absolute;
	height: 15px;
	width: 9px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -54px 0;
	right: 100%;
	top: 50%;
	margin-top: -7px;
}
.shippingTitle h2 {
	font-size: 36px;
	font-weight: lighter;
	color: #f16e25;
}
.shippingTitle h4 {
	font-weight: lighter;
	color: #f16e25;
	font-size: 20px;
	margin-bottom: 30px;
}

/*shipment status ends*/

/*vendor listing starts*/
.venderWrap {
	background-color: #fbfbfb;
}
.offerHeader {
	text-align: center;
	background-color: #d4edd7;
}
.offerHeader h5 {
	font-size: 14px;
	color: #666;
}
.offerHeader h5 a {
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}
.originDestination {
	font-size: 20px;
	color: #222;
	line-height: 48px;
}
.originDestination span {
	color: #3fb650;
}
.compareScoreBtn {
	display: block;
	width: 234px;
	border: 1px solid #f16e25;
	color: #f16e25;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.compareScoreBtn:hover {
	background-color: #f16e25;
	color: #fff;
	text-decoration: none;
}
.vendorListing {
	border: 1px solid #e2e2e2;
	padding: 15px 0 0;
	margin-top: 20px;
	background-color: #fff;
}
.listingTitles {
	background-color: #fbfbfb;
	border: 0;
	padding-top: 0px;
	font-size: 12px;
	color: #999;
}
.chooseVendorBtn {
	display: block;
	font-size: 13px;
	float: right;
	padding: 3px 0;
	width: 60px;
}
.vendorName {
	font-weight: bold;
	color: #666;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}
.delightPercent {
	font-size: 12px;
	line-height: 26px;
	margin: 0;
	color: #333333;
}
.jobDoneCount, .certificateCount, .delightScore {
	font-size: 20px;
	font-weight: bold;
}
.certificateCount {
	color: #37b349;
}
.icon-certificate {
	display: inline-block;
	vertical-align: baseline;
	height: 16px;
	width: 14px;
	margin-right: 8px;
	background-position: -33px -584px;
}
.costPrice {
	color: #aaaaaa;
	font-size: 20px;
	margin: 0;
}
.costPrice span {
	font-weight: bold;
	color: #37b349;
	line-height: 30px;
}
.dediTruck, .ezRatings > p {
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
}
.dediTruck {
	color: #222
}
.starRating span {
	height: 13px;
	width: 13px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/sprite.png) no-repeat -50px -131px;
}
.starRating span.noFill {
	background-position: -50px -146px;
}
.fareBrkup {
	position: relative;
	margin-bottom: 5px;
}
.fareBrkup a {
	color: #f16e25;
	font-size: 12px;
}
.breakup {
	display: none;
	width: 220px;
	background-color: #fff;
	position: absolute;
	padding: 0 5px 0 10px;
	border: 1px solid #e2e2e2;
	top: 31px;
	left: -16px;
	z-index: 1;
}
.breakup > ul li {
	margin-bottom: 5px;
}
.brkupTitle, .brkupCost {
	min-width: 145px;
	font-size: 10px;
	color: #999;
	float: left;
}
.brkupCost {
	min-width: 45px;
	color: #f16e25;
}
.icon-close {
	height: 9px;
	width: 9px;
	display: inline-block;
	background-position: -54px -34px;
}
.brkupTotal .brkupTitle, .brkupTotal .brkupCost {
	font-size: 12px;
	font-weight: bold;
}
.breakup:before {
	display: block;
	content: "";
	width: 22px;
	height: 11px;
	left: 50px;
	top: -11px;
	background: url(../images/sprite.png) no-repeat -41px -327px;
	position: absolute;
}
.companyInfo {
	margin: 0;
}
.companyInfo {
	border-top: 1px solid #e2e2e2;
}
.companyInfo li {
	border-right: 1px solid #e2e2e2;
}
.companyInfo a {
	color: #333;
	display: block;
	text-transform: capitalize;
	padding: 5px 30px;
	background-color: #f6f6f6;
	font-size: 12px;
}
.icon-triangle {
	display: inline-block;
	height: 7px;
	width: 9px;
	margin-left: 5px;
	background-position: -57px -58px;
}

/*vendor listing ends*/

/*--------------Ends of home css -----------------*/


/*--------------Added City.css ------------------*/
/* Banner Image */
.cityPage .img {
	background: url('../images/city-banner.jpg') no-repeat center top;
	background-size: cover;
}

/* Form */
.cityPage .efficientTool {
	margin-top: -263px;
	margin-bottom: 35px;
	padding: 20px 0 0 0;
}
.cityPage .efficientTool h3 {
	font-size: 22px;
	color: #666666;
	margin: 7px 0 20px 0;
}
.cityPage .cityQuote {
	background: #EEEEEE;
	margin: 25px 0 0 0;
	padding: 30px 20px;
}
.cityPage .cityQuote h3 {
	margin: 0 0 30px 0;
}
.cityPage .cityQuote form input {
	background-color: #EEEEEE;
	color: #2A2D2E;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #2A2D2E;
}
:-moz-placeholder {

	/* Firefox 18- */
	color: #2A2D2E;
}
::-moz-placeholder {

	/* Firefox 19+ */
	color: #2A2D2E;
}
:-ms-input-placeholder {
	color: #2A2D2E;
}
.cityPage .cityQuote .infoField {
	width: 173px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.cityPage .cityQuote .submitInfoBtn {
	width: auto;
	background: #FFFFFF;
	border: 2px solid #F16E25;
	font-size: 20px;
	color: #F16B29;
	margin-top: 0;
	padding: 7px 45px;
}
.cityPage .cityQuote .submitInfoBtn:hover {
	background: #F16E25;
	color: #FFFFFF;
}

/* Four Steps */
.cityPage .fourSteps {
	background: #4BBA5B;
	height: 460px;
}
.fourStep h4 {
	margin: 0 0 45px 0;
}
.cityPage .stepsList p {
	font-weight: 300;
}
.cityPage .lineThrough {
	position: relative;
}
.cityPage .lineThrough li {
	position: relative;
}
.cityPage .lineThrough li i, .cityPage .lineThrough li p {
	position: relative;
	z-index: 2;
}
.cityPage .lineThrough li:before {
	position: absolute;
	content: '';
	display: block;
	background: #37AE48;
	width: 100%;
	height: 3px;
	top: 35%;
	left: 50%;
	z-index: 0;
}
.cityPage .lineThrough li:last-child:before {
	display: none;
}
.cityPage .stepsMap {
	background-position: 0px -369px;
}
.cityPage .stepsArticle {
	background-position: 0px -459px;
}
.cityPage .stepsMover {
	background-position: 0px -549px;
}
.cityPage .stepsPayment {
	background-position: 0px -639px;
}

/* PackersMovers */
.cityPage .packersMovers {
	background: #FFFFFF;
	text-align: center;
	padding: 50px 0;
}
.cityPage .packersMovers h4 {
	font-size: 26px;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.cityPage .packersMovers h5 {
	font-size: 18px;
	color: #F26F29;
	margin: 0 0 30px 0;
}
.cityPage .packersMovers p {
	font-size: 16px;
	color: #666666;
}
.cityPage .btmDistance {
	margin: 0 0 30px 0;
}

/* Why Ezmove */
.cityPage .reasonList {
	padding-bottom: 0;
}

/* The Leadership */
.cityPage .multiHats .sectionTitle {
	font-size: 26px;
	color: #FFFFFF;
}
.cityPage .multiHats .employeeInfo p {
	text-align: justify;
}

@media (max-width:1199px) {
	.cityPage .cityQuote .infoField {
		width: 135px;
	}
	.cityPage .cityQuote .submitInfoBtn {
		padding: 7px 30px;
	}
}
@media (max-width:991px) {
	.cityPage .cityQuote .infoField {
		width: 173px;
	}
	.cityPage .cityQuote .submitInfoBtn {
		padding: 7px 30px;
	}
}
@media (max-width:767px) {
	.cityPage .efficientTool {
		margin-top: -116px;
	}
	.cityPage .efficientTool h3 {
		line-height: 28px;
		padding: 0 20px;
	}
	.cityPage .cityQuote .infoField {
		width: 100%;
	}
	.cityPage .cityQuote .submitInfoBtn {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.cityPage .fourSteps {
		background: #4BBA5B;
		height: auto;
	}
	.cityPage .lineThrough li:before {
		background: #4BBA5B;
	}
}
@media (max-width:640px) {
	.cityPage .fourStep {
		background: #4BBA5B;
	}
}

/* Banner Image */
.cityPage2 .img {
	background: url('../images/city-banner.jpg') no-repeat center top;
	background-size: cover;
}

/* Form */
.cityPage2 .efficientTool {
	margin-top: -125px;
	margin-bottom: 50px;
	padding: 0;
}
.cityPage2 .efficientTool h3 {
	font-size: 22px;
	color: #666666;
	margin: 7px 0 20px 0;
}
.cityPage2 .cityQuote {
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	-moz-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 30px 20px;
}
.cityPage2 .cityQuote h3 {
	margin: 0 0 30px 0;
}
.cityPage2 .cityQuote form input {
	background-color: #FFFFFF;
	color: #2A2D2E;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #2A2D2E;
}
:-moz-placeholder {

	/* Firefox 18- */
	color: #2A2D2E;
}
::-moz-placeholder {

	/* Firefox 19+ */
	color: #2A2D2E;
}
:-ms-input-placeholder {
	color: #2A2D2E;
}
.cityPage2 .cityQuote .infoField {
	width: 173px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.cityPage2 .cityQuote .submitInfoBtn {
	width: auto;
	background: #FFFFFF;
	border: 2px solid #F16E25;
	font-size: 20px;
	color: #F16B29;
	margin-top: 0;
	padding: 7px 45px;
}
.cityPage2 .cityQuote .submitInfoBtn:hover {
	background: #F16E25;
	color: #FFFFFF;
}

/* Four Steps */
.cityPage2 .fourSteps {
	background: #4BBA5B;
	height: auto;
	padding-top: 45px;
}
.fourStep h4 {
	margin: 0 0 45px 0;
}
.cityPage2 .stepsList p {
	font-weight: 300;
}
.cityPage2 .lineThrough li:last-child:before {
	display: none;
}
.cityPage2 .stepsMap {
	background-position: 0px -369px;
}
.cityPage2 .stepsArticle {
	background-position: 0px -459px;
}
.cityPage2 .stepsMover {
	background-position: 0px -549px;
}
.cityPage2 .stepsPayment {
	background-position: 0px -639px;
}

/* PackersMovers */
.cityPage2 .packersMovers {
	background: #FFFFFF;
	text-align: center;
	padding: 50px 0;
}
.cityPage2 .packersMovers h4 {
	font-size: 26px;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.cityPage2 .packersMovers h5 {
	font-size: 18px;
	color: #F26F29;
	margin: 0 0 30px 0;
}
.cityPage2 .packersMovers p {
	font-size: 16px;
	color: #666666;
}
.cityPage2 .btmDistance {
	margin: 0 0 30px 0;
}

/* Why Ezmove */
.cityPage2 .reasonList {
	padding-bottom: 0;
}
.cityPage2 .whyEzmov .count {
	font-weight: 600;
}

/* Testimony */
.cityPage2 .whyEzmov .sectionTitle, .cityPage2 .testimony .sectionTitle {
	font-size: 26px;
	font-weight: 300;
}
.cityPage2 .testimony .viewAllTest {
	font-weight: normal;
}

/* partner with us */
.cityPage2 .toBePartner h3 {
	font-weight: 300;
}
.cityPage2 .toBePartner h3 span {
	font-weight: 500;
}

/* The Leadership */
.cityPage2 .multiHats .sectionTitle {
	font-size: 26px;
	color: #FFFFFF;
}
.cityPage2 .multiHats .employeeInfo p {
	text-align: justify;
}
.cityPage2 .helpOrg h3 {
	font-size: 26px;
	font-weight: 300;
}

@media (max-width:1199px) {
	.cityPage2 .cityQuote .infoField {
		width: 135px;
	}
	.cityPage2 .cityQuote .submitInfoBtn {
		padding: 7px 30px;
	}
}
@media (max-width:991px) {
	.cityPage2 .cityQuote .infoField {
		width: 173px;
	}
	.cityPage2 .cityQuote .submitInfoBtn {
		padding: 7px 30px;
	}
}
@media (max-width:767px) {
	.cityPage2 .efficientTool {
		margin-top: -116px;
	}
	.cityPage2 .efficientTool h3 {
		line-height: 28px;
		padding: 0 20px;
	}
	.cityPage2 .cityQuote .infoField {
		width: 100%;
	}
	.cityPage2 .cityQuote .submitInfoBtn {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.cityPage2 .fourSteps {
		background: #4BBA5B;
		height: auto;
	}
	.cityPage2 .lineThrough li:before {
		background: #4BBA5B;
	}
}
@media (max-width:640px) {
	.cityPage2 .fourStep {
		background: #4BBA5B;
	}
}



/*-------------------ends of city.css -------------*/

.cityLandingWrap {
	box-shadow: 0px 1px 5px #888;
}
.cityPage3 .cityLandingWrap{
    padding: 0;
	margin: -170px auto 50px;
	float: none;
}
.cityPage3 .cityLandingWrap h3{
	font-size: 28px;
    color: #000;
    margin: 10px 0 20px 0;
    line-height: 55px;
    opacity: 0.6;
    text-align: left;
}
.cityPage3 .cityLandingWrap .leftColumn{
	width: calc(50% - 30px);
	background: #fafafa;
	padding: 15px 15px 15px 30px;
	min-height: 255px;
}
.cityPage3 .cityLandingWrap .rightColumn{
	width: calc(50% + 30px);
	padding: 10px 15px 20px 30px
}
.cityLandingWrap .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #666;
    font-size: 16px;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #000;
    font-weight: normal;
    font-size: 12px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 20px 0 0 0;
	width: 100%;
	font-size: 16px;
    color: #666;
}

/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
    margin-top: 5px;
    padding: 20px 0 10px 0;
	width: 100%;
	background: transparent;
}
.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: calc(100% - 7px);
	text-align: left;
	pointer-events: none;
}
.input--filled .input__label-content.input__label-content--hoshi{
	font-size: 12px;
	color: #d8d8d8;
}
.input__label-content--hoshi {
	position: absolute;
}
.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 1px);
	border-bottom: 1px solid #f16e25;
}
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);	
}
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  	-webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(0, -15px, 0) scale3d(1,1,1);
    transform: translate3d(0, -15px, 0) scale3d(1,1,1);
}
.cityLandingWrap .shiftBtns {
	margin-top: 12px;
}
.cityLandingWrap .shift {
    width: 140px;
    font-size: 16px;
    padding: 8px 0px;
}
.cityLandingWrap .shiftVehicle{
	background-color: #fff;
    color: #f16e25;
}
.cityLandingWrap .icon-vehicle{
	background-position: 0 -1101px;
}
.cityLandingWrap .shiftVehicle:hover{
	background-color: #f16e25;
    color: #fff;
}
.cityLandingWrap .shiftVehicle:hover .icon-vehicle{
	background-position: 0 -69px;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@media only screen and (max-width: 767px){
	.cityPage3 .cityLandingWrap .leftColumn {
	    width: 100%;
	    padding: 15px;
	    min-height: 100%;
	}
	.cityPage3 .cityLandingWrap .rightColumn {
	    width: 100%;
	    padding: 15px;
	}
	.cityPage3 .cityLandingWrap {
	    margin-top: -50px;
	}
}