.suspension-contain {
  overflow: hidden;
  max-height: 980px;
  position: relative;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

html.suspended {
  background: rgba(0, 0, 0, 0.6);
}

body {
  margin: 0 auto;
  max-width: 100%;  
  text-align: center;
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;  
}

body, td, th {
	color: #a4958f;    
    font-size: 14px;
}

* {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
p,
a,
dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  list-style-type: none;
}

.row {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}
.cta {
  display: none;
}

.ctc-hide {
  display: none !important;
}

img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*fonts*/
@font-face {
  font-family: "socialicoregular";

  src: url("fonts/socialico/socialico-webfont.eot");

  src: url("fonts/socialico/socialico-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/socialico/socialico-webfont.woff2") format("woff2"),
    url("fonts/socialico/socialico-webfont.woff") format("woff"),
    url("fonts/socialico/socialico-webfont.ttf") format("truetype"),
    url("fonts/socialico/socialico-webfont.svg#socialicoregular") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "socialico_plusregular";

  src: url("fonts/socialico-plus/socialico_plus-webfont.eot");

  src: url("fonts/socialico-plus/socialico_plus-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/socialico-plus/socialico_plus-webfont.woff2") format("woff2"),
    url("fonts/socialico-plus/socialico_plus-webfont.woff") format("woff"),
    url("fonts/socialico-plus/socialico_plus-webfont.ttf") format("truetype"),
    url("fonts/socialico-plus/socialico_plus-webfont.svg#socialico_plusregular")
      format("svg");

  font-weight: normal;

  font-style: normal;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials a {
  font-family: "socialicoregular";
  font-size: 30px;
  color: #000;
}

/*floats*/
.fl {
  float: left;
  margin: 0 20px 20px 0;
}
.fr {
  float: right;
   margin: 0 0 20px 20px;
}

/*typography*/
.text-primary {
  color: #b11414;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

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

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

.hovicon:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}

.hovicon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.icons {
  font-size: 45px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons:after {
  -webkit-box-shadow: 3px 3px rgba(255, 255, 255, 1);
  box-shadow: 3px 3px rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.icons:hover:after {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.icons:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.icons:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 13px 54px;
  position: relative;
  border: 2px solid transparent;
  background: #ff2e28;
  z-index: 1;
  border-radius: 25px;
  width: 227px;
  height: 44px;
}

.btn:hover {
  color: #ff2e28;
  border-color: #ff2e28;
  text-shadow: 0px 5px 10px #000;
}

.btn::after {
  content: "";
  background: #4e7385;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  border-radius: 25px;
}

.btn:hover::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.no-padding {padding: 0 !important;}

/*clearings*/

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  clear: both;
  content: ".";
  font-size: 0;
  display: block;
  visibility: hidden;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  position: fixed;
  padding: 5px 10px;
  bottom: 0 !important;
  left: 20px !important;
  display: block !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/*call to action*/
.cta {
  display: none;
}

/*contact form messages*/
form .messages p {
  display: none;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

form .alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

form .alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

form [type="submit"] {
  margin: 20px auto;
}

/*contact form*/
form .loading {
  width: 100%;
  margin: auto;
  max-width: 20px;
}

.inner #content .ctc-form {
  margin: 0 auto;
  text-align: center;
  color: #000;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 3px solid #000;
  outline-offset: -5px;
}

.inner #content .ctc-form h2 {
  text-align: center !important;
  padding: 5px 0 20px;
}
.inner #content .ctc-form input[type="text"],
.ctc-form textarea {
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 8px;
  max-width: 100%;
}

.inner #content .ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}

.inner #content .ctc-form button {
  display: block;
}

.inner #content .ctc-form .recap {
  display: inline-block;
}

.inner #content .ctc-form .g-recaptcha > div {
  margin: 0 auto 10px;
}

.specials-page .inner.text-center img{
    width: 100%;
}

/*gallery*/

.fancybox-opened .fancybox-title {
  visibility: hidden !important;
}

#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .gallery li a img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#content .gallery-container {
  text-align: center;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: border 0.5s ease-in-out 0s;
  -o-transition: border 0.5s ease-in-out 0s;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

p {
  font-size: 14px;
  font-weight: 400;  
  line-height: 120%;
}

#page {position: relative; background: url('../images/content/bt.jpg') no-repeat top center #251F1C; width: 100%; max-width: 1920px; margin: 0 auto;}

#top_header {text-align: left; min-height: 34px; display: flex; align-items: center;}
#top_header .socials {padding: 0 10px;}

/*header*/
#header {
  padding: 10px 0; 
  position: relative;
  z-index: 99;  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header .logo_holder, #header .header_right {padding: 0 10px;}
