/* master styles */
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6em;
	color: #555;
	background-color: #ffffff;
}
.revealOnScroll {
	opacity: 0;
}
.revealOnScroll.animated {
	opacity: 1;
}
.animation-container {
	overflow: hidden;
}
.req:after {
	color: red;
	content: " (Required)";
	display: inline-block;
	margin-left: 0.5em;
	font-weight: 300;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 1em 0 !important;
	padding: 0 0 10px 0;
	color: #555;
	border-bottom: 2px solid #ed1a25;
	/* border-bottom: 2px solid #ed1a25; */
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
}

h2, .h2, h3, .h3 {
	color: #555;
	font-weight: 400;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.3em;
}

dd + dt {
	margin-top:0.5em;
}

strong {
	font-weight: 700;
}
.nav {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-default {
	border-top: none;
	border-bottom: none;
	border-radius: 0px;
}
.navbar-collapse {
	max-height: 1000px;
}
.dropdown-menu {
	padding: 0;
	font-size: 12px !important;
}
.dropdown-menu li:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
}

.panel-heading.lead {
	margin-bottom:0;
}

.lead {
	font-size:1.3em;
	line-height: 1.6;
	font-weight: 400;
	}
/*---------------------------
Logo scroller
---------------------------*/
.slider-scroller {
	padding-right: 0;
	padding-left: 0;
	margin-top: 1em;
	margin-bottom:2em;
}
.slider-scroller .slick-slider {
	margin-bottom: 0;
	overflow: hidden;
}
.slider-item-holder img {
	padding: 1em;
}
/*---------------------------  
Overlay style 
--------------------------*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	/*top: 0;*/
	left: 0;
	background: #fff;
	/*background: rgba(241,87,34,0.97);*/
	z-index: 9999;
	overflow: auto;
}
/* Overlay closing cross*/
.overlay .overlay-close {
	/*	width: 30px;
	height: 30px;*/
/*	position: absolute;*/
	padding: 0.4em;
	/*right: 50px;
	top: 20px;
	overflow: hidden;*/
	border: 1px solid #ed1a25;
	background: transparent;
	/*	text-indent: 200%;*/
	color: #ed1a25;
	margin-bottom: 0.5em;
	outline: none;
	z-index: 9999;
}
/* Overlay content style  */
.overlay h2 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;/* color:#ffffff;*/
	border-bottom: 1px solid #ed1a25/*#ffffff*/;
}
/*.overlay p {color:#ffffff;}
.overlay label {color:#ffffff;}*/
.overlay input {
	background: #E6E6E6 !important;
}
.overlay textarea {
	background: #E6E6E6 !important;
}
.overlay a {/*color:#ffffff;*/
	text-decoration: none;
}
.overlay a:hover {
	text-decoration: underline;
}
/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
label.error {
	font-size: 12px;
	color: red;
	padding-left: 5px;
	margin-top: 0;
	display: block;
}
/*---------------------------
feature-header styles
---------------------------*/
/*#header:after, .hero {
	clear: both;
	display: block;
	float: none;
	margin-top: 1.3em;
	width: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#header:after {
	content: "";
}
*/

body:not(#pgHome) #header.navbar.navbar-default::after {
    content: "";
    display: block;
    height: 200px;
    margin-left: -15px;
    margin-right: -15px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}


/*------------------------
Carousel
--------------------------*/

