@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Dorsa);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f8f8f8;
  color: #a6a6a6;
  font: 400 18px/26px "PT Sans Narrow", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-family: 'Dorsa', sans-serif;
  font-size: 150px;
  line-height: 135px;
  color: #3c3c3c;
  text-align: center; }

h2 {
  font-family: 'Dorsa', sans-serif;
  font-size: 150px;
  line-height: 150px;
  text-transform: uppercase; }

h3 {
  font-family: 'Dorsa', sans-serif;
  font-size: 100px;
  line-height: 80px;
  color: #3c3c3c;
  text-transform: uppercase; }

h4 {
  font-size: 37px;
  line-height: 37px;
  text-transform: uppercase;
  color: #f8f8f8;
  letter-spacing: .5px; }
  @media (max-width: 979px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4b4b; }

h6 {
  font-family: 'Dorsa', sans-serif;
  font-size: 72px;
  line-height: 72px;
  color: #3c3c3c;
  text-transform: uppercase; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #b29c69; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .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; }

.container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .btn {
  margin-top: 15px; }

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

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

p + h5 {
  margin-top: 30px; }

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

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

@media (min-width: 768px) {
  .row.mt {
    margin-top: 60px; } }
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand_name {
  overflow: hidden; }
  .brand_name_1 {
    display: block;
    position: relative;
    margin-top: 25px; }
    .brand_name_1 span {
      position: absolute;
      top: -5px;
      left: 263px; }
    .brand_name_1 .logo_big {
      display: inline-block; }
    @media (max-width: 1199px) {
      .brand_name_1 {
        display: none; } }
  .brand_name_2 {
    display: block;
    padding-bottom: 68px;
    border-bottom: 1px solid #d6d6d6; }
    .brand_name_2 img {
      margin-right: 10px; }
    .brand_name_2 span {
      white-space: nowrap; }
  @media (min-width: 1200px) {
    .brand_name_1 + .brand_name_2 {
      display: none; } }

/*==================  Backgrounds  ======================*/
.bg {
  position: relative;
  background: #f8f8f8; }

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

.bg-line1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1390px; }

.bg-line2 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 230px; }

.bg-img1 {
  background: no-repeat url(../images/page-1_img01.jpg) center center;
  background-size: cover; }

.bg-img2 {
  background: no-repeat url(../images/page-2_img01.jpg) center center;
  background-size: cover; }

.bg-img3 {
  background: no-repeat url(../images/page-4_img01.jpg) center center;
  background-size: cover; }

@media (max-width: 767px) {
  .bg-img1, .bg-img2, .bg-img3 {
    height: 500px !important; } }

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 30px;
  text-transform: uppercase;
  color: #3c3c3c; }
  .btn:after, .btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
     }
  .btn:after {
    bottom: 5px; }
  .btn:hover {
    color: #b29c69; }

  .btn:active {
    color: #99834f; }

/*==================      Box      ======================*/
.box {
  background: #000018; }
  .box_top {
    border: 17px solid #111111; }
    .box_top img {
      width: 100%; }
  .box_cnt {
    padding: 15px 30px 25px;
    color: #fff; }
    .box_cnt:before, .box_cnt:after {
      display: table;
      content: "";
      line-height: 0; }
    .box_cnt:after {
      clear: both; }
    .box_cnt .link1 {
      float: right;
      margin-left: 5px; }
  .box time {
    display: inline-block;
    color: #b29c69;
    font-weight: 700; }

.box2:before, .box2:after {
  display: table;
  content: "";
  line-height: 0; }
.box2:after {
  clear: both; }
.box2_aside {
  float: left;
  margin-right: 20px; }
.box2_cnt__no-flow {
  overflow: hidden;
  padding-top: 10px; }
.box2 + * {
  margin-top: 30px; }

/*==================      Event      ======================*/
.event-list {
  margin-top: 95px; }
  @media (max-width: 767px) {
    .event-list {
      text-align: center;
      margin-top: 50px; } }

.event-title {
  color: #6c6c6c; }

.date {
  color: #b29c69;
  font-weight: 700;
  text-transform: uppercase; }
  .date span {
    display: inline-block;
    font-size: 80px;
    line-height: 64px;
    vertical-align: top; }
    @media (max-width: 1199px) {
      .date span {
        font-size: 60px; } }
  .date + p {
    margin-top: 40px; }
  @media (max-width: 979px) and (min-width: 768px) {
    .date {
      text-align: center; } }

.event-box:before, .event-box:after {
  display: table;
  content: "";
  line-height: 0; }
.event-box:after {
  clear: both; }
.event-box_aside {
  float: left;
  min-width: 170px; }
  @media (max-width: 479px) {
    .event-box_aside {
      float: none;
      margin-bottom: 20px; } }
.event-box_cnt__no-flow {
  overflow: hidden; }
.event-box + .event-box {
  margin-top: 50px; }

/*==================      Lists      ======================*/
.music-list li {
  cursor: pointer;
  position: relative;
  text-transform: uppercase; }
  .music-list li + li {
    margin-top: 22px; }
  .music-list li.playing, .music-list li:hover {
    color: #b29c69; }

.list li {
  text-transform: uppercase;
  color: #4d4b4b;
  font-weight: 700; }
  .list li + li {
    margin-top: 21px; }

.social-list {
  text-align: center; }
  .social-list li {
    position: relative;
    display: inline-block; }
    .social-list li a {
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 1px solid #d4d4d4;
      color: #0b0b0d;
      text-align: center;
      font-size: 20px;
      line-height: 70px; }
      .social-list li a:hover {
        background: #b29c69; }
      .social-list li a:active {
        background: #99834f; }
    .social-list li + li {
      margin-left: 3px; }
    @media (max-width: 1199px) {
      .social-list li {
        margin-bottom: 5px; } }
    @media (min-width: 1200px) {
      .social-list li.marg {
        margin: -5px 0 0; } }

.social-list2 li {
  position: relative;
  display: inline-block; }
  .social-list2 li a {
    display: block;
    color: #4d4b4b;
    font-size: 36px;
    line-height: 30px; }
    .social-list2 li a:hover {
      color: #b29c69; }
    .social-list2 li a:active {
      color: #99834f; }
  .social-list2 li + li {
    margin-left: 3px; }
* + .social-list2 {
  margin-top: 35px; }

/*==================      Blockquote      ======================*/
.quote {
  position: relative;
  padding-left: 55px;
  margin-top: 15px; }
  .quote:before {
    content: "“";
    position: absolute;
    top: 0;
    left: 0;
    color: #3c3c3c;
    font-family: 'Dorsa', sans-serif;
    font-size: 200px;
    line-height: 130px; }

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

/*========================   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;
    float: left;
    text-transform: uppercase; }
    .sf-menu > li + li {
      margin-left: 67px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font-size: 70px;
  line-height: 70px;
  font-family: 'Dorsa', sans-serif;
  color: #3c3c3c; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #b29c69; }
.sf-menu > li.active > a {
  color: #b29c69; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  margin-top: 15px;
  padding: 20px 25px 15px;
  background: #b29c69;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px; }

.sf-menu ul > li {
  position: relative;
  padding: 7px 0;
  text-align: center; }
  .sf-menu ul > li + li {
    border-top: 1px dashed #c2b189; }
  .sf-menu ul > li > a {
    color: #FFF; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fdf3c3; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 25px;
  width: 110px;
  padding: 20px 25px 15px;
  background: #353535;
  margin-top: -15px;
  z-index: 4; }

.sf-menu ul ul > li {
  position: relative;
  padding: 7px 0;
  text-align: left; }
  .sf-menu ul ul > li + li {
    border-top: 1px dashed #4b4b4b; }
  .sf-menu ul ul > li > a {
    color: #a2a2a2; }
  .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: 50%;
    top: 80%;
    margin-left: -3px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #b29c69; }

@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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #b29c69;
      color: #FFF; }
  .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: 40px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.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:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #111111; }
  .isStuck .sf-menu {
    margin-top: 0; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  background: #373737;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #b29c69;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: justify;
  line-height: 0; }
  .resp-tabs-list li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 45px;
    overflow: hidden; }
    .resp-tabs-list li:hover:before, .resp-tabs-list li.resp-tab-active:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -15px;
      bottom: -17px;
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #d6d6d6;
      background: #fff;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .resp-tabs-list .helper {
    display: inline-block;
    vertical-align: top;
    width: 98%;
    height: 1px;
    visibility: hidden;
    padding: 0;
    margin: 0; }

.resp-accordion {
  display: none;
  cursor: pointer;
  text-align: center; }
  .resp-accordion:hover .date, .resp-accordion.resp-tab-active .date {
    color: #a6a6a6; }

.resp-tab-content {
  display: none;
  border: 1px solid #d6d6d6;
  padding: 40px 70px 50px; }
  @media (max-width: 479px) {
    .resp-tab-content {
      padding: 30px; } }

.resp-tab-content-active {
  display: block; }

@media (max-width: 767px) {
  .resp-accordion {
    display: block; }

  .resp-tabs-list {
    display: none; } }
.resp-tabs-container {
  margin-top: -2px; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding: 115px 0 110px; }
  .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;
    color: #fff; }
    .parallax_cnt .text2, .parallax_cnt h5 {
      color: #fff; }
  .parallax_1 {
    padding: 105px 0 100px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center; }
  header .nav {
    text-align: center; }
  header .sf-menu {
    margin-top: 75px; }

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

.text1 {
  font-family: 'Dorsa', sans-serif;
  font-size: 80px;
  line-height: 80px;
  color: #b9b9b9;
  text-transform: uppercase; }
  .text1 .huge-text {
    display: block;
    font-size: 500px;
    line-height: 380px;
    color: #fff; }
    .text1 .huge-text span {
      font-size: 200px;
      line-height: 160px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .text1 .huge-text {
        font-size: 300px;
        line-height: 250px; } }
    @media (max-width: 767px) {
      .text1 .huge-text {
        font-size: 200px;
        line-height: 200px; }
        .text1 .huge-text span {
          font-size: 80px; } }
  @media (max-width: 767px) {
    .text1 {
      text-align: center; } }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

@media (max-width: 767px) {
  h2.tr {
    text-align: left; } }

.bb {
  border-bottom: 1px solid #d6d6d6; }

@media (min-width: 1200px) {
  .over {
    position: relative;
    left: 0; }
    .over_1 {
      margin-top: -190px; }
    .over_2 {
      margin-top: -90px; } }
.rel {
  position: relative; }

.text2 {
  font-weight: 700;
  color: #5b5a5a; }
  .text2 p {
    text-transform: uppercase; }
    .text2 p.sm {
      font-size: 14px; }
  .text2 h5.mod1 {
    font-size: 25px;
    line-height: 30px; }
    .text2 h5.mod1 + * {
      margin-top: 10px; }
  * + .text2 {
    margin-top: 20px; }

.ml {
  margin-left: 50px; }

.mt2 {
  margin-top: 75px; }

.mt3 {
  margin-top: 30px; }

.mb1 {
  margin-bottom: 140px; }

.terms p + h5 {
  margin-top: 45px; }

.policy-link {
  margin-top: 25px; }
  .policy-link a {
    color: #4d4b4b; }

.bg-block {
  background: #0c0c0c no-repeat url(../images/&.png) right 15px;
  padding: 45px 30px 35px; }
  .bg-block img + p {
    margin-top: 164px;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    font-family: 'Times New Roman', serif; }

.link1 {
  font-size: 37px;
  line-height: 37px;
  color: #b29c69; }
  .link1:hover {
    color: #fff; }
  .link1:active {
    color: #cccccc; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 90px;
  padding-bottom: 105px; }

.well2 {
  padding-top: 115px;
  padding-bottom: 90px; }

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

.well6 {
  padding-top: 90px;
  padding-bottom: 110px; }

.well7 {
  padding-top: 115px;
  padding-bottom: 115px; }

.well8 {
  padding-top: 85px;
  padding-bottom: 90px; }

.well9 {
  padding-top: 55px;
  padding-bottom: 50px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f8f8f8 no-repeat url(../images/bg2.jpg) bottom center;
  padding: 100px 0 95px; }
  footer .copy {
    font-size: 20px;
    color: #909090; }
    * + footer .copy {
      margin-top: 30px; }
    footer .copy a {
      white-space: nowrap; color: #909090; }
  footer .addr2 {
    font-size: 65px;
    line-height: 65px; }
  footer .social-list {
    margin-top: 15px; }

/*==================  Facebook Like Box  ======================*/
.fb-like-box {
  overflow: hidden;
  background: #fff; }
  @media (max-width: 979px) and (min-width: 768px) {
    .fb-like-box {
      width: 236px;
      height: 290px; }
      .fb-like-box > span > iframe {
        width: 236px !important;
        height: 290px !important; } }
  @media (max-width: 479px) {
    .fb-like-box {
      width: 270px;
      height: 290px; }
      .fb-like-box > span > iframe {
        width: 270px !important;
        height: 290px !important; } }

.fb_iframe_widget_fluid {
  display: block !important; }