#header .header_right {max-width: 320px; width: 100%;}
#header .header_right p {margin: 0 0 20px 0; line-height: 150%;}

#header .header_right p strong {
    color: #FFF990;
    font-family: 'Damion', cursive;
    font-size: 22px;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 3px #000;
    display: block;
}

#header .header_right p a {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(200, 247, 193);
    text-shadow: rgb(0 0 0) 1px 1px 3px;
}


#header nav {background: url('../images/content/menu_bg.png') no-repeat top center; width: 100%; flex:0 0 auto; background-size: cover;}

#header nav a#pull {
	display: none;
}

#header nav ul {
	margin: 0;
	padding: 0 10px;  
	display: flex;	
	justify-content: space-around;
	min-height: 66px;
	align-items: center;
}

#header nav ul li {	
}

#header nav ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;	
	display: block;
	line-height: 49px;
	padding: 0 20px;
}

#header nav ul li a:hover, #header nav ul li.active-menu a {background: rgba(0,0,0,.4);}

/* homepage */
#video-banner{
  width: 100%;
}

#video-banner img{
  width: 100%;
  display: none;
}



/*content*/
#content {
    padding: 10px 0;
	display: flex;
	justify-content: flex-start;
}

#content #sidebar {padding: 0 10px; width: 100%; max-width: 240px;}
#content #sidebar img {width: 100%; max-width: 100%; display: block; margin: 0 0 5px 0;}

#content #sidebar .order_by_phone {margin: 40px auto;}
#content #sidebar .stars {width: auto; margin: 0 auto;}

#content #sidebar .hours {margin: 20px 0; text-align: left; padding: 0 18px;}
#content #sidebar .hours h2 {	
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #3a2e2c;
    margin: 0 0 15px;
    padding: 0 0 5px 0;
    font-weight: 900;
}
#content #sidebar .hours p {color: #a4958f; font-size: 12px;}
#content #sidebar .hours p a {color: #FFF;}

#content #main {max-width: 690px; width: 100%; padding: 0 10px; text-align: left; color: #FFF;}
#content #main .content {display: flex; width: 100%; flex-wrap: wrap; justify-content: flex-start; border: 8px solid #342A28; box-shadow: 0px 0px 5px #000; margin: 0 0 20px 0;}
#content #main .content img {width: 100%; max-width: 463px;}
#content #main .content .sample_container {background: url('../images/content/txt_bg.jpg') no-repeat top center; background-size: cover; padding: 20px 40px 20px 30px; width: 100%; max-width: 171px; }
#content #main .content h1 {color: #fff; font-size: 17px; text-shadow: 1px 1px 8px #000; letter-spacing: -1px; line-height: 150%; text-align: left; font-weight: 900; text-transform: uppercase; }

#content #main .content_image {display: flex; flex-wrap: wrap; justify-content: space-between; }
#content #main .content_image img {border: 8px solid #342A28; box-shadow: 0px 0px 5px #000; max-width: 210px;}


/*footer*/
#footer { 	
	padding: 50px 0 0;
}

#footer nav {background: url('../images/content/menu_bg.png') no-repeat top center; background-size: cover;}
#footer nav ul {
	margin: 0;
	padding: 0 10px;  
	display: flex;	
	justify-content: center;
	min-height: 66px;
	align-items: center;
}
#footer nav ul li {padding: 0 15px;}
#footer nav ul li a {	
	font-size: 14px;
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;	
}

#copyright {display: flex; justify-content: space-between; align-items: center; padding: 0 10px 40px ;}
#copyright p, #copyright .silver, #copyright .silver a  { color: #a4958f; font-size: 12px;}

#copyright .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

#copyright .silver a:hover {
  color: #3eb0f7;
}

/*inner pages*/
.inner #content {
  min-height: 600px;  
}

.inner #content #main { background: #f7f6e2; padding: 0 0 20px 0; }

.inner #content #main .inner {padding: 0 10px;}


.inner #content h1 {
  margin: 0 0 20px 0; 
  background: #E30A12; font-size: 14px;
  padding: 10px;
}

.inner #content p {
  margin: 0 0 20px 0; 
  color: #000;
  line-height: 140%;
}

.inner #content .feedback_container p {text-align: left;}
.inner #content p .block {display: block;}
.inner #content p.feedback {font-weight: bold;}

.inner #content p a {color: #000; font-weight: bold;}

.inner #content p.specials_btn a {background: #a52300; margin: 0 5px 5px; width: 250px; line-height: 33px; color: #FFF; text-align: center; display: inline-block;}
.inner #content p.p_header {margin: 0 0 10px 0;}

