/*!
 * MAXTECH COATINGS CONSULTANCY
 */
 
 
 
body{
	font-family: 'Lato', sans-serif;
	color:#555;	
}


.contact-details strong
{
	color:#3A6EA0;
}

h1{
	font-weight:300;
	font-size:24px;	
	margin-bottom:30px;
	color:#047EB8;
}

footer{
	 background: #000;
	 background: linear-gradient(#000,#555);
	 color:#fff;
	 padding:20px 0px;
}

footer span{
	font-weight:bold;	
}


footer a:link,footer a:visited{
	color:#fff;
}


footer a:hover,footer a:active{
	text-decoration:underline;
}

#footer-last{
	display:none;
		 background: #3A6EA0;
		 background: linear-gradient(#3A6EA0,#222);
		 margin: -20px;
    position: relative;
    left: 150px;
	border-left:2px solid #fff;
}	

#header-contact, #header-contact a:link, #header-contact a:visited{
	color:#3A6EA0;
	text-decoration:none;
}


#header-contact, #header-contact a:hover, #header-contact a:active{
	color:#222;
}

#maxtech-image-credit{
	color:#3A6EA0;	
}

#maxtech-logo{
	margin-top:20px;
	margin-bottom:20px;
}


.pad-top-15{
  	padding-top:15px;	
}

.pad-top-30{
  	padding-top:30px;	
}

.pad-top-80{
  	padding-top:80px;	
}


.pad-bottom-15{
  	padding-bottom:15px;	
}

.pad-bottom-30{
  	padding-bottom:30px;	
}

.margin-top-40
{
	margin-top:40px;	
}

.margin-right-15
{
	margin-right:15px;	
}

.testimonials-wrap
{
	margin:30px 0 30px 0;
	text-align:center;
}

.testimonials-logo
{
	text-align:center;	
	min-height:165px;
	
	    margin: auto;
    width: 100%;
	border:1px solid #777;
    padding: 15px;
}
.txt-center
{
	text-align:center;	
}

.txt-right
{
	text-align:right;	
}

#credits
{
	margin-top:10px;	
}

.navbar{
	
		 background: #3A6EA0;
		 background:linear-gradient(to right, #3A6EA0 0%, #000000 50%,#000000 50%,#000 50%,#000 100%);
		 margin-bottom:2px;
}




a.nav-link:link ,.a.nav-link:visited {
	color:#fff!important;
}

a.nav-link:hover ,.a.nav-link:active {
	color:#3A6EA0!important;
}


#max-nav a:link ,#max-nav a:visited {
	color:#fff!important;
}

#max-nav a:hover ,#max-nav a:active {
	color:#ccc!important;
}



.btn.btn-primary{
	 background: #3A6EA0
}

.btn.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active{
	 background: #999;
}

#enquiry-tb{
	min-height:150px;	
}

.desktop-only{
		display:none;	
}

.mobile-only{
	display:block;	
}

#max-nav
{
	padding-left:0;	
}

#max-nav li:not(:last-child)
{
	border-bottom:1px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
}

@media(min-width:769px)
{
	.nav-link.active{
		 background: #3A6EA0;
		 background: linear-gradient(#3A6EA0,#222);
	}
	
	
	#max-nav li
{
	border-bottom:none;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

	

#max-nav
{
	padding-left:15px;	
}

	
	
	
	

#footer-last{
	display:block;
}	

#home-content{
	padding-top:60px;

}


}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

#max-nav{
	 margin: -10px 0 -10px 0;
	 border-left:2px solid #fff;
    } 

#home-image
{
	border-left:1px solid #3A6EA0;
}
		
	.desktop-only{
		display:block;	
	}
	
	.mobile-only{
		display:none;	
	}
}

@media(max-width:768px)
{
#max-nav{
	flex: 0 0 100%!important;
	max-width: 100%!important;
	border:none;
}
}





.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}