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

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
body {
  max-width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
h1,
h2{
  font-weight: 400;
  font-size: 40px; 
  text-transform: uppercase; 
  color: #C68563;
  margin-bottom: 30px;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

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

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

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail img{
  width: 200px;
  height: 200px;
}
#content .thumbnail:hover {
  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;
}
.buttons {
  position: relative;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  background: #F1B01B; 
  text-transform: uppercase;
  text-align: center;
}
.buttons:hover{
  background: #C68563;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socials{
  margin: 50px auto;
}
.socials a{
  width: 38px; 
  height: 38px;
  display: inline-block;
  vertical-align: middle; 
  background-position: 0px 0px; 
  background-repeat: no-repeat; 
  transition: all 0.3s ease-in-out 0s;
}
.socials a:hover{
  background-position: 0 -48px;
}
.fb{
  background: transparent url(../images/common/fb.png) no-repeat scroll 0% 0%;
}
.twitter{
  background: transparent url(../images/common/twitter.png) no-repeat scroll 0% 0%;
}
.yelp{
  background: transparent url(../images/common/yelp.png) no-repeat scroll 0% 0%;
}
img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*------------------------------------header------------------------------------*/
#header {
  background: url(../images/common/header-wrapper.jpg)no-repeat center center/cover;
  text-align: center;
  padding: 10px 0;
}
#header .row{
  align-items: flex-start;
}
#header .logo{
  margin-bottom: 50px;
}
#header .logo p{
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#header nav a#pull {
  display: none;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  border-bottom: 1px solid #A8A8AA; 
  padding: 10px 0px;
}
nav ul li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px; 
  text-transform: uppercase; 
  color: #fff; 
  letter-spacing: 0.5px;
}
nav ul li.active-menu a,
nav ul li a:hover {
  color: #F4C658;
}
#header .phone{
  margin-top: 40px;
  flex-basis: 50%;
}
#header .phone p{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #F4C658;
}
#header .phone a{
  font-size: 28px;
  display: block;
  border:1px solid #D4A287; 
  color: #fff; 
  padding: 5px;
  max-width: 205px; 
  width: 100%; 
  margin: 0 auto;
}

/*------------------------------------content------------------------------------*/

/*what we do*/
#what{
  background: url(../images/content/gallery-wrapper.jpg)no-repeat center center;
  padding: 30px 0;
  text-align: center;
}
#what h2:before, #what h2:after{
  content: '';
  background: #DDDDDD;
  height: 1px;
  width: 240px;
  display: inline-block; 
  text-shadow: none;
}
#what h2:before{
  margin: 0 20px 15px 0;
}
#what h2:after{
  margin: 0 0 15px 20px;
}
#what dl{
  display: inline-block;
  vertical-align: top;
  max-width: 350px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 30px;
}
#what dt img{
  width: 100%;
}
#what dd{
  margin: 30px auto 0;
  position: relative;
}
#what dd:before{
  position: absolute;
  content: '';
  background: #C68563;
  width: 50px;
  height: 12px;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#what dd p{
  font-family: 'Oswald', sans-serif;
  font-size: 20px; 
  color: #585859; 
  line-height: 25px; 
  letter-spacing:1pt;
  max-width: 200px;
  margin: 16px auto;
}

/*middle section*/
#middle{
  background: url(../images/content/content-wrapper.jpg)no-repeat center center/cover;
  padding: 20px 0;
  color: #fff;
}
#middle .flex-holder{
  justify-content: center;
}
#middle h1{
  font-weight: 700;
  letter-spacing:2pt; 
  line-height:50px; 
  color: #fff;
}
#middle p{
  font-size: 15px; 
  letter-spacing: 1pt;
  line-height: 1.2;
  position: relative;
  padding: 10px 0;
}
#middle p:before{
  position: absolute;
  content: '';
  background: #C68563;
  width: 50px;
  height: 12px;
  top: -15px;
  left: 0;
}
#middle .buttons:not(.btn){
  display: block;
  width: 70px;
  margin: 15px 0 15px auto;
}
#middle .btn{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
#middle a span{
  font-size: 28px;
}
#middle .text, #middle .image{
  flex-basis: 50%;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}

/*services*/
#services{
  background: url(../images/content/services-wrapper.jpg)no-repeat center center/cover;
  padding: 20px 0 50px;
  margin: 10px 0;
  text-align: center;
  color: #fff;
}
#services h2{
  color: #fff;
}
#services h2:before, #services h2:after{
  content: '';
  background: #D4A287;
  height: 1px;
  width: 240px;
  display: inline-block; 
  text-shadow: none;
}
#services h2:before{
  margin: 0 20px 15px 0;
}
#services h2:after{
  margin: 0 0 15px 20px;
}
#services ul{
  max-width: 780px;
  margin: 0 auto;
  columns: 2;
}
#services ul li{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing:1pt; 
  line-height:39px;
  text-align: left;
}

/*gallery*/
#gallery{
  background: url(../images/content/gallery-wrapper.jpg)no-repeat bottom center;
  padding: 40px 0;
  text-align: center;
}
#gallery img{
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