.inner #content .two_col_info {display: flex; justify-content: space-between; margin: auto; padding: 0 10px;}


.inner #content .two_col_info img {vertical-align: middle; display: inline-block;}
.inner #content img.bordered {background-color: #e6e5d1; border: solid 1px #aebccc; padding: 4px;}
.inner #content img.limit {max-width: 415px;}
.inner #content img.sm {max-width: 120px;}
.inner #content img.small {max-width: 60px;}

.inner #content h2 {color: #000; text-align: center; font-size: 26px; margin: 0 0 20px 0;}
.inner #content h3 {color: #000; text-align: center; font-size: 22px; margin: 0 0 20px 0;}

.fvp_btn {background: #a52300; margin: 20px auto 40px; width: 135px; line-height: 33px; color: #FFF; text-align: center; display: block;}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify !important;
}

/*testimonials*/
#inner_testi {
  margin: 50px 0px 0px 0px;
}

.inner #content .testi p {
  color: #000;
  margin: 10px 0;
}

.inner #content .testi p strong {
  color: #ffcc00;
}

.inner #content .testi p span {
  color: #ffcc00;
  font-size: 30px;
  display: unset;
}

.inner #content .testi {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #ffcc00;
  box-shadow: 0px 0px 20px #ffcc00;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner #content .testi .auth {
  color: #ffcc00;
  font-size: 20px;
  text-shadow: 2px 0px 5px #000;
  font-weight: 500;
}

.destroy-on-load {
  display: none;
}

/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 768px) {  
  #header {
    position: relative;
  }

  #header nav {
    display: block;
    height: auto;
    width: 100%;
	background: none;
  }

  #header nav ul {
    max-width: 100%;
    display: none;
    height: auto;
    background: #342A28;
	padding: 0;
	min-height: auto;
  }

  #video-banner video{
    display: none;
  }

  #video-banner img{
    display: block;
  }

  #header nav ul li {  
	border-bottom: 1px solid #000;
  }
  #header nav ul li:last-child {border: 0;}

  #header nav ul li a {
    padding: 10px 25px;  
	line-height: 20px;	
  }

  #header nav a {
    text-align: left;
    width: 100%;    
  }

  #header nav a#pull {
    display: block;    
    background: linear-gradient(#4D3730, #251F1C);
    width: 100%;
    position: relative;
    height: 45px;
    color: #fff;
    z-index: 999;
	box-shadow: 0px 0px 8px #000;
	padding: 0 25px;
  }

  #header nav a#pull:after {
    content: "";
    background: url("../images/nav-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 13px;
  }

  #header nav a#pull strong {
    line-height: 45px;
	font-size: 20px;
  }

  .cta {
    background: #4c362f url("../images/common/phonecall.png") no-repeat center
      center;
      background-size: 50%;
    border-bottom-left-radius: 40px;
    border: 2px solid #fff;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 50px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 70px;
    z-index: 999;
    border-right: none;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  } 

  .inner #content {
    padding: 20px 10px;
  }
  
  #content {flex-flow: column;}
  
  #content #sidebar {order: 2; margin: 0 auto; max-width: 100%; text-align: center;}
  #content #main {order: 1; max-width: 100%; margin: 0 0 50px 0;}
  
  #content #main .content .sample_container {padding: 30px; max-width: 100%; background: linear-gradient(#251F1C, #4D3730);}
  #content #main .content h2 {letter-spacing: 1px; line-height: 150%; text-align: center;}
  
  #content #main .content img {max-width: 100%;}
 
  
  #content #main .content_image img {max-width: 100%;}
  
  #content #sidebar img {max-width: 220px; display: inline-block;}
  #content #sidebar .hours {text-align: center;}
  
  .inner #content .two_col_info{
      flex-wrap:wrap;
  }
}

@media screen and (max-width: 600px) {	
	
	#header, #top_header {justify-content: center;}
	
	#content #main .content_image {justify-content: center;}
	#content #main .content_image img {margin: 10px;}
	
	#content #sidebar img {display: block; margin: 0 auto 5px;}
	
	#copyright {flex-flow: column;}
}

@media screen and (max-width: 480px) {
	
	.inner #content img.bordered {float: none; display: block; margin: 0 auto 20px;}
	
	.inner #content .two_col_info {flex-flow: column; text-align: center;}

	
  .cta {
    height: 60px;
  }

  #content .page_link,
  #content .previous_link,
  #content .next_link,
  #content .first_link,
  #content .last_link,
  #content .ellipse {
    font-size: 12px;
    padding: 5px 7px;
  }
}

@media screen and (max-width: 320px) {
  .g-recaptcha {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .inner #content .testi .auth {
    font-size: 17px;
    text-align: left;
  }
}
