/**/
@import url(//fonts.googleapis.com/css?family=Marvel:700,700italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(//fonts.googleapis.com/css?family=Donegal+One);

@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";

#forward:hover{
  cursor:pointer;
}

.loveLocal{
  text-align:center;

  -webkit-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75);
}

.privacyPageSubHeading{
   font-size:22px;
   color:#333;
   font-weight:bold;
   margin-top:30px;
   margin-bottom:12px;
   line-height:25px;
}

#google-reviews{
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border: 3px solid #98050B;width:100%;
border-top:none;
  margin-bottom:15px;
}

.review-meta{font-weight:bold;}

.review-meta{
    float:left;
    margin-right:20px;
}

.review-stars ul li .star{
display:inline-block;
width:20px;
height:20px;
background-image:url("/images/rateStar.jpg");
}

.review-stars ul li .inactive{
display:inline-block;
width:20px;
height:20px;
background-image:url("/images/rateStarOff.jpg");
}

.review-stars ul li{
display:inline-block;
}

.review-text{
    border-bottom: 3px solid #cccccc; margin-bottom:20px;padding-bottom:15px;
}

html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color:#470A0A;
	position:relative;
	min-width: 1200px;
	background: #4F0B0B;

}


h1, h2, h2, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Headland One', serif;
	color: #8b6369;
}

h2 {
	font-size: 34px;
	line-height: 44px;
	padding-top: 10px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	font-size: 'Donegal One', serif;
	padding-bottom:20px;
}

.white h2 {
	color: #432C0C;
}

.sr h1{
 	font-weight:bold;
  	font-size:40px;
  	font-family: 'Open Sans Condensed';  
  	color:#24408e;
  	margin-top:15px;
  	margin-bottom:15px;
  	line-height:45px;
}

.sr h2{
 	font-weight:bold;
  	font-size:34px;
  	font-family: 'Open Sans Condensed';  
  	color:#24408e;
  	margin-top:15px;
  	line-height:36px;
  	text-align:left;
}

p {
	margin-bottom: 18px;
}

p.p1 {
	margin-bottom: 28px;
}

p.p2 {
	margin-bottom: 26px;
}

p.p3 {
	margin-bottom: 6px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}


a {
	text-decoration: underline;
	color:#A08F7B;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #D9C5AD; text-decoration:none;
	
}


a.btn {
	background: url(../images/btn_bg.png) 0 0 repeat-x #493B25;
	display: inline-block;
	padding: 7px 48px 7px 40px;
	color: #fff;
	margin-top: 32px;
	border-bottom: 1px solid #9B8B76;
	text-decoration:none;
}

a.btn:hover {
	background: #656464;
	color: #fff !important;
	border-bottom-color: #FFFFFF;
}





ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	background: url(../images/marker.png) 0 3px no-repeat;
	color: #000;
	margin-bottom: 18px;
	padding-left: 32px;
}

.black ul.list li{
	background: url(../images/list.png) 0 3px no-repeat;
	color: #FFF;
}

.gray ul.list li{
	background: url(../images/list.png) 0 3px no-repeat;
	color: #FFF;
}

ul .list li a, ul .list li a { text-decoration:none;}

ol {
	padding: 0;
	margin: 0;
	list-style: decimal;
	
}

ol.list li{
	background: url(../images/marker.png) 0 3px no-repeat;
	color: #000;
	margin-bottom: 18px;
	padding-left: 32px;
}

.gray ol.list li{
	background: url(../images/marker.png) 0 3px no-repeat;
	color: #FFF;
	margin-bottom: 18px;
	padding-left: 32px;
}

.align-center { text-align:center;}

/*links*/

ul.list-prod li{
	background: url(../images/marker1.png) 0 3px no-repeat;
	margin-bottom: 18px;
	padding-left: 20px;
	font-size:16px; font-weight:bold;
}

ul.list-prod li ul { padding:10px 0 0 0;
}
ul.list-prod li ul li { font-size:12px; background: url(../images/marker2.png) 0 5px no-repeat;padding-left: 15px; }

ul.list-prod li a{
	color: #958571;
	text-decoration:none;
}

ul.list-prod li a:hover{
	color: #000;
}







/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pad-top20 { padding-top:20px;}
.pad-top10 { padding-top:10px;}
.pad-top0 { padding-top:0px;}

.clear.cl1 {
	height: 24px;
}


.clear.cl2 {
	height: 25px;
}

.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 25px;
 margin-top: 4px;
 border: 3px solid #D9C5AD;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 11px;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	padding: 13px 0 0;
	position: relative;
	/*z-index: 999;*/
	background:#FFF;
}

header a:hover {
	color: #000;
}