.carousel-inner .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.carousel-caption {
    top: 10%;
    background: RGBA(34, 34, 34, 0.55);
    bottom: auto;
    padding: 0.5em 1em 2em;
}
.carousel-caption--text {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.title {
	font-size: 22px /*!important*/;
	color: #ED612D;
}
/* background colour */
.bg-white {
	background-color: #ffffff;
}
.bg-grey, .feature-wrap {
	background-color: #f5f5f5;
}

.feature-wrap {
	padding-top:3em;
}

/* content */
.content-wrap {
	padding: 40px 0;
}
.content-col {
}
.content-col h2 {
	margin-bottom: 10px;
}
.content-col p {
	margin-bottom: 20px;
}
.content-col a {
	text-decoration: underline;
}
.content-col a:hover {
	text-decoration: none;
}
.content-col .large-title {
	font-size: 24px;
	font-weight: 400;
	color: #EB3353;
	line-height: 25px;
}
.content-col ul {
	margin-bottom: 25px;
}
.content-col li {
	margin-bottom: 6px;
}
.home-line {
	border-bottom: 3px solid #ed1a25;
	margin: -20px auto 30px auto;
}
/* quote boxes */
blockquote {
	border:none;
	font-size: initial;
    padding: 1em;
    margin: 1.5em;
    background: #f9f9f9;
}

.quote-body {
	margin: 0 0 0.5em 0;
	padding: 0.5em 2em;
	quotes: "\201C""\201D""\2018""\2019";
}

.quote-body:before, .quote-body:after {
  color: #ccc;
  font-size: 4em;

}

.quote-body:before {
	content: open-quote;
	line-height: 0;
	margin: 0.25em 0 0 -0.5em;
	height: 0;
	float: left;
	padding: 0;
}

.quote-body:after {
	content: close-quote;
	display: table;
	float: right;
	line-height: 0;
	margin: 0 -0.5em 0 0;
	height: 0;
} 

.quote-source:before {
	content:"";
	display:block;
	float:none;
	}

.quote-source {
	text-align:right;
	}

.quote-source--name {
	display:inline-block;
}

/*-------------------------------
Project Items
------------------------------*/
.proj-item {
    margin-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
}

.proj-item--heading {
	border-bottom: 1px solid #ed1a25;
	font-size: 1.4em;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.proj-item--heading-sub {
	color: #000 !important;
	display: block;
	font-size: 80% !important;
	line-height: 1.3em;
	margin: 0.3em 0 0.5em 0;
}

.proj-item--description {
	}

.proj-item--graphic {
	float: right !important;
    margin: 0 0 1em 1em;
	max-width: 50%;
}

.has-lightbox::before {
	content: "\e140";
	font-family: 'Glyphicons Halflings';
	margin-top: 0.2em;
	margin-left: 0.3em;
	position: absolute;
	font-size: 133%;
	color: #fff;
	background: RGBA(0, 0, 0, 0.38);
	width: 1.85em;
	text-align: center;
	border-radius: 50%;
	padding: 0.2em 0;
	vertical-align: middle;	
/*    content: "\e140";
    font-family: 'Glyphicons Halflings';
	margin-top: 0.2em;
	margin-left: 0.3em;
    position: absolute;
    font-size: 133%;
	color:#fff;*/
}


/* Overview blocks*/
.overview-block {
	margin-bottom:2em;
}

/* slideshow-wrap */
.slideshow-wrap {
	position: relative;
	border-top: 1px solid #C4CEDF;
	border-bottom: 1px solid #C4CEDF;
}

/* panel */
.panel-col {
	margin-bottom: 20px;
}
.panel-col h3 {
	margin: 0;
	color: #fff;
	text-align: center;
	background: #ed1a25;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.panel-col a {
	display: block;
	text-decoration: none;
}
.panel-col a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.panel .panel-body {
	padding: 15px 15px 0;
/*	min-height: 9.5em;*/
}
.panel .panel-footer {
	background: none;
	border: none;
	padding: 0 15px 25px 15px;
}


.feature-wrap .panel-default > .panel-heading {
    color: #fff;
    background-color: #2A7CC2;
    border-color: #2A7CC2;
}
.feature-wrap .panel-default > .panel-heading .panel-title {
    font-size: 1.2em;
	text-transform:uppercase;
}


/* sidebar-panel */
.sidebar-panel {
	padding-top: 30px;
	padding-bottom: 20px;
	background: #DEDEDE;
}
.sidebar-title {
}
/* heading */
.heading-wrap {
	background: #f6f6f6;
}
.heading-wrap h1 {
	margin-top: 20px;
	text-transform: uppercase;
}
.small-text {
	display: block;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
}

.scroll-top {
	margin-top: 20px;
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
}
a.scroll-top {
	text-decoration: none;
}
/* images */
.img-border {
	border: #CCC solid 1px;
	padding: 3px;
}
/* gallery */
.gallery {
	margin-top: 40px;
}
/* top-buttons */
.top-buttons {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
/* buttons */
.btn-enquire {
	color: #fff;
	background-color: #ed1a25;
	border-color: #ed1a25;
	border-radius: 0px !important;
	padding: 5px 20px;
}
.btn-enquire:hover, .btn-enquire:focus, .btn-enquire:active, .btn-enquire.active, .open .dropdown-toggle.btn-enquire {
	color: #fff;
	background-color: #ed1a25de;
	border-color: #ed1a25de;
}
.btn-phone {
	color: #fff;
	background-color: #A4A4A4;
	border-color: #909090;
	border-radius: 0px !important;
	padding: 2px 20px;
	font-size: 18px !important;
	height: 32px !important;
}
.btn-phone:hover, .btn-phone:focus, .btn-phone:active, .btn-phone.active, .open .dropdown-toggle.btn-phone {
	color: #fff;
	background-color: #909090;
	border-color: #909090;
}
/* Call to action */
.call-to-action {
	background: #ed1a25;
	padding: 2.5em 0;
}

.call-to-action:after {
	content: "";
	background: #FFF;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.call-to-action-msg {
	color: #ffffff;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.8em;
}
.call-to-action-msg, .call-to-action-link {
	text-align: center;
}
/*.next-project {position: relative;}
.next-project .link {position: absolute; z-index:999; text-align:center; text-transform:uppercase; top:0; left:0;}*/
.next-project h3 {
	color: #ffffff;
	font-weight: 400;
}
/* btn-slide */
.btn-next-p {
	color: #ed1a25;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
}
.btn-next-p:hover,  .btn-next-p:focus,  .btn-next-p:active,  .btn-next-p.active,  .open .dropdown-toggle.next-p {
	color: #ffffff;
	background-color: #ed1a25;
	border-color: #ed1a25;
}
.next-p:active,  .next-p.active,  .open .dropdown-toggle.next-p {
	background-image: none;
}
/* form */
.form-subcribe {
	font-size: 12px;
	width: 100% !important;
	margin-bottom: 5px !important;
}
/* Flexible iFrame */
.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
textarea {
	resize: none;
}

/* brochure */
.brochure p {
	line-height: 15px !important;
}
.brochure img {
	margin-bottom: 5px;
}
.brochure span {
	font-size: 10px
}
.brochure a {
	text-decoration: none;
	font-size: 12px !important;
}
.brochure a:hover {
	text-decoration: underline;
}
/* footer */
.footer-menu-wrap {
	padding: 40px 0 60px 0;
	font-size: 13px;
}
.footer-menu-wrap p {
	margin: 0;
	padding: 0;
	line-height: 25px;
}
.footer-menu-wrap ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.footer-menu-wrap li {
	padding: 0 0 5px 0;
}
.footer-menu-wrap a:not(.btn) {
	color: #5F5F5F;
	text-decoration: none;
}
.footer-menu-wrap a:not(.btn):hover {
	color: #5F5F5F;
	text-decoration: underline;
}
.footer-menu-wrap .title {
	font-weight: 400;
	color: #ed1a25;
}
.footer-heading {
	font-size: 18px;
	font-weight: 400;
	color: #ed1a25;
	margin:0.5em 0 0.2em;
}

div > .footer-heading:first-child {
    margin: 0 0 0.5em 0;
}


.footer-menu-wrap .footer-heading a {
	color: #ed1a25;
	text-decoration: none;
}
.footer-heading a:hover, .footer-heading a:focus {
	color: #ed1a25;
	text-decoration: underline;
}
/*.footer-spacing {
	padding-bottom: 10px;
}*/
.footer-wrap {
	margin-top: 0px;
	background-color: #ffffff;
	color: #5F5F5F;
}
.footer-wrap a {
	color: #5F5F5F;
	text-decoration: none;
}
.footer-wrap a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
footer {
	padding: 15px 0 15px 0;
	font-size: 12px;
}
.footer-text {
	text-align: center;
}

/* For Services Page */

.ms-services-h2 {
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-family: "Montserrat";
	font-weight: 400;
	border-bottom: 2px solid #ed1a25;
	font-size: 36px; 
	line-height: 40px;
	color: #555;
	text-transform: uppercase;
}

.ms-services-list {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}

.ms-services-list>li {
	margin-bottom: 5px;
}

.ms-services-sub-list {
	font-weight: normal;
	color: #555;
}

.services-img {
	border-radius: 20px;
}

.msr-company-logos {
	display: inline-block;
}

.msr-company-logo-margin {
	display: inline-block;
	margin-left: 20px;
}

.text-bold-red {
	color: #ed1a25;
	font-weight: 500;
}

.company-profile-list {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 20px;
}

/*===========================
Media Queries
=============================*/
@media (min-width: 460px) {
	.panel .panel-body {
		min-height: 9.5em;
	}
}

@media (min-width: 768px) {

	div > h2:first-child {
    	margin-top: 0;
	}
	
	a[href^="tel"], a[href^="tel"]:hover, a[href^="tel"]:focus {
		text-decoration: none;
		color: #666;
		cursor: default;
	}	

	.top-buttons .btn-phone, .top-buttons .btn-phone:hover, .top-buttons .btn-phone:focus {
		color: #fff;
		background-color: #A4A4A4;
	}
	
	body:not(#pgHome) #header.navbar.navbar-default::after {
		background-image:url(../images/banner-new-v1.jpg);
		margin-left: 0;
		margin-right: 0;
		}

		
	/*-------------Home Page slider for Large Screens-------------------*/
	#pgHome .slideshow-wrap:before {
		background: url(/images/slide01.jpg), url(/images/slide02.jpg), url(/images/slide03.jpg);
		content: "";
	}
	.carousel-inner .item {
		height: 400px;
	}
	.carousel-caption {
		top: 25%;
	}
	
	.carousel-caption--text {
		font-size: 210%;
		line-height: 1.4em;
	}
	.carousel-inner .item-01 {
		background-image: url(/images/slide01.jpg);
	}
	.carousel-inner .item-02 {
		background-image: url(/images/slide02.jpg);
		background-position: center center;
	}
	.carousel-inner .item-03 {
		background-image: url(/images/slide03.jpg);
		background-position: 0 0;
	}
	.carousel-inner .item-04 {
		background-image: url(../images/slide04-v1.jpg);
	}
	/*--------------Call to cation BK for large screens ---------------*/
/*	.call-to-action {
		background: #2A7CC2;
	}
*/
	.navbar-default {
		margin-bottom: 0px;
		background-color: #ffffff;
	}
	.nav > li > a {
		padding-bottom: 18px;
		color: #777777 !important;
	}
	.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
		color: #000000 !important;
		background-color: transparent;
		padding-bottom: 15px;
		border-bottom: 3px solid #ed1a25;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
	a.nav-last {
		padding-right: 0px !important;
	}
	.navbar-collapse {
		padding-left: 0;
	}
	.dropdown {
		z-index: 100;
	}
	.dropdown-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #ffffff;
		text-decoration: none;
		background-color: #ed1a25;
	}
	.banner-wrap {
		max-height: 300px;
		overflow: hidden;
	}
	.top-buttons {
		position: absolute;
		right: 15px;
		padding-bottom: 10px;
	}
	.panel-wrap {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.panel-col {
		position: relative;
	}
	.panel-wrap .panel-title {
		position: absolute;
		top: 20px;
		left: 35px;
		display: block;
	}
	.sidebar-panel .panel-col {
		max-height: 12em;
		overflow: hidden;
	}
	.home-text p {
		font-size: 18px !important;
	}
	.home-line {
		width: 500px;
	}
	.content-col p {
		font-size: 16px;
	}
	.small-text {
		height: 50px;
		overflow: hidden;
	}
	.footer-menu-wrap {
		margin-top: 0px;
	}
	.mobile-yes {
		display: none;
	}
	/* overlay */
	.overlay {
		top: 0px;
	}
	.overlay .overlay-close {
		top: 80px;
		right: 50px;
	}
	.overlay-spacing {
		padding-top: 3em;
	}
	.overlay h2 {
		font-size: 20px;
	}

	
	/* Overview modules */
	.sm-center {
		text-align:center;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a {
		font-size: 0.9em;
	}
	
	.navbar-brand {
		margin: 0;
		padding: 30px 0 0 0;
		width: 250px;
	}
	/* panel */
	.panel-col h3 {
		width: 120px;
		padding: 5px;
		font-size: 15px;
	}
	/* sidebar-panel */
	.sidebar-title {
		position: absolute;
		top: 20px;
		left: 10px;
		display: block;
	}
	.sidebar-title h3 {
		width: 200px;
	}
	.content-col h1 {
		font-size: 30px;
	}
	/* next-project */
	/*.next-project .link {top:60px; left:10px; padding:30px 10px; width:350px; height:250px; }
	*/.next-project h3 {
		font-size: 22px;
		line-height: 30px;
	}
	/* image-box */
	.image-box {
		height: 291px;
	}
}



@media (min-width:768px) and (max-width: 1199px) {
	.top-buttons {
		top: 2.5em;
	}
	
	.navbar-nav > li > a {
		padding-right: 0.5em;
		padding-left: 0.5em;
		
	}
	
	.navbar-right {
		float: none !important;
		margin: 2.5em auto 0;
		text-align: center;
		display: table;
	}
}

@media (min-width: 992px) {
	.call-to-action-msg, .call-to-action-link {
		display:inline-block;
		padding-left:0.2em;
		padding-right:0.2em;
		vertical-align: middle;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav {
		font-size: 0.9em !important;
	}
	.navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*	.navbar-nav {margin-top:2.5em;}*/
	/*.navbar-nav {margin-top:55px;}*/
	
	.navbar-brand {
		margin: 0;
/*		padding: 25px 0 0 0;*/
		width: 350px;
	}
	/* panel */
	.panel-col h3 {
		width: 175px;
		padding: 5px;
		font-size: 20px;
	}
	/* sidebar-panel */
	.sidebar-title {
		position: absolute;
		top: 20px;
		left: 30px;
		display: block;
	}
	.sidebar-title h3 {
		width: 240px;
	}
	.content-col h1 {
		font-size: 30px;
	}
	/* next-project */
	/*.next-project .link {top:80px; left:40px; padding:30px 10px; width:400px; height:200px;}
	*/.next-project h3 {
		font-size: 26px;
		line-height: 35px;
	}
	/* image-box */
	.image-box {
		height: 376px;
	}
}

@media (min-width: 1200px) {
	.carousel-caption {
		top: 35%;
	}	

	.top-buttons {
		top: 1.1em;
	}	
	.nav {
		font-size: 13px !important;
	}
	.navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav {
		margin-top: 0/*55px*/;
	}
	.navbar-brand {
		margin: 0;
		padding: 1em 0 0 0;
	}
	.top-buttons {
		margin: 0;
	}
	/* panel */
	.panel-col h3 {
		width: 220px;
		padding: 10px;
		font-size: 26px;
	}
	/* slideshow-wrap */
	.slideshow-wrap {
		max-height: 553px;
		overflow: hidden;
	}
	.content-col {
		padding-right: 40px;
	}
	.content-col h1 {
		font-size: 32px;
	}
	/* sidebar-panel */
	.sidebar-title {
		position: absolute;
		top: 20px;
		left: 60px;
		display: block;
	}
	.sidebar-title h3 {
		width: 240px;
	}
	/* next-project */
	/*.next-project .link {top:100px; left:40px; padding:30px 10px; width:500px;}*/
	.next-project h3 {
		font-size: 36px;
		line-height: 45px;
	}
	.img-normal {
		display: none;
	}
	/* image-box */
	.image-box {
		height: 454px;
	}
}

@media (min-width: 1800px) {
	body:not(#pgHome) #header.navbar.navbar-default::after {
		background-size: auto;
		background-color: #E6E8EA;
	}
}


@media (max-width: 991px) {
	.call-to-action-link {
		margin-top: 1em;
	}
}





@media (max-width: 767px) {

	.services-img {
		margin: 20px 0 0 0;
	}
	.navbar {
		padding: 0 15px;
		border: none !important;
	}
	.navbar-header {
		background: #fff;
		padding: 0;
	}
	.navbar .title-navbar {
		float: left;
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		color: #666;
		text-align: left;
		padding: 0px
	}
	.navbar .navbar-icon {
		float: right;
		padding-top: 3px
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #ed1a25;
	}
	.navbar-default {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav > li > a {
		color: #252525;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #000000;
		background-color: transparent;
	}
	.navbar-toggle {
		padding: 9px 10px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
	}
	.navbar-collapse {
		max-height: 550px;
		margin-bottom: 0.5em;
		padding-right: 25px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar-header {
		background: #fff;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.navbar-brand {
		float: none !important;
		margin: 1em auto;
		width: auto;
		height: auto;
		padding: 0;
	}
	.navbar-brand img {
		display:block;
		margin: 0 auto;
		width: auto;
	}

	body:not(#pgHome) #header.navbar.navbar-default::after {
		background-image:url(../images/banner-int-m-new-v1.jpg);
		}

	.top-buttons {
		float: none !important;
		margin: 0 auto 0;
		padding: 0;
		width: 260px;
	}
	.panel-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.panel-wrap h3 {
		font-size: 18px;
	}
	.panel-col h3 {
		margin-bottom: 0px !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.panel-wrap .panel-title {
		margin-bottom: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.sidebar-title {
		margin-bottom: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.banner-int {
		display: none;
	}
	/*.slideshow-wrap {display:none;}*/
	#slider1 {
		display: none;
	}
	.rslides {
		display: none;
	}
	/* next-project */
	/*.next-project .link {top:50px; left:0px; width:100%; padding:30px 10px;}
	*/.next-project h3 {
		font-size: 26px;
	}
	.home-line {
		width: 250px;
	}
	.content-col h1 {
		font-size: 24px;
	}
	.content-col p {
		font-size: 15px !important;
	}
/*	.footer-menu-wrap {
		margin-top: 20px;
	}*/
	.feature-wrap + .footer-menu-wrap {
/*		margin-top:0;*/
		padding-top:0;
	}	
	.footer-heading {
		margin-top: 15px;
	}
	.footer-text {
		text-align: center;
	}
	.mobile-no {
		display: none;
	}
	/* overlay */
	.overlay {
		top: 0px;
	}
	.overlay .overlay-close {
		top: 10px;
		right: 20px;
	}
	.overlay-spacing {
		padding-top: 20px;
	}
	.overlay h2 {
		font-size: 20px;
	}

	/*-------------Home Page slider for Small Screens-------------------*/
	#pgHome .slideshow-wrap:before {
		background: url(/images/slide01-sm.jpg), url(/images/slide02-sm.jpg), url(/images/slide03-sm.jpg);
		content: "";
	}

	.carousel-inner .item {
		height: 240px;
	}
	.carousel-inner .item-01 {
		background-image: url(../images/slide01-sm.jpg);
	}
	.carousel-inner .item-02 {
		background-image: url(../images/slide02-sm.jpg);
		background-position:center center;
	}
	.carousel-inner .item-03 {
		background-image: url(../images/slide03-sm.jpg);
		background-position:right 0;
	}
	.carousel-inner .item-04 {
		background-image: url(../images/slide04-sm-v1.jpg);
	}

	.carousel-caption--text {
		font-size: 200%;
	}
}


@media (min-width: 460px) {
	.pull-right {
		margin-left:1.5em;
	}
	.pull-left {
		margin-right:1.5em;
	}
}


@media screen and (max-width: 459px) {
	.panel-col, .xs-stack {
		clear:both;
		float: none !important;
		left:0;
		right:0;
		width: 100%;
	}
	
	.pull-right.xs-stack, .pull-left.xs-stack {
		margin-right:auto;
		margin-left:auto;
	}
	
	.panel-col {
		margin-bottom: 0.2em;
	}
	body:not(#pgHome) #header.navbar.navbar-default::after {
		height: 100px;
	}

	.navbar-brand > a {
		display: table !important;
		margin: 0 auto !important;
	}	
	
	.proj-item--graphic {
	    max-width: 40%;
	}
		
}

@media (min-width: 401px) and (max-width: 767px) {
	.small-text {
		height: 60px;
		overflow: hidden;
	}
}

 @media screen and (max-width: 400px) {
	.small-text {
		height: 60px;
		overflow: hidden;
	}
	.navbar-brand {
		width: auto;
		margin: 0.5em auto 1em;
	}
	.navbar-brand img {
		max-width: 90%;
		margin: 1em auto 0px;
	}
	.carousel-caption {
		top: 0;
		bottom: 0;
		width: 100%;
		left: 0;
		padding: 1em;
		background: RGBA(34, 34, 34, 0.25);
	}
	
	.proj-item {
    	margin-bottom: 3em;
	}
}

@media screen and (max-width: 480px) {
	.msr-company-logo-margin {
		margin-top: 40px;
	}
}


/* Google Recaptcha */
.grecaptcha-badge {
  display: none !important;
}

label.error {
  font-size:12px;
  color:#FF0000;
  padding-left:5px;
  margin-top:0;
  display:block;
}

small p {
  font-size:12px !important;
}