@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');

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

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

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

* {
  transition: all 0.5s ease;
}

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

body {
  margin: 0 auto;
  max-width: 100%;
  min-width: 1200px;
  font-family: Georgia,Times,Times New Roman,serif; 
  font-size: 18px;
  background: #100F0F;
  color: #fff;
  position: relative;
}

a {
  color:inherit;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

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

a:focus {
  outline: none !important;
}

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

h1, .title-like {
  font-family: 'ACaslonPro-Regular';
  font-size: 64px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: .15em;
  font-weight: 400;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 120%;
}

h4 {
  line-height: 120%;
}

h5 {
  line-height: 120%;
}

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

.row {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.ctc-hide { display: none; } 

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

img, figure {
  display: block;
  height: auto;
  transition: all 0.5s linear;
}

/*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;
 }
.fr {
  float:right;
 }

/*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:'';
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: 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;
  transition: all .4s linear;
  transform: scaleX(0);
  z-index: -1;
  border-radius: 25px;

}

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

/*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;*/
  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;
}

.contactForm { margin: 0 auto; text-align: center; color: #000; width: 100%; } 

.contactForm label { width: 100%; max-width: 100%; color: #fff; }

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color:#545454;
  display: block;
  width: 100%;
  border:1px solid #D6D6D6;
  padding: 20px 20px;
  margin: 0 auto 8px;
  max-width: 100%;
}

.contactForm textarea {
  height: 120px;
  padding-top:10px;
}

.contactForm input[type=text]::-webkit-input-placeholder, .contactForm input[type=email]::-webkit-input-placeholder, .contactForm input[type=tel]::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545454;
}

.contactForm input[type=text]::-moz-placeholder, .contactForm input[type=email]::-moz-placeholder, .contactForm input[type=tel]::-moz-placeholder, .contactForm textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545454;
}

.contactForm input[type=text]:-ms-input-placeholder, .contactForm input[type=email]:-ms-input-placeholder, .contactForm input[type=tel]:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545454;
}

.contactForm input[type=text]::-ms-input-placeholder, .contactForm input[type=email]::-ms-input-placeholder, .contactForm input[type=tel]::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545454;
}

.contactForm input[type=text]::placeholder,
.contactForm input[type=email]::placeholder,
.contactForm input[type=tel]::placeholder,
.contactForm textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545454;
}

.contactForm .grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contactForm .grouped > label:not(:last-child) { margin-right: 10px; }

@media screen and ( max-width:500px ){
  .contactForm .grouped { -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contactForm .grouped > label:not(:last-child) { margin-right: 0; }
}

.contactForm button {
  display: block;
}

.contactForm .recap {
  display: inline-block;
}

.contactForm .g-recaptcha div {
  margin: 0 auto 10px;
}

/*gallery*/
#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;
  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: .42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#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;
}

p {
  line-height: 30px;
}

/*layout*/
.dflex, .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dflex > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.btn-holder a, .ctcBtn {
  display: inline-block;
  position: relative;
  color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: .2em;

    text-transform: uppercase;
    padding: 21px 34px;
    border: #C8A069 1px solid;
    border-radius: 5px;


  text-align: center;

  -webkit-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;

  background: transparent; }

.btn-holder a:hover, .ctcBtn:hover {
  background: #C8A069;
  -webkit-box-shadow: 0 10px 20px -10px #000;
  box-shadow: 0 10px 20px -10px #000; 
  border-color: transparent;
}

.btn-transparent a { background: transparent; outline: 2px solid #fff; outline-offset: -2px; }
.btn-transparent a:hover { color: #0099CC; }

/*header*/
#header { position: relative; padding: 17px 0 30px; z-index: 2;  }
#header::after { content: ''; display: block; position: absolute; width: 100%; max-width: 1200px; height: 9px; bottom: 0; left: 50%; background: url('../images/header-bg.png') no-repeat bottom center; background-size: cover; -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
#header .row { max-width: 860px }
#header nav a#pull { display: none }
#header nav ul { margin: 0; padding: 0; }
#header nav ul li {  }
#header nav ul li a { display:block; font-family: 'Playfair Display', serif; font-size: 14px; letter-spacing: .2em; color: #fff; text-transform: uppercase; padding: 21px 34px; border: transparent 1px solid; border-radius: 5px; }
#header nav ul li a.always-active, #header nav ul li a:hover {  border-color: #C8A069; }

/*banner*/
#banner { position: relative; padding-top: 70px; padding-bottom: 0px; }
#banner::before { content: ''; display: block; position: absolute; width: 100%; max-width: 187px; height: 9px; bottom: 0; left: 50%; background: url('../images/after-banner-bg.png') no-repeat bottom center; background-size: cover; -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
#banner .row{ }
/*#banner .title-like { text-align: center; margin-bottom: 20px; }
#banner .logo-holder { max-width: 657px; }*/

#banner .logo-holder img { width: 150px; max-width: 637px; height: auto; }

.inner #content .row {
    background: #000000a1;
    padding: 50px 100px;
}

div#banner .row {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: auto;
}

#banner .title-like {
    text-align: left;
    /* flex: 86%; */
    margin-bottom: 20px;
    /* align-content: center; */
}

.inner #banner .logo-holder {
    max-width: max-content;
    margin: -50px !important;
    margin: -50px 20px 0 20px !important;
}