header h1 {
	float: none;
	position: relative;
	/*z-index: 999;*/
	width: 413px;
}
header h1 a {
	display: block;
	overflow: hidden;
	width: 660px;
	height: 115px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

.h_phone {
	float: right;
	font-size: 14px;
	padding-top: 1px;
	color: #432C0C;
	text-align:right;
	width:350px;
	
}

.socials {
	float: left;
	padding: 10px 30px 11px 25px;
}
 
.socials a{
	display: block;
	background: url(../images/socials.png) 0 0 no-repeat;
	width: 32px;
	float: left;
	height: 32px;
	background-position: right 0;
	margin-left: 15px;
}

.socials a:hover {
	box-shadow: 0 3px 3px  #759210;
}

.socials a+a {
	background-position: right 0;
	margin-left: 15px;
}

.autor {
	padding: 11px 0 16px;
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.autor a {
	position: relative;
		margin-right: 30px;

}

.autor a:after {
	height: 26px;
	top: -4px;
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	background: #fff;
	right: -18px;

}

/*Content*/

.page1_block {
	padding-top: 41px;
	padding-bottom: 78px;
	border-bottom: 1px solid #a8a8a8;
}
.content {
}

.black {
	color: #a8a8a8;
	padding-bottom: 74px;
	
}


.black h3 {
	margin-bottom: 24px;
	color: #D9C5AD;
	padding-top: 56px;
	font: bold 28px/28px  'Marvel', sans-serif;
}

.black .col1 {
	color: #fff;
}

.white {
	color: #666565;
	padding-bottom: 65px;
	background: url(../images/white_bg.png) 0 0 repeat-x #f5f5f5;
}

.white .text1 {
	font: bold 18px/18px 'Open Sans Condensed', sans-serif;;
	color: #000;
	padding-top: 2px;
	margin-bottom: 31px;
}

.white .col1 {
	color: #000;
}

.white a:hover {
	color: #170F04;
}

.img_inner.i1 {
	border-width: 1px;
}


.white a.col2  {
	color: #ee1313;
}

.white a.col2:hover {
	color: #000;
}

.white h3 {
	margin-bottom: 20px;
	font: bold 28px/28px  'Open Sans Condensed', sans-serif;
	color: #000;
	padding-top: 40px;
}

.white a.btn {
	margin-left: 2px;
	margin-bottom: 6px;
	margin-top: 35px;
	box-shadow: 0 4px 4px #949494;
}

.gray {
	background: #323030;
	padding-bottom: 68px;
	color: #a8a8a8;
	line-height:20px;
}

.gray .col1 {
	color: #fff;
}

.gray.g2 {
	padding-bottom: 62px;
}

.car {
	padding-top: 70px;
}

.carousel1 {
	cursor: default !important;
}

.carousel1 li {
	float: left;
	text-align: center;
	margin: 0 13px;
}

.carousel1 li  a {
	display: block;
}

.car_div {
	width: 1030px;
	margin: 0 auto;
}

.gray .img_inner {
	border-width: 2px;
	margin-top: 0px;
}

.gray h3 {
	margin-bottom: 30px;
	color: #D9C5AD;
	padding-top: 65px;
	font: bold 48px/48px  'Marvel', sans-serif;
}

a.prev1, a.next1 {
	width: 16px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	height: 27px;
	left: 0px;
	top: 81px;
	position: absolute;
	display: block;
	z-index: 999;
	right: 256px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

a.next1 {
	right: 0px;
	left: auto;
	background-position: right bottom;

}

a.next1:hover {
	background-position: right 0;
}

a.prev1:hover {
	background-position: 0 bottom;
}




.black.bl1 {
	padding-top: 14px;
	padding-bottom: 73px;
}

.black.bl2 {
	padding-bottom: 78px;
}

.black.bl1 .img_inner {
	border-width: 2px;
	margin-top: 5px;
}

.black.bl1 a.btn {
	margin-top: 47px;
}


.black.bl1 a.btn.bt1 {
	margin-top: 34px;
} 

.black.bl1 h3.head1 {
	margin-bottom: 22px;
}


.wt1 {
	padding-top: 8px;
}

.wt1 a.btn {
	margin-top: 41px;
	padding-bottom: 8px;
}

.wt1 .img_inner {
	border-width: 2px;
}

.wt1 h3 {
	margin-bottom: 26px;
}

.wt1 time {
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	color: #a8a8a8;
}

.wt2 {
	padding-top: 13px;
	padding-bottom: 71px;
}

.wt2 h3 {
	padding-bottom: 2px;
}



.clear.cl3 {
	height: 35px !important;
}

.clear.cl4 {
	height: 19px;
}

.clear.cl5 {
	height: 17px;
}

.clear.cl6 {
	height: 73px;
}
.white.wt3 h3{
	padding-top: 61px;
}

.white.wt3 a.btn {
	margin-top: 17px;
	padding-bottom: 8px;	
}

.white.wt3 {
	padding-bottom: 67px;
}

.white.wt3 .img_inner,  {
	border-width: 2px;
	margin-top: 2px;
}

.blog .img_inner {
		border-width: 2px;
		margin-top: 5px;

}

.blog {
	margin-top: -2px;
	overflow: hidden;
}

.blog .clear {
	height: 33px;
}

.blog +.blog  {
	margin-top: 75px;
}

.blog time {

	margin-top: 4px;
	margin-right: 31px;
	display: block;
	float: left;
	font: 24px/24px 'Marvel', sans-serif;
	color: #000;
	background: url(../images/time_bg.png) 0 0 repeat-x #d4d84b;
	position: relative;
	padding: 7px 21px;
	padding-right: 18px;

}

.blog time:after {
	height: 2px;
	background: url(../images/time_after.png) 0 0 repeat-x;
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: -2px;
	right: 0;

}

.blog_title {
	font: 38px/38px 'Marvel', sans-serif;
	color: #000;
}

.blog .text1 {
	margin-bottom: 21px;
}

.blog a.btn {
	margin-top: 42px;
	padding-bottom: 8px;
}

.white h5 {
	font: bold 22px/22px 'Open Sans Condensed', sans-serif;
	color: #000;
	padding-top: 50px;
	margin-bottom: 30px;
}

.blog_search h5 {
	padding-top: 0px;
	margin-bottom: 26px;
}
.question-form { padding:10px 0 20px 0; }



/****Map***/

.map {
	padding-top: 0px;
	padding-top: 12px;
	color: #848383;
}

.map figure {

width: 466px;
height: 391px;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 border-width: 5px;
 margin-right: 38px;
 margin-bottom: 20px;
 border-width: 2px;

}
.map figure iframe {
	width: 462px;
	height: 387px;
	max-width: 100%;
}

.map a {
	color: #ee1313;
}

.map a:hover {
	color: #000;
}

.map address {
	overflow: hidden;
}

.map address+address {
	margin-top: 50px;
}


.map address+address dt {
	margin-bottom: 7px;
}

.map .text2{
	margin-bottom: 21px;
	font: bold 24px/24px 'Marvel', sans-serif;
	color: #000;
	padding-top: 1px;
}

address dt {
	margin-bottom: 18px;
}


address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/

footer {
	display: block;
	padding: 0 0;
	font-size: 12px;
	color: #6b6868;
}

.copy {
	color: #797979;
	font-size: 12px;
}

h4 {
	font: 28px/28px 'Marvel', sans-serif;
	color: #c9c4c4;
	padding-top: 66px;
}

footer ul {
	padding-top: 69px;
	font-size: 14px;
	color: #a8a8a8;
}

footer ul  li+li {
	margin-top: 7px;
}

footer ul  li:first-child {
	padding-bottom: 1px;
}
footer .footer_logo {
	margin-bottom: 7px;
	display: block;
	position: relative;
	margin-top: 72px;
}

footer p {
	margin-bottom: 0;
}



#newsletter {
	position: relative;
	font-size: 14px;
	color: #797979;
}

#newsletter span {
	display: block;
	padding-top: 8px;
	margin-bottom: 14px;
}


#newsletter input {

	border: none;
	margin-bottom: 17px;
	float: left;
	color: #000;
	width: 218px;
	height: 31px;
	font: 14px/18px  Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter a.btn {
margin-top: 0px;
padding-left: 25px;
padding-right: 25px;
padding-top: 6px;
padding-bottom: 8px;
}

#newsletter .error, #search .empty {		
	height:0px;
	top: 64px;
	width: 100%;
	left: 0;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
		-webkit-transition:  0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
		position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:40px;

}

