/*
Theme Name: NLS
Author: Phil BS
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

	body {
	}
	

* {
	margin:0;
	padding:0;
}

	
body {
	background:url(images/page_bg.jpg) repeat-x 0 0 #E8EBEC;
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	color:#393939;
	font-size: 14px;
    line-height: 1.6;
}

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.img-circle {
    border-radius: 50%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.border1 {
	border:6px solid #D7D7D7;
}

.grey {
	color:#9D9EA1;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}

main li:before,
#buckets  li:before{
	font-family: 'FontAwesome';
	content: '\f0a9';
	color:#2E529B;
	margin-right:14px;
}

#buckets  li a{
	text-decoration:none;
	color:#393939;
	transition: none;
}

#buckets  li a:hover{
	color:#2E529B;
}

#buckets  li a:after {
	content:"\00BB";
	padding-left:4px;
}

header {
	margin-bottom:34px;
}

header .logo {
	/*background:url(images/nls-logo.gif) no-repeat 0 0 transparent;*/
	width:303px;
	height:112px;
	/*text-indent:-9999px;*/
	float:left;
	text-align:center;
}

header .logo a{
	width:303px;
	height:112px;
	display:block;
}

header .logo img {
	max-width:100%;height:auto;
}

nav {
  border: 1px solid #000;
  border-radius: 5px;
  float: right;
}

nav ul {
  background: #262425;
  background-image: -webkit-linear-gradient(top, #262425, #5E5D5D);
  background-image: -moz-linear-gradient(top, #262425, #5E5D5D);
  background-image: -ms-linear-gradient(top, #262425, #5E5D5D);
  background-image: -o-linear-gradient(top, #262425, #5E5D5D);
  background-image: linear-gradient(to bottom, #262425, #5E5D5D);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 5px #000000;
  color: #ffffff;
  border: solid #848283 1px;
  text-decoration: none;
  padding:0 20px;
  margin:0
}

nav ul li {
	float:left;
	display: block;
	line-height:50px;
}

nav ul li  a{
	color:#DFDFDF;
	text-decoration:none;
	padding:0 11px;
	font-weight:bold;
}

nav ul li  a:hover,
nav ul li.current_page_item  a {
	color:#fff;
	text-shadow: 0px 0px 3px #ffffff;
}

#mobilemenuwrap {
	display:none;
}


.topcontact {
	max-width:70%;
	float:right;
	margin:-46px 32px 0 0;
}

p.address {
	text-align:right;
	color:#272425;
	font-size:15px;
	font-weight:bold;
}

span.phone {
	color:#272425;
	font-size:32px;
	font-weight:bold;
	margin-left:30px;
}

.wrap {
	width:1140px;
	background:#F4F5F6;
	margin:45px auto 50px;
	border-radius:5px;
}

.inset {
	padding:20px 20px 0px 20px;
}

#hero {
	width:100%;
	position:relative;
	margin-bottom:35px;
}


#curve {
  background: url("images/curve.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  bottom: 0px;
  height: 55px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

#buckets {
	position:relative;
	width:100%;
	margin-bottom:18px;
}

#buckets section {
  background: none repeat scroll 0 0 #E4E5E5;
  border-radius: 5px;
  float: left;
  margin-right: 1%;
  padding: 3% 3% 10% 3%;
  width: 26.6333%;
}

#buckets section.one {
background: #e5e6e6; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e5e6e6 0%, #cacbcd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e5e6e6), color-stop(100%,#cacbcd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #e5e6e6 0%,#cacbcd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #e5e6e6 0%,#cacbcd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #e5e6e6 0%,#cacbcd 100%); /* IE10+ */
background: linear-gradient(135deg,  #e5e6e6 0%,#cacbcd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e6', endColorstr='#cacbcd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#buckets section.three {
background: #d2d3d4; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d2d3d4 0%, #b6b7ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d2d3d4), color-stop(100%,#b6b7ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #d2d3d4 0%,#b6b7ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #d2d3d4 0%,#b6b7ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #d2d3d4 0%,#b6b7ba 100%); /* IE10+ */
background: linear-gradient(135deg,  #d2d3d4 0%,#b6b7ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d3d4', endColorstr='#b6b7ba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#buckets section.two {
background: #e5e6e6; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e5e6e6 0%, #b6b7ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e5e6e6), color-stop(100%,#b6b7ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #e5e6e6 0%,#b6b7ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #e5e6e6 0%,#b6b7ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #e5e6e6 0%,#b6b7ba 100%); /* IE10+ */
background: linear-gradient(135deg,  #e5e6e6 0%,#b6b7ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e6', endColorstr='#b6b7ba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#buckets section  ul {
    padding-left:0;
}

#buckets section  ul li {
	font-weight:bold;
	line-height:30px;
}

#buckets section.last {
	margin-right:0%;
}

#buckets h2 {
	font-size:30px;
	text-transform:uppercase;
	background:url(images/heading_bg.png) no-repeat left center transparent;
	line-height:84px;
	padding:0 0 0 25px;
	margin:0 0 35px 0;
}


#buckets p a {
  color: #FFFFFF;
  text-decoration: none;
  -moz-user-select: none;
  background-color: #2E529B;
  background-image: none;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Archivo Narrow',sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

#buckets p a:hover {
    background-color: #393939;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #2E529B;
  border: 0 none;
  color: #FFFFFF;
  font-family: 'Archivo Narrow',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #393939;
}

