/*

Theme Name: Bluestones

*/



body {
	margin:0;
	padding:0;
	background:#fff;
	color:#353535;
	font-family: 'Lato', sans-serif;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#0066b3;
}
a:focus {
	outline:none;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
form, .clear {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.row {
	margin:0 -15px;
}
.col {
	float:left;
}
.col-in {
	padding:0 15px;
}
.col-1-4 {
	width:25%;
}
.col-1-5 {
	width:41.66%;
}
.col-1-7 {
	width:58.33%;
}
.col-1-8 {
	width:75%;
}
#wrapper {
}
.container {
	width:1200px;
	margin:0 auto;
}
#header .container {
	position:relative;
	padding:20px 0 14px;
	border-bottom:1px solid #c8c8c8;
}
#logo {
	float:left;
	margin-right:50px;
}
#hlogo {
	float:left;
}
#hlogo img {
	margin-right:20px;
}
#nav-box {
	padding-bottom:15px;
}
#site-name {
	float:left;
	padding-top: 14px;
}
#site-name a {
	color:#353535;
}
#nav {
	float:right;
	position:relative;
	top:-1px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul > li:first-child {
	list-style:none;
	background:none;
}
#nav ul > li {
	float:left;
	background:url(images/nav.png) no-repeat 0 22px;
	padding-left:20px;
	margin-left:15px;
}
#nav ul > li a {
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	padding-top:15px;
	border-top:2px solid transparent;
	display:block;
}
#nav ul > li.current-menu-item a, #nav ul > li:hover a {
	border-color:#0066b3;
}
#smbox {
	position:absolute;
	right:0;
	top:0;
}
.sm a {
	background: url("images/sm.png") no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-left: 7px;
}
.sm a.sm2 {
	background-position: -31px 0;
}
.sm a.sm3 {
	background-position: -61px 0;
}
.sm a.sm4 {
	background-position: -91px 0;
}
.sm a.sm5 {
	background-position: -122px 0;
}
.sm a.sm6 {background-position: -152px 0; }
#slider-box {
	position:relative;
	margin-bottom:10px;
}
#slider {
	position:relative;
	z-index:1;
}
#slider img {
	width:100%;
	height:auto;
}
.slide {
	position:relative;
}
.slide-desc {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	width:100%;
	background:rgba(0, 102, 179, 0.75);
	font-size:16px;
	padding:25px 0;
}
.slide-desc p {
	margin-top:0;
}
.sdl {
	font-size:32px;
	text-transform:uppercase;
	width:28%;
}
.sdr {
	width:72%;
}
.sdl .col-in {
	border-right:1px solid #4e91bc;
}
.cycle-pager {
	text-align: center;
	font-size: 40px;
	color: #e9e9e9;
	cursor:pointer;
}
.cycle-pager span {
	margin:0 2px;
}
.cycle-pager span.cycle-pager-active {
	color:#0066b3;
}
.fheader {
	border-top:1px solid #ccc;
	margin-bottom:15px;
}
.view-all {
	float:right;
	font-size:14px;
	text-decoration:underline;
	color:#0066b3;
	font-weight:bold;
	padding:15px 0 0;
}
.fhead {
	float:left;
	font-size:24px;
	position:relative;
	top:-1px;
}
.fhead span {
	border-top:2px solid #0066b3;
	padding:7px 0;
	display:inline-block;
}
.fhead strong {
	color:#0066b3;
}
.product-slider {
	margin:0 -6px;
}
.product-slider .owl-pagination {
	display:none;
}
.pitem img {
	width:100%;
	height:auto;
}
.pitem-in {
	margin:0 6px;
	position:relative;
}
.pitem-desc {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	white-space:normal;
}
.pitem-desc h3 {
	color:#0066b3;
	margin: 0 0 20px 0;
	text-transform:uppercase;
}
.pitem-desc p {
	font-size:14px;
	line-height:1.5;
	color:#0066b3;
}
.pitem-desc-in {
	padding: 30px;
}
.product-slider-box {
	position:relative;
}
.button {
	background:#0066b3;
	border:none;
	border-bottom:3px solid #005493;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px 15px 7px;
	text-transform:uppercase;
	cursor:pointer;
}
.pitem-desc .button {
	display:block;
}
.product-slider-box .cycle-prev, .product-slider-box .cycle-next {
	background:url(images/snav2.png) no-repeat;
	height:60px;
	width:39px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
}
.product-slider-box .cycle-prev {
	left:-56px;
}
.product-slider-box .cycle-next {
	right:-56px;
	background-position: -39px 0;
}
#footer {
	background:url(images/footer.jpg) repeat-x top center;
	background-size:cover;
	color:#fff;
	padding:25px 0;
	text-align:center;
	font-size:16px;
	margin-top:50px;
}
#footer h2 {
	font-size:24px;
	color:#fff;
	font-weight:400;
	margin:0;
}
.copyright {
	color:#bbb;
	font-style:italic;
	margin-bottom:30px;
}
.addr {
	background:url(images/addr.png) no-repeat 0 2px;
	padding-left:20px;
}
.phn {
	background:url(images/ph.png) no-repeat 0 2px;
	padding-left:20px;
}
.email {
	background:url(images/email.png) no-repeat 0 2px;
	padding-left:25px;
}
.addr, .phn, .email {
	margin:0 10px;
}
#footer p {
	margin-top:5px;
}
#footer .sm a {
	float:none;
	display:inline-block;
}
#container {
	padding:40px 0 0;
}
.entry-content > * {
	margin-top:0;
}
.entry-content {
	font-size:16px;
	line-height:1.5;
}
#banner {
	background:url(images/inner-bg.jpg) no-repeat top center;
	height:312px;
	position:relative;
}
#banner h1.page-title {
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:400;
	margin:0;
	color:#0066b3;
	font-size:48px;
	width:100%;
}
#banner h1.page-title span {
	background:rgba(255, 255, 255, 0.8);
	display:inline-block;
	padding:15px 40px;
	text-transform:uppercase;
}
#projects .product-slider-box {
	margin:25px 0 60px;
}
#sidebar {
	float:left;
	width:27%;
}
#content {
	float:right;
	width:66%;
}
.widget {
	margin:0 0 45px 0;
}
.heading {
	font-size:24px;
	margin:0;
	text-transform:uppercase;
	font-weight:400;
}
.heading strong, .widget-title strong {
	color:#0066b3;
}
.widget .button {
	display:block;
}
.widget-title {
	font-weight:400;
	margin:0 0 15px 0;
	border-bottom:1px solid #e3e3e3;
	text-transform:uppercase;
}
.widget-title span {
	border-bottom:1px solid #0066b3;
	display:inline-block;
	padding-bottom:3px;
	position:relative;
	top:1px;
}
.widget-testmonial .testmonial-item {
	font-size:14px;
}
.widget-testmonial .testmonial-item h2{ font-size:18px; font-style: normal; }
.testmonial-item {
	font-size:18px;
	line-height:1.5;
	color:#7b7b7b;
	font-style:italic;
}
.testmonial-item h2 {
	font-size:24px;
	color:#323232;
	margin-top:0;
	font-style:normal;
}
.tauthor {
	font-size:14px;
	color:#7b7b7b;
	margin-bottom:25px;
}
.tauthor span {
	font-weight:700;
	display:block;
	font-size:18px;
}
.product-slider-widget {
	margin:10px 0 3px;
}
.wslide {
	position:relative;
}
.wslide-img, .slide-img {
	line-height:0;
}
.wslide img {
	width:100%;
	height:auto;
}
.wprod-desc {
	position:absolute;
	bottom:0;
	left:0;
	background: rgba(0, 102, 179, 0.75);
	color:#fff;
	line-height:1.5;
	width:100%;
}
.wprod-desc-in {
	padding:25px 15px;
}
.wprod-desc h3 {
	text-transform:uppercase;
	margin:0 0 10px 0;
	font-size:18px;
}
.wprod-desc p {
	font-size:14px;
	margin:0;
}
.custom-heading {
	font-weight: 400;
	border-bottom: 1px solid #E3E3E3;
	text-transform: uppercase;
}
.custom-heading span {
	border-bottom: 1px solid #0066B3;
	display: inline-block;
	padding-bottom: 3px;
	position: relative;
	top: 1px;
	color: #0066B3;
}
.entry-content ul {
	list-style:none;
	padding:0;
}
.entry-content ul li {
	border-bottom: 1px solid #E3E3E3;
	background:url(images/bullet.png) no-repeat 0 7px;
	padding-left:15px;
	margin:0 0 5px 0;
}
.testmonial-post {
	margin-bottom:15px;
	border-bottom:1px dotted #666;
}
.navbar-header, .touch-button {
	display: none;
}
.wpcf7 {
	font-size:14px;
}
.wpcf7 p {
	margin:0 0 15px 0;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
	margin-top:5px;
	padding:5px;
	border:1px solid #ccc;
}
.wpcf7 input[type=submit] {
	padding:7px 40px 5px;
	font-weight:400;
	
}
input[type=submit] {
  background: #0066b3;
  border: none;
  border-bottom: 3px solid #005493;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px 7px;
  text-transform: uppercase;
  cursor: pointer;
}