.letter-holder img { -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.letter-holder a:hover img { -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

/*content*/
#home { position: relative; margin-top: 40px; margin-bottom: 50px; }
#home .wrapper { position: relative; padding-top: 100px; padding-bottom: 60px; }
#home .wrapper::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url('../images/home-bg.jpg') no-repeat top center; z-index: -1; }
#home h1 { text-align: center; margin-bottom: 60px; }
#home .wrap { position: relative; }
#home .logo-holder { max-width: 657px; margin-bottom: 70px; }
#home .logo-holder img { width: 100%; max-width: 637px; height: auto; }
#home .title-like { max-width: 566px; }
#home .title-like img { width: 100%; max-width: 546px; height: auto; margin-bottom: 50px; }
#home .foreword { font-family: 'Playfair Display', serif; font-size: 24px; font-style: italic; margin-bottom: 15px; text-align: center; padding-left: 10px; padding-right: 10px; }
#home .offset { position: absolute; top: 57px; right: -190px; }
#home .book { margin-bottom: 100px; }
#home .book img { width: 100%; max-width: 424px; height: auto; }
#home .letter-holder { width: 100%; max-width: 192px; margin: 0 auto; }
#home .letter-holder img { width: 100%; max-width: 192px; height: auto; margin-bottom: 3px;  }
#home .label { font-family: 'ACaslonPro-Regular'; font-size: 24px; text-align: center; }

/*footer*/
#footer { position: relative; padding-top: 17px; }
#footer::before { content: ''; display: block; position: absolute; top: 0; left: 50%; width: 100%; max-width: 1200px; height: 1px; background: #F0AF65; -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
#footer .row{ font-family: 'Playfair Display', serif; font-size: 14px; color: #fff; }
#footer nav { width: 100%; flex:1; max-width: 286px; margin-right: 10px; }
#footer nav ul li { border-right: #fff 1px solid; display: inline-block; padding-right: 3px; }
#footer nav ul li a { font-family: 'Playfair Display', serif; font-size: 14px; color: #fff; }
#footer nav ul li.active-menu a, #footer nav ul li a:hover {  }
#footer .right { width: 100%; flex:1; max-width: 420px; }
#footer .copy, #footer .tld { color: #fff; font-size: 15px; text-align: center; }
#footer .tld img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

/*inner pages*/
.inner { background: #100F0F url('../images/inner-bg.jpg') top center no-repeat; background-size: 100%; }
.inner #content { min-height: 400px; padding: 0px 0 40px; }
.inner #content h1{ font-size:24px; line-height:120%; letter-spacing: normal; margin-bottom: 30px; text-align: center; }
.inner #content p{ color: #F0AE65; margin-bottom: 20px; }

.about-page .wrap { -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.about-page .left { max-width: 424px; margin-right: 10px; }
.about-page .right { max-width: 703px; text-align:left;}
.about-page .letter-holder { width: 100%; max-width: 192px; }
.about-page .letter-holder img { width: 100%; max-width: 192px; height: auto; margin-bottom: 3px;  }
.about-page .label { font-family: 'ACaslonPro-Regular'; font-size: 24px; text-align: center; }

/*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;
  box-shadow: 0px 0px 20px #FFCC00;
  margin: 20px 0;
  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: 1440px ) {
	#home h1{margin-bottom:0;}
	#home .logo-holder{max-width:450px;}
	#home .offset{right:0;}
	#home .book img{max-width:300px;}
}

@media screen and ( max-width: 1220px ) {
  #home .offset { right: 0; }
  #home .book img { max-width: 260px; }
}

@media screen and ( max-width: 1200px ) {
  body {
    min-width: 960px;
    width: 100%;
  }
}

@media screen and ( max-width: 959px ){
  body {
    min-width: 320px;
    width: 100%;
  }

  #header {
    position: relative;
    padding: 0;
  }

  #header .row { max-width: 100%; padding: 0; }

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

  #header nav ul {
    max-width: 100%;
    display: none;
    height: auto;
    background: #000;
  }

  #header nav ul li {
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 10px 10px;
    display: block;
  }

  #header nav ul li a {
    padding: 0;
  }

  #header nav ul li a.always-active {
    border-color: transparent;;
  }

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

  #header nav a#pull {
    display: block;
    background: linear-gradient(to right, #000 , #000);
    width: 100%;
    position: relative;
    height: 45px;
    color: #fff;
    z-index: 999;
  }

  #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;
  }


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

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

  .sticky a#pull {
    height: 40px !important;
  }

  .sticky a#pull strong {
    line-height: 40px !important;
  }

  .sticky a#pull:after {
    top: 10px !important;
  }

  .sticky ul li {
    padding: 5px 35px !important;
  }

#banner {
    padding-top: 50px;
    padding-bottom: 15px;
}
#banner .title-like {
    font-size: 32px;
    margin-bottom: 15px;
}

#banner .logo-holder img { max-width: 500px; margin: 0 auto; }

  #home {
    margin-top: 0;
    margin-bottom: 0;
  }

  #home .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #home h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #home .logo-holder { margin-bottom: 15px;
}
  #home .logo-holder img { max-width: 500px; margin: 0 auto; }
  #home .title-like img { max-width: 500px; margin-bottom: 15px;
}
  #home .offset { position: static; }
  #home .book {
    margin-bottom: 15px;
}
#home .book img { margin: 0 auto; }

#footer .row { -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#footer nav { margin-right: 0; margin-bottom: 15px; }

.about-page .wrap { -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column;
          flex-direction: column; }
.about-page .letter-holder { margin: 0 auto 15px; }
.about-page .left { margin-right: 0; }
.about-page .book img { width: 100%; max-width: 424px; height: auto; margin: 0 auto 30px; }
  .inner #content {
    text-align: center;
    padding: 20px 10px;
  }
}

@media screen and ( max-width: 500px ){



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

@media screen and ( max-width: 375px ){
	#banner .title-like { font-size: 20px; }
}
@media screen and ( max-width: 320px ){
  .g-recaptcha {
    transform:scale(0.8);
  }

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