p  a.btn {
	text-decoration:none;
	color:#fff;
}

.content1 {
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.27);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.27);
	padding:25px;
}

#gforms_confirmation_message {
	border:3px solid green;
	padding:35px 25px;
	color:green;
	font-size:115%;
	background: none repeat scroll 0 0 #e7f8e6;
}

main h1 {
	font-size:29px;
}

main h2 {
	font-size:24px;
	font-weight:normal;
}

main p,
main h1,
main h2,
main h3 {
	margin:0 0 14px 0;
}

main h3,
main h4,
main h5 {
	font-weight:bold;
}

main h3 {
	font-size:17px;
}

main h4{
	font-size:15px;
}

main h5 {
	font-size:14px;
}

main p strong,
main p b {
	font-weight:bold;
}	


section.openinghours {
	margin-top:30px;
	color:#1C1C1C;
}

section.openinghours p {
	font-size:18px;
}

footer {
	padding:40px 53px;
	background:url(images/footer_bg.jpg) repeat-x bottom left #2B2B2B;
	margin:44px 0 0 0;
	border-radius:0 0 5px 5px;
	color:#DFDFDF;
	font-size:13px;
}

footer h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

.col-lg-3 {
  width: 25%;
	float:left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}

.col-lg-4 {
	width: 33.3333%;
	float:left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}

.col-lg-5 {
  width: 41.6667%;
	float:left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}
	
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

footer .nav {
    float: left;
    line-height: 1.8;
    margin-right: 9%;
    width: auto;
}

footer .nav li:before {
  content: none;
}


footer .nav li a {
	text-decoration:none;
	color:#DFDFDF;
}

footer p {
	margin:0 0 14px;
}

.footerseg {
	margin:0 0 25px 0;
}

.social_img {
  float: left;
  margin-right: 13px;
  outline: medium none;
	border-radius: 50%;
  transition: all 0.25s ease-in-out 0s;
}

.social_img:hover {
-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,0.5);
box-shadow: 0 0 3px 3px rgba(255,255,255,0.9);
}


.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.vanity {
	clear: left;
	text-align:right;
	font-size:12px;
  border-top: 1px solid #4C4C4C;
  margin: 35px 0 0;
  padding: 21px 0 0;
}

.vanity p a {
	color:#848484;
}

.vanity p a:hover{
	color:#D2D2D2;
}


#maincol {
	max-width:66%;
	float:left;
	margin-right:7%;
	width:100%;
}	

#maincol a {
	color:#000;
}

#maincol a:hover {
  color:#2E529B;
}	
	

#maincol li {
	font-weight:bold;
}	

#maincol h1 {
	background:url(images/heading_rule.jpg) repeat-x 0 bottom transparent;
	color:#000;
	padding:0 0 12px;
	margin:0 0 20px 0;
}	

#maincol h1 span {
	color:#595959;
	font-weight:normal;
}	

#maincol h1 span span {
  letter-spacing: -4px;
  padding: 0 4px 0 0;
}	

#sidebar {
	max-width:27%;
	min-width:185px;
	width:100%;
	float:left;
	background:url(images/sidebar_bg.jpg) repeat-y scroll 0 0 rgba(0, 0, 0, 0);
}	

.sidebar1 {
  background: url(images/sidebar_top.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 15px 0 0 30px;
}

.sidebar2 {
  background: url(images/sidebar_bott.jpg) no-repeat scroll 0 100% rgba(0, 0, 0, 0);
  min-height: 100px;
  padding: 0 0 15px 30px;
  margin: 0 0 0 -30px;
}



#sidebar h2{
	color:#595959;
	font-size:24px;
	font-weight:400;
	margin:0 0 20px 0;
}

.textwidget {
	margin:0 0 17px;
	padding:0 0 27px;
	background:url(images/heading_rule.jpg) repeat-x 0 bottom transparent;
}	

#black-studio-tinymce-3 .textwidget {
	background:none;
}	

.textwidget ul  {
	margin:0;
	padding:0;
}	

.textwidget ul li a {
  border-bottom: 1px dotted #DBDBDC;
  display: block;
  margin: 0;
  padding: 0.5em 5px 0.5em 0px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #FFFFFF;
  color:#393939;
}	

.textwidget ul li a:hover {
  color:#2E529B;
}	

.textwidget strong,
.textwidget b {
	font-weight:bold;
}	

.textwidget p {
	margin: 0 0 14px;
}


