@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #3f353b;
  font: 400 14px/20px "Times New Roman", serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 30px;
  line-height: 48px;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 21px; }
  @media (max-width: 479px) {
    h1 {
      letter-spacing: 12px; } }

h2 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 6px; } }

h3 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold; }
  h3.mod {
    font-weight: normal;
    color: #e4ded4; }
  @media (max-width: 991px) {
    h3 {
      font-size: 28px;
      letter-spacing: 3px; } }

h4 {
  position: relative;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Georgia', serif; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h4 {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px; } }

h5 {
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Georgia', serif; }
  @media (min-width: 767px) and (max-width: 991px) {
    h5 {
      font-size: 20px;
      letter-spacing: 1px; } }

.h_icon {
  position: relative;
  padding-left: 46px; }
  .h_icon .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 36px; }
  .h_icon .fa-volume-up {
    font-size: 42px; }
  .h_icon .fa-map-marker {
    font-size: 46px; }

h6 {
  text-transform: none; 
  font: 300 18px/24px serif, helvetica;
  color: #eee; }

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #917c89; }

p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa, .addr .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

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

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 0; }

.row + .row {
  margin-top: 30px; }

@media (min-width: 768px) {
  * + .row [class*="col-"] {
    margin-top: 0; } }

h3 + * {
  margin-top: 18px; }

h3 + .row {
  margin-top: 25px; }

h4 + *, h4 + .row {
  margin-top: 20px; }

h5 + * {
  margin-top: 20px; }

h6 + * {
  margin-top: 15px; }

* + h6 {
  margin-top: 25px; }

p + img {
  margin-top: 25px; }

p + p {
  margin-top: 15px; }

img + p {
  margin-top: 35px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }
  .brand .logo + .brand_name {
    margin-top: 20px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #e4ded4;
  padding-top: 20px;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .bg-primary {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-color {
  position: relative;
  overflow: hidden;
  background: #36312b;
  color: #a19d94;
  padding-top: 60px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .bg-color {
      padding-left: 15px;
      padding-right: 15px; } }
  .bg-color .row {
    position: relative; }

.bg1 {
  background: no-repeat url(../images/bg1.jpg) center center; }

.bg2 {
  background: no-repeat url(../images/bg2.jpg) center center; }

.bg3 {
  background: no-repeat url(../images/bg3.jpg) center center; }

.bg1, .bg2, .bg3 {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
  color: #b5aa9a; }
  .bg1 a:hover, .bg2 a:hover, .bg3 a:hover {
    color: #fff; }

.bg-img {
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (max-width: 991px) {
    .bg-img {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bg-img {
      left: -60px; } }

/*==================    Buttons    ======================*/
.btn, .btn1, .btn2, .btn3 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn:after, .btn1:after, .btn2:after, .btn3:after {
    content: "";
    font: 400 18px/18px "FontAwesome";
    margin-left: 10px; }
  * + .btn, * + .btn1, * + .btn2, * + .btn3 {
    margin-top: 20px; }

.btn:hover {
  color: #a99676; }
.btn:active {
  color: #726247; }

.btn1 {
  color: #e4ded4; }
  .btn1:hover {
    color: #a99676; }
  .btn1:active {
    color: #726247; }

.btn2 {
  padding: 17px 50px 13px;
  color: #e4ded4;
  border: 1px solid #e4ded4; }
  .btn2:hover {
    color: #a99676;
    border-color: #a99676; }
  .btn2:active {
    color: #726247;
    border-color: #726247; }

.btn3 {
  padding: 17px 57px 13px;
  border: 1px solid #878283; }
  .btn3:after {
    display: none; }
  .btn3:hover {
    background: rgba(255, 255, 255, 0.29); }
  .btn3:active {
    background: rgba(255, 255, 255, 0.49); }

/*==================      Box      ======================*/
.event-box {
  display: block; }
  .event-box:hover .date, .event-box:hover .date + p {
    color: #e4ded4; }

.box {
  text-align: left; }
  .box p:first-child {
    color: #e4ded4; }

/*==================      Lists     ======================*/
.list1 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 22px; }
  .list1 li a:hover {
    color: #fff; }
  .list1 li span {
    font-weight: 700;
    display: block; }
  .list1 li + li {
    margin-top: 15px; }

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 70px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative; }
    .sf-menu > li + li {
      margin-top: 20px; }
  .sf-menu a {
    display: block;
    text-transform: uppercase;
    position: relative; }

.sf-menu > li > a {
  color: #FFF;
  letter-spacing: 12px;
  line-height: 30px; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #a1949b; }
.sf-menu > li.active > a {
  color: #FFF; }
  .sf-menu > li.active > a span {
    position: relative;
    display: inline-block; }
    .sf-menu > li.active > a span:before, .sf-menu > li.active > a span:after {
      content: '';
      position: absolute;
      width: 26px;
      height: 3px;
      background: #fff;
      left: 50%;
      margin-left: -23px; }
    .sf-menu > li.active > a span:before {
      top: -10px; }
    .sf-menu > li.active > a span:after {
      bottom: -10px; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 235px;
  margin-left: 20px;
  padding: 20px;
  background: #3f353b;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }

.sf-menu ul > li > a {
  color: #a1949b;
  letter-spacing: 3px;
  font-size: 12px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff; }
.sf-menu ul > li + li {
  margin-top: 10px; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #a1949b; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #e4ded4;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #3f353b;
  z-index: 999;
  border-bottom: 1px solid #a1949b; }
  .isStuck .brand {
    display: none; }
  .isStuck .sf-menu > li {
    float: left;
    position: relative; }
    .isStuck .sf-menu > li + li {
      margin-left: 30px;
      margin-top: 0; }
    .isStuck .sf-menu > li > .sf-with-ul {
      position: relative; }
      .isStuck .sf-menu > li > .sf-with-ul:before {
        position: absolute;
        left: 50%;
        top: 95%;
        margin-left: -12px;
        content: "";
        font: 400 12px/12px "FontAwesome"; }
  .isStuck .sf-menu ul {
    top: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 20px;
    border: 1px solid #a1949b; }
    .isStuck .sf-menu ul ul {
      margin-top: 10px;
      margin-left: 20px;
      border: 0; }
  .isStuck .nav {
    margin-top: 20px;
    margin-bottom: 20px; }

@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #a1949b;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #e4ded4;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background: #372c31; }
  .thumb img {
    width: 100%;
    height: auto;
    opacity: 0.3;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .lt-ie9 .thumb img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
      filter: alpha(opacity=30); }
  .thumb:hover img {
    opacity: 1; }
    .lt-ie9 .thumb:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    header {
      padding-top: 160px; } }
  header.abs {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  header .nav {
    margin-top: 69px; }
  header.bg-header {
    background: no-repeat url(../images/bg-header-m.jpg) center center;
    background-size: cover; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

.link1 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #b0a595; }
  .link1:hover {
    color:#fff; }

.link2 {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #362b31; }
  .link2 .fa {
    font-size: 40px; }
  .link2:hover {
    color: #6f5865; }
  @media (max-width: 479px) {
    .link2 {
      letter-spacing: 1px; } }

.mt1 {
  margin-top: 7px; }

.row.mt2 {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .row.mt2 > div {
      margin-top: 0; } }

.mt3 {
  margin-top: 35px; }

.date {
  font-size: 30px;
  line-height: 41px;
  letter-spacing: .5px;
  vertical-align: baseline; }
  .date span {
    font-size: 48px;
    line-height: 41px;
    font-weight: 700;
    vertical-align: baseline; }
  .date + * {
    margin-top: 15px; }

.primary {
  color: #e4ded4; }
  .primary a:hover {
    color: #bdae95; }

.white {
  color: #fff; }

.text1 {
  font-size: 40px;
  line-height: 40px;
  color: #e4ded4;
  letter-spacing: 3.5px; }
  .text1 a:hover {
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    .text1 {
      font-size: 30px;
      letter-spacing: 2px; } }

.text2 {
  text-transform: uppercase;
  letter-spacing: 1px; }

.terms {
  background: no-repeat url(../images/bg-terms.jpg) top center;
  background-size: cover; }
  .terms p + h6 {
    margin-top: 42px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 60px;
  padding-bottom: 25px; }

.well2 {
  padding-top: 60px;
  padding-bottom: 60px; }

.well3 {
  padding-top: 60px;
  padding-bottom: 70px; }

.well4 {
  padding-top: 50px; }

.well5 {
  padding-top: 70px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #e4ded4;
  color: #c0b8aa;
  padding-top: 70px;
  text-align: center; }
  footer .footer {
    padding-bottom: 60px; }
  footer .brand_name {
    color: #c0b8aa; }
  footer .copy {
    font-family: 'Georgia', serif;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 8px; }