#newsletter .success {
	width: 218px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	top: 40px;
	background: #fff;
	left: 0px;
	font-size: 12px;
 color: #000;
	overflow: hidden;
	padding: 10px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}



.f_bot {
	padding-top: 26px;
	padding-bottom: 40px;
	color: #797979;
}

#search {
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
}
#search input {
  background: #ffffff;
  border: 1px solid #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 21px !important;
  width: 200px;
  float: left;
  margin: 0px 10px 0 0;
  padding: 4px 12px 5px;
  font-size: 14px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  float: left;
  margin-top:0;
}


.underline { text-decoration:underline;}
.red { color:#F00;}
.green { color:#090;}

.line10 {
background-image:url(../images/lines.jpg);
background-position:top;
background-repeat:repeat;
width:100%;
height:10px;
clear:both;
}

.line20 {
background-image:url(../images/lines.jpg);
background-position:top;
background-repeat:repeat;
width:100%;
height:20px;
}
.linii {
background-image:url(../images/lines.jpg);
background-position:top;
background-repeat:repeat;
width:100%;

}
.pic_right { float:right; margin-left:10px; }
.pic_right img { float:right; margin-left:10px; }

.pic_right h3 { clear:both; }

/*sr edits*/


.row{
  display: table;
   }
   
.row .column{
  display: table-cell;
  width: 33%;
  padding: 10px;

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other 
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}*/