#gmap  {
  border: 1px solid #D9D9D9;
  height: auto;
  margin-bottom: 20px;
}

#gmap iframe, 
#gmap object, 
#gmap embed { 
	width: 100%; 
	overflow: hidden;
}

.rule1 {
  background: url("images/heading_rule.jpg") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
  margin: 30px 0;
  height:3px;
}


table#price1 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: collapse;
  border-color: -moz-use-text-color #c1dad6 #6d929b -moz-use-text-color;
  border-image: none;
  border-style: none solid solid none;
  border-width: medium 1px 2px medium;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

table#price1 td.title {
  background: none repeat scroll 0 0 #cdedee;
  border-left: 1px solid #c1dad6;
  border-top: 1px solid #c1dad6;
  color: #6d929b;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding-left:20px;
}

table#price1 td {
  background: none repeat scroll 0 0 #f5fafa;
  border-bottom: 1px solid #c1dad6;
  border-left: 1px solid #c1dad6;
  color: #707070;
  padding: 10px 0 10px 20px;
  text-align: left;
  vertical-align: middle;
}

table#price1 td.title.cat {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-color: -moz-use-text-color -moz-use-text-color #c1dad6;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  cursor: default !important;
}

table#price1 td.title {
  background: none repeat scroll 0 0 #cdedee;
  border-left: 1px solid #c1dad6;
  border-top: 1px solid #c1dad6;
  color: #6d929b;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

table#price1 td p {

  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
    line-height: 2.7em;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */



/* for 980px or less */
@media screen and (max-width: 1100px) {
	.wrap {
		max-width:94%;
	}
	
	#buckets h2 {
	font-size: 24px;
	}
	
	nav {
	float: left;
	margin-top:10px;
}

	.topcontact {
	  float: none;
	  margin: 10px 0px 0 0;
	    max-width: 100%;
	}
	
	p.address {
  text-align: left;
  font-size:17px;
	}

	span.phone {
	  font-size: inherit;
	}

}

/* for 830px or less */
@media screen and (max-width: 830px) {
	#buckets section {
	background:none;
	  float: none;
	  margin-right: 0%;
	  padding: 3% 3% 10%;
	  width: auto;
	  padding:20px 0 43px;
	}
	
	#buckets h2 {
	  background:none;
	  line-height: 24px;
	  margin: 0 0 15px;
	  padding: 0 0 0 0px;
	  text-transform: uppercase;
	}
	
	#buckets section.one,
	#buckets section.two,
	#buckets section.three	{
	background: url("images/curve.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	}
	
	.wrap {
	max-width:100%;
	background:#F4F5F6;
	margin:0px auto;
	border-radius:0px;
	}
	
	#mobilemenuwrap {
	display:block;
	-moz-user-select: none;
	cursor: pointer;
	position: absolute;
	z-index: 10001;
	height: 50px;
	opacity: 0.35;
	text-indent: -9999em;
	width: 70px;
	}	
		
	#mobilemenuwrap:before {
	  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	  border-radius: 6px;
	  content: "";
	  height: 38px;
	  left: 6px;
	  position: absolute;
	  top: 6px;
	  width: 58px;
	}
		
	#mobilemenuwrap a {
	  background: url("images/mobileUI-site-nav-opener-bg.svg") no-repeat scroll 15px 13px rgba(0, 0, 0, 0);
	  content: "";
	  height: 36px;
	  left: 6px;
	  position: absolute;
	  top: 6px;
	  width: 57px;
	outline:none;
	}

	nav {
	display:none;
	}
	
	header .logo {
	  /*background: url("images/nls-logo.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	  margin: 0 auto;
	  float:none;
	}
	
	.topcontact {
	  float: none;
	  margin: 10px 0 0;
	  max-width: 100%;
	}

	p.address {
	  text-align: center;
	}
	
	span.phone {
	color: #272425;
	font-size: inherit;
	font-weight: bold;
	margin-left: 0px;
	display:block;
	}
}


/* for 700px or less */
@media screen and (max-width: 700px) {
	#maincol {
	  float: none;
	  margin-right: 0%;
	  max-width: 100%;
	}
	
	#sidebar {
	float: none;
	max-width: 100%;
	}
}


/* for 600px or less */
@media screen and (max-width: 600px) {
	.vanity {
	  text-align: center;
	  border:0 none;
	  margin:0;
	  padding:0;
	}
	
	.vanity p{
	  margin:0;
	}
	
	.footerseg {
	display:none;
	}
	
	footer {
		padding:10px 0;
		border-radius:0;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	#maincol h1 {
	line-height:23px;
	font-size:22px;
	}

	header .logo a{
		width:240px;
		height:89px;
		display:block;
	}
	
		header .logo {
	  /*background: url("images/nsl-logo_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	  height: 89px;
	  margin: 0 auto;
	 /* text-indent: -9999px;*/
	  width: 240px;
	  float:none;
	}
}