/*

Theme Name: Blonsds & Brunetts

Theme URI: http://wordpress.org/extend/themes/twentytwelve

Author: the NBT team

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */



body

{

	margin:0;

	padding:0;


	
    color: #727272;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
  

}
		@font-face {
				font-family: 'PTSans-Regular';
				src: url('fonts/pts55f.eot');
				src: url('fonts/pts55f.eot?#iefix') format('embedded-opentype'),
						 url('fonts/pts55f.woff') format('woff'),
						 url('fonts/pts55f.ttf') format('truetype'),
						 url('fonts/pts55f.svg#pts55f') format('svg');
				font-weight: normal;
				font-style: normal;
		}
header,h1

{

	margin:0;

	padding:0;

	font-weight:normal;

}

.clear

{

	margin:0;

	padding:0;

	clear:both;

}

.header_part

{

	background:url(images/header_bg.png) repeat-x;

	

}

.contianer

{

	width:960px;

	margin:auto;

}



.head_store_locater

{

	float:right;

}

.head_store_locater a

{

	 background: url("images/head_store_bg.png") no-repeat scroll 0 0 transparent;

    border-radius: 5px 5px 5px 5px;

    color: #3f3e3e;

    display: block;

    font-size: 17px;
   text-transform: uppercase;
    font-weight: normal;
	font-family: 'PTSans-Regular';
    margin-top: 40px;

    padding: 5px 10px 10px;

    text-decoration: none;

    width: 153px;

	

	

}

#logo_section

{

	width:160px;

	margin:auto;

}
.leftcontent .lined{    border-bottom: 1px solid #E5E5E5;
    color: #333333;
    	font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 1.3;
    margin: 0 35px 7px 22px;
    padding: 12px 0 0;}
.menu_bg

{

	background:#242424;

 border-top: 1px solid #383838;

	

}

.my_margin

{

	margin:auto;

	float:none;

	/*width:840px;*/

}

.nav ul 

{

	 margin: 0;

    padding: 0;

   

}
/*.span11 {
    padding: 0 0 0 165px !important;
    width: 860px;
}*/


.ll
{
	margin:0px;
	padding:0px;
	float:left;
	width:200px;
	
}
.rr
{margin:0px;
	padding:0px;
	float:left;
	width:200px;
}
#menu-top-menu li{border-left: 1px solid #383838;}
.navbar .nav  li

{

	/*float:left;*/

	/*border-left: 1px solid #383838;*/

	list-style-type:none;

	margin:0;

	padding:0;

}
ul.sf-menu li ul li{  border-left: medium none !important;
    line-height: 13px;}
.nav ul  li a

{

	  color: #FFFFFF;

    display: block;

    font-size: 14px; font-family: 'PT Sans';

    padding: 13px 19px;

    text-decoration: none;

    text-transform: uppercase;

}

.navbar .nav  li:first-child

{

	border-left:none;

}

.navbar > .nav li a:hover,.navbar > .nav  li.current-menu-item a:hover,.navbar > .nav  li.current-menu-item a

{

	background:#020202

}

/*slider_wrapper**********************/

.slider_bg

{

	background:#000;

}

.slider_wrapper

{


	/* height: 364px;*/
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: relative;
    /*width: 1114px;*/

}

.left-piller

{

	left: 0;
    position: absolute;
    width: 91px;
    z-index: 10;

	

}

.right-piller

{

 position: absolute;
 right: 0;
    top: 0;
    width: 91px;
    z-index: 10;



}

.sliding_part

{

	 left: 69px;
    position: absolute;
    width: 980px;

 

}

.slide-title
{
	display:none !important;
}

.right-piller img

{

	max-width: auto;

}

/********************HOME PAGe content

***************************************************/
.foot ul li:last-child
{
	background:none;
}
.main-content

