@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Sacramento|Open+Sans:400,600,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #333333;
  border-top: 3px solid #000;
  color: #555555;
  text-align: center;
  font: 400 14px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: 'Sacramento', cursive;
  color: #fff;
  letter-spacing: 4px; }

h2 {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 600; }
  h2:after {
    content: '';
    display: block;
    margin: 25px auto 0;
    width: 80px;
    height: 2px;
    background: #333333; }
  h2.mb02 {
    margin-bottom: 30px; }
    h2.mb02:after {
      display: none; }

h3 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-weight: 600; }

h3 + p {
  margin-top: 20px; }

h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600; }

h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600; }

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

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

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

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

section, .container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }
  .brand .logo {
    vertical-align: -3px;
    margin-right: 5px; }

/*==================  Backgrounds  ======================*/
.bg01 {
  background: #fe9c00;
  color: #fff; }
  .bg01 h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 35px; }
    .bg01 h2:after {
      display: none; }

.top {
  background: no-repeat url(../images/bg02.png) top center;
  height: 346px; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #fe9c00;
  border: none;
  padding: 5px 47px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px; }
  .btn:hover {
    background: #333333; }
  .btn:active {
    background: #1a1a1a; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
@media (min-width: 768px) {
  .box {
    margin-bottom: 45px; } }
.box_aside {
  float: left; }
.box_cnt {
  margin-top: 35px; }
.box h5 {
  margin-bottom: 15px; }
.box_cnt__no-flow {
  overflow: hidden; }

@media (min-width: 768px) {
  .box01 {
    margin-bottom: 70px; } }
.box01 h5 {
  margin-bottom: 10px; }
.box01_cnt {
  padding: 0 24%;
  margin-top: 30px; }
  @media (max-width: 979px) {
    .box01_cnt {
      padding: 0 10%; } }

@media (min-width: 768px) {
  .box02 {
    margin-bottom: 45px; } }
.box02_cnt {
  margin-top: 20px; }
.box02 h5 {
  margin-bottom: 0; }

.box03 {
  margin-bottom: 50px;
  position: relative; }
  .box03:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    width: 2px;
    height: 150px;
    background: #cdcdcd; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box03:before {
        left: 20px; } }
    @media (max-width: 767px) {
      .box03:before {
        display: none; } }
  .box03:last-child:before {
    background: #fff; }
  .box03 .box_inner {
    height: 100%;
    width: 100%;
    display: table; }
  .box03 .mid {
    display: table-cell;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .box03 h5, .box03 p {
      text-align: left; } }
  .box03 h5 {
    margin: 0; }

.lines {
  position: relative; }
  .lines_left, .lines_right {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    height: 2px;
    background: #cdcdcd;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .lines_left {
    left: 0; }
  .lines_right {
    right: 0; }
  .lines .circle {
    z-index: 2; }
  .lines .dot {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #cdcdcd;
    border-radius: 50%;
    z-index: 2;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .lines a.circle:hover ~ .dot, .lines a.circle:hover ~ .lines_right {
    background: #fe9c00; }
  @media (max-width: 767px) {
    .lines_left, .lines_right, .lines .dot {
      display: none; } }

.box04 {
  text-align: left; }
  .box04:before, .box04:after {
    display: table;
    content: "";
    line-height: 0; }
  .box04:after {
    clear: both; }
  @media (min-width: 768px) {
    .box04 {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .box04_aside {
      float: left; } }
  .box04_aside img {
    width: 100%; }
  .box04 h5 {
    margin-bottom: 5px; }
  .box04_cnt__no-flow {
    overflow: hidden; }
  .box04_cnt_inner {
    border: 2px solid #ffce80;
    border-left: 0;
    padding: 15px 15px 17px 20px; }

/*========================   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; }
    .sf-menu > li + li {
      margin-left: 65px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 30px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  position: relative;
  font-size: 16px;
  font-weight: 600; }
  .sf-menu > li > a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    margin-top: 36px;
    left: 50%;
    margin-left: -4px;
    z-index: 20;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #fe9c00; }
  .sf-menu > li.sfHover > a span, .sf-menu > li > a:hover span, .sf-menu > li.active > a span {
    text-decoration: line-through; }
  .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    background: #fe9c00; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 115px;
  margin-top: 40px;
  margin-left: -10px;
  padding: 15px 10px 10px;
  background: #111;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative;
  margin-bottom: 8px; }
  .sf-menu ul > li > a {
    color: #FFF; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fe9c00;
    text-decoration: line-through; }

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: -15px;
  margin-left: 25px;
  width: 115px;
  margin-top: 0;
  padding: 15px 10px 10px;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fe9c00;
  text-decoration: line-through; }

.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"; }

@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: #fe9c00;
      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: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0; }
  .rd-mobilepanel_title:after {
    display: none; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .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; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-bottom: 18px;
  padding-top: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 767px) {
    .stuck_container {
      border: none; } }

.isStuck {
  background: rgba(51, 51, 51, 0.9);
  padding-bottom: 5px;
  padding-top: 0;
  z-index: 999; }
  .isStuck .sf-menu > li > a:after {
    margin-top: 23px; }
  .isStuck .sf-menu > li > ul {
    margin-top: 29px; }
  .isStuck .sf-menu ul {
    background: rgba(51, 51, 51, 0.9); }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  background: #333333;
  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: #fe9c00;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 20px; }
  .parallax h2 {
    color: #fff; }
    .parallax h2:after {
      background: #fff; }
  .parallax h3, .parallax h4, .parallax h5 {
    color: #fff; }
  .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; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent; }
    .thumb_overlay:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      width: 30px;
      height: 30px;
      background: no-repeat url(../images/thumb_icon.png) 0 0;
      margin-top: -15px;
      margin-left: -15px; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(254, 156, 0, 0.7); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FE9C00', endColorstr='#B3FE9C00')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FE9C00', endColorstr='#B3FE9C00');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  padding-top: 20px; }
  @media (max-width: 767px) {
    header {
      margin-top: 56px; } }
  header .brand {
    float: left; }
  header .nav {
    float: right;
    padding-top: 20px; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

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

.social-list {
  text-align: center; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 70px; }
      @media (max-width: 767px) {
        .social-list li + li {
          margin-left: 30px; } }
    .social-list li a {
      color: #fff;
      font-size: 44px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .social-list li a {
          font-size: 30px; } }
      .social-list li a:hover {
        color: #333333; }

.addr02 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600; }

.circle {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #333333;
  text-align: center;
  color: #fff; }
  .circle_date {
    display: inline-block;
    padding-top: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600; }

a.circle:hover {
  background: #fe9c00; }

.cover {
  position: relative; }
  .cover .cover-img {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    @media (max-width: 979px) {
      .cover .cover-img {
        display: none; } }

.icon {
  display: inline-block;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.icon01 {
  background: no-repeat url(../images/icon01.png) 0 0; }

.icon02 {
  background: no-repeat url(../images/icon02.png) 0 0; }

.icon03 {
  background: no-repeat url(../images/icon03.png) 0 0; }

.icon04 {
  background: no-repeat url(../images/icon04.png) 0 0; }

.icon05 {
  background: no-repeat url(../images/icon05.png) 0 0; }

.icon06 {
  background: no-repeat url(../images/icon06.png) 0 0; }

a:hover .icon {
  background-position: 0 -100px; }

.num {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 70px; }

.date {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px; }

@media (min-width: 1200px) {
  .gallery-item {
    margin-bottom: 30px; } }
@media (max-width: 1199px) and (min-width: 980px) {
  .gallery-item {
    margin-bottom: 23px; } }
@media (max-width: 979px) and (min-width: 768px) {
  .gallery-item {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .gallery-item + .gallery-item {
    margin-top: 30px; } }

@media (min-width: 978px) {
  h2.in {
    margin: 0;
    padding: 0;
    line-height: 38px;
    display: inline-block; } }

.addr {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px; }
  .addr dt {
    margin-bottom: 20px; }
  .addr .fa {
    color: #fe9c00;
    font-size: 66px;
    line-height: 90px; }
  .addr .fa-envelope {
    font-size: 66px; }
  .addr .fa-mobile {
    font-size: 117px; }
  .addr .fa-map-marker {
    font-size: 89px; }
  .addr a:hover {
    text-decoration: underline; }

.menu-section {
  position: relative;
  padding-left: 125px;
  text-align: left; }
  .menu-section + .menu-section {
    margin-top: 37px; }
  @media (max-width: 979px) {
    .menu-section {
      padding-left: 0; }
      .menu-section .menu-icon {
        position: static;
        display: block;
        margin: 0 auto 15px; } }

.menu-icon {
  position: absolute;
  top: 0;
  left: 0; }

.menu-list {
  margin-top: 20px; }

.menu-item {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 18px;
  margin-bottom: 25px; }
  .menu-item:before, .menu-item:after {
    display: table;
    content: "";
    line-height: 0; }
  .menu-item:after {
    clear: both; }
  .menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .menu-item_left {
    overflow: hidden; }
  .menu-item_right {
    float: right;
    margin-left: 10px; }
  .menu-item h4 {
    margin-bottom: 5px; }

.text01 {
  color: #fe9c00;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px; }

.link01 {
  font-size: 18px;
  line-height: 27px;
  color: #fe9c00; }

.terms p {
  margin-bottom: 45px; }

.mt01 {
  margin-top: 20px; }

.mt02 {
  margin-top: 35px; }

.marg01 {
  margin-bottom: 80px;
  margin-top: 20px; }

.mb01 {
  margin-bottom: 70px; }

.padd01 {
  padding: 0 25%; }
  @media (max-width: 979px) {
    .padd01 {
      padding: 0 5%; } }

.oh {
  overflow: hidden; }

/*==================      Well     ======================*/
.well01 {
  padding-bottom: 95px; }

.well02 {
  padding: 45px 0; }

.well03 {
  padding-bottom: 45px; }

.well04 {
  padding-bottom: 75px; }

.well05 {
  padding: 45px 0 65px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333333 no-repeat url(../images/bg01.jpg) top center;
  background-size: 100%;
  padding-top: 110px;
  padding-bottom: 40px; }
  footer .copy {
    margin-top: 25px;
    color: #fff; }
