/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
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, img, 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, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border:none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

html {

}

body {
	
}

/* Links */
a {
	color:inherit;
	outline:none;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
	
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
}
a img {
	border:none;
}
img {
	max-width:100%;
	height: auto; 
}
a[href^="tel:"] {
	color:inherit;
	cursor:inherit;
}


/* Block-level */

address {
	font-style:inherit;
}

/*******************************
    JB External Additions
*******************************/

/* For modern browsers */
.cf:before, .cf:after, .main:before, .main:after {
	content: "";
	display: table;
}
.cf:after, .main:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

body {
	background: #332a2b;s
	color: #514244;
	line-height: 1.334;
	margin: 0;
	font-family: 'GillSansMT-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #857b5b;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}
a:active, a:hover {
	color: #afa177;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.1;
	font-weight: normal
}
h1 {
	color: #fffefe;
	font-size: 60px;
	margin: 0 0 10px;
	font-family: 'mission_scriptregular';
	letter-spacing: 0.02em;
}
h2 {
	color: #423638;
	font-size: 36px;
	font-family: 'lifebold';
	margin: 0 0 12px;
	position: relative;
}
h3 {
	color: #423638;
	font-family: 'lifebold';
	font-size: 26px;
	line-height: 1.16;
	margin: 0 0 18px;
}
h4 {
	font-size: 22px;
	color: #514244;
	margin: 20px 0 14px;
	font-family: 'lifebold';
}
h5 {
	font-size: 15px;
	margin: 0 0 10px;
}
h6 {
	font-size: 13px;
	margin: 0 0 10px;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	width: 0
}

/* general purpose classes */
.nodisplay {
	display: none;
}
.nodisplay_strict {
	display: none !important;
}
.alignleft {
	float: left;
}
.alignnone {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}
.alignright {
	float: right;
}
input {
	font-size: 12px;
	height: 50px;
	padding: 0 18px;
	vertical-align: top;
	color: #0e0e0e;
	font-family: 'GillSansMT-Regular';
	-webkit-appearance: none;
	border-radius: 0
}

/*Placeholder opacity cross browsers*/
input::-webkit-input-placeholder {
	color: #0e0e0e;
	opacity: 0.4 !important;
}

/* WebKit browsers */
input:-moz-placeholder {
	color: #0e0e0e;
	opacity: 0.4 !important;
}

/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder {
	color: #0e0e0e;
	opacity: 0.4 !important;
}

/* Mozilla Firefox 19+ */
input:-ms-input-placeholder {
	color: #0e0e0e;
	opacity: 1 !important;
}

/* Internet Explorer 10+ */

/* Buttons */
p {
	padding: 0;
	margin: 0;
	letter-spacing: 0.005em;
}
a.gen-btn {
	background: #afa177;
	border: 2px solid #afa177;
	color: #fff;
	font-size: 21px;
	font-family: 'GillSansMT-Regular';
	display: inline-block;
	padding: 16px 37px;
	text-align: center;
	text-transform: capitalize;
	line-height: 20px;
}
a.gen-btn:hover {
	background: none;
	color: #857b5b;
}
a.gen-btn.btnlikebanner {
	background: #afa177;
	border-color: #afa177;
}
a.gen-btn.btnlikefooter {
	background: #857b5b;
	border-color: #857b5b;
}
a.gen-btn.btnlikebrown {
	background: #423638;
	border-color: #423638;
}
a.gen-btn.btnlikebanner:hover {
	color: #fff;
	background: none;
}
a.gen-btn.btnlikefooter:hover {
	background: none;
	color: #fff;
	border-color: #fff
}
a.gen-btn.btnlikebrown:hover {
	background: none;
	color: #fff;
	border-color: #fff
}

.site-footer { 
	background-color:#252525;
}

.main {
	max-width: 973px;
	margin: 0 auto
}
.dis-table {
	display: table;
	height: 100%;
	width: 100%;
}
.dis-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

/* header css */
.home #header {
  height: 150px;
}
.inner #header {
  height: 124px;
  position: relative;
  z-index: 999;
}
.home.fixed .header-section {
  height:112px;
}
.head-small {
	background: url(/images/layout/header-top.png) repeat scroll 0 0 #514244;
	color: #fffefe;
	line-height: 40px;
	padding-bottom: 2px;
	height: 42px;
	transition: font-size 0.4s ease 0s, line-height 0.4s ease 0s, height 0.4s ease 0s;
}
.head-small a {
	color: #fffefe;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}
.head-small a:hover {
	color: #aea176;
}
.top-address {
	float: left;
}
i.placemark-pin {
	background-image: url(/images/layout/placemark-pin.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 14px auto;
	display: inline-block;
	width: 22px;
	height: 40px;
	vertical-align: top;
	transition:height 0.4s ease 0s;
}
.fixed i.placemark-pin {
  height: 28px;
}
.head-small .hyphen {
	padding: 0 4px;
	position: relative;
	top: 0;
}
.phone-num {
	background-image: url(/images/layout/phone-icon.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	background-size: 22px auto;
	font-family: 'ufonts_com_gillsansbold';
	font-size: 18px;
	letter-spacing: 0.03em;
	padding-left: 29px;
	margin-left: 15px;
	position: relative;
	top: 1px;
}
.win.safari .phone-num {
	background-position: left 10px;
	top: -1px;
}
.ie .phone-num {
	background-position: left 5px;
	top: 4px;
}
.subnav {
	float: right;
}
/* Home page */
.home .nav-logo {
	background: #ffffff;
	position: relative;
	height: 108px;
	transition: all 0.4s ease 0s;
}
.home .logo {
	left: 50%;
	margin-left: -140px;
	top: 14px;
	transition: all 0.4s ease 0s;
}
.home .logo img {
	width: 279px;
	transition: all 0.4s ease 0s;
}
.home .main-navigation {
	padding-top: 41px;
	transition: all 0.4s ease 0s;
}
.home .enumenu_ul.desk ul:before {
	top: -42px;
}
.home .enumenu_ul.desk li > a.menubelow:after {
	bottom: -44px;
}
.home.fixed .enumenu_ul.desk ul:before {
  top: -27px;
}
.home.fixed .enumenu_ul.desk li > a.menubelow:after {
  bottom: -29px;
}
.nav-logo,
.home.fixed .nav-logo {
	background: #ffffff;
	position: relative;
	height: 82px;
}
.header-section {
  top:-100%;
	z-index: 999 !important;
	width: 100% !important;
	
	transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
}
.fixed .header-section {
	top:0px;
	position: fixed;	
	
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.logo,
.home.fixed .logo {
	left: 50%;
	margin-left: -110px;
	position: absolute;
	top: 11px;
}
.logo img,
.home.fixed .logo img{
	width: 220px;
}
.fixed .head-small {
  font-size: 13px;
  line-height: 28px;
  height: 30px;
}
.fixed .phone-num {
  font-size: 14px;
  padding-left: 24px;
  background-position: left 4px;
  background-size: 20px auto;
}
/* Menu Css */
.main-navigation,
.home.fixed .main-navigation {
	padding-top: 30px;
}
.menu-icon {
	cursor: pointer;
	display: none;
	float: right;
	font-size: 20px;
	line-height: 33px;
	padding: 0 45px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.menu-icon .menu-box {
	height: 29px;
	margin-right: 10px;
	margin-top: 6px;
	padding: 0;
	position: absolute;
	right: 0;
	width: 29px;
}
.menu-icon .menu-box span {
	background: #514244;
	display: block;
	height: 4px;
	margin-bottom: 5px;
	transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	width: 100%;
}
.menu-icon.active span:nth-child(1) {
	transform: rotate(45deg) translateY(6px) translateX(6px);
	-webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
}
.menu-icon.active span:nth-child(2) {
	opacity: 0;
}
.menu-icon.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px) translateX(6px);
	-webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.menu-icon span {
	background: url(/images/layout/menu-icon.png) no-repeat right center;
}
.enumenu_ul .caret {
	color: #fff;
	margin-left: 7px;
}
.enumenu_ul {
	padding: 0px;
	list-style: none;
}
.enumenu_ul > li {
	float: left;
	margin-right: 57px;
}
.enumenu_ul.desk > li.second-navli {
	margin-right: 381px
}
.safari .enumenu_ul.desk > li.second-navli {
	margin-right: 381px;
}
.enumenu_ul.desk > li.third-navli {
	margin-right: 48px;
}
.enumenu_ul > li:last-child {
	margin-right: 0
}
.enumenu_ul li a {
	color: #363636;
	font-size: 19px;
	position: relative;
	text-transform: capitalize;
}
.enumenu_ul > li:hover > a, .enumenu_ul > li.active > a {
	color: #857b5b;
}
.enumenu_ul.desk > li ul {
	opacity: 0;
	visibility: hidden
}
.enumenu_ul.desk > li.active ul {
	opacity: 1;
	visibility: visible;
	transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
}
.enumenu_ul.desk ul li {
	display: inline-block;
	list-style: outside none none;
	margin: 17px 3% 16px;
	position: relative;
}
.enumenu_ul.desk ul {
	background: #afa177;
	top: 100%;
	list-style: none;
	left: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9;
	transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}
.enumenu_ul.desk ul:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -27px;
	width: 100%;
}
.enumenu_ul.desk li > a.menubelow:after {
	bottom: -29px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #afa177;
	border-width: 18px;
	margin-left: -18px;
	opacity: 0;
	transition: opacity 0.4s linear 0s;
	-o-transition: opacity 0.4s linear 0s;
	-webkit-transition: opacity 0.4s linear 0s;
	-moz-transition: opacity 0.4s linear 0s;
}
.enumenu_ul.desk li.active > a.menubelow:after {
	opacity: 1;
	transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
}
.enumenu_ul.desk li:hover > a.menubelow:after {
	opacity: 1
}
.enumenu_ul.desk li:hover ul li:hover > a:after {
	display: none
}

/*Sub menu styles*/
.enumenu_ul.desk li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.enumenu_ul.desk .sb-menu .sb-menu {
	left: 100%;
	top: 0;
}
.enumenu_ul.desk ul li a {
	color: #ffffff;
	display: block;
	padding: 0;
}
.enumenu_ul.desk ul li > a:hover, .enumenu_ul.desk ul li > a:active {
	color: #ffffff;
}
.enumenu_ul .arrow {
	position: absolute;
	right: 10px;
	top: 0;
	width: 46px;
	height: 46px;
	background: url(/images/layout/plus.png) no-repeat center center;
	cursor: pointer;
	z-index: 999
}

/* Menu Css Ends */

/* header css end */


/* Footer Style */
.site-footer {
	padding: 36px 0 38px;
	color: #60595a;
	font-size: 14px;
}
.footer-hyphen {
	color: #60595a;
	padding: 0 3px;
}
.site-footer a {
	color: #60595a;
}
.site-footer p {
	letter-spacing: 0.015em;
}
.site-footer a:hover {
	color: #afa177;
}
.footer-logo {
	float: left;
}
.footer-logo img {
	max-width: 171px;
}
.contact-info-owner {
	float: left;
	margin-left: 7.2%;
	text-align: center;
	padding-top: 6px;
	line-height: 22px;
}
a.terms-of-use, p.phone-email {
	color: #afa177;
}
a.terms-of-use:hover {
	color: #60595a;
}
.powered-logo {
	float: right;
	padding-top: 18px;
	font-size: 15px;
}
.powered-logo img {
	display: inline-block;
  margin-left: 3px;
  width: 77px;
  position: relative;
  top: -4px;
  vertical-align: middle;
}
.preload {
	display: none
}

/*************************
   Generic Site Styles
*************************/
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table.page{
	max-width: 1000px;
	margin: 0 auto;
}
main .table.page {
	height: auto;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.padding {
	padding: 0px 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
.middle {
	vertical-align: middle;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}

/**********************
    Button Style 
**********************/



/************************************************************
Miscellaneous */

/* Columns */
.col {
	display:inline-block;
	vertical-align:top;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Text alignment */
.left { text-align:left !important; }
.center { text-align:center !important; }
.right { text-align:right !important; }


/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}

.list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}

.list li {
  margin: 0px;
  padding: 0 0 5px 28px;
  list-style: none;
  display: block;
  position: relative;
}

.list li:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0px;
  background-color: #AFA177;
  border-radius: 50%;
}