	.SubpageWrapper>.MainWrapper>.row {
		margin-left:-30px;
		margin-right:-30px;
	}
	.SubpageWrapper>.MainWrapper>.row>*{
		padding-left:30px;
		padding-right:30px;
	}
@media All and (max-width:1199px) {
	.SubpageWrapper>.MainWrapper>.row {
		margin-left:-15px;
		margin-right:-15px;
	}
	.SubpageWrapper>.MainWrapper>.row >*{
		padding-left:15px;
		padding-right:15px;
	}
}

	
	.PageTitle {
		position:relative;
		background:#171714;
		padding:5vh 0;
		color:#fff;
	}
	.PageTitle .TitleStyle {margin-bottom: 0;}
	.PageTitle .TitleStyle .Bottom { color:#fff;}
	
	.FullPageImage {
		width:100%;
		height:calc(100vh - 190px);
		position:relative;
	}
	
	.FullPageImage.SubNav {height:calc(100vh - 250px);}
	
	.PageTitle .form-control {
		border-color: rgba(255,255,255,0.3);
	}
	.PageTitle .SearchWrapper button[type=button],
	.PageTitle .SearchWrapper button[type=submit] {
		height: 50px;
		width: 50px;
		background: #ce9e0e;
			-webkit-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
	}
	.PageTitle .SearchWrapper button svg { fill:#fff;}
	
	.PageTitle .FieldWrapp input:focus + label,
	.PageTitle .FieldWrapp textarea:focus + label,
	.PageTitle .FieldWrapp input:focus + div.dropdown-menu + label,
	.PageTitle .FieldWrapp input.not_empty:focus + label,
	.PageTitle .FieldWrapp textarea.not_empty:focus + label {
		color: #fff;
	}
	.PageTitle .SearchWrapper .TextRemove { right: 45px;}
	
	
	.FullPageImage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.FullPageImage .Caption {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	
	.FullPageImage .Caption .Inner {
		background:rgba(255,255,255,0.95);
		border-radius:15px;
		padding:50px;
		max-width:60%;
	}
	
	.FullPageImage .Caption p {
		margin:0;
		padding:0;
	}
	
	.SubNavigation {
		border-bottom:1px solid #ddd;
		background:#f7f6ea;
		position:relative;
		z-index:1000;
	}
	.SubNavigation ul,
	.SubNavigation ul li {
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
	}
	
	.SubNavigation ul li {
		margin-right:50px;
		display:inline-block;
	}
	.SubNavigation ul li::after {
		content: "";
		background: #ce9e0e;
		height: 6px;
		width: 6px;
		position: absolute;
		top: 28px;
		right: -31px;
	}
	
	.SubNavigation ul li>a {
		padding: 3px 2px 0;
		font-size: 16px;
		line-height: 57px;
		color: #171714;
		font-weight: 600;
		display: block;
		border-radius: 0 !important;
		border: none;
		background: transparent;
	}
	
	.SubNavigation ul li>a:hover,
	.SubNavigation ul li.Active>a { color:#ce9e0e;}
	
	.SubNavigation .list-group-item.active {
		z-index: 2;
		color: #ce9e0e;
		background-color: transparent;
		border-color: transparent;
	}
	
	.SubNavigation ul li:last-child::after { display:none;}
	
	
	.TopImage img { width:100%;}
	.ImageBanner {
		width:100%;
		height:auto;
		position:relative;
	}
	
	.ImageBanner .Caption {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding-bottom:5vh;
	}
	
	.ImageBanner .Info,
	.ParallaxWrapp .Info {
		font-family: 'Barlow', sans-serif;
		white-space:nowrap;
		line-height:40px;
		font-size:30px;
		font-weight:600;
		color:#fff;
	}
	.ImageBanner .Info .Icon,
	.ParallaxWrapp .Info .Icon {
		padding-right:15px;
		padding-top:10px;
	}
    .ImageBanner .Info .Icon img,
	.ParallaxWrapp .Info .Icon img { height:50px;}
	
	.ImageBanner .Info a,
	.ImageBanner .Info a:not([href]):not([tabindex]),
	.ImageBanner .Info a:not([href]):not([tabindex]):hover,
	.ParallaxWrapp .Info a,
	.ParallaxWrapp .Info a:not([href]):not([tabindex]),
	.ParallaxWrapp .Info a:not([href]):not([tabindex]):hover { color: #fff;}	
	
	.ImageBanner .SubHeading,
	.ParallaxWrapp .SubHeading {
		font-weight: 300;
		color: #fff;
		margin-bottom: 20px;
	}
	
	.ImageBanner.Inner {
		overflow:hidden;
			-webkit-border-radius:15px;
		border-radius:15px;
		margin-bottom:4vh;
	}
	.ImageBanner.Inner .Caption { padding-bottom:30px;}
	.ImageBanner.Inner .Caption .Inner {
		padding-left:20px;
		padding-right:20px;
	}
	.ImageBanner.Inner .SubHeading {
		margin-bottom: 10px;
	}
	
	.BulletPoints ul,
	.BulletPoints ul li {
		margin:0;
		padding:0;
		list-style:none;
		text-align:left;
	}
	.BulletPoints ul li {
		margin-bottom:18px;
		position:relative;
		padding-left:25px;
	}
	.BulletPoints ul li::before {
		content:"\02756";
		font-size:16px;
		color:#ce9e0e;
		position:absolute;
		left:0;
	}
	
	
	#ContactPage {
		border-top:1px solid #ddd;
		padding-top:5vh;
		margin-top:1vh;
	}
	
	#ContactPage .Info {
		white-space:nowrap;
		line-height:22px;
		font-size:16px;
		font-weight:500;
		color:#171714;
		margin-bottom:3vh;
	}
	#ContactPage .Info .Icon { padding-right:15px;}
    #ContactPage .Info .Icon img { height:50px;}

	#ContactPage .Info span,
	#ContactPage .Info a span {
		font-weight:600;
		color:#ce9e0e;
		text-transform:uppercase;
	}
	#ContactPage .Info a,
	#ContactPage .Info a:not([href]):not([tabindex]),
	#ContactPage .Info a:not([href]):not([tabindex]):hover { color: #171714;}
	
	
	.VehicleCapacity ul,
	.VehicleCapacity ul li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	.VehicleCapacity ul li {
		display:inline-block;
		color:#171714;
		margin:0 6px;
	}
	.VehicleCapacity ul li img {
		height:26px;
		margin-right:10px;
		float:left;
	}
	
	.PageTitle .VehicleCapacity { margin-top:12px;}
	.PageTitle .VehicleCapacity ul li {
		margin-left:20px;
		color:#fff;
	}

	
	.CompanyInfo .Box {
		text-align:center;
		position:relative;
	}
	.CompanyInfo .Box .Icon img {
		height:80px;
		margin-bottom:30px;
	}
	.CompanyInfo .Box .Title {
		font-size: 22px;
		line-height: 26px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 20px;
	}
	

	.ImageBoxes > .row >* {margin-bottom:60px;}
	
	.ImageBoxes .Box {
		background: #fff;
		position: relative;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	.ImageBoxes .Box:hover {
		/*transform:scale(1.1);*/
	}
	
	.ImageBoxes .Box .btn {
		min-width:130px;
		position:absolute;
		bottom:-25px;
		left:30px;
		right:30px;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		display:block;
	}
	
	.ImageBoxes .Box[data-ratio]>* {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
		text-align:center;
		height:100%;
	}

	.ImageBoxes .Box[data-ratio="1"] {padding-top: 100%;}
	
	
	#SubServices ul {
		margin:0;
		padding:0;
		list-style:none;
		
	}
	#SubServices ul li {
		margin:-1px 0 0 0;
		padding:0;
	}
	#SubServices ul li a {
		display:block;
		border:1px solid #ddd;
		padding:20px;
		font-size:16px;
		line-height:22px;
		font-weight:500;
		color:#000;
		position:relative;
	}
	#SubServices ul li a:hover {
		color: #000;
		background:#f7f6ea;
	}
	#SubServices ul li.active a {
		background:#ce9e0e;
		border-color:#ce9e0e;
		color:#fff;
		text-align:right;
		font-weight:600;
	}
	#SubServices ul li.active a::after {
		content:"";
		position:absolute;
		top:50%;
		right:-21px;
		border-top:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:10px solid transparent;
		border-left:10px solid #ce9e0e;
		margin-top:-10px;
	}
	
	#SubServices ul li:first-child a {
			-webkit-border-radius:15px 15px 0 0;
		border-radius:15px 15px 0 0;
	}
	#SubServices ul li:last-child a {
			-webkit-border-radius:0 0 15px 15px;
		border-radius:0 0 15px 15px;
	}
	
	
	.BlogSidebar .Widget { margin-bottom:4vh;}
	
	
	.LocationInformation .Top {
		border:1px solid #ddd;
		padding:15px 15px 15px 20px;
			-webkit-border-radius:10px;
		border-radius:10px;
		margin-top:1.5vh;
		margin-bottom:3vh;
	}
	
	.LocationInformation .Top .Tagline {
		font-size: 14px;
		line-height: 18px;
		font-weight: 500;
		color: #ce9e0e;
		margin-bottom:4px;
	}
	
	.LocationInformation .Top .Title {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
		color: #171714;
	}
	.LocationInformation .Coverage {
		display:inline-block;
		background:#f7f6ea;
		font-weight:600;
		color:#171714;
		text-align:center;
		padding:10px 20px;
			-webkit-border-radius:5px;
		border-radius:5px;
	}
	.LocationInformation .Coverage img {
		height:24px;
		margin-right:6px;
	}
	
	.LocationInformation {margin-top:1vh;}
	.LocationInformation > ul,
	.LocationInformation > ul li {
		margin:0;
		padding:0;
		list-style:none;
	}
	.LocationInformation > ul {
		display:flex;
		margin-left:-10px;
		margin-right:-10px;
	}
	.LocationInformation > ul li {
		width:20%;
		padding:0 10px;
		text-align:center;
		margin-bottom:3vh;
	}
	.LocationInformation > ul li .Box img {
		height:60px;
		margin-bottom:15px;
	}
	.LocationInformation > ul li .Box .Count {
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		color: #ce9e0e;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.LocationInformation > ul li .Box .Title {
		font-weight: 600;
		color: #171714;
		font-size: 16px;
		line-height: 20px;
	}
	
	
	.Network { margin-top:5vh;}
	.Network .Box {
		text-align:center;
		margin-bottom:4vh;
	}
	.Network .Box .Icon {
		background: #ce9e0e;
		height: 160px;
		width: 160px;
		border-radius: 100%;
		margin: 0 auto 30px;
		padding: 40px;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	.Network .Box .Title {
		font-weight: 600;
		color: #171714;
		font-size: 22px;
		line-height: 26px;
		margin-bottom:10px;
	}
	
	
	.EqualColumn .row {margin:0;}
	.EqualColumn .row * {padding:0;}
	
	.EqualColumn .Prjct .Box {
		background: transparent;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
		padding:20px 60px;
	}
	.EqualColumn .Prjct:hover .Box {
		/*background:#f7f6ea;*/
		color:#171714;
	}
	
	.EqualColumn .Prjct .Title {
		font-size:22px;
		line-height:25px;
		font-weight:600;
		color:#171714;
		margin-bottom:15px;
	}
	
	.EqualColumn .Prjct .Pic { overflow:hidden;}
	.EqualColumn .Prjct .Pic img { width:100%;}
	.EqualColumn .Prjct .Img {
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	.EqualColumn .Prjct:hover .Img {
			-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	
	.EqualColumn .Prjct .Box p { margin:0;}
	
	
	#how-we-work {
		position:relative;
		max-width:1920px;
		margin:0 auto;
	}
	.FullWrapper { background:#f7f6ea;}
	
	
	
	/*===== Location Styling =*/
	.Our_Loc > .row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.Our_Loc > .row > * {
		padding-left:10px;
		padding-right:10px;
		margin-bottom:20px;
	}
	
	.Our_Loc .Box {
		padding:250px 30px 30px 30px;
		overflow:hidden;
			-webkit-border-radius:15px;
		border-radius:15px;
		position:relative;
		
	}
	.Our_Loc .Box > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position:center;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.Our_Loc .Box .Overlay {
		position:absolute;
		top:0;
		left:0;
		background:rgba(0,0,0,0.5);
		width:100%;
		height:100%;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	.Our_Loc .Box:hover .Overlay {
		background:#ce9e0e;
		opacity:0.4;
	}
	
	.Our_Loc .Box .Inner {
		position:relative;
		z-index:2;
		color:#fff;
	}
	
	.Our_Loc .Box .Inner > .row { margin:0;}
	.Our_Loc .Box .Inner > .row >* { padding:0;}
	
	.Our_Loc .Box .Region {
		font-size:14px;
		line-height:18px;
		font-weight:600;
		text-transform:uppercase;
		color:#ce9e0e;
		margin-bottom:5px;
	}
	.Our_Loc .Box .CountryName {
		font-size:23px;
		line-height:26px;
		font-weight:600;
		color:#fff;
		margin-bottom:2.5vh;
	}
	
	.Our_Loc .Box .City a {
		background:#ce9e0e;
		padding:9px 20px 9px 15px;
		color:#fff;
		font-size:15px;
		line-height:20px;
		font-weight:500;
		display:inline-block;
			-webkit-border-radius:20px;
		border-radius:20px;
		margin-bottom:2.5vh;
	}
	.Our_Loc .Box .City img {
		height:20px;
		margin-right:5px;
	}
	.Our_Loc .Box:hover .City a { background:#171714;}
	
	.Our_Loc .Box .Count {
		font-family: 'Barlow', sans-serif;
		font-weight:600;
		color:#fff;
		font-size:21px;
		line-height:25px;
	}
	.Our_Loc .Box .Tagline {
		font-size:15px;
		line-height:20px;
		font-weight:500;
		white-space:nowrap;
	}
	
	
	.Our_City .Box {
		background:#fff;
			-webkit-border-radius:15px;
		border-radius:15px;
			-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
		box-shadow:0 0 10px rgba(0,0,0,0.1);
		position:relative;
		overflow:hidden;
		margin-bottom:30px;
	}
	
	.Our_City .Box .Image {
		position:relative;
		height:250px;
		overflow:hidden;
	}
	.Our_City .Box .Image > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position:center;
			-webkit-transform: scale(1);
		transform: scale(1);
			-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}
	.Our_City .Box:hover .Image > img {
			-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.Our_City .Box .Image .Airport {
		position:absolute;
		left:15px;
		bottom:15px;
		font-size:15px;
		line-height:20px;
		color:#fff;
		font-weight:500;
		z-index:1;
	}
	.Our_City .Box .Image .Airport img {
		height: 22px;
		position: relative;
		top: -1px;
	}
	
	.Our_City .Box .Image .Overlay {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding:20px 20px 50px;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
		text-align:right;
		color:#fff;
	}
	
	.Our_City .Box .Image .Overlay img {
		height:32px;
		margin-left:15px;
	}
	
	.Our_City .Box .Inner {
		padding:20px 20px 10px;
	}
	
	.Our_City .Box .Inner table { width:100%;}
	.Our_City .Box .Inner .Link { width:50px;}
	
	.Our_City .Box .Inner .Link a {
		background: #9c9ea1;
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 16px;
		display: inline-block;
		padding: 17px;
			-webkit-border-radius: 100%;
		border-radius: 100%;
			-webkit-transition: all .4s ease;
		transition: all .4s ease;
		opacity:0.25;
	}
	.Our_City .Box:hover .Inner .Link a {
		background: #ce9e0e;
		opacity:1;
	}
	.Our_City .Box:hover .Inner .Link a:hover {background: #171714;}
	
	.Our_City .Box .Inner .Link img {
		position:relative;
		left:1px;
	}
	
	.Our_City .Box .Name {
		font-size:20px;
		line-height:24px;
		font-weight:600;
		color:#171714;
		margin-bottom:7px;
	}
	.Our_City .Box .Name a { color:#171714;}
	.Our_City .Box .ReviewStar img { height:14px;}
	/*===== Location Styling END! =*/
	
	.MultiItemCarousel {
		padding:0 50px;
		margin-bottom:3vh;
	}
	
	.Feedback {
		text-align:center;
		padding:0 10px;
	}
	.Feedback > img {
		height:18px;
		margin-bottom:20px;
	}
	
	.Feedback .ClientName {
		font-size:17px;
		line-height:22px;
		font-weight:600;
		color:#171714;
	}
	.Feedback .ClientName span {
		font-size:14px;
		font-weight:500;
		color:#ce9e0e;
	}
	
	.ComingEvent .Box {
		background: #ce9e0e;
		-webkit-border-radius: 15px;
		border-radius: 15px;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
		margin-bottom: 3vh;
		padding: 30px;
	}
	.ComingEvent .Box .Title {
		font-size: 19px;
		line-height: 26px;
		font-weight: 500;
		color: #fff;
		margin-bottom:20px;
	}
	.ComingEvent .Box .Title a { color:#fff;}
	
	.ComingEvent .Box .Publish {
		font-size: 14px;
		line-height: 18px;
		font-weight: 600;
		color: #171714;
	}
	.ComingEvent .Box .Publish img {
		height: 16px;
		margin-right: 6px;
	}
	
	

@media All and (min-height:1100px) {
	.FullPageImage,
	.FullPageImage.SubNav {
		height: calc(70vh - 250px);
	}
}

@media All and (min-width:1199px) {
	.TitleStyle.Small .Bottom {
		font-size:40px;
	}
}


@media All and (max-width:1480px) {
	.EqualColumn .Prjct .Box {
		padding:20px;
	}
	.EqualColumn .Prjct .Title {
		font-size:20px;
		line-height:24px;
		margin-bottom:10px;
	}
}
	
@media All and (max-width:1199px) {
	.FullPageImage {height: auto !important;}
	.FullPageImage .Caption {
		position: relative;
		background:#f7f6ea;
	}
	.FullPageImage .Caption .Inner {
		background: transparent;
		border-radius: 0;
		padding: 40px 0;
		max-width: 100%;
		text-align:center;
	}
	.SubNavigation { display:none;}
	
	
	.EqualColumn .ReverseColum>.row {
		display:flex;
		flex-direction: row-reverse !important;
	}
	
	.EqualColumn .Prjct .Box { text-align:center;}
}


@media All and (max-width:991px) {
	.ImageBanner { height: 400px;}
	
	.ImageBanner img {
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}
	.ImageBanner .Caption {
		justify-content: center;
		padding-bottom: 0;
		text-align: center;
	}
	.ImageBanner .Caption table { margin:0 auto;}
	
	.ImageBanner.Inner .Caption { padding-bottom: 0;}
	
	.PageTitle .VehicleCapacity ul li {
		margin-left:10px;
		margin-right:10px;
	}
	
	.ImageBanner .SubHeading,
	.ParallaxWrapp .SubHeading {font-weight: 400;}
	
	.PageTitle .SearchWrapper { margin-top: 20px;}
	
	.LocationInformation .Coverage {
		display:block;
		margin-top:15px;
	}
	
	.LocationInformation > ul {
		display:block;
		text-align:center;
	}
	.LocationInformation > ul li {
		width:30%;
		display:inline-block;
	}
	
	.LocationInformation > ul li .Box .Count {
		font-size: 30px;
		line-height: 30px;
	}
}

@media All and (max-width:767px) {
	.EqualColumn .Prjct .Box {
		padding: 30px 20px;
		background:#fff;
	}
	.EqualColumn .ReverseColum.Mobile>.row {
		flex-direction: column-reverse !important;
	}
}

@media All and (max-width:760px) {
	.BulletPoints ul li::before {font-size: 14px;}
	
	.PageTitle .TitleStyle .Bottom {
		font-size: 25px;
		line-height: 30px;
	}
	
	.CompanyInfo .Box .Title,
	.Network .Box .Title {
		font-size: 18px;
		line-height: 22px;
	}
	
	.ImageBoxes .Box {
			-webkit-border-radius:10px;
		border-radius:10px;
	}
	
	.PageTitle .SearchWrapper button[type=button],
	.PageTitle .SearchWrapper button[type=submit] {
		height: 46px;
		width: 46px;
	}
	.PageTitle .SearchWrapper .TextRemove {
		top:10px;
		right:40px;
	}
	
	.LocationInformation .Top .Title {
		font-size: 17px;
		line-height: 22px;
	}
	
	.LocationInformation > ul li {
		width:45%;
		display:inline-block;
	}
	
	.EqualColumn .Prjct .Title {font-size: 18px;}
}


@media All and (max-width:576px) {
	#ContactPage .Theme.btn { width:100%;}
	#ContactPage .Info .Icon img {height: 40px;}
	#ContactPage .Info .Icon {padding-right: 10px;}
	#ContactPage .Info {
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 2.5vh;
	}
	#ContactPage .Info span,
	#ContactPage .Info a span { font-size:13px;}
	
	#ContactPage {
		padding-top: 2vh;
		margin-top: 0;
	}
	
	.LocationInformation > ul li .Box .Count {
		font-size: 25px;
		line-height: 25px;
	}	
	.LocationInformation > ul li .Box .Title {
		font-size: 14px;
		line-height: 18px;
	}
	.LocationInformation > ul li .Box img {
		height:40px;
		margin-bottom:10px;
	}
	
	
	/*===== Location Styling =*/
	.Our_Loc .Box {
		padding: 175px 20px 30px 20px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.Our_Loc .Box .CountryName,
	.Our_City .Box .Name {
		font-size: 18px;
		line-height: 22px;
	}
	
	.Our_City .Box {
			-webkit-border-radius:10px;
		border-radius:10px;
	}
	
	.Our_City .Box .Image { height: 200px;}
	
	.Our_City .Box .Inner .Link a {
		height: 40px;
		width: 40px;
		line-height: 40px;
		padding: 13px;
	}
	.Our_City .Box .ReviewStar img { height: 12px;}
	.Our_City .Box .Inner { padding: 15px 15px 8px;}
	.Our_City .Box .Image .Airport { font-size:14px;}
	
	.Our_City .Box .Image .Overlay img {
		height: 24px;
		margin-left: 12px;
	}
	.Our_City .Box .Image .Overlay {  padding: 18px 18px 30px;}
	/*===== Location Styling END! =*/
}


@media All and (max-width:400px) {
	.ImageBanner .Info,
	.ParallaxWrapp .Info {
		line-height:26px;
		font-size:28px;
	}
	.ImageBanner .Info .Icon,
	.ParallaxWrapp .Info .Icon {
		padding-right:10px;
	}
    .ImageBanner .Info .Icon img,
	.ParallaxWrapp .Info .Icon img { height:40px;}
}