{



}
.span3 h3{ margin:0;   padding: 8px 22px 0;}
.footer_bar ul
{
float: left;
    list-style: none outside none;
    margin: 0 0 0 128px;
	/*padding:0px;
	list-style:none;
	padding-left:80px;
	margin:0px;*/
}
.title2{border-bottom: solid 1px #505050;    margin-bottom: 10px;}
.twitter_title_link{ color:#727272 !important;}
.span3 h6{ border-bottom:none;
    color: #999999;
    font-size: 12px;
    margin: 0;
    padding: 0;font-family: 'PTSans-Regular';}
.footer_bar ul li:first-child
{
	background:none;
	margin:0px;
	padding:0px;
}
.footer_bar ul li
{
	margin:0px;
	padding:6px 2px 0 5px !important;
	 background: url("images/line.png") no-repeat;
	float:left;
	background-position: 0 9px;
}
.footer_bar ul li a
{
	text-decoration:none;
}
.home_mid .span3 P
{
	font-size:12px;
	text-align:justify;
	margin:0;
	padding:0;
}
.home_mid .size-16

{

	font-weight:normal;

	text-align:center;

	text-transform:uppercase;

}

.home_mid .read-more

{

	font-weight:normal;
	text-transform:capitalize;
	color:#677a90;

}



/* ========== */

/* = Images and galleries = */

/* ========== */

.picture .img-overlay, .picture .shine-overlay {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

}



.picture {

  position: relative;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  overflow: hidden;

}

.picture img {

  width: 78%;

}

.picture .img-overlay {

  background-color: rgba(0, 0, 0, 0.6);

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.2s linear;

  -moz-transition: opacity 0.2s linear;

  -o-transition: opacity 0.2s linear;

  transition: opacity 0.2s linear;

}

.picture .img-overlay .btn,

.picture .img-overlay .icons-zoom {

  position: absolute;

  left: 50%;

  top: 50%;

}

.picture .img-overlay .btn {

  filter: none;

  background: #000;

  margin-left: -40px;

  margin-top: -15px;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.picture .img-overlay .icons-zoom {

  margin-left: -8px;

  margin-top: -8px;

}

.picture .shine-overlay {

  background: url('../images/shine-overlay.png?1357075791') no-repeat left top;

  -webkit-background-size: 80% auto;

  -moz-background-size: 80% auto;

  -o-background-size: 80% auto;

  background-size: 80% auto;

}

.picture .grayscale-img {

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  filter: gray;

  -webkit-filter: grayscale(100%);

  -webkit-transition: all 0.6 ease;

  -moz-transition: all 0.6 ease;

  -o-transition: all 0.6 ease;

  transition: all 0.6 ease;

}

.picture a:hover .img-overlay {

  opacity: 1;

  filter: alpha(opacity=100);

}

.picture a:hover .grayscale-img {

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");

  -webkit-filter: grayscale(0%);

}


.home .main-content{ padding-top:30px;}
/*==========Gallery page css========*/

.page-template-template-gallerypage-php .main-content

{



}

.feature_theam

{

	   border-bottom: 1px solid #CCCCCC;

    display: block;

    font-family: Arial,Helvetica,sans-serif;

    font-weight: normal;

    margin: 0;

    padding:0px 0 10px;

}

.page-template-template-gallerypage-php .main-content .nav-pills > li > a

{

	margin-top:0;

	margin-bottom:0;

}

.gallery_box

{}

.gallery_box  h3

{

 color: #333333;
    font-size: 16px;
   
    margin: 0;
    padding: 4px 0;

}

.gallery_box  h5

{
	   color: #727272;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;

}

.page-template-template-hompepage-php #vslider_optionscontainer

{

	margin:0;

}

 
/*****************CONTACT FORM CSS**********/

.contact-box

{

}

.contact-box .span4

{

	padding-top:10px;

}

.submit-btn

{

	 background: none repeat scroll 0 0 #CCCCCC;

    border: medium none;

    border-radius: 5px 5px 5px 5px;

    color: #000000;

    float: right;

    padding: 5px;

    text-align: center;

}

/*****************Footer Navigations************/

.foot ul 

{

	margin:0;

	padding:0;

}

.foot ul  li

{

	 list-style-type:none;

	 margin:0;

	 padding:6px 0 ; border-bottom: 1px solid #505050;

}
.foot ul li:first-child{ padding-top:0;}
.foot ul  li a

{


    border-radius: 0 0 0 0;
    color: white;
    display: block;
    font-family: 'PTSans-Regular';
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 0;
    text-decoration: none;
    text-transform: capitalize;
	

	 

}

.footer_bottom

{

	background:#000000;

	color:#2e2e2e;

}

.footer_bottom a

{

	color:#2e2e2e;

}

.foot_copyright

{}

.foot_copyright p

{

}

.foot_bottom_menu

{

	display:block;

	margin:0;

	float:right !important;

}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; /*  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 100%;
  margin-top: -6px;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 6px solid white;
  background: rgba(0, 0, 0, 0.8);*/}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	 border-left:none;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	 color: #F0F0F0;
    filter: none;
    font-weight: bold;
    text-transform: uppercase;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.sf-menu li li {
	  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 100%;
  margin-top: -6px;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid white;
  background: rgba(0, 0, 0, 0.8);
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#000;
	outline:		0;
}
.lined h5, .lined .meta-data {
    color: #999999;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.innercontent
{
	width:965px;
	margin:auto;
}
.rightcontent{ float: right;
width:715px;}
.leftcontent{ float:left; width:225px;  background: -moz-linear-gradient(left center , #FFFFFF, #F7F7F7) repeat scroll 0 0 transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      padding: 0 0 10px 2px;}
.menu-left_menu-container{ padding:0;}
.menu-left_menu-container ul{ margin:0; padding:0; list-style-type:none;}
.menu-left_menu-container ul li
{
	padding:0; 
}
.menu-left_menu-container ul li a:hover , .menu-left_menu-container ul li.current-menu-item a{background: url("images/leftmenu.png") no-repeat;}
.menu-left_menu-container ul li a
{
   padding: 6px 0 6px 20px;
	display:block;
	text-decoration:none;
font-family: 'PTSans-Regular';
	font-size:12px;
	color: #727272;
    font-weight: bold;
}
.entry-content p{ margin:0;    padding: 0 0 8px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#7c7c7c;}
.entry-content h1,h2,h3,h4,h5,h6{ border-bottom: 1px solid #E5E5E5;
    line-height: 20px;
    padding: 0 0 6px;}
.entry-content ul{ margin:0; padding:0; list-style-type:none;}
.entry-content ul li{ /*float:left;*/ padding: 0 20px 20px 0;}
.table {
    border: 1px solid #E5E5E5;
}
.blondes { padding:0;}



/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.footer_bar_ulsecound
{    
	margin: 0 !important;
    padding: 0;
	float:left;
	background: url("images/line.png") no-repeat scroll 0 9px transparent;
}

iframe 
{
	max-width:100% !important;
}

.mapp-layout {
    
    max-width: 100%;
   
}
#menu_res{
	text-align: left;
}