/*ctc-info*/
#ctc-info{
  background: url(../images/content/form-wrapper.jpg)no-repeat center center/cover;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
#ctc-info .flex-holder{
  padding-top: 30px;
}
#ctc-info .flex-holder > div{
  width: 30%;
}
#ctc-info h2{
  color: #fff;
}
#ctc-info h2:before, #ctc-info h2:after{
  content: '';
  background: #A8A8AA;
  height: 1px;
  width: 240px;
  display: inline-block; 
  text-shadow: none;
}
#ctc-info h2:before{
  margin: 0 20px 15px 0;
}
#ctc-info h2:after{
  margin: 0 0 15px 20px;
}
#ctc-info p{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #F4C658;
}
#ctc-info p a{
  font-size: 28px;
  display: block;
  border:1px solid #D4A287; 
  color: #fff; 
  padding: 5px;
  margin: 0 auto;
}
#ctc-info .email p a{
  font-size: 15px;
  line-height: 1.8;
}
#ctc-info .ctc-form input[type="text"],
#ctc-info .ctc-form textarea {
  background: rgb(33,33,33);
  background: rgba(33,33,33,0.6);
  color: #fff;
  border-color: rgba(153,153,153,0.6);
}

/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 10px;
  text-transform: uppercase;
}
.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
  padding: 10px 25px;
  border: none;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*footer*/
#footer {
  background: #D4A287;
  padding: 20px 0;
  text-align: center;
}
#footer nav ul li{
  display: inline-block;
  vertical-align: middle;
}
#footer nav ul li{
  border: none;
  border-right: 1px solid #fff;
  padding: 0 15px;
}
#footer nav ul li:last-of-type{
  border-right: unset;
}

/*copyright*/
#copy{
  padding: 20px 0;
  text-align: center;
}
#copy .row p{
  font-weight: 400;
  font-size: 14px;
  color: #646466;
  margin: 0 auto;
  font-family: 'Poppins';
}
#copy  img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
#copy .socials{
  margin: 0 auto;
}

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
}
.inner #content h1{
  font-weight: 700;
  position: relative;
  color: #F4C658;
  margin-bottom: 50px;
  text-transform: unset;
  letter-spacing: 2pt;
}
.inner #content h2{
  font-weight: 700;
  font-size: 30px;
  color: #F4C658;
  text-transform: unset;
  letter-spacing: 2pt;
  margin-bottom: 0;
}
.inner #content h1:before{
  position: absolute;
  content: '';
  background: #C68563;
  width: 50px;
  height: 12px;
  bottom: -30px;
  left: 0;
}
.inner #content p{
  font-size: 15px;
  letter-spacing: 1pt;
}
.inner #content p a{
  color: #C68563;
}
.inner #content a:hover{
  color: #C68563;
}
.inner #content .rev-box{
  border:6px solid #F4C658; 
  padding:20px; 
  border-radius:30px; 
  margin:10px 0;
}
.inner #content .auth{
  font-weight: 700;
  color: #C68563;
}
.inner #content .auth span{
  display: block;
}

/*contact page*/
.contact-page #content .flex-holder {
  margin-bottom: 30px;
}
.contact-page #content .flex-holder > div{
  width: 30%;
  padding: 10px;
  text-align: center;
}
.contact-page #content .flex-holder > div img{
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}

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

@media screen and (max-width: 980px){
  body {min-width: 320px;}
	#header .row {width: 100%; display: block;padding: 0;}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; position: fixed;top: 40px;z-index: 999;background: #C68563;}
  	#header nav ul li { width: 100%;position: relative;padding:0; }
  	#header nav ul li a { display: block; float:none; padding: 10px 15px;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background:#000; height: 40px;padding: 10px 0; width: 100%; position: fixed;top: 0;z-index: 9999;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
  #middle{text-align: center;}
  #middle .flex-holder{display: block;}
  #middle .text, #middle .image{max-width: 100%;}
  #middle p:before{right: 0;margin: 0 auto;}
  #middle .buttons:not(.btn){margin: 0 auto;}
  #middle img{padding: 15px 0;}
  #gallery img{padding: 10px 20px;}
	.cta{background: #C68563  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #F4C658 ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}
@media screen and (max-width: 768px){
  #what h2:before, #what h2:after,#services h2:before, #services h2:after,#ctc-info h2:before, #ctc-info h2:after{display: none;}
  #services ul{columns: auto;}
  #ctc-info .flex-holder{flex-direction: column;}
  #ctc-info .flex-holder > div{width: auto;}
  #ctc-info .flex-holder .phone{order: 1;}
  #ctc-info .flex-holder .email{order: 2;}
  #ctc-info .flex-holder .logo{order: 3;}
  .contact-page #content .flex-holder{display: block;}
  .contact-page #content .flex-holder > div{width: auto;}
}
@media screen and (max-width: 580px){
  h1{font-size: 35px;letter-spacing: 1pt!important;}
  #what dl{margin: 0 auto;}
  #footer nav ul li{display: block; border-right: unset;padding: 10px 0;}
  .inner #content h2{font-size: 25px;}
}