/*****Custom CSS*******/
body{ 
	background-image: url('../oilfield.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}
p{color:#fff; font-size:16px; margin:0px}
b{font-size:16px; color:#fff}
.max-width-100{width:100%}
.align-center{text-align:center}
.no-padding{padding:0px}
.padding{padding:15px}
#simplegallery1{
	width:100% !important;
}
#simplegallery1 .gallerylayer, #simplegallery1 .gallerylayer a img{width:100%; max-height:300px !important}


.header-section{
	margin-top:10px;
}
.header-section .container .border-radius{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	overflow:hidden;
}
.nav-justified>li>a{background:#1d1a1a}
.nav>li>a{color:#fff; font-size:16px}
.nav>li+li{border-left:solid 1px #666}
.nav>li>a:hover{background:#1d1a1a; text-decoration:underline}
.nav>li>a:focus{background:#1d1a1a; text-decoration:underline}

.services-row{background:#504641; float:left;  width:100%}
.services .title{background:#d17040; text-align:center; padding:10px}
.services .title p{font-size:25px; font-weight:600; color:#fff; margin:0px}
.services .img{background:#8d7a72; text-align:center}
.services .excerpt{background:#23201d; padding:5px; color:#fff; font-size:16px; float:left; min-height:164px}
.services .excerpt .read-more-btn{background:#d17040; position:absolute; bottom:5px; right:20px; padding:10px 15px; font-size:10px; color:#fff}

.content-row{background:#504641; float:left;  width:100%;}
.content-row .col-sm-9{border-right:solid 1px #38312e}

.right-sidebar  {padding:0px}
.sidebar-link{background:#d17040; font-size:20px; width:100%; display:block; font-weight:400; color:#fff;  padding:10px}
.sidebar-link:hover{text-decoration:none; color:#fff}
.sidebar-link + .sidebar-link{margin-top:15px}

.form-horizontal{margin-top:20px}
.form-group label{color:#fff}

.clearFix{clear:both; width:100%}

.links-images p a{color:#fff; font-size:18px; font-weight:600;}

.footer-row{width:100%; text-align:right; padding:15px; background:#000}
.footer-row-2{
	width:100%; 
	text-align:center; 
	padding:15px; 
	background:#000; 
	border-bottom-left-radius:15px; 
	border-bottom-right-radius:15px; 
	overflow:hidden;
	margin-bottom:10px;
}
.footer-row-2 a{color:#fff}

.image-row{border:solid 1px #000; background:#fff; float:left; width:100%}
.image-row a{font-size:22px; font-weight:600; text-decoration:underline}
.image-row + .image-row{margin-top:20px}

@media(max-width:768px){
	.max-width-100{
		max-width:100%;
		width:auto;
	}
	.bg-white-xs{background:#fff}
	.nav>li{border-left:solid 1px #666; border-right:solid 1px #666}
	.navbar-toggle .icon-bar{border:solid 1px #fff}
	.navbar-header{margin:0px 15px; background:#1d1a1a}
	.navbar-collapse{background:#666; margin:0px 15px}
	.services{clear:both; width:100%;}
	.links-images{text-align:center}
}
@media(min-width:768px){
	.links-images{padding:30px 0px}
}
@media(min-width:768px) and (max-width:1198px){
	.nav>li>a{height:64px}
}
@media(min-width:992px) and (max-width:1198px){
	#simplegallery1 .gallerylayer a img{
		min-height:300px;
		max-height:300px;
	}
}
@media (min-width:768px) and (max-width:992px){
	#simplegallery1 .gallerylayer a img{
		min-height:215px;
		max-height:215px;
	}
	#simplegallery1{
		width:100% !important;
		height:215px !important;
	}
	.navpanellayer{
		top:170px !important;
	}
}
@media(min-width:520px) and (max-width:768px){
	#simplegallery1 .gallerylayer a img{
		min-height:215px;
		max-height:215px !important;
	}
	#simplegallery1{
		width:100% !important;
		height:215px !important;
	}
	.navpanellayer{
		top:170px !important;
	}
}
@media (max-width:520px){
	#simplegallery1 .gallerylayer a img{
		min-height:150px;
		max-height:150px !important;
	}
	#simplegallery1{
		width:100% !important;
		height:150px !important;
	}
	.navpanellayer{
		top:120px !important;
	}
}
